.faq .article {
	padding-bottom: 0;
	margin-bottom: 18px;
	-webkit-transition: padding .4s;
	-o-transition: padding .4s;
	transition: padding .4s;
}
.faq .article:last-child {
	/* margin-bottom: 0; */
}
.faq .article .subtitle.-faq {
	position: relative;
	padding: 25px 60px 25px;
	font-size: 2rem;
	line-height: 1.4;
	border-bottom: 1px solid #35424E;
	border-top: 1px solid #35424E;
    padding-left: 70px;
}

.faq .article .subtitle.-faq:hover {
    opacity: 0.8;
    cursor: pointer;
}

.faq .article .subtitle.-faq::before {
    content: '';
    display: block;
    position: absolute;
    background: url('../image/faq_icon.svg')  no-repeat center center/contain;
    width: 41px;
    height: 41px;
    left: 8px;
    top: 19px;
}

.faq .article .subtitle.-faq::after {
	content: '';
	position: absolute;
	z-index: 10;
	top: 50%;
	right: 20px;
	width: 20px;
	height: 20px;
	background: url('../image/icon02.svg') center no-repeat;
	transform: translateY(-50%);
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
}
.faq .article .text,
.faq .article .img-right.-faq,
.faq .article .img-left.-faq {
	overflow: hidden;
	height: 0;
	-webkit-transition: height .4s;
	-o-transition: height .4s;
	transition: height .4s;
}
.faq .article .img-right__text .text,
.faq .article .img-left__text .text {
    overflow: initial;
    height: initial;
    transition: initial;
}
.faq .article.on {
	/* padding-bottom: 20px; */
}

.faq .article.on .subtitle.-faq::after {
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg);
	background: url('../image/icon03.svg') center no-repeat;
}

.faq .article.on .text,
.faq .article.on .img-right.-faq,
.faq .article.on .img-left.-faq {
    border-top: none;
    margin-bottom: 50px;
}

.faq .article .text span {
    /* padding: 20px 0; */
    padding-top: 20px;
    display: inline-block;
}

/* faq-button
------------------------------*/
.faq-button {

}

.faq .subtitle {
    background: initial;
    margin-bottom: 12px;

}

@media screen and (max-width: 960px){

}

@media screen and (max-width: 680px){
    .faq .article .subtitle.-faq {
        font-size: 1.6rem;
        padding-left: 58px;
        padding: 22px 60px 20px;
    }
    .faq .article .subtitle.-faq::before {
        width: 33px;
        top: 13px;
    }
    .faq .article.on .text,
    .faq .article.on .img-right.-faq,
    .faq .article.on .img-left.-faq {
        margin-bottom: 0;
    }
    .img-right__image.-small,
    .img-right__image.-medium,
    .img-right__image.-large,
    .img-left__image.-small,
    .img-left__image.-medium,
    .img-left__image.-large {
        width: 100%;
        /* max-width: 100%; */
        margin-left: 0;
        margin: 0 auto 20px;
        text-align: center;
    }
}
