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

.accordion { width:100%; float:left; text-align:left; margin:14px 0 0;}
.accordion h4 { width:100%; float:left; background:#f9f9f9; border:1px solid #f9f9f9; border-radius:10px; cursor:pointer; padding:15px 60px 15px 24px; position:relative; z-index:9;}
.accordion h4:after { width:20px; height:20px; content:""; position:absolute; top:50%; transform:translateY(-50%); right:24px; background:url(../images/faq-arrow1.svg) no-repeat center / cover;}
.accordion h4.active { color:#ffffff; background:#e4ad25; border:1px solid #e4ad25;}
.accordion h4.active:after { background:url(../images/faq-arrow2.svg) no-repeat center / cover;}
.accordion .content { width:100%; float:left; padding:14px 24px 42px;}

.inner-dropdwon .accordion { margin:0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h4 { padding:15px 14% 15px 5%;}
.accordion h4:after { width:18px; height:18px; right:5%;}
.accordion .content { padding:18px 5% 30px;}

}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h4 { padding:15px 13% 15px 5%;}
.accordion h4:after { width:18px; height:18px; right:5%;}
.accordion .content { padding:18px 5% 30px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h4 { padding:15px 13% 15px 5%;}
.accordion h4:after { width:18px; height:18px; right:5%;}
.accordion .content { padding:18px 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) {

}