/* ========== LEGAL PAGES ========== */
.legal {
  padding: 120px 24px 80px;
  min-height: 100vh;
}

.legal__inner {
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 60px 48px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.legal__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  font-size: 28px;
  color: #47382A;
  text-align: center;
  margin-bottom: 8px;
}

.legal__updated {
  text-align: center;
  font-size: 14px;
  color: #9A8C7A;
  margin-bottom: 40px;
}

.legal__lead {
  font-size: 15px;
  line-height: 1.9;
  color: #47382A;
  margin-bottom: 40px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E8E2D8;
}

.legal__heading2 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #47382A;
  margin-top: 40px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #BAAA8C;
}

.legal__heading3 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 17px;
  color: #5C4A3A;
  margin-top: 28px;
  margin-bottom: 12px;
}

.legal p {
  font-size: 15px;
  line-height: 1.9;
  color: #47382A;
  margin-bottom: 16px;
}

.legal__list {
  font-size: 15px;
  line-height: 1.9;
  color: #47382A;
  margin-bottom: 16px;
  padding-left: 24px;
}

.legal__list > li {
  margin-bottom: 8px;
}

.legal__sublist {
  list-style: disc;
  padding-left: 24px;
  margin-top: 8px;
}

.legal__sublist > li {
  margin-bottom: 4px;
}

.legal__contact {
  background: #F7F3EE;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 16px;
}

.legal__contact p {
  margin-bottom: 4px;
}

.legal__footer-text {
  text-align: right;
  margin-top: 40px;
  font-weight: 700;
  color: #47382A;
}

/* ========== TABLE (特商法) ========== */
.legal__table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
}

.legal__table th,
.legal__table td {
  padding: 16px 20px;
  border-bottom: 1px solid #E8E2D8;
  text-align: left;
  vertical-align: top;
  color: #47382A;
}

.legal__table th {
  width: 180px;
  font-weight: 700;
  background: #F7F3EE;
  white-space: nowrap;
}

.legal__table td strong {
  display: block;
  margin-top: 8px;
  margin-bottom: 4px;
}

.legal__table td strong:first-child {
  margin-top: 0;
}

.legal__table-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.legal__table-list li {
  margin-bottom: 2px;
}

/* ========== RESPONSIVE ========== */
@media (max-width: 768px) {
  .legal {
    padding: 100px 16px 60px;
  }

  .legal__inner {
    padding: 32px 20px;
    border-radius: 12px;
  }

  .legal__title {
    font-size: 22px;
  }

  .legal__heading2 {
    font-size: 18px;
  }

  .legal__heading3 {
    font-size: 16px;
  }

  .legal__table th {
    width: 120px;
    font-size: 13px;
    padding: 12px;
  }

  .legal__table td {
    font-size: 14px;
    padding: 12px;
  }
}

@media (max-width: 480px) {
  .legal__table,
  .legal__table thead,
  .legal__table tbody,
  .legal__table th,
  .legal__table td,
  .legal__table tr {
    display: block;
  }

  .legal__table th {
    width: 100%;
    border-bottom: none;
    padding-bottom: 4px;
  }

  .legal__table td {
    padding-top: 4px;
    padding-bottom: 16px;
  }
}
