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

.accordion { width:100%; float:left;}
.accordion h3 { width:100%; float:left; border-bottom:1px solid rgba(0,0,0,1); cursor:pointer; padding:14px 0 14px 0; position:relative; z-index:9;}
.accordion h3:after { width:10px; height:5px; content:""; position:absolute; top:54%; transform:translateY(-50%); right:0; background:url(../images/down-black-plain-arrow1.svg) no-repeat top center / 100%;}
.accordion h3.active { border:none;}
.accordion h3.active:after { width:6px; height:11px; background:url(../images/left-black-plain-arrow.svg) no-repeat top center / 100%;}
.accordion .content { width:100%; float:left; border-bottom:1px solid rgba(0,0,0,1); padding:0 0 0;}

/*Smartphone css*/
@media screen and (max-width: 480px) {
.accordion h3 { padding:14px 8% 14px 0;}
}

@media screen and (min-width:481px) and (max-width:600px) {
.accordion h3 { padding:14px 8% 14px 0;}
}

@media screen and (min-width:601px) and (max-width:767px) {
.accordion h3 { padding:14px 8% 14px 0;}
}

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

}