/* ============================================================
   プライバシーポリシーページ専用スタイル
   ============================================================ */

.page-privacy-policy {
  background: #ffffff;
  padding-top: 70px; /* 固定ヘッダー分のオフセット */
}

/* ページ見出し */
.policy-page-heading {
  text-align: center;
  padding: 56px 20px 40px;
  border-bottom: 1px solid #e8e8e8;
  background: #f4f5f6;
}
.policy-page-heading span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  color: #0165bd;
  margin-bottom: 8px;
}
.policy-page-heading h1 {
  font-size: clamp(1.3rem, 2.5vw, 1.75rem);
  font-weight: 700;
  color: #222222;
  margin: 0;
}

/* コンテンツラッパー */
.policy-wrap {
  max-width: 1060px;
  margin: 0 auto;
  padding: 48px 24px 80px;
  box-sizing: border-box;
}

/* 冒頭文 */
.policy-intro {
  font-size: 0.875rem;
  line-height: 2;
  color: #444444;
  margin-bottom: 0;
  padding-bottom: 28px;
  border-bottom: 1px solid #e8e8e8;
}

/* 各セクション */
.policy-section {
  padding: 28px 0;
  border-bottom: 1px solid #e8e8e8;
}
.policy-section h2 {
  font-size: 0.95rem;
  font-weight: 700;
  color: #222222;
  margin: 0 0 14px;
}
.policy-num {
  font-weight: 700;
  color: #0165bd;
  margin-right: 4px;
}
.policy-section p {
  font-size: 0.875rem;
  line-height: 2;
  color: #444444;
  margin: 0 0 10px;
}
.policy-section p:last-child { margin-bottom: 0; }

/* 事業者情報テーブル */
.policy-dl {
  display: grid;
  grid-template-columns: 72px 1fr;
  gap: 6px 16px;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #444444;
}
.policy-dl dt { font-weight: 700; color: #222222; }
.policy-dl dd { margin: 0; }

/* 利用目的リスト */
.policy-ol {
  padding-left: 20px;
  margin: 10px 0 0;
  font-size: 0.875rem;
  line-height: 2;
  color: #444444;
}
.policy-ol li { margin-bottom: 4px; }

/* 送付先住所 */
.policy-address {
  background: #f4f5f6;
  border-left: 3px solid #0165bd;
  padding: 12px 16px;
  margin-top: 12px;
}
.policy-address p {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.8;
  color: #444444;
}

/* トップへ戻るボタン */
.policy-back {
  text-align: center;
  margin-top: 56px;
}
.policy-back a {
  display: inline-block;
  padding: 14px 40px;
  background: #003893;
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 700;
  border-radius: 28px;
  text-decoration: none;
  transition: opacity 0.2s;
}
.policy-back a:hover { opacity: 0.85; }

/* SP対応 */
@media (max-width: 767px) {
  .policy-page-heading { padding: 40px 20px 32px; }
  .policy-wrap { padding: 32px 16px 60px; }
  .policy-dl { grid-template-columns: 60px 1fr; }
}
