#qa {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 1px;
}

#qa h1{
	padding: 20px;
    border-top: 5px solid #333333;
    border-bottom: 1px solid #ddd;
    line-height: 1.5;
    font-size: 20px;
    font-weight: bold;
}

@media screen and (max-width: 768px){
	#qa h1 {
		padding: 5px;
	}
}

#qa_h2 {
	font-size: 14px;
    margin:5px 0;
    padding: 0;
}

#qa h2 em{
	font-size:10px;
	font-style:normal;
	font-weight:normal;
	color:#999;
}

#qa p {
	margin:10px 0 20px 0;
}

#qa ul {
    font-size: 14px;
    margin: 10px 20px;
    padding: 0;
}

#qa li {
list-style:none;
	font-size:12px;
	letter-spacing:1px;
	margin:0 0 5px 0;
	padding:0 0 0 20px;
	background:url("http://stage.cospa.com/images/icons/clip2.gif") no-repeat left;
}

#qa div.result {
	background-color:#ffe;
	border:1px solid #666;
	padding:10px;
}

#qa div.result h2 {
	margin:0;
}

/* FAQアコーディオン */
#qa .qa_index h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.qa_index h2 {
    clear: both;
    margin: 30px 0px 7px;
    padding: 10px 5px;
    background: #f0f0f0;
    border-left: 10px solid #333333;
    font-size: 16px;
}

.qa_index h2:after {
    content: "";
    width:1em;
    min-width:1em;
    height:1em;
    min-height:1em;
    background-image: url(http://stage.cospa.com/images/common/icon/icon_plus.png);
    background-size: contain;
    vertical-align: middle;
    transition: transform 0.5s;
}

.qa_index h2.openSlide:after {
    background-image: url(http://stage.cospa.com/images/common/icon/icon_minus.png);
    transform-origin:center center 0;
    transform: rotate(-360deg);
    transition: transform 0.5s;
}

.m_qa div{
    overflow-x: auto;
}

.m_qa h3{
	margin: 1.5em 0px;
    padding: 4px 7px;
    /* background: #f1f1f1; */
	border-left: 4px solid #333333;
	font-size: 13px;
    color: #333333;
}