@charset "utf-8";
/* CSS Document */

.accordion { width:100%; float:right; margin:0 0 0;}
.accordion h2 { width:100%; float:left; cursor:pointer; background:#000000 url(../images/accordion-thumb1.svg) no-repeat 97% center; padding:9px 5.6% 11px;}
.accordion h2.active { background:#000000 url(../images/accordion-thumb11.svg) no-repeat 97% center; }
.accordion .content { width:100%; float:left; padding:10px 0 36px;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion { width:100%; margin:30px 0 0;}
.accordion h2 { background-position:94% center; padding:9px 5% 11px;}
.accordion h2.active { background-position:94% center;}
.accordion .content { width:100%; padding:6px 0 21px;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h3 { background-position:94% center; padding:5px 5% 5px;}
.accordion h3.active { background-position:94% center;}
.accordion .content { width:100%; padding:22px 0 8px;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion { width:100%; margin:8px 0 0;}
.accordion h3 { background-position:94% center; padding:5px 5% 5px;}
.accordion h3.active { background-position:94% center;}
.accordion .content { width:100%; padding:22px 0 8px;}
}

@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) {

}