/* ============================================================
   soukyu.com「プライバシーポリシー」試作 v1
   現行ページ（soukyu.com/privacy-policy/）の全文をそのまま使用し、
   v5デザイン（製図グリッド＋墨の反転）を適用
   ============================================================ */

body {
  font-family: 'Noto Serif JP', serif;
  background: var(--bg);
  color: var(--sumi);
  overflow-x: hidden;
}
/* ---------- 製図グリッド（v5共通） ---------- */

.soukyu-page {
  max-width: 880px;
  margin: 0 auto;
  padding: 56px clamp(24px, 5vw, 72px) 90px;
}
/* ---------- ヘッダー（共通） ---------- */

/* ---------- フッター（共通） ---------- */

.footer-sub a:hover { color: #fff; }

.sec-label {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.3em;
  color: var(--shu);
  margin-bottom: 14px;
}
.sec-label::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--shu);
  margin-right: 10px;
  vertical-align: middle;
}
h1 {
  font-size: clamp(34px, 4.4vw, 48px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.5;
  margin-bottom: 22px;
}
.page-lead {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(15.5px, 1.3vw, 16.5px);
  line-height: 2.05;
  color: var(--ink-body);
  margin-bottom: 56px;
}

/* ---- ポリシー本文 ---- */
.policy-entry { margin-bottom: 60px; }
.policy-entry h2 {
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 700;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}
.policy-entry h2::after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: var(--shu);
  margin-top: 10px;
  margin-bottom: 22px;
}
.policy-entry p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 1.25vw, 16.5px);
  line-height: 2;
  color: var(--ink-body);
  margin-bottom: 14px;
}
.policy-entry p:last-child { margin-bottom: 0; }
.policy-entry ul {
  list-style: none;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: clamp(16px, 1.25vw, 16.5px);
  line-height: 1.9;
  color: var(--ink-body);
  margin-bottom: 14px;
}
.policy-entry ul li {
  display: flex;
  gap: 10px;
  align-items: baseline;
  margin-bottom: 10px;
}
.policy-entry ul li:last-child { margin-bottom: 0; }
.policy-entry ul li::before {
  content: "";
  width: 10px;
  height: 2px;
  background: var(--shu);
  flex-shrink: 0;
  transform: translateY(-1px);
}
.policy-entry a { color: var(--shu); text-decoration: underline dotted; text-underline-offset: 3px; }
.policy-entry a:hover { color: var(--sumi); }

.policy-revised {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 13.5px;
  color: #8a8378;
  text-align: right;
  margin-top: 60px;
  padding-top: 24px;
  border-top: 1px solid var(--hairline);
}

@media (max-width: 700px) {
  .soukyu-page { padding: 36px 20px 64px; }
}
