@charset "utf-8";
@media screen and (max-width: 599px){

#main .menu img {
width:100px;
}

#main label {
display:block;
margin-top:10px;
padding:0 5px;
background:url(../img-faq/faq-q-sp.jpg) top left no-repeat;
border:#999999 dotted 1px;
line-height:150%;
text-indent:30px;
cursor:pointer;
cursor:hand;
}

#main input[type="checkbox"]{
display:none;
}

#main .faq-a {
-webkit-transition:all 0.5s;
-moz-transition:all 0.5s;
-ms-transition:all 0.5s;
-o-transition:all 0.5s;
transition:all 0.5s;
padding-left:35px;
background:url(../img-faq/faq-a.jpg) top left no-repeat;
}

#main input[type="checkbox"] + .faq-a {
height:0;
overflow:hidden;
}

#main input[type="checkbox"]:checked + .faq-a {
margin-top:10px;
margin-bottom:50px;
min-height:40px;
height:auto;
}

#main .faq-a ul.ul-common {
margin:10px 0 0 0;
}

#main .faq-a dl.dl-br dl.dl-br {
margin-left:-45px;
}

#main .faq-a dl.dl-br dl.dl-br dt {
margin-top:0;
}

}

