@charset "UTF-8";
/* ============================================================
   法的ページ共通スタイル（privacy / tokushoho / terms）
   ベースは reset.css / reborn.css を共用し、
   このページ固有の差分だけをここに置く。
   （.sec-legal / .legal-content は旧WordPressテーマ由来の復元）
   ============================================================ */

/* このページはスクロールJSを載せないため、ヘッダーは常に白背景 */
.header {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.sec-legal {
  padding-top: 82px;
}

.sec-legal__container {
  margin: 0 auto;
  padding: 80px 16px;
  width: 100%;
  max-width: 1032px;
}

.legal-content h2 {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 16px 0;
}

.legal-content p {
  margin-bottom: 8px;
}

.legal-content ul li {
  list-style: disc;
  list-style-position: inside;
  margin-left: 24px;
  text-indent: -22px;
}

.legal-content ol li {
  list-style: decimal;
  list-style-position: inside;
  margin-left: 24px;
  text-indent: -22px;
}

/* 本文の可読性（このページのみ） */
.legal-content {
  line-height: 1.9;
}

.legal-content h2 {
  margin-top: 40px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 8px;
}

.legal-content table {
  border-collapse: collapse;
  margin: 16px 0;
  width: 100%;
}

.legal-content th,
.legal-content td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  font-weight: 400;
}

.legal-content th {
  background-color: #f5fafb;
  white-space: nowrap;
}

/* スマホでは見出しセルの折り返しを許可（表のはみ出し防止） */
@media (max-width: 576px) {
  .legal-content th {
    white-space: normal;
    min-width: 6em;
  }
}

.legal-content a {
  text-decoration: underline;
}

.legal-date {
  color: #666;
}

/* タイトル直下の制定日（モボモガの法的ページと同じ配置） */
.legal-date--top {
  text-align: center;
  margin: -24px 0 40px;
  font-size: 14px;
}
