@charset "UTF-8";

/*	m-pageTitle
**************************************************** */
.m-pageTitle { background-image: url(/terms/img/bg_title_terms.jpg); }
@media only screen and (max-width:767px) {
.m-pageTitle { background-image: url(/terms/img/bg_title_terms_sp.jpg); }
}

/*	.terms
**************************************************** */
.terms { padding: 85px 0 100px 0; }
.terms .terms__lead { background-color: #f5f5f5; padding: 40px; }
.terms .terms_section { border-top: 1px solid #c2c2c2; margin-top: 100px; padding-top: 50px; }
.terms .terms_section + .terms_section { margin-top: 50px; }
.terms .terms_section > p,
.terms .terms_section > ul{ margin-left: 40px; }
@media only screen and (max-width:767px) {
.terms { padding: 45px 0 50px 0; }
.terms .terms__lead { padding: 30px 20px; }
.terms .terms_section { margin-top: 50px; padding-top: 30px; }
.terms .terms_section + .terms_section { margin-top: 30px; }
.terms .terms_section > p,
.terms .terms_section > ul{ margin-left: 25px; }
}
