/* ============================
   Legal Pages — Privacy Policy / 特定商取引法
   ============================ */

.wk-legal {
  padding: 120px 0 80px;
  min-height: 60vh;
}

/* ── Title ── */
.wk-legal__title {
  font-size: clamp(1.6rem, 4vw, 2.4rem);
  font-weight: 600;
  text-align: center;
  margin-bottom: 0.5em;
  letter-spacing: 0.04em;
  color: #1a1a1a;
}

.wk-legal__updated {
  text-align: center;
  font-size: 0.85rem;
  color: #888;
  margin-bottom: 3rem;
}

/* ── Body ── */
.wk-legal__body {
  max-width: 780px;
  margin: 0 auto;
  font-size: 0.95rem;
  line-height: 1.9;
  color: #333;
}

.wk-legal__body p {
  margin-bottom: 1.2em;
}

.wk-legal__body ul {
  margin: 0.5em 0 1.2em 1.5em;
  padding: 0;
  list-style: disc;
}

.wk-legal__body li {
  margin-bottom: 0.4em;
}

/* ── Sections ── */
.wk-legal__section {
  margin-bottom: 2.5rem;
}

.wk-legal__section h2 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.8em;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #e0d6cc;
  color: #1a1a1a;
}

/* ── Contact Box ── */
.wk-legal__contact-box {
  background: #faf8f5;
  border: 1px solid #e0d6cc;
  border-radius: 8px;
  padding: 1.5rem 2rem;
  margin-top: 1rem;
}

.wk-legal__contact-box p {
  margin-bottom: 0.4em;
}

.wk-legal__contact-box a {
  color: #8b6f47;
  text-decoration: underline;
}

.wk-legal__contact-box a:hover {
  color: #6b5535;
}

/* ── Table (特定商取引法) ── */
.wk-legal__table {
  width: 100%;
  border-collapse: collapse;
  margin: 2rem 0;
}

.wk-legal__table th,
.wk-legal__table td {
  padding: 1rem 1.2rem;
  border-bottom: 1px solid #e0d6cc;
  text-align: left;
  vertical-align: top;
  font-size: 0.95rem;
  line-height: 1.8;
}

.wk-legal__table th {
  width: 200px;
  font-weight: 600;
  color: #1a1a1a;
  background: #faf8f5;
  white-space: nowrap;
}

.wk-legal__table td {
  color: #333;
}

.wk-legal__table td a {
  color: #8b6f47;
  text-decoration: underline;
}

.wk-legal__table td a:hover {
  color: #6b5535;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .wk-legal {
    padding: 100px 0 60px;
  }

  .wk-legal__body {
    font-size: 0.9rem;
    padding: 0 0.5rem;
  }

  .wk-legal__table th,
  .wk-legal__table td {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
  }

  .wk-legal__table th {
    border-bottom: none;
    padding-bottom: 0.2rem;
    font-size: 0.85rem;
  }

  .wk-legal__table td {
    padding-top: 0;
    padding-bottom: 1rem;
  }

  .wk-legal__contact-box {
    padding: 1rem 1.2rem;
  }
}
