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

.accordion { width:100%; float:left; margin:-7px 0 0;}
.accordion h3 { width:100%; float:left; border-bottom:1px solid #76a4ae; cursor:pointer; padding:18px 0 18px; position:relative; z-index:9;}
.accordion .content { width:100%; float:left; padding:14px 0 0;}

.fees-col1 .accordion { margin:10px 0 0;}
.fees-col1 .accordion h5 { border:none; background:#202527; padding:17px 21px 17px 26px;}
.fees-col1 .accordion h5:after { width:16px; height:16px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:21px; background:url(../images/fees-arrow1.svg) no-repeat center / cover;}
.fees-col1 .accordion h5.active:after { background:url(../images/fees-arrow2.svg) no-repeat center / cover;}
.fees-col1 .accordion .content { border:none; padding:10px 21px 28px 26px;}

.faq-wrapp .accordion { margin:0 0 50px;}
.faq-wrapp .accordion h3:after { width:10px; height:9px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:0; background:url(../images/faq-arrow1.svg) no-repeat center / cover;}
.faq-wrapp .accordion h3.active:after { width:8px; height:3px; background:url(../images/faq-arrow2.svg) no-repeat center / cover;}
.faq-wrapp .accordion .content { border:none; padding:32px 0 8px 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h3 { padding:18px 6% 18px 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h3 { padding:18px 6% 18px 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:0 0 0;}
.accordion h3 { padding:18px 6% 18px 0;}
}

@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) {

}