@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left;}
.accordion h3 { width:100%; float:left; cursor:pointer; padding:18px 26px 17px; position:relative; z-index:9; background:#f4edea; margin:0 0 6px;}
.accordion h3:after { width:14px; height:14px; content:""; position:absolute; top:54%; transform:translateY(-50%); right:26px; background:url(../images/fees-arrow1.svg) no-repeat top center / 100%;}
.accordion h3.active:after { background:url(../images/fees-arrow2.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; padding:12px 28px 47px;}

.faq-wrapp .accordion { margin:0 0 40px;}
.faq-wrapp .accordion .content { padding:40px 28px 22px;}

.questions-wrapp .accordion h3 { background:none; border-bottom:1px solid rgba(255,232,207,0.4); padding:20px 8% 20px 0; margin:0;}
.questions-wrapp .accordion .content { padding:7px 0 9px; border-bottom:1px solid rgba(255,232,207,0.4);}
.questions-wrapp .accordion h3.active { border-bottom:none;}
.questions-wrapp .accordion h3:after { width:22px; height:22px; top:51%; transform:translateY(-50%); right:0; background:url(../images/questions-arrow2.svg) no-repeat top center / 100%;}
.questions-wrapp .accordion h3.active:after { background:url(../images/questions-arrow1.svg) no-repeat top center / 100%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.faq-wrapp .accordion h3 { padding:18px 11% 17px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}

.faq-wrapp .accordion .content { padding:40px 5% 22px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.faq-wrapp .accordion h3 { padding:18px 11% 17px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}

.faq-wrapp .accordion .content { padding:40px 5% 22px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.faq-wrapp .accordion h3 { padding:18px 11% 17px 5%;}
.faq-wrapp .accordion h3:after { right:5%;}

.faq-wrapp .accordion .content { padding:40px 5% 22px;}
}

@media screen and (min-width:768px) and (max-width:900px) {

}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}