*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body {
  font-family: 'Noto Sans JP', sans-serif;
  color: #2B2B2B;
  background: #FDF6E3;
  line-height: 1.85;
}
a { color: #5B8DB8; text-decoration: underline; }
a:hover { color: #2C4B6E; }

/* Header */
.legal-header {
  background: #2C4B6E;
  color: #fff;
  padding: 24px 20px 28px;
}
.legal-header__back {
  display: inline-block;
  font-size: 13px;
  color: rgba(255,255,255,.75);
  text-decoration: none;
  margin-bottom: 12px;
  transition: color .2s;
}
.legal-header__back:hover { color: #fff; }
.legal-header h1 {
  font-family: 'Noto Serif JP', serif;
  font-size: 22px;
  font-weight: 700;
}

/* Main */
.legal-main { padding: 48px 0 64px; }
.legal-container {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Lead */
.legal-lead {
  font-size: 14px;
  color: #555;
  margin-bottom: 40px;
  padding: 16px 20px;
  background: #fff;
  border-left: 4px solid #5B8DB8;
  border-radius: 0 8px 8px 0;
}

/* Sections */
section {
  margin-bottom: 36px;
}
section h2 {
  font-family: 'Noto Serif JP', serif;
  font-size: 17px;
  font-weight: 700;
  color: #2C4B6E;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid #D8EDF8;
}
section p {
  font-size: 14px;
  color: #444;
  margin-bottom: 12px;
}
section ul {
  list-style: none;
  padding: 0;
}
section ul li {
  font-size: 14px;
  color: #444;
  padding: 6px 0 6px 20px;
  position: relative;
  border-bottom: 1px solid #F0E6C8;
}
section ul li::before {
  content: '・';
  position: absolute;
  left: 4px;
  color: #C8560A;
}
section ul li:last-child { border-bottom: none; }

/* Table (特商法) */
.legal-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
}
.legal-table th,
.legal-table td {
  padding: 14px 16px;
  font-size: 14px;
  border-bottom: 1px solid #E8DCC0;
  vertical-align: top;
  line-height: 1.8;
}
.legal-table th {
  background: #F5EDDA;
  color: #2C4B6E;
  font-weight: 700;
  white-space: nowrap;
  width: 36%;
}
.legal-table td { background: #fff; color: #444; }
.legal-table td small { font-size: 12px; color: #888; display: block; margin-top: 4px; }
.legal-table tr:last-child th,
.legal-table tr:last-child td { border-bottom: none; }

/* Contact */
.legal-contact {
  background: #fff;
  border: 1px solid #D8EDF8;
  border-radius: 12px;
  padding: 16px 20px;
  margin-top: 12px;
  font-size: 14px;
  color: #444;
}
.legal-contact p { margin-bottom: 4px; }

/* Date */
.legal-date {
  font-size: 13px;
  color: #888;
  text-align: right;
  margin-top: 48px;
  padding-top: 16px;
  border-top: 1px solid #E8DCC0;
}

/* Footer */
.legal-footer {
  background: #2C4B6E;
  color: rgba(255,255,255,.6);
  text-align: center;
  padding: 24px 20px;
  font-size: 12px;
}

/* PC */
@media (min-width: 768px) {
  .legal-header { padding: 32px 40px 36px; }
  .legal-header h1 { font-size: 26px; }
  .legal-container { padding: 0 40px; }
  .legal-main { padding: 64px 0 80px; }
  .legal-table th { width: 28%; }
}
