@charset "utf-8";
/* CSS Document */

.accordion { width:100%; max-width:855px; float:none; margin:44px auto 0; text-align:left;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#c3cf21 url(../images/feeser-icon1.svg) no-repeat 97% center; margin:0 0 29px 0; padding:19px 24px 18px; position:relative;}
.accordion h2.active { background:#c3cf21 url(../images/feeser-icon2.svg) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:0 0 0;}

.faqs-wrapp .accordion h2 { background:#c3cf21 url(../images/invisalign/feeser-icon1.svg) no-repeat 97% center; padding:19px 24px 13px; margin:0 0 12px;}
.faqs-wrapp .accordion h2.active { background:#c3cf21 url(../images/invisalign/feeser-icon2.svg) no-repeat 97% center; }
.faqs-wrapp .accordion { width:100%; max-width:821px; float:none; margin:2px auto 40px; display:inline-block;}
.faqs-wrapp .accordion .content { width:100%; float:left; padding:20px 0 10px;}

.recruitment-wrapp .accordion h2 { background:#c3cf21 url(../images/invisalign/feeser-icon1.svg) no-repeat 97% center; padding:22px 24px 16px;}
.recruitment-wrapp .accordion h2.active { background:#c3cf21 url(../images/invisalign/feeser-icon2.svg) no-repeat 97% center; }
.recruitment-wrapp .accordion { width:100%; max-width:821px; float:none; margin:2px auto 40px; display:inline-block;}
.recruitment-wrapp .accordion { width:100%; max-width:980px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h2 { background-position:95% center; padding:19px 5% 18px;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion { margin:0 auto;}
.faqs-wrapp .accordion h2 { background-position:95% center; padding:16px 12% 15px 5%;}
.faqs-wrapp .accordion h2.active { background-position:95% center;}

.recruitment-wrapp .accordion { margin:2px auto 0;}
.recruitment-wrapp .accordion h2 { padding:22px 11% 16px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h2 { background-position:95% center; padding:19px 5% 18px;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { background-position:95% center; padding:16px 11% 15px 5%;}
.faqs-wrapp .accordion h2.active { background-position:95% center;}

.recruitment-wrapp .accordion { margin:2px auto 0;}
.recruitment-wrapp .accordion h2 { padding:22px 11% 16px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h2 { background-position:95% center; padding:19px 5% 18px;}
.accordion h2.active { background-position:95% center;}

.faqs-wrapp .accordion h2 { background-position:95% center; padding:16px 11% 15px 5%;}
.faqs-wrapp .accordion h2.active { background-position:95% center;}

.recruitment-wrapp .accordion { margin:2px auto 0;}
.recruitment-wrapp .accordion h2 { padding:22px 11% 16px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.faqs-wrapp .accordion h2 {padding: 19px 41px 13px 24px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {

}

@media screen and (min-width:1025px) and (max-width:1240px) {

}