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

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#cbb37b; padding: 18px 63px 17px; border-radius:39px; position:relative; margin:0 0 9px;}
.accordion h2:after { content:""; width:10px; height:9px; position:absolute; top:50%; transform:translateY(-50%); right:41px; background:url("../images/feeser-arrow1.svg") center / cover;}
.accordion h2.active { border:none;}
.accordion h2.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}
.accordion .content { width:100%; float:left; padding:27px 41px 18px;}

.faq-wrapp .accordion { width:100%; float:left; margin:0 0 35px;}

.feeser-wrapp .accordion { margin:15px 0 0;}
.feeser-wrapp .accordion h2 { margin:0 0 21px; padding:18px 31px 17px;}
.feeser-wrapp .accordion h2:after { content:""; width:7px; height:10px; position:absolute; top:50%; transform:translateY(-50%); right:31px; background:url("../images/feeser-arrow22.svg") center / cover;}
.feeser-wrapp .accordion h2.active:after { width:9px; height:7px; background:url("../images/feeser-arrow11.svg") center / cover;}
.feeser-wrapp .accordion .content { width:100%; float:left; padding:12px 31px 28px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.feeser-wrapp .accordion h2 { padding: 18px 8% 17px;}
.feeser-wrapp .accordion .content { padding:12px 5% 28px;}

.feeser-wrapp .accordion h2:after {right: 15px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.feeser-wrapp .accordion h2 { padding:18px 5% 17px;}
.feeser-wrapp .accordion .content { padding:12px 5% 28px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { margin:10px 0 0;}
.accordion h2 { padding:14px 12% 14px 5%;}
.accordion .content { padding:18px 5% 20px;}
.accordion h2:after { right:5%;}

.faq-wrapp .accordion { margin:10px 0 44px;}
.faq-wrapp .accordion .content { padding:33px 5% 20px;}

.feeser-wrapp .accordion h2 { padding:18px 5% 17px;}
.feeser-wrapp .accordion .content { padding:12px 5% 28px;}

}

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

}