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

.accordion { width:100%; float:left; border-bottom:1px solid #dbdbdb; margin:0 0 0;}
.accordion h4 { width:100%; float:left; border-top:1px solid #dbdbdb; cursor:pointer; padding:3.8% 6.6% 4.2% 0; position:relative; z-index:9;}
.accordion h4:first-child { border-top:none;}
.accordion .content { width:100%; float:left; padding:0.9% 9.1% 3.5% 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h4 { width:100%; padding:14px 8% 12px 8%;}
.accordion .content { width:100%; padding:4px 5% 20px 5%;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h4 { width:100%; padding:14px 8% 12px 8%;}
.accordion .content { width:100%; padding:4px 5% 20px 5%;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h4 { width:100%; padding:14px 8% 12px 8%;}
.accordion .content { width:100%; padding:4px 5% 20px 5%;}
}

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

}