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

.accordion { width:100%; float:left;}
.accordion h3 { width:100%; float:left; border-radius:61px; padding:19px 38px 19px; background:#056872; position:relative;cursor: pointer;}
.accordion h3:after { content:""; width:10px; height:9px; position:absolute; top:50%; transform:translateY(-50%); right:38px; background:url("../images/feeser-arrow1.svg") center / cover;}
.accordion h3.active:after { width:8px; height:3px; background:url("../images/feeser-arrow2.svg") center / cover;}
.accordion .content { width:100%; float:left; padding:20px 38px 34px;}

.faq-wrapp .accordion { margin:0 0 24px;}
.faq-wrapp .accordion h3 { width:100%; float:left; border-radius:61px; padding:14px 35px 14px; background:#124044;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:26px 35px 15px;}

.treatin4-wrapp .accordion { width:100%; float:left; margin:15px 0 0;}
.treatin4-wrapp .accordion .content { padding:24px 38px 23px;}

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

.faq-wrapp .accordion h3 { padding:14px 10% 14px 5%;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:26px 5% 15px;}

.treatin4-wrapp .accordion .content { padding:24px 5% 23px;}
}

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

.faq-wrapp .accordion h3 { padding:14px 10% 14px 5%;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:26px 5% 15px;}

.treatin4-wrapp .accordion .content { padding:24px 5% 23px;}

}

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

.faq-wrapp .accordion h3 { padding:14px 10% 14px 5%;}
.faq-wrapp .accordion .content { width:100%; float:left; padding:26px 5% 15px;}

.treatin4-wrapp .accordion .content { padding:24px 5% 23px;}
}

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

}