/* =====================================================================
   PRIVACY POLICY（XD: PC 1920 / SP 430 原寸再現）
   本文はデザイン通り全文 Noto Sans Bold（PC 20px / SP 16px, lh42）の均一表示。
   ===================================================================== */

.custom-privacy-label {
  margin-top: 10.7rem;
  text-align: center;
  font-family: var(--font-en);
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 2.5rem;
  letter-spacing: var(--ls-129);
  color: var(--color-primary);
}
.custom-privacy-body {
  margin-top: 11.9rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 4.2rem;
  letter-spacing: var(--ls-129);
  color: #000;
}
.custom-privacy-body h2,
.custom-privacy-body h3,
.custom-privacy-body p {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
.custom-privacy-block + .custom-privacy-block { margin-top: 4.2rem; }
.custom-privacy-body a { color: inherit; text-decoration: underline; }

@media (max-width: 767px) {
  .custom-privacy-label { margin-top: 6rem; font-size: 2.1rem; }
  .custom-privacy-body { margin-top: 7rem; font-size: 1.4rem; line-height: 3.4rem; }
}
