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

.accordion { width:100%; float:left; border:none;}
.accordion h6 { width:100%; float:left; border-radius:25px; padding:17px 30px 16px; background:#fed007; cursor:pointer;}
.accordion .content { width:100%; float:left; padding:16px 30px 29px;}
.accordion h6:after { content:""; width:10px; height:9px; position:absolute; top:50%; transform:translateY(-50%); right:30px; background:url("../images/feeser-arrow1.svg") center / cover;}
.accordion h6.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}

.faq-wrapp .accordion { margin:0 0 30px;}
.faq-wrapp .accordion .content { padding:27px 30px 18px}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h6 { padding:17px 5% 16px;}
.accordion .content { padding:16px 5% 29px;}
.accordion h6:after { right:5%;}

.faq-wrapp .accordion h6 { padding:17px 9% 16px 5%;}
.faq-wrapp .accordion .content { padding:27px 5% 18px}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h6 { padding:17px 5% 16px;}
.accordion .content { padding:16px 5% 29px;}
.accordion h6:after { right:5%;}

.faq-wrapp .accordion h6 { padding:17px 9% 16px 5%;}
.faq-wrapp .accordion .content { padding:27px 5% 18px}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h6 { padding:17px 5% 16px;}
.accordion .content { padding:16px 5% 29px;}
.accordion h6:after { right:5%;}

.faq-wrapp .accordion h6 { padding:17px 9% 16px 5%;}
.faq-wrapp .accordion .content { padding:27px 5% 18px}
}

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

}