/* ===========================
   特定商取引法ページ専用スタイル
=========================== */

/* ページタイトル
=========================== */
.tokushoho-header {
  padding: 80px 0 0;
  text-align: center;
}

.tokushoho-title {
  font-family: var(--font-ja);
  font-weight: 500;
  font-size: 20px;
  line-height: 1.6em;
  letter-spacing: 0.05em;
  color: var(--color-black);
}

/* テーブルセクション
=========================== */
.tokushoho-section {
  padding: 32px 0 80px;
}

.tokushoho-inner {
  padding: 0 17px;
}

/* テーブル
=========================== */
.tokushoho-table {
  width: 100%;
  border-collapse: collapse;
}

.tokushoho-table tr {
  border-bottom: 1px solid var(--color-gray-light);
}

.tokushoho-table tr:first-child {
  border-top: 1px solid var(--color-gray-light);
}

.tokushoho-table th,
.tokushoho-table td {
  padding: 14px 0;
  font-family: var(--font-ja);
  font-size: 13px;
  line-height: 1.9em;
  color: var(--color-black);
  text-align: left;
  vertical-align: top;
}

/* 項目名（左列）
=========================== */
.tokushoho-table th {
  font-weight: 600;
  width: 36%;
  padding-right: 12px;
  white-space: nowrap;
}

/* 内容（右列）
=========================== */
.tokushoho-table td {
  font-weight: 400;
  width: 64%;
}

/* ===========================
   PC メディアクエリ（768px〜）
=========================== */
@media (min-width: 768px) {

  .tokushoho-header {
    padding: 160px 0 0;
  }

  .tokushoho-title {
    font-size: 32px;
    line-height: 1.25em;
  }

  .tokushoho-section {
    padding: 48px 0 120px;
  }

  .tokushoho-inner {
    max-width: 800px;
    margin: 0 auto;
    padding: 0;
  }

  .tokushoho-table th,
  .tokushoho-table td {
    font-size: 14px;
    padding: 18px 0;
  }

  .tokushoho-table th {
    width: 30%;
    padding-right: 24px;
  }

  .tokushoho-table td {
    width: 70%;
  }

} /* end @media (min-width: 768px) */
