@charset "utf-8";
/* ===========================================
  
  特定商取引法に基づく表示

=========================================== */
.exsp-regulations {
  width: 1120px;
  margin: 0 auto;
  padding-top: 80px;
}
.exsp-regulations-content {
  margin: 0 auto 80px;
  font-size: 14px;
}

/* 見出し */
.exsp-regulations .title {
  margin: 0 auto 38px;
  font-size: 32px;
}

/* テキスト系 */
.exsp-regulations .lh15-1 {
  margin-bottom: 2rem;
  font-size: 1rem;
}

.exsp-regulations .lh15 {
  font-size: 1rem;
}

.exsp-regulations .lh15-2 {
  margin-top: 2rem;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1em;
  text-indent: -1em;
}

.exsp-regulations .lh15-3 {
  margin-top: 0.5rem;
  font-size: 1rem;
}

.exsp-regulations .lh15-4 {
  margin-top: 0.5rem;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

/* 見出しタイプ */
.exsp-regulations .h_type {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
  padding-left: 1.5ex;
  text-indent: -1.5ex;
}

/* マージン系 */
.exsp-regulations .m1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.exsp-regulations .m1-1 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 700;
}

.exsp-regulations .m2 {
  margin-top: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
}

/* リスト */
.exsp-regulations .no-disccompany li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.exsp-regulations .comment1 {
  margin-top: 0.5rem;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

.exsp-regulations .comment li {
  margin-top: 0.5rem;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
}

/* リンク */
.exsp-regulations .mail {
  color: #2563eb; /* text-primary-600 相当 */
  text-decoration: underline;
}

.exsp-regulations .url {
  display: inline-block;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  color: #2563eb;
  text-decoration: underline;
  word-break: break-all;
}

/* お知らせ */
.exsp-regulations .reg-notice_ttl {
  margin-top: 2rem;
  font-size: 1rem;
}

.exsp-regulations .reg-notice_body {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.exsp-regulations .reg-notice_body2 {
  margin-top: 0.5rem;
  padding-bottom: 2rem;
  font-size: 1rem;
}

/* ===========================================
  スマホ版
=========================================== */
@media only screen and (max-width: 800px) {
  .exsp-regulations {
    width: auto;
    margin: 0 auto;
    padding: 0 1rem;
  }
  .exsp-regulations-content {
    margin: 0 auto;
  }

  /* 見出し */
  .exsp-regulations .title {
    margin: 0 auto 0.375rem;
    font-size: 1.125rem;
    font-weight: bold;
    padding-top: 1rem;
  }
}