@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:left; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#000000 url(../images/accordion1-white-circle-icon.svg) no-repeat 97% center; padding:6px 7% 6px 9%;}
.accordion h2.active { background:#000000 url(../images/accordion2-white-circle-icon.svg) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:8px 0 32px;}
.faqs-wrapp .content { padding:14px 3% 32px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:17px 10% 16px 5%;}
.accordion h2.active { background-position:94% center;}
.accordion .content { width:100%; padding:14px 0 26px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:17px 10% 16px 5%;}
.accordion h2.active { background-position:94% center;}
.accordion .content { width:100%; padding:14px 0 26px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h2 { background-position:94% center; padding:17px 10% 16px 5%;}
.accordion h2.active { background-position:94% center;}
.accordion .content { width:100%; padding:14px 0 26px;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion .content { padding:4px 0 22px;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion .content { padding:6px 0 27px;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}