/* 保険代理店M&A相談所の記事専用テーマ。
   記事構造は blog.css を利用し、見た目だけ /insurance-agency/ に揃える。 */
body.ma-media-page {
  --ma-gold: #b28a3d;
  --ma-gold-dark: #7f6025;
  --ma-cream: #f7f3e8;
  --ma-dark: #171107;
  --ma-green: #168647;
  background: #fff;
}
.ma-media-page .page-body {
  background:
    radial-gradient(circle at 96% 2%, rgba(216, 189, 122, .12), transparent 24%),
    #fff;
}
/* 記事＋サイドバーのグリッド外端を専用ヘッダーの内側と揃える。
   両方で同じ max-width / --pad-x を使い、画面幅にかかわらず縦軸を共有する。 */
.ma-media-page .page-body > .container {
  max-width: 1360px;
}
.ma-media-page .breadcrumb { background: #fbfaf6; border-bottom-color: rgba(178, 138, 61, .2); }
.ma-media-page .breadcrumb__link:hover { color: var(--ma-gold-dark); }
.ma-media-page .blog-article-layout { grid-template-columns: minmax(0, 1fr) 300px; }
.ma-media-page .article-head {
  padding-bottom: clamp(24px, 3vw, 34px);
  border-bottom: 1px solid rgba(178, 138, 61, .28);
}
.ma-media-page .article-head__title { color: var(--color-ink); letter-spacing: .02em; }
.ma-media-page .article-head__info {
  margin-top: 18px;
  padding-top: 16px;
  border-top-color: rgba(178, 138, 61, .22);
}
.ma-media-page .article-head__avatar {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(178, 138, 61, .36);
  background: #12294e;
  box-shadow: 0 5px 14px rgba(23, 17, 7, .08);
}
.ma-media-page .article-head__author-name,
.ma-media-page .article-head__author-role { display: block; }
.ma-media-page .article-head__author-name {
  color: var(--ma-dark);
  font-size: 14px;
  letter-spacing: .04em;
}
.ma-media-page .article-head__author-role {
  margin-top: 2px;
  color: var(--ma-gold-dark);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .04em;
}
.ma-media-page .cat-chip {
  color: var(--ma-gold-dark);
  border-color: rgba(178, 138, 61, .62);
  background: var(--ma-cream);
}
.ma-media-page .cat-chip--ma-valuation {
  color: #8d6315;
  border-color: rgba(177, 127, 30, .52);
  background: #fbf4e5;
}
.ma-media-page .cat-chip--ma-trends {
  color: #145f98;
  border-color: rgba(20, 95, 152, .42);
  background: #edf5fb;
}
.ma-media-page .cat-chip--ma-risk {
  color: #137843;
  border-color: rgba(19, 120, 67, .42);
  background: #edf8f1;
}
.ma-media-page .article-head__tags span::before { color: var(--ma-gold); }
.ma-media-page .article-toc {
  background: var(--ma-cream);
  border-color: rgba(178, 138, 61, .28);
}
.ma-media-page .article-toc__title::before { background: var(--ma-gold); }
.ma-media-page .article-toc__list a:hover,
.ma-media-page .entry-content a { color: var(--ma-gold-dark); }
.ma-media-page .article-toc__list {
  counter-reset: toc;
  gap: 2px;
}
.ma-media-page .article-toc__list > li {
  counter-increment: toc;
  padding-left: 0;
  margin-top: 0;
}
.ma-media-page .article-toc__list > li::before {
  content: none;
  display: none;
}
.ma-media-page .article-toc__list a::before {
  content: counter(toc, decimal-leading-zero);
  display: block;
  min-width: 2em;
  color: var(--ma-gold-dark);
  font-family: var(--ma-font-latin);
  font-weight: 700;
}
.ma-media-page .article-toc__list a {
  gap: 12px;
  padding: 8px 2px;
  color: var(--color-ink-soft);
  text-decoration: none;
}
.ma-media-page .entry-content h2 { border-left-color: var(--ma-gold); }
.ma-media-page .entry-content h3::before { background: var(--ma-gold); }
.ma-media-page .entry-content strong {
  background: linear-gradient(transparent 62%, rgba(210, 173, 91, .3) 62%);
}
.ma-media-page .entry-content ul li::before { background: var(--ma-gold); }
.ma-media-page .entry-content ol li::before { background: var(--ma-gold-dark); }
.ma-media-page .entry-content blockquote {
  background: var(--ma-cream);
  border-left-color: var(--ma-gold);
}
.ma-media-page .entry-content blockquote::before { color: var(--ma-gold); }
.ma-media-page .entry-content thead th { background: var(--ma-dark); }
.ma-media-page .entry-content tbody th { background: var(--ma-cream); }
.ma-media-page .note-box {
  background: var(--ma-cream);
  border-color: rgba(178, 138, 61, .32);
}
.ma-media-page .note-box__label { color: var(--ma-gold-dark); }
.ma-media-page .article-image-prompt {
  margin: 34px 0;
  overflow: hidden;
  border: 1px dashed rgba(178, 138, 61, .72);
  border-radius: 6px;
  background: #fbfaf6;
}
.ma-media-page .article-image-prompt__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 14px 11px 18px;
  background: var(--ma-dark);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .12em;
}
.ma-media-page .article-image-prompt__copy {
  flex: none;
  min-height: 34px;
  padding: 0 14px;
  border: 1px solid rgba(240, 214, 144, .7);
  border-radius: 6px;
  background: transparent;
  color: #f0d690;
  font: inherit;
  letter-spacing: .04em;
  cursor: pointer;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.ma-media-page .article-image-prompt__copy:hover,
.ma-media-page .article-image-prompt__copy.is-copied {
  border-color: #f0d690;
  background: #f0d690;
  color: var(--ma-dark);
}
.ma-media-page .article-image-prompt__text {
  margin: 0;
  padding: 18px;
  color: var(--color-ink);
  font-size: 13px;
  line-height: 1.9;
  user-select: text;
}
.ma-media-page .article-image-prompt--eyecatch {
  position: relative;
  margin: 0 0 clamp(34px, 4.5vw, 52px);
  border-style: solid;
  background:
    linear-gradient(rgba(178,138,61,.07) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(90deg, rgba(178,138,61,.07) 1px, transparent 1px) 0 0 / 36px 36px,
    #fbfaf6;
}
.ma-media-page .article-image-prompt--eyecatch .article-image-prompt__head {
  background: #0a2540;
}
.ma-media-page .article-image-prompt--eyecatch .article-image-prompt__text {
  padding: clamp(20px, 3vw, 28px);
  font-size: 13.5px;
  line-height: 2;
  background: rgba(255,255,255,.78);
}
.ma-media-page .article-visual {
  margin: 34px 0;
  overflow: hidden;
  border: 1px solid rgba(178, 138, 61, .24);
  border-radius: 6px;
  background: #fbfaf6;
}
.ma-media-page .article-visual--eyecatch {
  margin: 0 0 clamp(34px, 4.5vw, 52px);
}
.ma-media-page .article-visual img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

/* 参考記事の導入構成：編集部コメント → まとめ → ゴール → 目次 */
.ma-media-page .editor-recommend {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: clamp(18px, 2.8vw, 28px);
  align-items: center;
  padding: clamp(20px, 3vw, 28px);
  border: 1px solid rgba(178,138,61,.26);
  background: #fff;
  box-shadow: 0 12px 32px rgba(23,17,7,.055);
}
.ma-media-page .editor-recommend__speaker {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  color: var(--ma-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .06em;
  line-height: 1.55;
  text-align: center;
}
.ma-media-page .editor-recommend__credit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}
.ma-media-page .editor-recommend__brand {
  display: block;
  color: #000;
  line-height: 1.55;
}
.ma-media-page .editor-recommend__editor {
  display: block;
  color: var(--ma-gold-dark);
}
.ma-media-page .editor-recommend__speaker img {
  width: 66px;
  height: 66px;
  border: 1px solid rgba(178,138,61,.35);
  border-radius: 50%;
  object-fit: cover;
  background: #0a2540;
}
.ma-media-page .editor-recommend__body {
  position: relative;
  padding-left: clamp(18px, 2.5vw, 28px);
  border-left: 1px solid rgba(178,138,61,.28);
}
.ma-media-page .entry-content .editor-recommend__title {
  margin: 0 0 10px;
  color: #0a2540;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: .04em;
}
.ma-media-page .editor-recommend ul { margin: 0; }
.ma-media-page .editor-recommend li { font-size: 14px; }
.ma-media-page .note-box--summary {
  border-left: 4px solid var(--ma-gold);
  background: #fbfaf6;
}
.ma-media-page .note-box--summary .note-box__label {
  color: #0a2540;
  font-size: 16px;
}
.ma-media-page .article-goal {
  padding: clamp(20px, 3vw, 28px);
  border-top: 1px solid rgba(10,37,64,.18);
  border-bottom: 1px solid rgba(10,37,64,.18);
  background: rgba(10,37,64,.025);
}
.ma-media-page .article-goal__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 10px;
}
.ma-media-page .article-goal__title {
  color: #0a2540;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .045em;
}
.ma-media-page .article-goal__time {
  flex: none;
  padding: 5px 10px;
  border: 1px solid rgba(178,138,61,.38);
  color: var(--ma-gold-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .04em;
}
.ma-media-page .entry-content .article-goal p {
  margin: 0;
  color: var(--color-ink-soft);
  font-size: 14px;
  line-height: 1.95;
}
.ma-media-page .entry-content .article-toc { margin-bottom: 0; }
.ma-media-page .article-toc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 14px;
}
.ma-media-page .article-toc__head .article-toc__title { margin: 0; }
.ma-media-page .article-toc__toggle {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 5px 0;
  border: 0;
  background: transparent;
  color: var(--ma-gold-dark);
  font-family: var(--font-en);
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}
.ma-media-page .article-toc__toggle-caret {
  width: 8px;
  height: 8px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  transform: rotate(225deg) translate(-1px, -1px);
  transition: transform .2s var(--ease);
}
.ma-media-page .article-toc__toggle[aria-expanded="false"] .article-toc__toggle-caret {
  transform: rotate(45deg) translate(-2px, -2px);
}
.ma-media-page .article-toc__toggle:focus-visible {
  outline: 2px solid var(--ma-gold);
  outline-offset: 4px;
}
.ma-media-page .cta-inline {
  background:
    radial-gradient(circle at 88% 0%, rgba(218, 183, 102, .24), transparent 36%),
    linear-gradient(145deg, #171107, #30230d);
}
.ma-media-page .entry-content .cta-inline__title { color: #fff; }
.ma-media-page .entry-content .cta-inline__text { color: rgba(255,255,255,.78); }
.ma-media-page .entry-content .cta-inline__btn { color: #fff; }
.ma-media-page .blog-side__heading { border-bottom-color: var(--ma-dark); }
.ma-media-page .blog-side__heading-en { color: var(--ma-gold-dark); }
.ma-media-page .blog-cat-list a::before,
.ma-media-page .blog-cat-list a:hover { color: var(--ma-gold-dark); }
.ma-related-list {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ma-related-list li + li { border-top: 1px solid rgba(10, 37, 64, .12); }
.ma-related-list a {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  padding: 16px 0;
  color: var(--ma-dark);
  opacity: 1;
}
.ma-related-list__thumb {
  position: relative;
  display: block;
  aspect-ratio: 1.6 / 1;
  overflow: hidden;
  border: 1px solid rgba(10, 37, 64, .1);
  border-radius: 4px;
  background: #f4f2ec;
}
.ma-related-list__thumb img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s var(--ease);
}
.ma-related-list__title {
  min-width: 0;
  font-weight: 700;
  line-height: 1.65;
  color: var(--ma-dark);
  transition: color .2s var(--ease);
}
.ma-related-list a:hover .ma-related-list__thumb img { transform: scale(1.04); }
.ma-related-list a:hover .ma-related-list__title { color: var(--ma-gold-dark); }
.ma-related-list a:focus-visible {
  outline: 2px solid var(--ma-gold);
  outline-offset: 4px;
}
.ma-side-cta {
  padding: 28px 22px;
  border: 1px solid rgba(10, 37, 64, .12);
  border-radius: 6px;
  background-color: #f8f9f7;
  background-image: repeating-linear-gradient(-45deg, rgba(10, 37, 64, .035) 0 1px, transparent 1px 8px);
  text-align: center;
}
.ma-side-cta__lead {
  margin: 0 0 20px;
  color: var(--ma-dark);
  font-weight: 700;
  line-height: 1.65;
}
.ma-side-cta__lead span {
  display: block;
  color: var(--ma-gold-dark);
}
.ma-side-cta__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  min-height: 54px;
  padding: 10px 16px;
  border-radius: 6px;
  background: linear-gradient(180deg, #46ba67 0%, #1f9a51 55%, #147c3d 100%);
  color: #fff;
  font-weight: 700;
  letter-spacing: .02em;
  opacity: 1;
  transition: background .2s var(--ease), color .2s var(--ease);
}
.ma-side-cta__button::after {
  content: "→";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 50%;
  background: #fff;
  color: #147c3d;
  font-size: 14px;
  line-height: 1;
}
.ma-side-cta__button:hover {
  background: linear-gradient(180deg, #3bab5b 0%, #188945 55%, #106a34 100%);
  color: #fff;
  opacity: 1;
}
.ma-side-cta__button:hover::after { color: #106a34; }
.ma-side-cta__button:focus-visible {
  outline: 2px solid var(--ma-gold);
  outline-offset: 4px;
}
.ma-media-page .blog-side-cta {
  background:
    radial-gradient(circle at 84% 0%, rgba(219, 182, 94, .26), transparent 42%),
    linear-gradient(145deg, #171107, #34270f);
}
.ma-media-page .blog-side-cta .is-em { color: #f0d690; }
.ma-media-page .blog-side-cta__title { color: #fff; }
.ma-media-page .cta-inline__btn,
.ma-media-page .ma-article-cta__btn,
.ma-media-page .blog-side-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 22px;
  border: 0;
  border-radius: 6px;
  background: linear-gradient(180deg, #46ba67 0%, #1f9a51 55%, #147c3d 100%);
  box-shadow: none;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: .03em;
  opacity: 1;
  transform: none;
  transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease);
}
.ma-media-page .cta-inline__btn:hover,
.ma-media-page .ma-article-cta__btn:hover,
.ma-media-page .blog-side-cta:hover .blog-side-cta__btn {
  background: linear-gradient(180deg, #3bab5b 0%, #188945 55%, #106a34 100%);
  box-shadow: none;
  color: #fff;
  opacity: 1;
  transform: none;
}
.ma-media-page .cta-inline__btn:hover .i-arrow { transform: none; }
.ma-media-page .author-card__heading::before { background: var(--ma-gold); }
.ma-media-page .article-back a { border-radius: 6px; border-color: var(--ma-dark); color: var(--ma-dark); }
.ma-media-page .article-back a:hover { background: var(--ma-dark); color: #fff; }
.ma-article-cta {
  margin-top: clamp(40px, 5vw, 56px);
  padding: clamp(28px, 4vw, 42px);
  text-align: center;
  border: 1px solid rgba(178, 138, 61, .32);
  border-radius: 6px;
  background:
    radial-gradient(circle at 50% -20%, rgba(235, 204, 133, .25), transparent 45%),
    linear-gradient(145deg, #171107, #30230d);
  color: #fff;
}
.ma-article-cta__eyebrow {
  margin: 0 0 8px;
  color: #e8cd8a;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .2em;
}
.ma-article-cta__title { margin: 0; color: #fff; font-size: clamp(21px, 3vw, 29px); line-height: 1.55; }
.ma-article-cta__text { margin: 12px auto 20px; max-width: 36em; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.8; }
.ma-article-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 240px;
  min-height: 52px;
  padding: 12px 26px;
  border-radius: 6px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
}
@media (max-width: 1120px) {
  .ma-media-page .blog-article-layout { grid-template-columns: 1fr; }
  .ma-media-page .blog-article,
  .ma-media-page .blog-side {
    width: 100%;
    max-width: 760px;
    margin-inline: auto;
  }
  .ma-related-list a { grid-template-columns: 140px minmax(0, 1fr); }
}
@media (max-width: 1120px) {
  .ma-media-page .ia-header__nav { display: none; }
  .ma-media-page .ia-header__cta { margin-left: auto; }
}
@media (max-width: 560px) {
  .ma-media-page .ia-header__btn { padding-inline: 14px; }
  .ma-media-page .ma-article-cta__btn { width: 100%; min-width: 0; }
  .ma-media-page .article-image-prompt__head {
    align-items: stretch;
    flex-direction: column;
  }
  .ma-media-page .article-image-prompt__copy { width: 100%; }
  .ma-media-page .editor-recommend { grid-template-columns: 1fr; }
  .ma-media-page .editor-recommend__speaker { flex-direction: row; justify-content: flex-start; }
  .ma-media-page .editor-recommend__speaker img { width: 52px; height: 52px; }
  .ma-media-page .editor-recommend__body { padding: 18px 0 0; border-top: 1px solid rgba(178,138,61,.28); border-left: 0; }
  .ma-media-page .article-goal__head { align-items: flex-start; flex-direction: column; }
  .ma-related-list a { grid-template-columns: 100px minmax(0, 1fr); gap: 12px; }
}

/* ========================================
   記事詳細：役割別タイポグラフィ
   必読本文 / 補足情報 / 注釈・メタを一律に拡大せず、
   40代以上の読者が追いやすい情報階層をつくる。
======================================== */
.ma-media-page {
  --ma-font-reading: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  --ma-font-display: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
  --ma-font-latin: "Lato", "Helvetica Neue", Arial, sans-serif;
  --ma-type-body: 18px;
  --ma-type-lead: 19px;
  --ma-type-support: 16px;
  --ma-type-meta: 13px;
  --ma-type-note: 12px;
}

/* 記事タイトル・メタ */
.ma-media-page .article-head__title {
  font-family: var(--ma-font-display);
  font-size: 38px;
  font-weight: 700;
  line-height: 1.45;
  word-break: auto-phrase;
  overflow-wrap: anywhere;
}
.ma-media-page .article-head__meta,
.ma-media-page .article-head__tags {
  font-family: var(--ma-font-reading);
}
.ma-media-page .article-head__meta .cat-chip,
.ma-media-page .article-head__meta .post-date,
.ma-media-page .article-head__tags span {
  font-size: var(--ma-type-meta);
  line-height: 1.55;
}
.ma-media-page .article-head__meta .post-date { font-family: var(--ma-font-latin); }
.ma-media-page .article-head__author-name { font-family: var(--ma-font-reading); font-size: 14px; }
.ma-media-page .article-head__author-role,
.ma-media-page .article-head__read { font-family: var(--ma-font-reading); font-size: 11px; }

/* 必ず読んでほしい本文 */
.ma-media-page .entry-content {
  font-family: var(--ma-font-reading);
  font-size: var(--ma-type-body);
  line-height: 1.95;
  letter-spacing: .02em;
}
.ma-media-page .entry-content > p,
.ma-media-page .entry-content > ul > li,
.ma-media-page .entry-content > ol > li {
  font-size: var(--ma-type-body);
  line-height: 1.95;
}
.ma-media-page .entry-content > p.article-lead {
  font-size: var(--ma-type-lead);
  line-height: 2;
}
.ma-media-page .entry-content h2 {
  margin: 64px 0 18px;
  padding-left: 14px;
  border-left-width: 5px;
  font-family: var(--ma-font-display);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.55;
}
.ma-media-page .entry-content h3 {
  margin: 42px 0 14px;
  font-family: var(--ma-font-reading);
  font-size: 22px;
  font-weight: 700;
  line-height: 1.6;
}
.ma-media-page .entry-content h4 {
  margin: 32px 0 12px;
  font-family: var(--ma-font-reading);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
}
.ma-media-page .entry-content ul li,
.ma-media-page .entry-content ol li { line-height: 1.9; }
.ma-media-page .entry-content ol li::before {
  top: .25em;
  font-family: var(--ma-font-latin);
  font-size: 13px;
}

/* 結論・要点は本文と同じ視認性を保つ */
.ma-media-page .note-box--summary .note-box__label,
.ma-media-page .entry-content > .note-box:last-child .note-box__label {
  font-size: 18px;
  line-height: 1.55;
}
.ma-media-page .note-box--summary li,
.ma-media-page .entry-content > .note-box:last-child li {
  font-size: 18px;
  line-height: 1.85;
}

/* 補足・SEO文脈：小さくしすぎず、主要本文と強弱をつける */
.ma-media-page .editor-recommend,
.ma-media-page .article-goal,
.ma-media-page .article-toc,
.ma-media-page .note-box:not(.note-box--summary) {
  font-family: var(--ma-font-reading);
}
.ma-media-page .entry-content .editor-recommend__title { font-size: 20px; line-height: 1.55; }
.ma-media-page .editor-recommend li { font-size: 17px; line-height: 1.8; }
.ma-media-page .editor-recommend__speaker { font-size: 11px; }
.ma-media-page .editor-recommend__speaker .editor-recommend__brand {
  color: #000;
  font-size: 8px;
}
.ma-media-page .article-goal__title { font-size: 17px; line-height: 1.6; }
.ma-media-page .article-goal__time {
  font-family: var(--ma-font-latin);
  font-size: 12px;
  line-height: 1.5;
}
.ma-media-page .entry-content .article-goal p { font-size: 17px; line-height: 1.85; }
.ma-media-page .article-toc__title { font-size: 18px; line-height: 1.55; }
.ma-media-page .article-toc__list a { min-height: 44px; font-size: 16px; line-height: 1.72; }
.ma-media-page .article-toc__toggle {
  min-width: 44px;
  min-height: 44px;
  justify-content: flex-end;
  font-family: var(--ma-font-latin);
  font-size: 11px;
}
.ma-media-page .note-box:not(.note-box--summary) .note-box__label { font-size: 12px; }
.ma-media-page .note-box:not(.note-box--summary) p,
.ma-media-page .note-box:not(.note-box--summary) li {
  font-size: var(--ma-type-support);
  line-height: 1.85;
}
.ma-media-page .entry-content blockquote { font-size: 17px; line-height: 1.9; }
.ma-media-page .entry-content blockquote p { font-size: 17px; line-height: 1.9; }
.ma-media-page .entry-content table { font-size: 16px; line-height: 1.7; }
.ma-media-page .entry-content th,
.ma-media-page .entry-content td { font-size: 16px; }

/* 注釈・出典・キャプション */
.ma-media-page .entry-content > p.source-note,
.ma-media-page .entry-content > p.source-note a {
  color: var(--color-mute);
  font-size: var(--ma-type-note);
  font-weight: 500;
  line-height: 1.7;
}
.ma-media-page .entry-content > p.source-note a { color: var(--ma-gold-dark); }
.ma-media-page .entry-content figcaption { font-size: 11px; line-height: 1.65; }
.ma-media-page .entry-content code { font-size: 13px; }

/* CTA・関連記事・著者情報 */
.ma-media-page .ma-article-cta__eyebrow { font-family: var(--ma-font-latin); font-size: 12px; }
.ma-media-page .ma-article-cta__title {
  font-family: var(--ma-font-display);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5;
}
.ma-media-page .ma-article-cta__text { font-family: var(--ma-font-reading); font-size: 16px; }
.ma-media-page .ma-article-cta__btn { font-family: var(--ma-font-reading); font-size: 16px; }
.ma-media-page .blog-side { font-family: var(--ma-font-reading); }
.ma-media-page .blog-side .ma-related-list__title { font-size: 12px; line-height: 1.65; }
.ma-media-page .ma-side-cta__lead { font-size: 16px; }
.ma-media-page .ma-side-cta__button { font-size: 15px; }
.ma-media-page .author-card { font-family: var(--ma-font-reading); }
.ma-media-page .author-card__heading { font-size: 24px; }
.ma-media-page .author-card__role { font-size: 12px; }
.ma-media-page .author-card__name { font-size: 20px; }
.ma-media-page .author-card__bio { font-size: 15px; line-height: 1.8; }
.ma-media-page .article-back a { font-family: var(--ma-font-reading); font-size: 16px; }

@media (max-width: 760px) {
  .ma-media-page {
    --ma-type-body: 16px;
    --ma-type-lead: 17px;
    --ma-type-support: 15px;
    --ma-type-meta: 12px;
    --ma-type-note: 11px;
  }
  .ma-media-page .article-head__title {
    font-size: clamp(26px, 6.8vw, 28px);
    line-height: 1.5;
  }
  .ma-media-page .entry-content { line-height: 1.9; letter-spacing: .01em; }
  .ma-media-page .entry-content > p,
  .ma-media-page .entry-content > ul > li,
  .ma-media-page .entry-content > ol > li { line-height: 1.9; }
  .ma-media-page .entry-content h2 {
    margin: 48px 0 14px;
    padding-left: 12px;
    border-left-width: 4px;
    font-size: 23px;
    line-height: 1.55;
  }
  .ma-media-page .entry-content h3 { margin: 34px 0 10px; font-size: 19px; line-height: 1.6; }
  .ma-media-page .entry-content h4 { margin: 30px 0 10px; font-size: 17px; line-height: 1.65; }
  .ma-media-page .note-box--summary .note-box__label,
  .ma-media-page .entry-content > .note-box:last-child .note-box__label { font-size: 17px; }
  .ma-media-page .note-box--summary li,
  .ma-media-page .entry-content > .note-box:last-child li { font-size: 17px; line-height: 1.85; }
  .ma-media-page .entry-content .editor-recommend__title { font-size: 18px; }
  .ma-media-page .editor-recommend li { font-size: 16px; }
  .ma-media-page .editor-recommend__speaker { font-size: 11px; }
  .ma-media-page .editor-recommend__speaker .editor-recommend__brand { font-size: 8px; }
  .ma-media-page .article-goal__title { font-size: 16px; }
  .ma-media-page .article-goal__time { font-size: 11px; }
  .ma-media-page .entry-content .article-goal p { font-size: 16px; }
  .ma-media-page .article-toc__title { font-size: 17px; }
  .ma-media-page .article-toc__list a { font-size: 15px; }
  .ma-media-page .article-toc__toggle { font-size: 11px; }
  .ma-media-page .entry-content blockquote,
  .ma-media-page .entry-content blockquote p { font-size: 16px; line-height: 1.85; }
  .ma-media-page .entry-content table,
  .ma-media-page .entry-content th,
  .ma-media-page .entry-content td { font-size: 15px; line-height: 1.65; }
  .ma-media-page .entry-content figcaption { font-size: 11px; }
  .ma-media-page .ma-article-cta__eyebrow { font-size: 11px; }
  .ma-media-page .ma-article-cta__title { font-size: 25px; }
  .ma-media-page .ma-article-cta__text { font-size: 15px; }
  .ma-media-page .ma-article-cta__btn { font-size: 16px; }
  .ma-media-page .author-card__heading { font-size: 20px; }
  .ma-media-page .author-card__role { font-size: 11px; }
  .ma-media-page .author-card__name { font-size: 17px; }
  .ma-media-page .author-card__bio { font-size: 14px; line-height: 1.75; }
  .ma-media-page .article-back a { font-size: 15px; }
}
