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

.accordion { width:100%; float:left; margin:12px 0 0;}
.accordion h3 { width:100%; float:left; cursor:pointer; background:#00365e url(../images/plus-white-circle-icon.svg) no-repeat 96.6% center; border-radius:24px; padding:13px 2.6% 12px 3.7%;}
.accordion h3.active { background:#00365e url(../images/minus-white-circle-icon.svg) no-repeat 96.6% center;}
.accordion .content { width:100%; float:left; padding:14px 2.6% 18px 3.7%;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:14px 0 0;}
.accordion h3 { background-position:95% center; padding:13px 5% 12px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 16px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:14px 0 0;}
.accordion h3 { background-position:95% center; padding:13px 5% 12px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 16px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:14px 0 0;}
.accordion h3 { background-position:95% center; padding:13px 5% 12px 5%;}
.accordion h3.active { background-position:95% center;}
.accordion .content { width:100%; float:left; padding:10px 5% 16px 5%;}
}

@media screen and (min-width:768px) and (max-width:900px) {
.accordion { margin:6px 0 0;}
}

@media screen and (min-width:901px) and (max-width:1024px) {
.accordion { margin:9px 0 0;}
}

@media screen and (min-width:1025px) and (max-width:1240px) {

}