/* ========================================================================
   法務系ページ共通（プライバシーポリシー / ご利用にあたって）
   - privacy.php / terms.php が page_css='legal' で読み込む
   - サイトのタイポ（Noto Sans JP・--color-blue 見出し）に馴染む素朴な読み物レイアウト
   ======================================================================== */
.p-legal {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px 24px 96px;
  color: #1a1a1a;
}

.p-legal-head {
  text-align: center;
  margin-bottom: 40px;
}
.p-legal-head-en {
  display: block;
  font-family: "Archivo Black", sans-serif;
  color: var(--color-blue);
  font-size: 14px;
  letter-spacing: 0.12em;
}
.p-legal-head-jp {
  display: block;
  margin-top: 6px;
  font-size: 26px;
  font-weight: 700;
}

.p-legal-lead {
  margin: 0 0 36px;
  font-size: 15px;
  line-height: 1.9;
}

.p-legal-section {
  margin-bottom: 34px;
}
.p-legal-section > h2 {
  margin: 0 0 12px;
  padding-left: 12px;
  border-left: 4px solid var(--color-blue);
  color: var(--color-blue);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.5;
}
.p-legal-section > h3 {
  margin: 18px 0 8px;
  font-size: 15px;
  font-weight: 700;
}
.p-legal-section p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.9;
}
.p-legal-section ul,
.p-legal-section ol {
  margin: 0 0 12px;
  padding-left: 1.4em;
}
.p-legal-section li {
  margin-bottom: 4px;
  font-size: 15px;
  line-height: 1.85;
}
.p-legal-section a {
  color: var(--color-blue);
  text-decoration: underline;
  text-underline-offset: 2px;
  word-break: break-all;
}
.p-legal-section a:hover {
  text-decoration: none;
}

/* 定義リスト（事業者情報・外部送信の内訳・採用応募の取扱い など） */
.p-legal-dl {
  margin: 0 0 12px;
}
.p-legal-dl dt {
  margin-top: 14px;
  font-size: 15px;
  font-weight: 700;
}
.p-legal-dl dt:first-child {
  margin-top: 0;
}
.p-legal-dl dd {
  margin: 4px 0 0;
  padding-left: 1em;
  font-size: 15px;
  line-height: 1.85;
}

.p-legal-meta {
  margin-top: 48px;
  text-align: right;
  font-size: 13px;
  color: #555;
  line-height: 1.8;
}

/* アンカー（フォーム等から #cookie / #recruit へ飛ぶ際、固定ヘッダー分のオフセット） */
.p-legal-anchor {
  scroll-margin-top: 110px;
}

@media (max-width: 768px) {
  .p-legal {
    padding: 36px 18px 72px;
  }
  .p-legal-head-jp {
    font-size: 21px;
  }
  .p-legal-section > h2 {
    font-size: 17px;
  }
  .p-legal-lead,
  .p-legal-section p,
  .p-legal-section li,
  .p-legal-dl dt,
  .p-legal-dl dd {
    font-size: 14px;
  }
  .p-legal-anchor {
    scroll-margin-top: 80px;   /* モバイルは固定ヘッダーが低いためオフセットを縮小 */
  }
}
