
.page-section-title{
  font-family:'Noto Sans JP',system-ui,-apple-system,BlinkMacSystemFont,
               'Segoe UI',Roboto,'Helvetica Neue',Arial,'Hiragino Sans','メイリオ',Meiryo,sans-serif;
  font-weight:800;
  font-size:24px;
  letter-spacing:.5px;
  text-align:center;
  margin:40px 0 20px;
  color:#111827;
}
@media (max-width:600px){
  .page-section-title{ font-size:20px; margin:32px 0 16px; }
}

/* Page header: shared by index.php and about.php */
.page-header {
  padding: 40px 0 20px;   /* 上 40px / 下 20px：セクション間の余白 */
}

.page-header__inner {
  max-width: 960px;       /* ページ中央に収める */
  margin: 0 auto;
  padding: 0 16px;
}

.page-header__title {
  font-family: 'Noto Sans JP', system-ui, -apple-system, BlinkMacSystemFont,
               'Segoe UI', Roboto, 'Helvetica Neue', Arial,
               'Hiragino Sans', 'メイリオ', Meiryo, sans-serif;
  font-weight: 800;       /* 太字（見出し感） */
  font-size: 24px;        /* PC時の見出しサイズ */
  line-height: 1.25;
  letter-spacing: .5px;
  text-align: center;     /* 中央寄せ */
  color: #111827;         /* 濃いグレー（黒に近い） */
  margin: 0;
}

.page-header__subtitle {
  margin: 10px 0 0;
  font-size: 14.5px;
  text-align: center;
  color: #4b5563;         /* サブタイトルは淡めのグレー */
}

@media (max-width: 600px) {
  .page-header { padding: 32px 0 16px; }
  .page-header__title { font-size: 20px; letter-spacing: .3px; }
}

.media-thumb {
  width: 150px;
  height: auto;
  display: block;
  margin: 20px auto;
}

#slider {
  margin-bottom: 0 !important;
}
