/* CSS Document */

/* ================================
  issue-page（このページ専用）可読性/余白調整（整理版）
  - 重複セレクタ/プロパティを統合
  - 講師紹介は speaker-profile（divラップ版）前提
  - パンくずは .sep / .current を使う最終形前提
================================ */

/* 0) 横はみ出しの予防（最優先） */
.issue-page img,
.issue-page video,
.issue-page iframe {
  max-width: 100%;
  height: auto;
}

.issue-page table {
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  display: block;              /* 横はみ出し対策 */
  overflow-x: auto;
}

.issue-page pre {
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* 1) 全体タイポ（note寄せのリズム） */
.issue-page {
  font-size: 1.125rem;
  line-height: 1.6;
}

/* コンテナ左右余白 */
.issue-page .subpage-section .w-container {
  padding-left: 16px;
  padding-right: 16px;
}

/* 本文ブロック：読み幅固定 */
.issue-page .subpage-section .w-richtext {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;              /* 既存の左インデントを打ち消す */
  padding-right: 0;
  text-align: left;
}

/* 段落リズム */
.issue-page .subpage-section .w-richtext p {
  margin: 0 0 1.15em;
}

/* 2) パンくず（最終形：1行固定 + 省略） */
.issue-page .breadcrumb {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  line-height: 1.6;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
  margin: 0 0 14px;
}

/* 既存CSSで block 化されても戻す（このページだけ） */
.issue-page .breadcrumb a,
.issue-page .breadcrumb span {
  display: inline;
  white-space: nowrap;
}

.issue-page .breadcrumb .sep {
  opacity: .55;
  flex: 0 0 auto;
}

/* 末尾だけ省略 */
.issue-page .breadcrumb .current {
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
}

/* 3) 見出し階層 */
.issue-page .page-title {
  max-width: 720px;
  margin: 0 auto 18px;
  font-size: clamp(24px, 3.2vw, 34px);
  line-height: 1.25;
}

.issue-page .page-title-sub {
  display: block;
  margin-top: 8px;
  font-size: 0.6em;             /* メインとのメリハリ */
  line-height: 1.6;
}

.issue-page .subpage-section .w-richtext h2 {
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 700;             /* 指定：太く */
  line-height: 1.5;
  margin: 2.2em 0 0.75em;
}

.issue-page .subpage-section .w-richtext h3 {
  font-size: clamp(17px, 1.7vw, 20px);
  line-height: 1.6;
  margin: 1.6em 0 0.6em;
}

/* 見出し直後の余白 */
.issue-page .subpage-section .w-richtext h2 + p,
.issue-page .subpage-section .w-richtext h3 + p {
  margin-top: 0.25em;
}

/* 4) 箇条書き（指定：ulは1文字分インデント） */
.issue-page .subpage-section .w-richtext ul,
.issue-page .subpage-section .w-richtext ol {
  margin: 0 0 1.15em;
}

.issue-page .subpage-section .w-richtext li {
  margin: 0.35em 0;
}

/* 5) 引用 */
.issue-page .subpage-section .w-richtext blockquote {
  margin: 1.4em 0;
  padding: 0.9em 1.1em;
  border-left: 4px solid rgba(0,0,0,0.18);
  background: rgba(0,0,0,0.03);
}

.issue-page .subpage-section .w-richtext blockquote p {
  margin: 0;
}

/* 6) 区切り線 */
.issue-page .subpage-section .w-richtext hr {
  border: 0;
  border-top: 1px solid rgba(0,0,0,0.12);
  margin: 2.2em 0;
}

/* 7) FAQ（dl/dt/dd） */
.issue-page .subpage-section .w-richtext dl {
  margin: 0 0 1.2em;
}

.issue-page .subpage-section .w-richtext dt {
  font-weight: 700;
  margin: 1.0em 0 0.3em;
}

.issue-page .subpage-section .w-richtext dd {
  margin: 0 0 0.9em;
}

/* 8) 講師紹介（speaker-profile：divラップ版を正式採用） */
.issue-page .speaker-profile {
  display: flex;
  align-items: flex-start;
  gap: 24px;
  margin: 24px 0 32px;
  max-width: 720px;
}

.issue-page .speaker-profile .speaker-photo {
  flex: 0 0 200px;
  margin: 0; /* ここでのみリセット */
}

.issue-page .speaker-profile .speaker-photo img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none;              /* 旧ルール（240px/160px）を無効化 */
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}

.issue-page .speaker-profile .speaker-info {
  flex: 1 1 auto;
  min-width: 0;
}

.issue-page .speaker-profile .speaker-info h3 {
  margin: 0 0 0.35em;
  line-height: 1.5;
}

.issue-page .speaker-profile .speaker-info p {
  margin: 0 0 0.9em;
  line-height: 1.8;
  opacity: .9;
}

.issue-page .speaker-profile .speaker-info ul {
  margin: 0;
  padding-left: 1em;
}

/* 9) CTA（読みやすさのみ：過剰な装飾はしない） */
.issue-page .contact-section {
  line-height: 1.8;
}

.issue-page .contact-section .heading-2 {
  line-height: 1.35;
  margin-bottom: 0.6em;
}

/* 10) スマホ微調整 */
@media (max-width: 767px) {
  .issue-page {
    line-height: 1.95;
  }

  .issue-page .subpage-section .w-container {
    padding-left: 14px;
    padding-right: 14px;
  }

  .issue-page .subpage-section .w-richtext {
    max-width: 100%;
  }

  .issue-page .subpage-section .w-richtext h2 {
    margin-top: 2.0em;
  }

  /* 講師紹介：縦積み */
  .issue-page .speaker-profile {
    flex-direction: column;
    gap: 12px;
    margin: 20px 0 28px;
  }

  .issue-page .speaker-profile .speaker-photo {
    flex-basis: auto;
    max-width: 240px;
  }
}
/* ================================
  STEP A：ページ全体のリズム調整
================================ */

/* 1) 冒頭の問いブロック */
.issue-page h1 {
  margin-bottom: 1.5em;
}

.issue-page h1 + p {
  margin-bottom: 3em;
}

/* 2) 箇条書きを「現場の悲鳴リスト」に */
.issue-page ul {
  margin: 2em 0 2.5em;
  padding-left: 1.25em;
}

.issue-page ul li {
  margin-bottom: 0.75em;
  line-height: 1.7;
}

/* 3) セクション見出しの緩急 */
.issue-page h2 {
  margin-top: 3.5em;
  margin-bottom: 1.25em;
}

.issue-page h3 {
  margin-top: 2.5em;
  margin-bottom: 0.75em;
}
/* ================================
  STEP C（最小）：話題転換の1文
================================ */

.issue-page .bridge-text {
  margin: 3em 0 2.5em;
  font-size: 0.95em;
  color: #555;
}
	
.issue-page p:has(> strong.issue-txt) {
  margin: 2.5em 0;
  padding: 1.25em 1.5em;
  background: rgba(0,0,0,0.03);
  border-left: 4px solid rgba(0,0,0,0.18);
  font-size: 1.05em;
  line-height: 1.8;
}

</style>