/* ===========================================
   静岡県がん診療連携協議会 — 内ページ共通スタイル
=========================================== */

/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;700&display=swap');

/* ヘッダー／メニューは共通CSSに集約しました（編集は css/header.css 1ファイルでOK） */
@import url('header.css');

/* ─── ページヒーロー ─── */
.pageHero {
  background: #17345d;
  padding: 72px 0 56px; position: relative; overflow: hidden;
}
.pageHero::before {
  content: ''; position: absolute; inset: 0;
  background: url("../images/bg_washi.jpg") center top / 100% auto repeat-y;
  opacity: 0.1;
}
/* 写真背景あり */
.pageHero--photo::before {
  background: none;
}
.pageHero--photo {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.pageHero--photo .pageHero__inner {
  position: relative; z-index: 2;
}
/* 写真の上に暗いオーバーレイ */
.pageHero--photo .pageHero__overlay {
  position: absolute; inset: 0; z-index: 1;
  background: rgba(15, 30, 60, 0.62);
}
.pageHero__inner {
  width: min(1320px, calc(100% - 80px)); margin: 0 auto; position: relative;
}
.pageHero__en {
  display: block; font-family: "Noto Serif JP", serif;
  font-size: 13px; color: rgba(255,255,255,.45); letter-spacing: 0.3em;
  text-transform: uppercase; margin-bottom: 14px;
}
.pageHero h1 {
  font-family: "Noto Serif JP", serif; font-size: 38px;
  color: #fff; letter-spacing: 0.15em; margin: 0; line-height: 1.4;
}
.pageHero__breadcrumb {
  margin-top: 24px; font-family: "Noto Serif JP", serif;
  font-size: 13px; color: rgba(255,255,255,.45);
}
.pageHero__breadcrumb a { color: rgba(255,255,255,.55); text-decoration: none; }
.pageHero__breadcrumb a:hover { color: #fff; }
.pageHero__breadcrumb span { margin: 0 8px; }

@media (max-width: 767px) {
  .pageHero { padding: 48px 0 40px; }
  .pageHero__inner { width: min(100%, calc(100% - 40px)); }
  .pageHero h1 { font-size: 24px; }
}

/* ─── aboutIntro（内ページ流用） ─── */
.aboutIntro {
  position: relative; padding: 90px 0 100px; overflow: hidden;
}
.aboutIntro_bg1 {
  background: #fbfbfa url("../images/bg_washi.jpg") top left repeat;
}
.aboutIntro_bg2 {
  background: #fbfbfa url("../images/bg_washi2.jpg") top left repeat;
}
.aboutIntro_bgwhite { background: #fff; }
.aboutIntro__inner {
  width: min(1100px, calc(100% - 80px)); margin: 0 auto;
}
.aboutIntro__inner--wide {
  width: min(1320px, calc(100% - 80px)); margin: 0 auto;
}
.aboutIntro__head { position: relative; padding-top: 8px; }
.aboutIntro__bgText {
  position: absolute; top: -28px; left: 80px; margin: 0;
  font-family: "Noto Serif JP", serif; font-size: 140px; line-height: 1;
  color: rgba(255,255,255,.7); letter-spacing: .03em; pointer-events: none;
  user-select: none; z-index: 0;
}
.aboutIntro__title {
  position: relative; margin: 0 0 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px; line-height: 1.4; letter-spacing: 0.1em; color: #17345d;
  padding-bottom: 14px; border-bottom: 3px solid #e99413;
}
.aboutIntro__body { padding-top: 8px; }
.aboutIntro__text {
  font-family: "Noto Serif JP", serif;
  font-size: 16px; color: #333; line-height: 1.9; letter-spacing: 0.03em;
}
.aboutIntro__text h3 {
  font-size: 22px; color: #17345d; letter-spacing: .08em;
  margin: 0 0 16px; font-weight: 700;
}
.aboutIntro__text p { margin: 0 0 24px; }
.aboutIntro__text p:last-child { margin-bottom: 0; }
.aboutIntro__text ul,
.aboutIntro__text ol { margin: 0 0 24px; padding-left: 1.6em; }
.aboutIntro__text li { margin: 0 0 10px; }
.aboutIntro__text p a,
.aboutIntro__text li a { color: #17345d; text-decoration: underline; }
.aboutIntro__text p a:hover,
.aboutIntro__text li a:hover { color: #e99413; }
.aboutIntro__text img { max-width: 100%; height: auto; }
/* Quill のサイズ/整列クラスを公開側でも反映 */
.aboutIntro__text .ql-align-center { text-align: center; }
.aboutIntro__text .ql-align-right  { text-align: right; }
.aboutIntro__text .ql-align-justify{ text-align: justify; }
.aboutIntro__text .ql-size-small { font-size: 0.8em; }
.aboutIntro__text .ql-size-large { font-size: 1.5em; }
.aboutIntro__text .ql-size-huge  { font-size: 2em; }

@media (max-width: 767px) {
  .aboutIntro { padding: 60px 0 70px; }
  .aboutIntro__inner, .aboutIntro__inner--wide {
    width: min(100%, calc(100% - 40px));
  }
  .aboutIntro__bgText { font-size: 72px; top: -14px; left: -10px; }
  .aboutIntro__title { font-size: 24px; }
}

/* ─── テーブルスクロールラッパー ─── */
.tableWrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  margin: 0 0 48px;
  position: relative;
}
/* スマホ時にスクロールヒントをテーブル上に表示 */
@media (max-width: 767px) {
  .tableWrap::before {
    content: "← 横にスクロールできます →";
    display: block;
    font-size: 13px;
    color: #999;
    text-align: center;
    padding: 0 0 6px;
    font-family: sans-serif;
    letter-spacing: 0.05em;
  }
}

/* ─── データテーブル ─── */
/* style.css が max-width:991px で th/td を display:block にするため強制的に上書き */
.dataTable th,
.dataTable td {
  display: table-cell !important;
}
.dataTable {
  width: 100%; border-collapse: collapse;
  font-family: "Noto Serif JP", serif; margin: 0;
}
.dataTable caption {
  font-size: 19px; font-weight: 700; color: #17345d;
  letter-spacing: 0.08em; text-align: left; padding: 0 0 12px;
  caption-side: top;
}
.dataTable th, .dataTable td {
  padding: 13px 18px; border: 1px solid #d4dce8;
  text-align: left; vertical-align: top;
  font-size: 16px; line-height: 1.7;
}
.dataTable th {
  background: #17345d; color: #fff;
  font-weight: 500; letter-spacing: 0.05em; white-space: nowrap;
}
.dataTable td { background: #fff; color: #333; }
.dataTable tr:nth-child(even) td { background: #f3f6fb; }
.dataTable--orange th { background: #e99413; }

/* ─── 希少がん対応一覧テーブル 縦見出し ─── */
/* PC: 横幅いっぱい。モバイルは860px固定で横スクロール */
.kishoganTable {
  table-layout: fixed;
  width: 100%;
}
.kishoganTable thead th {
  position: relative;
  height: 280px;
  padding: 0;
  width: 48px;
  min-width: 48px;
  white-space: normal;
  overflow: hidden;
  color: #fff;
  vertical-align: middle;
  text-align: center;
}
.kishoganTable thead th:first-child {
  width: 170px;
  min-width: 170px;
  height: 280px;
  padding: 12px 14px;
  vertical-align: middle;
  text-align: left;
  white-space: normal;
}
/* データセル：○×を縦中央に */
.kishoganTable tbody td {
  vertical-align: middle;
  text-align: center;
  font-size: 15px;
  padding: 10px 6px;
}
/* がん種名（先頭列） ※縞模様(nth-child)より詳細度を高くする */
.kishoganTable tbody tr td.cancerName { text-align: left; padding: 10px 14px; }
/* カテゴリ見出し行 */
.kishoganTable tbody tr td.catHeadRow {
  background: #17345d; color: #fff; font-weight: bold;
  text-align: left; padding: 8px 12px;
}
/* 対応マーク ○ / × / ー */
.kishoganTable tbody tr td.mk-o { background: #e6f4ea; color: #1a7a3c; font-weight: bold; }
.kishoganTable tbody tr td.mk-x { background: #fce8e6; color: #c0392b; font-weight: bold; }
.kishoganTable tbody tr td.mk-dash { color: #bbb; }
/* 縦書きテキスト：absolute で上下左右完全中央 */
.kishoganTable .thVert {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  white-space: nowrap;
  font-size: 15px;
  line-height: 1.25;
  letter-spacing: 0.03em;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* ─── 施設ブロック ─── */
.facilityGroup { margin: 0 0 48px; }
.facilityGroup__head {
  font-family: "Noto Serif JP", serif;
  font-size: 18px; font-weight: 700; color: #fff;
  background: #17345d; padding: 13px 20px; letter-spacing: 0.06em;
  margin: 0;
}
.facilityGroup__sub {
  font-family: "Noto Serif JP", serif;
  font-size: 14px; font-weight: 500; color: #fff;
  background: #e99413; padding: 8px 20px; letter-spacing: 0.04em;
  margin: 0;
}
.facilityGroup .tableWrap { margin-bottom: 0; }
.facilityList {
  list-style: none; margin: 0; padding: 0;
  border: 1px solid #d4dce8; border-top: none;
}
.facilityList li {
  padding: 13px 20px; border-bottom: 1px solid #d4dce8;
  font-family: "Noto Serif JP", serif; font-size: 15px; color: #333; line-height: 1.6;
  display: flex; gap: 12px; align-items: flex-start;
}
.facilityList li:last-child { border-bottom: none; }
.facilityList__note { font-size: 13px; color: #777; display: block; margin-top: 3px; }

/* ─── 注記ボックス ─── */
.infoNotice {
  background: #f5f7fb; border-left: 4px solid #17345d;
  padding: 28px 32px; margin: 0 0 40px;
  font-family: "Noto Serif JP", serif; font-size: 16px; color: #555; line-height: 1.85;
}
.infoNotice--gray {
  background: #f5f5f5; border-left-color: #aaa; color: #666;
}
.infoNotice__title { font-size: 18px; font-weight: 700; color: #333; margin-bottom: 10px; }
.infoNotice a { color: #17345d; }

/* ─── ポイントリスト ─── */
.pointList {
  list-style: none; margin: 0 0 40px; padding: 0;
  display: flex; flex-direction: column; gap: 14px;
}
.pointList li {
  display: flex; align-items: center; gap: 16px;
  padding: 18px 22px; background: #fff;
  border: 1px solid #d4dce8; border-left: 4px solid #17345d;
  font-family: "Noto Serif JP", serif; font-size: 16px; color: #333; line-height: 1.75;
}
.pointList__num {
  flex-shrink: 0; width: 34px; height: 34px; background: #17345d;
  color: #fff; border-radius: 50%; display: flex; align-items: center;
  justify-content: center; font-size: 15px; font-weight: 700;
}

/* ─── 外部リンクカード ─── */
.extLinkGrid {
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 20px; margin: 0 0 48px;
}
.extLinkCard {
  display: flex; align-items: center; gap: 18px;
  padding: 22px 24px; background: #fff; border: 1px solid #e5e9f0;
  border-radius: 8px; text-decoration: none; color: #17345d;
  font-family: "Noto Serif JP", serif; font-size: 15px; line-height: 1.5;
  box-shadow: 0 2px 8px rgba(0,0,0,.04);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.extLinkCard::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-flex; align-items: center; justify-content: center;
  width: 48px; height: 48px; min-width: 48px;
  background: #17345d; color: #fff;
  border-radius: 50%; font-size: 14px;
  transition: background .25s ease, transform .25s ease;
}
.extLinkCard[target="_blank"]::before {
  content: "\f35d";
  font-size: 13px;
}
.extLinkCard:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0,0,0,.10);
  border-color: #c5cdd9;
}
.extLinkCard:hover::before {
  background: #244a7f;
  transform: scale(1.05);
}
.extLinkCard__arrow {
  margin-left: auto;
  font-size: 18px;
  flex-shrink: 0;
  opacity: .55;
  color: #17345d;
}

/* ─── ナンバードロール（協議会の役割一覧） ─── */
.roleList {
  list-style: none; margin: 0 0 40px; padding: 0;
  display: flex; flex-direction: column; gap: 10px;
  counter-reset: role-counter;
}
.roleList li {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 15px 20px; background: #fff; border: 1px solid #d4dce8;
  font-family: "Noto Serif JP", serif; font-size: 16px; color: #333; line-height: 1.7;
}
.roleList li::before {
  counter-increment: role-counter;
  content: "(" counter(role-counter) ")";
  flex-shrink: 0; font-weight: 700; color: #17345d;
  min-width: 36px;
}

/* ─── 組織リスト ─── */
.orgList {
  list-style: none; margin: 0 0 40px; padding: 0;
  display: grid; grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}
.orgList li {
  padding: 12px 18px; background: #fff; border: 1px solid #d4dce8;
  font-family: "Noto Serif JP", serif; font-size: 16px; color: #333; line-height: 1.6;
  display: flex; align-items: center; gap: 10px;
}
.orgList li::before {
  content: ""; flex-shrink: 0; width: 8px; height: 8px;
  background: #e99413; border-radius: 50%;
}

/* ─── フッター ─── */
.ibashoFooter {
  padding: 72px 0 28px; color: #17345d; font-family: "Noto Serif JP", serif;
  border-top: 1px solid rgba(0,0,0,0.08);
}
.ibashoFooter__inner {
  width: min(1520px, calc(100% - 80px)); margin: 0 auto;
  display: grid; grid-template-columns: 1fr 1fr 320px; gap: 58px; align-items: start;
}
.ibashoFooter__navWrap {
  grid-column: 1 / 3; display: grid; grid-template-columns: 1fr 1fr; gap: 58px;
}
.ibashoFooter__group + .ibashoFooter__group { margin-top: 20px; }
.ibashoFooter__mainLink {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 0 6px 14px 0; color: #17345d; text-decoration: none;
  font-size: 17px; letter-spacing: .04em; border-bottom: 1px solid #ccc;
  transition: opacity .25s;
}
.ibashoFooter__mainLink span { font-size: 17px; flex-shrink: 0; transition: transform .3s; }
.ibashoFooter__mainLink:hover { opacity: .7; }
.ibashoFooter__mainLink:hover span { transform: translateX(5px); }
.ibashoFooter__subList { list-style: none; margin: 14px 0 0; padding: 0 0 0 16px; }
.ibashoFooter__subList li + li { margin-top: 10px; }
.ibashoFooter__subList a {
  color: #4e6280; text-decoration: none; font-size: 14px; line-height: 1.7; transition: opacity .2s;
}
.ibashoFooter__subList a:hover { opacity: .7; }
.ibashoFooter__info { padding-top: 2px; }
.ibashoFooter__brand img { display: block; width: 100%; height: auto; }
.ibashoFooter__copy {
  width: min(1520px, calc(100% - 80px)); margin: 54px auto 0;
  text-align: right; color: #5b6d87; font-size: 13px;
}

@media (max-width: 1100px) {
  .ibashoFooter__inner { grid-template-columns: 1fr; gap: 40px; }
  .ibashoFooter__navWrap { grid-column: auto; }
  .ibashoFooter__info { max-width: 360px; }
}
@media (max-width: 767px) {
  .ibashoFooter { padding: 44px 0 22px; }
  .ibashoFooter__inner { width: calc(100% - 40px); gap: 32px; }
  .ibashoFooter__navWrap { grid-template-columns: 1fr; gap: 20px; }
  .ibashoFooter__mainLink { font-size: 15px; }
  .ibashoFooter__brand img { width: 200px; }
  .ibashoFooter__copy { width: calc(100% - 40px); margin-top: 32px; text-align: left; }
}

@media (max-width: 767px) {
  /* テーブルはラッパー側でスクロール、最小幅を保証 */
  .dataTable { min-width: 520px; }
  /* kishoganTable はPC幅(860px)固定のまま横スクロール・レイアウト変更なし */
  .kishoganTable { width: 860px; min-width: 0; }
  .kishoganTable thead th { height: 280px; width: 48px; min-width: 48px; font-size: 15px; }
  .kishoganTable thead th:first-child { width: 170px; min-width: 170px; }
  .kishoganTable .thVert { font-size: 15px; }
  .aboutIntro__bgText { display: none; }
  .extLinkGrid { grid-template-columns: 1fr; }
  .orgList { grid-template-columns: 1fr; }
  .facilityList li { font-size: 14px; padding: 11px 16px; }
  /* pointList */
  .pointList li { padding: 14px 16px; font-size: 14px; gap: 12px; }
  .pointList__num { width: 30px; height: 30px; font-size: 13px; }
  /* facilityGroup */
  .facilityGroup__head { font-size: 15px; padding: 11px 16px; }
  .facilityGroup__sub { font-size: 13px; padding: 6px 16px; }
  /* extLinkCard */
  .extLinkCard { font-size: 14px; padding: 16px 18px; gap: 14px; }
  .extLinkCard::before { width: 40px; height: 40px; min-width: 40px; font-size: 12px; }
  .extLinkCard[target="_blank"]::before { font-size: 11px; }
  /* infoNotice */
  .infoNotice { padding: 20px 18px; font-size: 14px; }
  .infoNotice__title { font-size: 15px; }
  /* footer */
  .ibashoFooter__brand img { width: 180px; }
}

/* ─── ニュース一覧 ─── */
.newsListSection {
  padding: 80px 0 120px;
  background: #fbfbfa url("../images/bg_washi.jpg") center top / 100% auto repeat-y;
}
.newsListSection__inner {
  width: min(900px, calc(100% - 80px));
  margin: 0 auto;
}
.newsListBody {
  border-top: 1px solid rgba(0,0,0,0.08);
  margin-bottom: 60px;
}
.newsListItem {
  display: grid;
  grid-template-columns: 1fr 36px;
  align-items: center;
  column-gap: 32px;
  padding: 28px 0;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  color: inherit;
  text-decoration: none;
  transition: background .25s ease, padding-left .2s ease;
}
.newsListItem:hover {
  background: rgba(255,255,255,0.45);
  padding-left: 12px;
}
.newsListItem__meta {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: #6b6b6b;
  letter-spacing: 0.05em;
}
.newsListItem__cat {
  display: inline-block;
  padding: 3px 12px;
  background: #17345d;
  color: #fff;
  font-size: 13px;
  letter-spacing: 0.05em;
  border-radius: 2px;
}
.newsListItem__title {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-size: 19px;
  line-height: 1.7;
  color: #222;
  letter-spacing: 0.04em;
}
.newsListItem__arrow {
  width: 36px; height: 36px;
  display: flex; align-items: center; justify-content: center;
}
.newsListItem__arrow::before {
  content: "";
  width: 7px; height: 7px;
  border-top: 1px solid #222;
  border-right: 1px solid #222;
  transform: rotate(45deg);
  transition: transform .2s ease;
}
.newsListItem:hover .newsListItem__arrow::before {
  transform: translateX(4px) rotate(45deg);
}

/* ページネーション */
.newsPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-family: "Noto Serif JP", serif;
}
.newsPagination a,
.newsPagination span {
  display: flex; align-items: center; justify-content: center;
  width: 40px; height: 40px;
  font-size: 15px;
  color: #17345d;
  text-decoration: none;
  border: 1px solid #d4dce8;
  transition: background .2s ease, color .2s ease;
}
.newsPagination a:hover { background: #17345d; color: #fff; }
.newsPagination span { background: #17345d; color: #fff; border-color: #17345d; }

/* ─── ニュース詳細 ─── */
.newsArticle {
  padding: 80px 0 120px;
  background: #fbfbfa url("../images/bg_washi.jpg") center top / 100% auto repeat-y;
}
.newsArticle__inner {
  width: min(820px, calc(100% - 80px));
  margin: 0 auto;
}
.newsArticle__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 15px;
  color: #6b6b6b;
}
.newsArticle__cat {
  display: inline-block;
  padding: 3px 12px;
  background: #17345d;
  color: #fff;
  font-size: 13px;
  border-radius: 2px;
}
.newsArticle__title {
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  line-height: 1.6;
  color: #17345d;
  letter-spacing: 0.06em;
  margin: 0 0 40px;
  padding-bottom: 24px;
  border-bottom: 3px solid #e99413;
}
.newsArticle__body {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  line-height: 1.95;
  color: #333;
  letter-spacing: 0.03em;
}
.newsArticle__body p { margin: 0 0 28px; }
.newsArticle__body p:last-child { margin-bottom: 0; }
.newsArticle__body h2 {
  font-size: 20px; color: #17345d; font-weight: 700;
  margin: 48px 0 16px; padding: 10px 16px;
  background: #eef1f7; border-left: 4px solid #17345d;
}
.newsArticle__nav {
  margin-top: 64px;
  padding-top: 40px;
  border-top: 1px solid rgba(0,0,0,0.1);
  display: flex;
  justify-content: center;
}

.newsArticle__nav a:visited {
  color: #FFF;
}
.newsArticle__backBtn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 36px;
  background: #17345d;
  color: #fff;
  text-decoration: none;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  letter-spacing: 0.08em;
  transition: background .25s ease;
}
.newsArticle__backBtn:hover { background: #0e2240; }
.newsArticle__backBtn::before {
  content: "";
  width: 6px; height: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  .newsListSection { padding: 50px 0 80px; }
  .newsListSection__inner { width: calc(100% - 32px); }
  .newsListItem { grid-template-columns: 1fr 24px; column-gap: 16px; padding: 20px 0; }
  .newsListItem__title { font-size: 15px; }
  .newsListItem__meta { font-size: 13px; gap: 12px; }
  .newsArticle { padding: 50px 0 80px; }
  .newsArticle__inner { width: calc(100% - 32px); }
  .newsArticle__title { font-size: 20px; }
  .newsArticle__body { font-size: 15px; }
}

/* ─── 役割リスト（kyoten.html 都道府県協議会の主な役割） ─── */
.roleOuterList, .roleInnerList, .roleSubList {
  list-style: none; padding: 0; margin: 16px 0;
  font-family: "Noto Serif JP", serif;
}
.roleOuterList > li {
  position: relative; padding-left: 56px; margin-bottom: 18px;
  line-height: 1.95; color: #333; font-size: 16px;
}
.roleOuterList > li > .roleNum {
  position: absolute; left: 0; top: 0; font-weight: 600; color: #17345d; min-width: 48px;
}
.roleInnerList { margin: 14px 0 0 0; }
.roleInnerList > li {
  position: relative; padding-left: 36px; margin-bottom: 14px;
  line-height: 1.9; font-size: 15px; color: #444;
}
.roleInnerList > li > .roleNum {
  position: absolute; left: 0; top: 0; font-weight: 600; color: #e99413;
}
.roleSubList { margin: 10px 0 0 0; background: #faf8f3; padding: 14px 18px; border-left: 3px solid #e99413; }
.roleSubList > li {
  position: relative; padding-left: 30px; margin-bottom: 6px;
  line-height: 1.85; font-size: 14px; color: #555;
}
.roleSubList > li > .roleNum {
  position: absolute; left: 0; top: 0; font-weight: 600; color: #17345d;
}
@media (max-width: 767px) {
  .roleOuterList > li { padding-left: 44px; font-size: 14px; }
  .roleOuterList > li > .roleNum { min-width: 38px; }
  .roleInnerList > li { padding-left: 28px; font-size: 13px; }
  .roleSubList > li { padding-left: 24px; font-size: 13px; }
}

/* ─── 工事中ページ ─── */
.preparingSection {
  padding: 100px 0 120px; background: #fff;
}
.preparingSection__inner {
  width: min(720px, calc(100% - 48px)); margin: 0 auto; text-align: center;
  font-family: "Noto Serif JP", serif;
}
.preparingSection__icon {
  font-size: 64px; color: #e99413; margin-bottom: 24px;
}
.preparingSection__title {
  font-size: 28px; font-weight: 600; color: #17345d; margin-bottom: 16px;
  line-height: 1.5;
}
.preparingSection__lead {
  font-size: 17px; color: #444; line-height: 1.95; margin-bottom: 40px;
}
.preparingSection__back,
.preparingSection__back:link,
.preparingSection__back:visited,
.preparingSection__back:hover,
.preparingSection__back:active {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 14px 32px; background: #17345d !important; color: #fff !important;
  text-decoration: none !important; font-size: 15px; letter-spacing: 0.08em;
  border-radius: 4px; transition: background .25s ease;
}
.preparingSection__back * { color: #fff !important; }
.preparingSection__back:hover { background: #2a5697 !important; color: #fff !important; }
@media (max-width: 767px) {
  .preparingSection { padding: 60px 0 80px; }
  .preparingSection__icon { font-size: 48px; }
  .preparingSection__title { font-size: 22px; }
  .preparingSection__lead { font-size: 15px; }
}

/* ─── バナーリンク ─── */
.bannerLink,
.bannerLink:link,
.bannerLink:visited,
.bannerLink:hover,
.bannerLink:active {
  display: block; max-width: 720px; margin: 24px auto; padding: 20px 28px;
  background: linear-gradient(135deg, #17345d, #2a5697) !important; color: #fff !important;
  text-decoration: none !important; border-radius: 6px; font-family: "Noto Serif JP", serif;
  font-size: 17px; font-weight: 500; text-align: center;
  box-shadow: 0 4px 14px rgba(23,52,93,.15); transition: transform .2s ease;
}
.bannerLink * { color: #fff !important; }
.bannerLink:hover { transform: translateY(-2px); }
.bannerLink__sub { display: block; font-size: 12px; margin-top: 4px; opacity: .85; }
.bannerLink--disabled,
.bannerLink--disabled:hover {
  background: #aaa !important; cursor: not-allowed;
  transform: none !important; box-shadow: none;
}

/* ─── ヒーロー見出しの装飾サブテキスト ─── */
.heroLeadIn {
  display: block; font-size: 0.45em; font-weight: 400; opacity: 0.85;
  margin-bottom: 8px; letter-spacing: 0.08em;
}
.heroSubtitle {
  display: block; font-size: 0.5em; font-weight: 400; opacity: 0.85;
  margin-top: 10px; letter-spacing: 0.08em;
}

/* ─── ページ内見出し（サブセクション用） ─── */
.sectionHeading {
  position: relative !important; margin: 56px 0 24px !important; padding: 6px 0 6px 18px !important;
  font-family: "Noto Serif JP", serif !important;
  font-size: 22px !important; font-weight: 600 !important; line-height: 1.5 !important;
  letter-spacing: 0.05em !important; color: #17345d !important;
  border-left: 4px solid #e99413;
  text-align: left !important;
  opacity: 1 !important;
  top: auto !important; left: auto !important; right: auto !important;
  display: block !important;
}
@media (max-width: 767px) {
  .sectionHeading { font-size: 18px !important; margin: 36px 0 18px !important; padding-left: 12px !important; }
}

/* ─── 患者サロン一覧表 ─── */
.salonTable { table-layout: fixed; width: 100%; }
.salonTable td, .salonTable th { word-break: normal; overflow-wrap: anywhere; vertical-align: middle; }
.salonTable td { font-size: 14px; line-height: 1.6; }
.salonTable a { word-break: break-all; }
.salonTable td.salonName { white-space: nowrap; overflow-wrap: normal; word-break: keep-all; }

/* 小児・AYA世代のがん 病院別資料リスト */
.aboutIntro__text .pediatricList {
  list-style: none; margin: 28px 0 0; padding: 0;
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px;
}
.aboutIntro__text .pediatricList li { margin: 0; }
.aboutIntro__text .pediatricList a,
.aboutIntro__text .pediatricList .pediatricList__noLink {
  display: flex; align-items: center; gap: 14px;
  padding: 16px 20px; background: #fff; border: 1px solid #e2e2e2;
  border-radius: 6px; text-decoration: none;
  font-family: "Noto Serif JP", serif; font-size: 16px; color: #17345d;
  box-shadow: 0 2px 8px rgba(23,52,93,.06);
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}
.aboutIntro__text .pediatricList a:hover {
  transform: translateY(-2px); border-color: #2a5697;
  box-shadow: 0 6px 16px rgba(23,52,93,.14);
}
.aboutIntro__text .pediatricList i { color: #2a5697; font-size: 20px; flex: 0 0 auto; }
.aboutIntro__text .pediatricList .pediatricList__noLink {
  color: #999; box-shadow: none; cursor: default;
}
.aboutIntro__text .pediatricList .pediatricList__noLink i { color: #c2c2c2; }
@media (max-width: 767px) {
  .aboutIntro__text .pediatricList { grid-template-columns: 1fr; gap: 12px; }
  .aboutIntro__text .pediatricList a,
  .aboutIntro__text .pediatricList .pediatricList__noLink { padding: 14px 16px; font-size: 15px; }
}
@media (max-width: 767px) {
  .salonTable { min-width: 640px; }
  .salonTable td { font-size: 13px; }
}

/* ─── 希少がんトップ ─── */
.kishoganHospitalGrid {
  display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 0;
  border: 1px solid #d9d9d9; border-collapse: collapse;
  font-family: "Noto Serif JP", serif;
}
.kishoganHospitalGrid > div {
  padding: 12px 16px; border: 1px solid #d9d9d9; font-size: 15px;
}
.kishoganHospitalGrid__head { background: #f4f2ee; font-weight: 600; text-align: center; }
.region--east { background: #fff3e0; }
.region--central { background: #e8f5e9; }
.region--west { background: #e3f2fd; }
.kishoganHospitalGrid a { color: #17345d; text-decoration: underline; }
@media (max-width: 767px) {
  .kishoganHospitalGrid { grid-template-columns: 1.4fr 1fr 1fr; font-size: 13px; }
  .kishoganHospitalGrid > div { padding: 8px 10px; font-size: 13px; }
}

/* ===========================================
   部会ページ 管理本文（admin で編集／Quill出力）
   ※Quillエディタ(admin/inc/helpers.php)の見た目と揃える
=========================================== */
.pageBody { padding: 70px 0 90px; background: #fff; }
.pageBody__inner {
  width: min(1100px, calc(100% - 80px)); margin: 0 auto;
  font-family: "Noto Serif JP", serif;
  font-size: 16px; color: #333; line-height: 1.9; letter-spacing: 0.03em;
}
.pageBody__inner h2 {
  font-size: 26px; font-weight: 700; color: #17345d; letter-spacing: .06em;
  margin: 40px 0 18px; padding-bottom: 12px; border-bottom: 3px solid #e99413;
}
.pageBody__inner h2:first-child { margin-top: 0; }
.pageBody__inner h3 {
  font-size: 20px; font-weight: 700; color: #17345d; letter-spacing: .06em;
  margin: 32px 0 12px;
}
.pageBody__inner p { margin: 0 0 20px; }
.pageBody__inner p:last-child { margin-bottom: 0; }
.pageBody__inner ul,
.pageBody__inner ol { margin: 0 0 20px; padding-left: 1.6em; }
.pageBody__inner li { margin: 0 0 8px; }
.pageBody__inner a { color: #17345d; text-decoration: underline; }
.pageBody__inner a:hover { color: #e99413; }
.pageBody__inner img { max-width: 100%; height: auto; }
@media (max-width: 767px) {
  .pageBody { padding: 50px 0 60px; }
  .pageBody__inner { width: calc(100% - 40px); font-size: 15px; }
  .pageBody__inner h2 { font-size: 21px; margin: 30px 0 14px; }
  .pageBody__inner h3 { font-size: 18px; }
}

/* ===== 各部会の活動内容・資料（公開側ダウンロードボタン共通） ===== */
.bukaiDocs__grid{display:grid;grid-template-columns:1fr;gap:12px;margin-top:8px}
.bukaiDocs .downloadBtn__lock,
.downloadBtn__lock{margin-left:8px;font-size:11px;color:#e99413}
.bukaiDocs .downloadBtn,
.bukaiDocs .downloadBtn:link,
.bukaiDocs .downloadBtn:visited,
.bukaiDocs .downloadBtn:hover,
.bukaiDocs .downloadBtn:active{
  display:grid;grid-template-columns:48px 1fr 28px;align-items:center;gap:16px;
  padding:16px 20px;background:#f4f6fa;color:#222 !important;text-decoration:none !important;
  border:1px solid #d4dce8;border-radius:4px;
  transition:border-color .25s ease,box-shadow .25s ease,transform .25s ease,background .25s ease;
}
.bukaiDocs .downloadBtn:hover{background:#fff;border-color:#17345d;box-shadow:0 4px 14px rgba(23,52,93,.1);transform:translateY(-1px)}
.bukaiDocs .downloadBtn__icon{width:44px;height:44px;display:inline-flex;align-items:center;justify-content:center;background:#17345d;color:#fff;border-radius:4px;font-size:20px}
.bukaiDocs .downloadBtn__body{display:flex;flex-direction:column;gap:3px;font-family:"Noto Serif JP",serif}
.bukaiDocs .downloadBtn__label{font-size:15px;font-weight:600;color:#17345d}
.bukaiDocs .downloadBtn__sub{font-size:12px;color:#888;letter-spacing:.05em}
.bukaiDocs .downloadBtn__arrow{color:#17345d;font-size:15px;text-align:right;transition:transform .25s ease}
.bukaiDocs .downloadBtn:hover .downloadBtn__arrow{transform:translateY(2px)}
@media(max-width:767px){
  .bukaiDocs .downloadBtn{grid-template-columns:40px 1fr 22px;gap:12px;padding:12px 12px}
  .bukaiDocs .downloadBtn__icon{width:38px;height:38px;font-size:17px}
  .bukaiDocs .downloadBtn__label{font-size:14px}
}
