/*
Theme Name: 協同シャフト株式会社
Theme URI: http://www.kyodoshaft.co.jp/
Author: 協同シャフト株式会社
Author URI: http://www.kyodoshaft.co.jp/
Description: 協同シャフト株式会社
Version: 1.0
Text Domain: www.kyodoshaft.co.jp
*/

.qa-6 {
    max-width: px;
    margin-bottom: 5px;
    border-bottom: 2px solid #000000;
}

.qa-6 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
    position: absolute;
    left: 1em;
    font-weight: bold;
    font-size: 1.3em;
}

.qa-6 summary::before {
    color: #106EB8;
    content: "Q";
}

.qa-6 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-6[open] summary::after {
    transform: rotate(225deg);
}

.qa-6 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
	line-height:1.5;
    padding: .3em 3em .8em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-6[open] p {
    transform: none;
    opacity: 1;
}

.qa-6 p::before {
    color: #D8222B;
    line-height: 1.2;
    content: "A";
}

@media (max-width: 767px) {
	.qa_box {
		width: 89.33%;
		margin: 0 auto;
	}
	.qa-6 summary {
		list-style: none!important;
	}
	.qa-6 summary::-webkit-details-marker {
	display: none!important;
	}
	}