@charset "utf-8";

/* ----------faq---------- */
#faq li{
margin-bottom: 40px;
}
#faq li:last-child{
margin-bottom: 0;
}
#faq li a{
text-decoration: underline;
}
#faq li dt{
min-height: 40px;
font-size: 1.8rem;
font-weight: bold;
line-height: 1.7;
background: url("../images/cmn-images/icon-q.png") 0 0 no-repeat;
background-size: 40px auto;
padding: 5px 0 0 45px;
margin-bottom: 20px;
}
#faq li dd{
min-height: 40px;
font-size: 1.6rem;
line-height: 1.7;
background: url("../images/cmn-images/icon-a.png") 0 0 no-repeat;
background-size: 40px auto;
padding: 5px 0 0 45px;
margin: 0 0 0 20px;
}

/* ------------------------------PC------------------------------ */
@media screen and (min-width: 1200px) {
}
/* ------------------------------TABLET------------------------------ */
@media screen and (max-width:1199px) {


}
/* ------------------------------SP------------------------------ */
@media screen and (max-width: 699px) {
.page-head{
padding-top: 70px;
}

/* ----------faq---------- */
#faq li{
margin-bottom: 30px;
}
#faq li dt{
min-height: 40px;
font-size: 1.4rem;
margin-bottom: 20px;
}
#faq li dd{
min-height: 40px;
font-size: 1.4rem;
margin: 0 0 0 0;
}

}