@charset "utf-8";

/* ----------info---------- */
#info table{
width: 100%;
max-width: 800px;
margin: 0 auto;
}
#info table th{
width: 30%;
box-sizing: border-box;
}
#info table th,#info table td{
text-align: left;
vertical-align: top;
line-height: 1.7;
border-bottom: 1px dotted #666;
padding: 15px 10px;
}
#info table tr:last-child th,#info table tr:last-child td{
border-bottom: none;
}

/* ------------------------------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---------- */


}