@charset "utf-8";

/* faq */


.page-visual_img .page-img {
	background: url(../images/faq/page-visual_sp.jpg) center center no-repeat;
	background-size: cover;
}

/* contents
----------------------------------------- */
.faq-body {
    margin-bottom: 125px;
    padding: 0 25px;
}
.faq-page-sec {
    margin-bottom: 50px;
}
.faq-page-sec:last-child {
    margin-bottom: 0;
}
.faq-sec_ttl {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 700;
}

/* faq-page-list */
.faq-page-list {
}
.faq-page-list li {
    margin-bottom: 25px;
}
.faq-page-list li:last-child {
    margin-bottom: 0;
}



















































/* tablet 560px - 959px */
@media only screen and (min-width: 560px) {

.page-visual_img .page-img {
    background: url(../images/faq/page-visual_pc.jpg) center center no-repeat;
    background-size: cover;
}

/* contents
----------------------------------------- */
.faq-body {
    margin-bottom: 145px;
    padding: 0 60px;
}
.faq-page-sec {
    margin-bottom: 60px;
}
.faq-page-sec:last-child {
    margin-bottom: 0;
}
.faq-sec_ttl {
    margin-bottom: 35px;
    font-size: 2.2rem;
    font-weight: 700;
}

/* faq-page-list */
.faq-page-list {
}
.faq-page-list li {
    margin-bottom: 25px;
}
.faq-page-list li:last-child {
    margin-bottom: 0;
}




} /* tablet end */





























































/* PC 960px - */
@media only screen and (min-width: 960px) {

.page-visual_img .page-img {
    background: url(../images/faq/page-visual_pc.jpg) center center no-repeat;
    background-size: cover;
}

/* contents
----------------------------------------- */
.faq-body {
    max-width: 750px;
    margin: 0 auto 225px;
    padding: 0 40px;
}
.faq-page-sec {
    margin-bottom: 100px;
}
.faq-page-sec:last-child {
    margin-bottom: 0;
}
.faq-sec_ttl {
    margin-bottom: 40px;
    font-size: 2.8rem;
    font-weight: 700;
}

/* faq-page-list */
.faq-page-list {
}
.faq-page-list li {
    margin-bottom: 35px;
}
.faq-page-list li:last-child {
    margin-bottom: 0;
}



} /* PC end */





























































/* PC:1201px - */
@media only screen and (min-width: 1201px) {


} /* PC end */
