/* ============================================================
   サービス利用規約（NAYOSEL_利用規約_PC / _SP 準拠）
   ============================================================ */

.page-hero__box--terms {
  min-height: 230px;
  padding: 0 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.terms__ttl { font-size: 38px; font-weight: 700; letter-spacing: 0.1em; text-align: center; }
@media (min-width: 769px) {
  .page-hero__box--terms { background: linear-gradient(196.3deg, #f1f5f4 16%, #e4ede6 26.8%, #f5da78 41.2%, #f8c37a 55.1%); }
}

.terms { padding: 90px 0 60px; }
.terms__inner { max-width: 1120px; margin: 0 auto; padding: 0 20px; }
.terms__p { font-size: 15px; font-weight: 400; line-height: 30px; letter-spacing: 0.01em; margin-bottom: 28px; }
.terms__inner > .terms__p:first-child { padding-bottom: 34px; }
.terms__h { font-size: 20px; font-weight: 700; letter-spacing: 0.04em; margin: 44px 0 16px; padding-top: 44px; border-top: 1px solid #99adb2; }

@media (max-width: 768px) {
  .page-hero__box--terms { min-height: 150px; }
  .terms__ttl { font-size: 22px; }
  .terms { padding: 48px 0 30px; }
  .terms__p { font-size: 14px; line-height: 27px; margin-bottom: 22px; }
  .terms__h { font-size: 17px; margin: 38px 0 12px; }
}
.terms__p--right { text-align: right; }
.terms__ol { margin: 0 0 28px 0; padding-left: 40px; } .terms__ol li { font-size: 15px; line-height: 30px; margin-bottom: 4px; }
.terms__p--hist { border-top: 1px solid #99adb2; padding-top: 44px; margin-top: 44px; }
