/* ══════════════════════════════════════════
   privacy.css
   プライバシーポリシーページ固有スタイル（共通は shared.css 参照）
══════════════════════════════════════════ */


/* ══════════════════════════════════════════
   プライバシーポリシー コンテンツ
══════════════════════════════════════════ */

.privacy-section { padding: 88px 0; }
.privacy-lead { font-size: 14px; color: var(--dg); line-height: 2.2; margin-bottom: 64px; padding-bottom: 40px; border-bottom: 1px solid var(--lg); }
.privacy-block { margin-bottom: 56px; }
.privacy-block:last-child { margin-bottom: 0; }
.privacy-num { font-family: 'Bebas Neue', sans-serif; font-size: 13px; font-weight: 400; letter-spacing: .2em; color: var(--accent); margin-bottom: 8px; display: flex; align-items: center; gap: 8px; }
.privacy-num::before { content: ''; display: block; width: 20px; height: 1px; background: var(--accent); }
.privacy-heading { font-family: 'Noto Sans JP', sans-serif; font-size: 18px; font-weight: 300; letter-spacing: .04em; margin-bottom: 20px; padding-bottom: 12px; border-bottom: 1px solid var(--lg); }

/* 本文 — エディタで入力した内容 */
.privacy-body p { font-size: 13px; font-weight: 300; color: var(--dg); line-height: 2.2; }
.privacy-body p + p { margin-top: 16px; }
.privacy-body a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; transition: color .2s, opacity .2s; }
.privacy-body a:hover { opacity: .7; }

/* 小見出し（エディタの h3 を使用） */
.privacy-body h3 { font-size: 13px; font-weight: 500; letter-spacing: .04em; margin-top: 24px; margin-bottom: 10px; }

/* 通常リスト（エディタの ul） */
.privacy-body ul:not(.company-list) { list-style: none; display: flex; flex-direction: column; gap: 10px; margin-top: 12px; padding-left: 0; }
.privacy-body ul:not(.company-list) li { font-size: 13px; font-weight: 300; color: var(--dg); line-height: 1.9; padding-left: 20px; position: relative; }
.privacy-body ul:not(.company-list) li::before { content: ''; position: absolute; left: 0; top: 12px; width: 8px; height: 1px; background: var(--accent); }


/* ══════════════════════════════════════════
   共同利用 会社リスト
══════════════════════════════════════════ */

.company-list { list-style: none; display: flex; flex-direction: column; gap: 6px; margin-top: 12px; padding: 20px 24px; background: var(--off); border-left: 2px solid var(--accent); }
.company-list li { font-size: 13px; font-weight: 300; color: var(--dg); }


/* ══════════════════════════════════════════
   お問合せ
══════════════════════════════════════════ */

.contact-box { margin-top: 24px; padding: 28px 32px; border: 1px solid var(--lg); display: flex; flex-direction: column; gap: 10px; }
.contact-box-row { display: flex; gap: 16px; font-size: 13px; font-weight: 300; }
.contact-box-label { color: var(--mg); min-width: 120px; letter-spacing: .06em; }
.contact-box-val { color: var(--dg); }
.contact-box-val a { color: var(--accent); text-decoration: underline; text-underline-offset: 3px; transition: opacity .2s; }
.contact-box-val a:hover { opacity: .7; }


/* ══════════════════════════════════════════
   レスポンシブ
══════════════════════════════════════════ */

/* ══ レスポンシブ: 1024px以下 ══ */
@media (max-width: 1024px) {
  .privacy-lead { margin-bottom: 48px; padding-bottom: 32px; }
  .privacy-block { margin-bottom: 44px; }
}

/* ══ レスポンシブ: 768px以下 ══ */
@media (max-width: 768px) {
  .privacy-section { padding: 52px 0; }
  .privacy-lead { font-size: 13px; line-height: 2.1; margin-bottom: 36px; padding-bottom: 28px; }
  .privacy-block { margin-bottom: 32px; }
  .privacy-heading { font-size: 16px; margin-bottom: 16px; padding-bottom: 10px; }
  .privacy-body p { font-size: 12px; line-height: 2.1; }
  .privacy-body h3 { font-size: 12px; }
  .privacy-body ul:not(.company-list) li { font-size: 12px; }
  .company-list { padding: 16px 18px; }
  .company-list li { font-size: 12px; }
  .contact-box { padding: 20px; gap: 8px; }
  .contact-box-row { flex-direction: column; gap: 3px; font-size: 12px; }
  .contact-box-label { min-width: unset; font-size: 11px; }
  .contact-box-val { font-size: 12px; }
}

/* ══ レスポンシブ: 480px以下 ══ */
@media (max-width: 480px) {
  .privacy-section { padding: 40px 0; }
  .privacy-heading { font-size: 15px; }
  .privacy-block { margin-bottom: 28px; }
  .contact-box { padding: 16px; }
  .privacy-num { font-size: 12px; }
}
