/* PTA 静的ページ（マークダウン由来）— 白背景・黒文字のシンプル左寄せ */

.ng-ptaPage {
  background: var(--white, #fff);
  color: #000;
  padding: clamp(48px, 8vw, 120px) 0 clamp(80px, 12vw, 160px);
}

.ng-ptaPage__inner {
  max-width: 720px;
  margin: 0;
  padding: 0 24px;
}

.ng-ptaPage__title {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 700;
  line-height: 1.35;
  margin: 0 0 40px;
  letter-spacing: 0.02em;
}

.ng-ptaPage__lead {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(16px, 2.4vw, 18px);
  font-weight: 700;
  line-height: 1.75;
  margin: 0 0 48px;
}

/* 同一ページ内の第2ブロック（# 学校評価… など） */
.ng-ptaPage__title--section {
  margin-top: clamp(56px, 10vw, 96px);
  margin-bottom: 40px;
}

.ng-ptaRptGroup {
  margin-top: 40px;
}

.ng-ptaRptGroup:first-of-type {
  margin-top: 0;
}

.ng-ptaRptHeading {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(16px, 2.2vw, 17px);
  font-weight: 700;
  margin: 0 0 16px;
  line-height: 1.6;
}

.ng-ptaSection {
  margin-top: 48px;
}

.ng-ptaSection:first-of-type {
  margin-top: 0;
}

.ng-ptaYear {
  font-family: "Noto Sans JP", system-ui, sans-serif;
  font-size: clamp(16px, 2.2vw, 17px);
  font-weight: 700;
  margin: 0 0 16px;
}

.ng-ptaList {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ng-ptaList li {
  margin: 0 0 12px;
  padding: 0;
}

.ng-ptaList a {
  display: inline;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.85;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.ng-ptaList a:hover {
  text-decoration: underline;
}

/* WordPress 固定ページ（REST）で差し込む本文 — リスト・リンクは静的版 .ng-ptaList に寄せる */
.ng-ptaWpContent {
  display: block;
  margin: 0;
}

.ng-ptaWpContent.ng-apiLoading .ng-ptaWpContent__loading {
  opacity: 0.7;
}

.ng-ptaWpContent__loading {
  margin: 0;
  font-size: 16px;
  line-height: 1.85;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.ng-ptaWpContent .ng-apiError {
  margin: 0;
  color: #b00020;
  font-size: 15px;
  line-height: 1.75;
}

.ng-ptaWpContent ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.ng-ptaWpContent ul li {
  margin: 0 0 12px;
  padding: 0;
}

.ng-ptaWpContent a {
  display: inline;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.85;
  font-family: "Noto Sans JP", system-ui, sans-serif;
}

.ng-ptaWpContent a:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .ng-ptaPage__inner {
    padding: 0 20px;
  }

  .ng-ptaPage__title {
    margin-bottom: 32px;
  }

  .ng-ptaPage__lead {
    margin-bottom: 40px;
  }

  .ng-ptaPage__title--section {
    margin-top: 48px;
    margin-bottom: 32px;
  }
}
