.privacy-policy-page {
  padding-top: 80px;
  @media (max-width: 575.98px) {
    padding-top: 120px;
  }
}

.privacy-policy-page .section-title {
  margin-left: 0;
}

.privacy-policy-page-banner {
  background-color: var(--color-gray);
  padding-top: 90px;
  padding-bottom: 90px;
  text-align: center;
  @media (max-width: 575.98px) {
    padding-top: 40px;
    padding-bottom: 53px;
  }
}

/* ==================== PRIVACY POLICY CONTENT ==================== */
.privacy-policy-content {
  max-width: 1070px;
  margin: 0 auto;
  background-color: var(--color-white);
  padding-top: 57px;
  padding-bottom: 80px;
  @media (max-width: 575.98px) {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}

/* Lead paragraph before the numbered sections */
.privacy-policy-content .pp-intro {
  font-size: 14px;
  font-weight: 500;
  line-height: 2;
  color: var(--color-black);
  margin: 0 0 40px 0;
  @media (max-width: 575.98px) {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

/* Each numbered clause block */
.privacy-policy-content .pp-section {
  margin-bottom: 40px;
  @media (max-width: 575.98px) {
    margin-bottom: 30px;
  }
}

.privacy-policy-content .pp-section:last-of-type {
  margin-bottom: 0;
}

/* Section heading (e.g. "1. 個人情報の管理について") */
.privacy-policy-content .pp-heading {
  color: var(--color-green);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  padding-bottom: 12px;
  margin: 0 0 16px 0;
  border-bottom: 1px solid #c3c3c3;
  @media (max-width: 575.98px) {
    font-size: 15px;
    margin-bottom: 12px;
  }
}

/* Body text and list items share base typography */
.privacy-policy-content .pp-text,
.privacy-policy-content .pp-item {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.9;
  color: var(--color-black);
  margin: 0 0 10px 0;
  @media (max-width: 575.98px) {
    font-size: 13px;
  }
}

.privacy-policy-content .pp-text:last-child,
.privacy-policy-content .pp-item:last-child {
  margin-bottom: 0;
}

/* Hanging-indent levels for nested markers (1)→(ア)→1) */
.privacy-policy-content .pp-lv1 {
  padding-left: 1.5em;
}

.privacy-policy-content .pp-lv2 {
  padding-left: 3em;
}

.privacy-policy-content .pp-lv3 {
  padding-left: 4.5em;
}

@media (max-width: 575.98px) {
  .privacy-policy-content .pp-lv1 {
    padding-left: 1.2em;
  }
  .privacy-policy-content .pp-lv2 {
    padding-left: 2.2em;
  }
  .privacy-policy-content .pp-lv3 {
    padding-left: 3.2em;
  }
}

/* Closing block with company address & contact */
.privacy-policy-content .pp-footer {
  margin-top: 50px;
  padding-top: 24px;
  border-top: 1px solid #c3c3c3;
  @media (max-width: 575.98px) {
    margin-top: 30px;
  }
}

.privacy-policy-content .pp-footer .pp-text {
  margin-bottom: 4px;
}

.privacy-policy-content .pp-footer a {
  color: var(--color-green);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.privacy-policy-content .pp-footer a:hover {
  opacity: 0.7;
}
