/* ===== Legal Pages Shared CSS ===== */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  min-height: 100vh;
  background: radial-gradient(ellipse at top, #0d0d2b 0%, #000005 80%);
  color: #ccc0e8;
  font-family: 'Hiragino Mincho ProN', 'Yu Mincho', 'Georgia', serif;
  font-size: 0.95rem;
  line-height: 1.9;
}

/* ===== Header ===== */
.legal-header {
  border-bottom: 1px solid rgba(150, 80, 255, 0.2);
  padding: 20px 0;
  text-align: center;
}

.legal-header a {
  color: #a080e0;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  transition: color 0.2s;
}

.legal-header a:hover { color: #d0b0ff; }

/* ===== Main Layout ===== */
.legal-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 56px 24px 80px;
}

.legal-title {
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.3em;
  color: #e8e0d0;
  text-align: center;
  margin-bottom: 8px;
  text-shadow: 0 0 20px rgba(150, 120, 255, 0.3);
}

.legal-date {
  text-align: center;
  color: #7060a0;
  font-size: 0.8rem;
  margin-bottom: 48px;
  letter-spacing: 0.1em;
}

/* ===== Sections ===== */
.legal-section {
  margin-bottom: 48px;
}

.legal-section h2 {
  font-size: 1rem;
  font-weight: 600;
  color: #c0a0ff;
  letter-spacing: 0.15em;
  border-left: 3px solid rgba(150, 80, 255, 0.6);
  padding-left: 14px;
  margin-bottom: 16px;
}

.legal-section h3 {
  font-size: 0.9rem;
  color: #a890d0;
  margin: 20px 0 10px;
}

.legal-section p {
  color: #b0a0d0;
  margin-bottom: 12px;
}

.legal-section ol,
.legal-section ul {
  padding-left: 24px;
  color: #b0a0d0;
  margin-bottom: 12px;
}

.legal-section li {
  margin-bottom: 6px;
}

/* ===== Table (特定商取引) ===== */
.tokusho-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}

.tokusho-table th,
.tokusho-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(150, 80, 255, 0.15);
  vertical-align: top;
  color: #b0a0d0;
  text-align: left;
}

.tokusho-table th {
  width: 30%;
  color: #9070c0;
  white-space: nowrap;
  font-weight: 400;
}

.tokusho-table tr:last-child th,
.tokusho-table tr:last-child td {
  border-bottom: none;
}

/* ===== Placeholder notice ===== */
.placeholder {
  background: rgba(255, 180, 0, 0.08);
  border: 1px dashed rgba(255, 180, 0, 0.3);
  border-radius: 4px;
  padding: 2px 8px;
  color: #d4a040;
  font-size: 0.8rem;
}

/* ===== Footer ===== */
.legal-footer {
  border-top: 1px solid rgba(150, 80, 255, 0.2);
  padding: 32px 24px;
  text-align: center;
}

.legal-footer nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px 24px;
  margin-bottom: 16px;
}

.legal-footer a {
  color: #8070b0;
  text-decoration: none;
  font-size: 0.82rem;
  letter-spacing: 0.1em;
  transition: color 0.2s;
}

.legal-footer a:hover { color: #c0a0ff; }

.legal-footer .copyright {
  color: #5040804;
  font-size: 0.78rem;
  color: #504080;
}
