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

.accordion { width:100%; float:left; margin:10px 0 60px;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:none; border-bottom:1px solid rgba(188, 169, 114, 0.5); padding:13px 0 14px; position:relative;}
.accordion h2:after { content:""; width:12px; height:11px; position:absolute; top:50%; transform:translateY(-50%); right:3px; background:url("../images/feeser-arrow1.svg") center / cover;}
.accordion h2.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}
.accordion .content { width:100% !important; float:left; padding:2px 0 0;}

.faqs-wrapp .accordion { width:100%; float:left; margin:10px 0 20px;}
.faqs-wrapp .accordion h2 { width:100%; float:left; cursor:pointer; background:#bca972; border:1px solid #bca972; border-radius:80px; margin:0 0 9px; padding:17px 36px 15px; position:relative;}
.faqs-wrapp .accordion h2:after { content:""; width:12px; height:11px; position:absolute; top:50%; transform:translateY(-50%); right:30px; background:url("../images/feeser-arrow11.svg") center / cover;}
.faqs-wrapp .accordion h2.active:after { width:8px; height:3px; background:url("../images/feeser-arrow22.svg") center / cover;}
.faqs-wrapp .accordion .content { width:100% !important; float:left; padding:31px 36px 8px;}

.treatin-wrapp .accordion {margin: 15px 0 0;}
.treatin-wrapp .accordion h2 {font-size: 24px; padding-right: 22px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { padding:13px 0 14px;}

.faqs-wrapp .accordion h2 { padding:17px 12% 15px 5%;}
.faqs-wrapp .accordion .content { padding:31px 5% 8px;}
.faqs-wrapp .accordion h2:after { right:5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { padding:13px 0 14px;}

.faqs-wrapp .accordion h2 { padding:17px 12% 15px 5%;}
.faqs-wrapp .accordion .content { padding:31px 5% 8px;}
.faqs-wrapp .accordion h2:after { right:5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:20px 0 50px;}
.accordion h2 { padding:13px 0 14px;}

.faqs-wrapp .accordion h2 { padding:17px 12% 15px 5%;}
.faqs-wrapp .accordion .content { padding:31px 5% 8px;}
.faqs-wrapp .accordion h2:after { right:5%;}
}

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

}