@charset "utf-8";
/* CSS Document */
.accordion { width:100%; float:left; margin:20px 0 38px;}
.accordion h3 { width:100%; float:left; border:1px solid #ffeb9c; cursor:pointer; padding:18px 40px 18px; margin:0 0 13px; border-radius:500px; position:relative; z-index:9;}
.accordion h3:after { width:10px; height:6px; content:""; position:absolute; top:54%; transform:translateY(-50%); right:37px; background:url(../images/accordion-down-arrow.svg) no-repeat center / cover;}
.accordion h3.active:after { width:6px; height:10px; background:url(../images/accordion-right-arrow.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; padding:22px 40px 19px;}

.fees-wrapp .accordion { margin:20px 0 0;}
.fees-wrapp .accordion h3 { padding:18px 34px 18px;}
.fees-wrapp .accordion .content { padding:15px 34px 30px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:18px 8% 18px 5%;}
.accordion .content { padding:22px 5% 19px;}
.accordion h3:after { right:5%;}

.fees-wrapp .accordion h3 { padding:18px 5% 18px;}
.fees-wrapp .accordion .content { padding:15px 5% 30px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:18px 8% 18px 5%;}
.accordion .content { padding:22px 5% 19px;}
.accordion h3:after { right:5%;}

.fees-wrapp .accordion h3 { padding:18px 5% 18px;}
.fees-wrapp .accordion .content { padding:15px 5% 30px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:18px 8% 18px 5%;}
.accordion .content { padding:22px 5% 19px;}
.accordion h3:after { right:5%;}

.fees-wrapp .accordion h3 { padding:18px 5% 18px;}
.fees-wrapp .accordion .content { padding:15px 5% 30px;}
}

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

}