/* ======================================================================
 * Products 新フォーマット専用CSS
 * template-new-product.php が出力するProducts個別ページだけを所有する。
 * ====================================================================== */

body.products-template-template-new-product .panel.header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  z-index: 10000 !important;
  width: 100% !important;
  transform: none !important;
}
body.admin-bar.products-template-template-new-product .panel.header {
  top: 32px !important;
}
body.products-template-template-new-product.headerScrollingActive .panel.header,
body.products-template-template-new-product.scrollingUp .panel.header {
  position: fixed !important;
  transform: none !important;
}
/* 旧all.cssを外しても、共通ヘッダーのリンクwrapperだけは同じ横幅計算を維持する。 */
body.products-template-template-new-product .panel.header .u-block {
  display: contents;
}
body.products-template-template-new-product .panel.header a#header-search .u-block,
body.products-template-template-new-product .panel.header i.icon.icon--close.u-block {
  display: block;
}
body.products-template-template-new-product .panel.header .mobile_only {
  display: none;
}
/* all.css停止で失われるメガメニュー内タグボタンの寸法だけを共通部へ戻す。 */
body.products-template-template-new-product .panel.header .button--tertiary {
  margin-right: .5em !important;
  padding: .3em .5em !important;
}
@media screen and (max-width: 782px) {
  body.admin-bar.products-template-template-new-product .panel.header {
    top: 46px !important;
  }
}
@media screen and (max-width: 767px) {
  body.products-template-template-new-product .panel.header .pc_only {
    display: none;
  }
  body.products-template-template-new-product .panel.header .mobile_only {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  body.products-template-template-new-product .panel.header a.button.button--tertiary.u-marginRight4gu.u-marginBottom4gu {
    font-size: .6em !important;
  }
}
body.products-template-template-new-product .wlw-np ~ .footer {
  margin-top: 0 !important;
  padding-top: 64px !important;
}

.wlw-np :where(p, li) a:not([class]) {
  color: #0566b8;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.wlw-np :where(p, li) a:not([class]):is(:hover, :focus-visible) {
  color: #0b306b;
  text-decoration-thickness: 2px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  body.products-template-template-new-product .wlw-np ~ .footer {
    padding-top: 56px !important;
  }
}
@media screen and (max-width: 767px) {
  body.products-template-template-new-product .wlw-np ~ .footer {
    padding-top: 48px !important;
  }
}
.wlw-np {
  padding-top: 64px;

  /* === Color tokens === */
  --wlw-color-blue:         #1a56db;
  --wlw-color-blue-hero:    #0566b8;
  --wlw-color-text:         #111827;
  --wlw-color-text-sub:     #4b5563;
  --wlw-color-border-soft:  #e7edf6;
  --wlw-color-surface:      #ffffff;
  --wlw-color-surface-blue: #f4f7fc;
  --wlw-color-cta-yellow:   #FBBD3A;
  --wlw-color-cta-yellow-h: #F7A700;
  --wlw-color-cta-text:     #2A2723;
  /* 準ピーク面（intro / 受講者の声）共用の淡グラデーション（定義はここ 1 箇所） */
  --wlw-grad-peak:          linear-gradient(168deg, #ebf3fa 0%, #ebf3fa 30%, #dceefd 54%, #cde5fc 74%, #cde5fc 100%);

  /* === Typography / dimensions === */
  --wlw-font-sans:          'Noto Sans JP', sans-serif;
  --wlw-content-w:          1200px;
  --wlw-page-pad:           24px;
  --wlw-measure-reading:    760px;
  --wlw-measure-figure:     560px;
  --wlw-measure-figure-wide: 720px;
  --wlw-measure-structured: 920px;
  --wlw-measure-grid:       1040px;
  --wlw-measure-summary:    620px;
  --wlw-two-column-media:   380px;
  --wlw-radius-sm:          8px;

  /* === SP 圧縮トークン === */
  --np-sp-text:             14px;
  --np-sp-text-lh:          1.7;

  /* === base === */
  font-family: var(--wlw-font-sans);
  color: var(--wlw-color-text);
  background: var(--wlw-color-surface);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
@media screen and (min-width: 1000px) {
  .wlw-np {
    --wlw-measure-summary: var(--wlw-measure-reading);
  }
}
@media screen and (max-width: 767px) {
  .wlw-np {
    --wlw-page-pad: 16px;
  }
}

/* === Reset（最小限・margin/padding グローバル0 はやらない）=== */
.wlw-np *, .wlw-np *::before, .wlw-np *::after { box-sizing: border-box; }
.wlw-np a { color: inherit; text-decoration: none; }
.wlw-np img { display: block; max-width: 100%; height: auto; }
.wlw-np :where(a, button, summary, select):focus-visible {
  outline: 3px solid rgba(5, 102, 184, .42);
  outline-offset: 3px;
}
.wlw-np .movie-area iframe {
  display: block;
  max-width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  margin-inline: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wlw-np *,
  .wlw-np *::before,
  .wlw-np *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}

/* === Hero（左写真＋右テキスト）===
   hero の縦サイズは中身（h1 / sub の有無・行数）で決まる結果値が基本。
   ただし sub なし product でも帯が痩せすぎないよう「sub 1 行相当」の min-height を確保。
   breadcrumb は absolute で hero 上部レーン（--np-breadcrumb-lane）に固定し、
   h1 + sub のテキストブロックは「breadcrumb を除いた残り帯」の縦中央に置く。
   そのため hero-inner の padding-top は breadcrumb lane を吸収する分だけ非対称に厚く取る。 */
.wlw-np-hero {
  position: relative;
  background: #0566b8;
  overflow: hidden;
  /* 写真は「あしらいカット」扱い＝VP に追従させず固定幅。パンくず left もこれを参照 */
  --np-hero-photo-w: 280px;
  /* breadcrumb 上端 10px + 高さ ~17px + 余裕 ~5px ≒ 32px */
  --np-breadcrumb-lane: 32px;
  /* sub 1 行入っている場合の高さ ≒ padding 96 + h1 42 + gap 12 + sub 28 ≒ 178。
     no-sub でもこれに近い値を保つよう min-height を持たせる。 */
  min-height: 160px;
}
/* 写真レイヤー：非置換要素の <div class="wlw-np-hero-media"> を hero に inset で張り付かせ、
   その中の <img> を div サイズに width/height 100% で cover させる二段構え。
   <img> は置換要素のため親が auto height の時に percentage height が intrinsic size
   （画像の自然比率）に落ちる CSS2.1 §10.6.5 の挙動。これを回避するため、非置換 div で
   hero の結果高さを確実に取り、img はその div に対して 100% で解決する。 */
.wlw-np-hero-media {
  position: absolute;
  inset: 0 auto 0 0;
  width: var(--np-hero-photo-w);
  overflow: hidden;
  z-index: 0;
  pointer-events: none;
}
.wlw-np-hero-media > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
}
/* 右端斜めカット：% 指定 / ベクター描画 / ジャギなし。
   ラッパー側に当てて中の img も含めて切り抜く。 */
.wlw-np-hero.has-image .wlw-np-hero-media {
  clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
}
/* パンくず：写真右端＋余白 24px の位置に絶対配置（h1/CTA とは独立基準）
 * hero-inner は position:relative。写真の上には乗らない＝読みやすい。 */
.wlw-np-breadcrumb {
  position: absolute;
  top: 10px;
  left: calc(var(--np-hero-photo-w) + 24px);
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
}
.wlw-np-breadcrumb a { color: #fff; }
.wlw-np-breadcrumb a:hover { text-decoration: underline; text-underline-offset: 3px; }
.wlw-np-breadcrumb-home { display: inline-flex; align-items: center; }
.wlw-np-breadcrumb-home svg { display: block; width: 16px; height: 16px; }
@media screen and (min-width: 1000px) {
  .wlw-np-breadcrumb-home {
    padding-bottom: 3px;
    border-bottom: 1px solid transparent;
  }
  .wlw-np-breadcrumb-home:is(:hover, :focus-visible) {
    border-bottom-color: currentColor;
  }
}
.wlw-np-breadcrumb-mobile-parent { display: none; }
@media screen and (max-width: 999px) {
  .wlw-np-breadcrumb-mobile-parent,
  .wlw-np-breadcrumb-mobile-parent:hover,
  .wlw-np-breadcrumb-mobile-parent:focus,
  .wlw-np-breadcrumb-mobile-parent:active {
    font-weight: 400 !important;
    text-decoration: none !important;
  }
  .wlw-np-breadcrumb-mobile-parent * {
    font-weight: 400 !important;
  }
}
/* hero-inner: 上 padding は breadcrumb lane + content 上余白の合計、下 padding は content 下余白のみ。
   この非対称により、align-items:center した content (h1+sub) の縦中央が
   「breadcrumb 下端 〜 hero 下端」の中央に揃う（breadcrumb を中央計算から除く意図）。
   左 padding は「写真幅+24px」でパンくずと h1 の left を一致させる。 */
.wlw-np-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 100%;
  margin: 0;
  padding: calc(var(--np-breadcrumb-lane) + 32px) var(--wlw-page-pad) 32px calc(var(--np-hero-photo-w) + 24px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.wlw-np-hero-content {
  flex: 1 1 auto;
  max-width: var(--wlw-content-w);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
/* h1 / sub の typography は breakpoint ごとの整数 px 固定。
   流体スケールや小数 line-height は hero の結果高さを fractional px にし、
   clip-path 付き画像レイヤーと hero 背景の合成境界に 1px 線が露出する原因になる。 */
.wlw-np-h1 {
  margin: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  letter-spacing: 0;
  color: #fff;
  text-shadow: 0 1px 6px rgba(4,14,34,.22), 0 1px 2px rgba(4,14,34,.18);
}
.wlw-np-sub {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .wlw-np-hero-inner {
    align-items: flex-start;
    padding-top: 46px;
  }
  .wlw-np-h1 {
    font-size: 28px;
    line-height: 37px;
  }
}
/* 資料DL CTAは、PDFアイコンとテキスト、下向き矢印を独立した行として配置する。 */
.wlw-np .wlw-np-cta,
a.wlw-np-cta {
  box-sizing: border-box !important;
  align-self: flex-start;
  margin-top: 6px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 3px;
  min-height: 58px;
  padding: 8px 24px 6px;
  background: var(--wlw-color-cta-yellow);
  color: var(--wlw-color-cta-text) !important;
  font-weight: 700;
  font-size: 14px;
  border-radius: 6px;
  text-decoration: none;
  transition: background-color .18s ease, transform .16s ease;
}
/* 1 行目 = PDF アイコン + テキスト。アイコンは theme共通の正本画像を流用 */
.wlw-np-cta-main {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.wlw-np-cta-main::before {
  content: "";
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  background: url(/wp-content/uploads/wlw-jp-redesign/pdficon_small.png) center / contain no-repeat;
}
/* 2 行目中央 = 下向き矢印。末尾 CTA と同じ arrow_side.svg を 90 度回転して下向きに使う */
.wlw-np-cta-down {
  display: block;
  width: 14px;
  height: 12px;
  flex: 0 0 auto;
  transition: transform .16s ease;
}
.wlw-np-cta-down::before {
  content: "";
  display: block;
  width: 14px;
  height: 12px;
  background: currentColor;
  -webkit-mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat;
          mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat;
  transform: rotate(90deg);
}
/* hover = ボタン本体が少し沈む + 下向き矢印が下へ動く（矢印の向きと同じ方向） */
.wlw-np-cta:hover .wlw-np-cta-down {
  transform: translateY(4px);
}
.wlw-np-cta:hover {
  background: var(--wlw-color-cta-yellow-h);
  transform: translateY(2px);
}

/* ======================================================================
 * Products本文：背景面、カード、表、図版、CTA
 * ====================================================================== */

/* body は container のみ（背景は block ごとに塗る）*/
.wlw-np-body { padding: 0; }

/* block = h2 で区切られた1つのセクション（下位ページ仕様でコンパクト） */
.wlw-np-block {
  padding: 44px 0;
  color: var(--wlw-color-text);
  font-size: 15px;
  line-height: 1.75;
}
.wlw-np-block.is-before-footer-cta {
  padding-bottom: 80px;
}
/* === 背景面レベル（明度ラダー・フラット塗り）===
   s0=白 / s1=淡 / a=準ピーク（intro 帯と受講者の声）。濃青は末尾 CTA 帯専用。
   s1 はブランド青（208°）ではなく、本文表の交互帯 #d7dfec と同じスレート系色相（217°）の
   白70%混合＝リズム（位置の交互）は中立寄り、意味（準ピーク a）はブランド寄り、と色相で分離。
   どの block がどの面かは PHP 側の面割当パスが決める（隣接同色なしを構造的に保証）。
   通常 section はフラット面にし、導入と声の準ピーク面だけ淡いグラデーションで持ち上げる。 */
.wlw-np-block.is-surface-s0 {
  --wlw-np-component-surface: #f1f6fb;
  --wlw-np-component-surface-strong: #f7faff;
  --wlw-np-component-muted: #e5eff8;
  --wlw-np-component-line: #c8d8e7;
  background: #ffffff;
}
.wlw-np-block.is-surface-s1 {
  --wlw-np-component-surface: #ffffff;
  --wlw-np-component-surface-strong: #ffffff;
  --wlw-np-component-muted: #edf3f8;
  --wlw-np-component-line: #cbd8e5;
  background: #f3f5f9;
}
.wlw-np-block.is-surface-a {
  --wlw-np-component-surface: #ffffff;
  --wlw-np-component-surface-strong: #ffffff;
  --wlw-np-component-muted: #edf4fa;
  --wlw-np-component-line: #b9cee1;
  background: #dcebf9;
}
/* 淡いs1から準ピークaへ直接移る4ページは、近似色を白い境界で明確に分ける。 */
.wlw-np-block.is-surface-s1 + .wlw-np-block.is-surface-a {
  border-top: 2px solid #fff;
}
/* hero + intro はニコイチの導入パート。面は準ピーク a 固定（hero 濃青→a→白の段階降下）。 */
.wlw-np-block.is-intro {
  --wlw-np-intro-figure-max-width: 500px;
  --wlw-np-intro-figure-max-height: 500px;
  --wlw-np-intro-frame-max-width: 524px;
  --wlw-np-intro-flow-gap: 24px;
  --wlw-np-intro-content-offset: 44px;
  --wlw-np-intro-line-inset: 6px;
  background: var(--wlw-grad-peak);
  padding: 32px 0 36px;
}
.wlw-np-block.is-voice {
  background: var(--wlw-grad-peak);
}
/* === 意味別 block（背景は持たせない＝面は PHP の面割当パスが一元決定）=== */
/* 期待される効果：番号と各効果見出しを同じ階層の見出しとして揃え、本文はチェックマークで区別する。 */
.wlw-np-block.is-effects .wlw-np-shell {
  counter-reset: wlw-np-effect;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul {
  list-style: none !important;
  padding: 0;
  width: min(var(--wlw-measure-structured), 100%);
  max-width: 100%;
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li {
  counter-increment: wlw-np-effect;
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  min-height: 116px;
  margin: 0;
  padding: 26px 28px;
  background: var(--wlw-np-component-surface);
  color: var(--wlw-color-text);
  border: 0;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  box-shadow: none;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li::before {
  content: counter(wlw-np-effect, decimal-leading-zero) !important;
  display: block !important;
  position: static;
  width: 56px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wlw-color-blue-hero);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: left;
  box-shadow: none;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li:only-child::before {
  content: "✓" !important;
  letter-spacing: 0;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li::after {
  content: none !important;
  display: none !important;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li::marker { content: ''; }
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li:has(> ul) {
  color: var(--wlw-color-blue-hero);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > h3.wlw-np-effect-heading {
  grid-column: 2;
  width: auto;
  max-width: none;
  margin: 0;
  color: var(--wlw-color-blue-hero);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > ul {
  grid-column: 2;
  list-style: none !important;
  display: block;
  width: auto;
  max-width: none;
  margin: 12px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > ul > li {
  display: grid;
  grid-template-columns: 20px minmax(0, 1fr);
  column-gap: 10px;
  padding: 8px 0;
  color: var(--wlw-color-text);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.75;
  background: transparent;
  border: 0;
  border-top: 1px solid var(--wlw-color-border-soft);
  border-radius: 0;
  box-shadow: none;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > ul > li::marker {
  content: '';
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > ul > li::after {
  content: none !important;
  display: none !important;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > ul > li::before {
  content: "✔" !important;
  display: block !important;
  position: static;
  width: 20px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  color: var(--wlw-color-blue-hero);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.55;
  text-align: center;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups {
  grid-template-columns: repeat(auto-fit, minmax(min(240px, 100%), 1fr));
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups > li {
  grid-template-columns: 44px minmax(0, 1fr);
  column-gap: 14px;
  align-content: start;
  padding: 24px 20px;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups > li::before {
  width: 44px !important;
  font-size: 24px;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups > li > h3.wlw-np-effect-heading {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups > li > ul {
  grid-column: 1 / -1;
  margin-top: 18px;
}

/* ulを持たない期待効果も同じ番号表現に揃える。 */
.wlw-np-block.is-effects .wlw-np-shell > h2 + p:not(.wlw-np-effect-figure),
.wlw-np-block.is-effects .wlw-np-shell > h2 + p + p:not(.wlw-np-effect-figure),
.wlw-np-block.is-effects .wlw-np-effect-item {
  counter-increment: wlw-np-effect;
  display: grid;
  position: relative;
  grid-template-columns: 56px minmax(0, 1fr);
  column-gap: 20px;
  align-items: start;
  width: min(var(--wlw-measure-reading), 100%);
  min-height: 116px;
  margin: 18px auto 0;
  padding: 26px 28px;
  background: var(--wlw-np-component-surface);
  border: 0;
  border-radius: 0;
  color: var(--wlw-color-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
  text-align: left;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + p:not(.wlw-np-effect-figure)::before,
.wlw-np-block.is-effects .wlw-np-shell > h2 + p + p:not(.wlw-np-effect-figure)::before,
.wlw-np-block.is-effects .wlw-np-effect-item::before {
  content: counter(wlw-np-effect, decimal-leading-zero);
  width: 56px;
  padding: 0;
  background: transparent;
  color: var(--wlw-color-blue-hero);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: .06em;
  text-align: left;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + p:not(.wlw-np-effect-figure):not(:has(+ p:not(.wlw-np-effect-figure)))::before {
  content: "✓";
  letter-spacing: 0;
}
.wlw-np-block.is-effects .wlw-np-shell > h2 + p:not(.wlw-np-effect-figure)::after,
.wlw-np-block.is-effects .wlw-np-shell > h2 + p + p:not(.wlw-np-effect-figure)::after {
  content: none;
  display: none;
}
.wlw-np-block.is-effects .wlw-np-effect-item::before {
  content: "✓";
}
.wlw-np-block.is-effects .wlw-np-effect-item > p:not(.wlw-np-effect-figure) {
  grid-column: 2;
  grid-row: 1;
  width: auto;
  max-width: none;
  margin: 0;
  color: var(--wlw-color-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}
.wlw-np-block.is-effects .wlw-np-effect-item > .wlw-np-effect-figure {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
  max-width: none;
  margin: 22px auto 0;
  text-align: center;
}
.wlw-np-block.is-effects .wlw-np-effect-item > .wlw-np-effect-figure img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}

/* 同じ旧h2 blockに保存された参加者の声は、意味上の別セクションとして面を切り替える。 */
.wlw-np-block.is-effects .wlw-np-inline-voice-zone {
  position: relative;
  z-index: 0;
  width: 100%;
  max-width: none;
  margin: 60px 0 -80px;
  padding: 60px 0 80px;
}
.wlw-np-block.is-effects .wlw-np-inline-voice-zone::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0 calc(50% - 50vw);
  background: #fff;
}
.wlw-np-block.is-effects.is-surface-s0 .wlw-np-inline-voice-zone::before {
  background: #f3f5f9;
}
.wlw-np-block.is-effects .wlw-np-inline-voice-zone .wlw-np-inline-voice {
  margin: 0 auto;
  padding-top: 0;
  border-top: 0;
}

/* 参加者の声に付随する権利・出典文はカードにせず、控えめな注記として表示する。 */
.wlw-np-block.is-effects .wlw-np-inline-voice-zone > ul.attention {
  display: block;
  width: min(var(--wlw-measure-structured), 100%);
  margin: 34px auto 0;
  padding: 0;
  list-style: none !important;
}
.wlw-np-block.is-effects .wlw-np-inline-voice-zone > ul.attention > li {
  position: relative;
  min-height: 0;
  margin: 0;
  padding: 0 0 0 1.8em;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  color: var(--wlw-color-text-sub);
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 1.8;
}
.wlw-np-block.is-effects .wlw-np-inline-voice-zone > ul.attention > li::before {
  content: "※" !important;
  display: block !important;
  position: absolute !important;
  top: 0;
  left: 0;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent;
  color: inherit;
  font-size: inherit;
  font-weight: 400;
  line-height: inherit;
  box-shadow: none;
}
.wlw-np-block.is-effects .wlw-np-inline-voice-zone > ul.attention > li b,
.wlw-np-block.is-effects .wlw-np-inline-voice-zone > ul.attention > li strong {
  font-weight: 400;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .wlw-np-block.is-effects .wlw-np-inline-voice-zone {
    margin-bottom: -72px;
    padding-bottom: 72px;
  }
}
@media screen and (max-width: 767px) {
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul {
    grid-template-columns: 1fr;
  }
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups {
    grid-template-columns: 1fr;
  }
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li,
  .wlw-np-block.is-effects .wlw-np-shell > h2 + p:not(.wlw-np-effect-figure),
  .wlw-np-block.is-effects .wlw-np-shell > h2 + p + p:not(.wlw-np-effect-figure),
  .wlw-np-block.is-effects .wlw-np-effect-item {
    grid-template-columns: 44px minmax(0, 1fr);
    column-gap: 14px;
    min-height: 0;
    padding: 22px 18px;
    background: var(--wlw-np-component-surface);
  }
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li::before,
  .wlw-np-block.is-effects .wlw-np-shell > h2 + p:not(.wlw-np-effect-figure)::before,
  .wlw-np-block.is-effects .wlw-np-shell > h2 + p + p:not(.wlw-np-effect-figure)::before,
  .wlw-np-block.is-effects .wlw-np-effect-item::before {
    width: 44px !important;
    font-size: 23px;
    padding: 0 !important;
    background: transparent;
  }
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li:has(> ul) {
    font-size: 23px;
  }
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul > li > h3.wlw-np-effect-heading {
    font-size: 23px;
  }
  .wlw-np-block.is-effects .wlw-np-inline-voice-zone {
    margin-top: 44px;
    margin-bottom: -56px;
    padding-top: 44px;
    padding-bottom: 56px;
  }
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .wlw-np-block.is-effects .wlw-np-shell > h2 + ul.wlw-np-effect-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* キーワード = タグチップ列（外側surfaceと反転する小面） */
.wlw-np-block.is-keywords .wlw-np-shell ul {
  list-style: none !important;
  padding: 0;
  width: min(var(--wlw-measure-structured), 100%);
  max-width: 100%;
  margin: 14px auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.wlw-np-block.is-keywords .wlw-np-shell ul > li {
  padding: 6px 14px;
  font-size: 13px;
  line-height: 1.4;
  color: var(--wlw-color-blue-hero);
  background: var(--wlw-np-component-surface);
  border: 1px solid var(--wlw-np-component-line);
  border-radius: 999px;
  font-weight: 700;
}
.wlw-np-block.is-keywords .wlw-np-shell ul > li::before,
.wlw-np-block.is-keywords .wlw-np-shell ul > li::after {
  content: none !important;
  display: none !important;
}
.wlw-np-block.is-keywords .wlw-np-shell ul > li::marker { content: ''; }

/* 対象者像：件数にかかわらず、テーマカラーのチェックで示す縦リスト。 */
.wlw-np-block.is-recommendations .wlw-np-shell > ul {
  list-style: none !important;
  display: block;
  width: min(var(--wlw-measure-reading), 100%);
  margin: 0 auto;
  padding: 0 24px;
  background: var(--wlw-np-component-surface);
  border-top: 1px solid var(--wlw-np-component-line);
  border-bottom: 1px solid var(--wlw-np-component-line);
  border-radius: 0;
}
.wlw-np-block.is-recommendations .wlw-np-shell > ul > li {
  position: relative;
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  column-gap: 14px;
  align-items: start;
  min-height: 0;
  margin: 0;
  padding: 24px 8px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: var(--wlw-color-text);
  font-size: 15px;
  font-weight: 600;
  line-height: 1.8;
}
.wlw-np-block.is-recommendations .wlw-np-shell > ul > li + li {
  border-top: 1px solid var(--wlw-np-component-line);
}
.wlw-np-block.is-recommendations .wlw-np-shell > ul > li::before {
  content: "✔" !important;
  display: block !important;
  position: static;
  width: 32px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--wlw-color-blue-hero);
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .wlw-np-block.is-recommendations .wlw-np-shell > ul {
    padding: 0 16px;
  }
  .wlw-np-block.is-recommendations .wlw-np-shell > ul > li {
    grid-template-columns: 28px minmax(0, 1fr);
    column-gap: 10px;
    padding: 20px 4px;
  }
  .wlw-np-block.is-recommendations .wlw-np-shell > ul > li::before {
    width: 28px !important;
    font-size: 18px;
  }
}

/* 受講者の声は準ピークaの面に吹き出しカードを配置する。
   丸い人物アイコン + 白い吹き出しカードを横並び。
   本文は小さくせず 15px / 1.85 を維持し、PCは2列、Tablet/SPは1列に落とす。 */
.wlw-np-block.is-voice .wlw-np-shell {
  --wlw-voice-column-gap: 62px;
  max-width: var(--wlw-measure-grid);
}
.wlw-np-block.is-voice .wlw-np-shell h2 {
  margin-bottom: 40px;
}
.wlw-np-block.is-voice .wlw-np-shell ul {
  list-style: none !important;
  list-style-image: none !important;
  width: 100%;
  max-width: none;
  padding: 0 !important;
  margin: 0 auto !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px var(--wlw-voice-column-gap);
}
.wlw-np-block.is-voice .wlw-np-shell > ul + p {
  margin-top: 40px;
}
.wlw-np-block.is-voice .wlw-np-shell ul > li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--wlw-color-text) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  background: transparent !important;
}
.wlw-np-block.is-voice .wlw-np-shell ul > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - var(--wlw-voice-column-gap)) / 2);
}
.wlw-np-block.is-voice .wlw-np-shell ul > li::marker {
  content: '' !important;
}
.wlw-np-block.is-voice .wlw-np-shell ul > li::after {
  content: none !important;
  display: none !important;
}
.wlw-np-voice-avatar {
  display: block;
  width: 104px;
  height: 104px;
  margin-top: 18px;
  object-fit: contain;
}
.wlw-np-voice-bubble {
  position: relative;
  display: block;
  padding: 22px 26px 23px;
  background: #fff;
  border: 2px solid #618ab3;
  border-radius: 8px;
  box-shadow: 0 6px 12px rgba(23, 70, 118, .12);
  color: var(--wlw-color-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.85;
}
.wlw-np-voice-bubble::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 48px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 20px 13px 0;
  border-color: transparent #fff transparent transparent;
  z-index: 2;
}
.wlw-np-voice-bubble::after {
  content: "";
  position: absolute;
  left: -22px;
  top: 46px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 22px 15px 0;
  border-color: transparent #618ab3 transparent transparent;
  z-index: 1;
}
.wlw-np-voice-role {
  display: block;
  margin-top: .55em;
  font-weight: 400;
  line-height: 1.65;
}
.wlw-np-inline-voice {
  --wlw-voice-column-gap: 62px;
  max-width: var(--wlw-measure-grid);
  margin: 44px auto 0;
  padding-top: 42px;
  border-top: 1px solid var(--wlw-color-border-soft);
}
.wlw-np-inline-voice-title {
  max-width: none !important;
  margin: 0 auto 34px !important;
  color: var(--wlw-color-blue-hero);
  font-size: 23px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}
.wlw-np-inline-voice-title::after {
  content: "";
  display: block;
  width: 56px;
  height: 4px;
  margin: 12px auto 0;
  border-radius: 999px;
  background: var(--wlw-color-blue-hero);
}
.wlw-np-inline-voice ul {
  list-style: none !important;
  list-style-image: none !important;
  padding: 0 !important;
  margin: 0 auto !important;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 34px var(--wlw-voice-column-gap);
}
.wlw-np-inline-voice ul > li {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  column-gap: 22px;
  align-items: start;
  padding: 0 !important;
  margin: 0 !important;
  color: var(--wlw-color-text) !important;
  font-size: 15px !important;
  line-height: 1.85 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}
.wlw-np-inline-voice ul > li:last-child:nth-child(odd) {
  grid-column: 1 / -1;
  justify-self: center;
  width: calc((100% - var(--wlw-voice-column-gap)) / 2);
}
.wlw-np-inline-voice ul > li::marker {
  content: '' !important;
}
.wlw-np-inline-voice ul > li::before,
.wlw-np-inline-voice ul > li::after {
  content: none !important;
  display: none !important;
}

/* sec2（intro 直後の最初の本文 block）＝識別 class のみ。背景は面 class が持つ */
.wlw-np-block.is-intro p {
  max-width: 880px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.9;
  color: var(--wlw-color-text);
}

/* === intro block 共通：左テキスト＋右 CTA の 2 カラム grid（全 product 適用）=== */
.wlw-np-block.is-intro .wlw-np-intro-lead-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 40px;
}
/* 縦アクセント線は導入パート左側の所有物とし、図版がある場合はその下端まで伸ばす。 */
.wlw-np-block.is-intro > .wlw-np-shell {
  position: relative;
}
.wlw-np-block.is-intro > .wlw-np-shell::before {
  content: "";
  position: absolute;
  left: calc(var(--wlw-page-pad) + var(--wlw-np-intro-line-inset));
  top: .35em;
  bottom: 0;
  width: 6px;
  background: var(--wlw-color-blue-hero);
  pointer-events: none;
}
.wlw-np-block.is-intro .wlw-np-intro-lead-text {
  padding-left: var(--wlw-np-intro-content-offset);
}
/* intro の本文段落は保存wrapperにかかわらず同じ本文幅を使う。 */
.wlw-np-block.is-intro .wlw-np-intro-lead-text > p:not(:has(img)):not(:has(.img-caption)):not(.wlw-np-note):not(.wlw-np-note--align-lead) {
  max-width: 100%;
  margin: 0 0 1.2em;
  text-align: left;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.85;
  letter-spacing: .01em;
  color: var(--wlw-color-text);
}
.wlw-np-block.is-intro .wlw-np-intro-lead-text > p:not(:has(img)):last-child {
  margin-bottom: 0;
}
.wlw-np-block.is-intro .wlw-np-intro-lead-text > .wlw-np-note--align-lead {
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
}
.wlw-np-block.is-intro .wlw-np-cta--intro {
  align-self: center;
  margin: 0;
  white-space: nowrap;
  height: auto;
  min-height: 62px;
  padding: 9px 28px 8px;
  font-size: 15px;
  border-radius: 6px;
}

/* intro 内の図版・補足ビジュアル領域。
   PCは本文カラム中央、Tablet/SPは導入本文と同じ左位置に揃える。 */
.wlw-np-block.is-intro .wlw-np-intro-media {
  width: 100%;
  margin: var(--wlw-np-intro-flow-gap) 0 0;
  text-align: center;
}
.wlw-np-block.is-intro .wlw-np-intro-media p,
.wlw-np-block.is-intro .wlw-np-intro-media figure,
.wlw-np-block.is-intro .wlw-np-intro-media table {
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
}
.wlw-np-block.is-intro .wlw-np-intro-media .box-TextImage p {
  text-align: left;
}
/* intro 内の旧 box-TextImage は保存順にかかわらず、本文を先、補助図版を末尾に置く。 */
.wlw-np-block.is-intro .wlw-np-intro-media > .box-TextImage {
  display: flex;
  flex-direction: column;
}
.wlw-np-block.is-intro .wlw-np-intro-media > .box-TextImage > * {
  order: 1;
}
.wlw-np-block.is-intro .wlw-np-intro-media > .box-TextImage > :is(p:has(img), figure, table, iframe) {
  order: 2;
}
/* intro 本文内の図版は従来の表示上限を維持する。 */
.wlw-np-block.is-intro .wlw-np-intro-media img {
  display: block;
  width: auto;
  height: auto;
  max-width: min(var(--wlw-np-intro-figure-max-width), 100%);
  max-height: var(--wlw-np-intro-figure-max-height);
  margin: 0 auto;
}
/* 非白面 intro の本文内図版フレームは画像寸法に追従する。 */
.wlw-np-block.is-intro .wlw-np-intro-media p.wlw-np-image-frame {
  width: fit-content;
  max-width: min(var(--wlw-np-intro-frame-max-width), 100%);
  margin: 24px auto 0;
}

@media screen and (min-width: 1000px) {
  .wlw-np-block.is-intro > .wlw-np-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 40px;
    row-gap: var(--wlw-np-intro-flow-gap);
  }
  .wlw-np-block.is-intro .wlw-np-intro-lead-grid {
    display: contents;
  }
  .wlw-np-block.is-intro .wlw-np-intro-lead-text {
    grid-column: 1;
    grid-row: 1;
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro {
    grid-column: 2;
    grid-row: 1;
    display: grid;
    width: 190px;
    grid-template-columns: 1fr;
    grid-template-rows: auto 20px 12px;
    justify-content: center;
    row-gap: 3px;
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 12px;
    padding-left: 20px;
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro .wlw-np-cta-main {
    display: contents;
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro .wlw-np-cta-label {
    grid-column: 1 / -1;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    line-height: 1.35;
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro .wlw-np-cta-main::before {
    grid-column: 1;
    grid-row: 2;
    justify-self: center;
    align-self: center;
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro .wlw-np-cta-down {
    grid-column: 1;
    grid-row: 3;
    justify-self: center;
    align-self: center;
  }
  .wlw-np-block.is-intro .wlw-np-intro-media {
    grid-column: 1;
    justify-self: center;
    margin: 0;
  }
  .wlw-np-block.is-intro .wlw-np-intro-media > .box-TextImage {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .wlw-np-block.is-intro .wlw-np-intro-media p.wlw-np-image-frame,
  .wlw-np-block.is-intro .wlw-np-intro-media > figure {
    margin-right: auto;
    margin-left: auto;
  }
}

/* Tablet 以下は「リード文 → 図 → ダウンロードCTA」の順に積む。 */
@media screen and (max-width: 999px) {
  .wlw-np-block.is-intro .wlw-np-shell {
    display: flex;
    flex-direction: column;
    gap: var(--wlw-np-intro-flow-gap);
  }
  .wlw-np-block.is-intro .wlw-np-shell:has(.wlw-np-cta--intro)::before {
    bottom: calc(62px + var(--wlw-np-intro-flow-gap));
  }
  .wlw-np-block.is-intro .wlw-np-intro-lead-grid {
    display: contents;
  }
  .wlw-np-block.is-intro .wlw-np-intro-lead-text { order: 0; }
  .wlw-np-block.is-intro .wlw-np-intro-media {
    order: 1;
    width: calc(100% - var(--wlw-np-intro-content-offset));
    margin: 0 0 0 var(--wlw-np-intro-content-offset);
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro {
    order: 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  .wlw-np-block.is-intro > .wlw-np-shell::before {
    content: none;
  }
  .wlw-np-block.is-intro .wlw-np-intro-lead-text {
    padding-left: 0;
  }
  .wlw-np-block.is-intro .wlw-np-cta--intro {
    width: 100%;
    justify-content: center;
    height: auto;
    min-height: 56px;
    font-size: 14px;
  }
}

/* 本文の最大幅と左右余白を管理するcontainer。 */
.wlw-np-shell {
  max-width: var(--wlw-content-w);
  margin: 0 auto;
  padding: 0 var(--wlw-page-pad);
}

/* h2は中央寄せと下線でセクションの開始を示す。 */
.wlw-np-shell h2 {
  margin: 0 auto 40px;
  color: var(--wlw-color-blue-hero);
  font-size: 29px;
  font-weight: 700;
  line-height: 1.44;
  letter-spacing: 0;
  text-align: center;
}
.wlw-np-shell h2::after {
  content: "";
  display: block;
  width: 64px;
  height: 4px;
  border-radius: 999px;
  background: var(--wlw-color-blue-hero);
  margin: 12px auto 0;
}
/* h2 直後の p も本文段落の統一ルールで左揃えにする。 */

/* h3（特長タイトル等） */
.wlw-np-shell h3 {
  max-width: var(--wlw-measure-reading);
  margin: 32px auto 14px;
  color: var(--wlw-color-blue-hero);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
.wlw-np-shell h3.wlw-np-subheading {
  padding-bottom: 8px;
  border-bottom: 1px solid var(--wlw-color-border-soft);
}

/* 本文段落は左揃え・行長 760px に制約・カラム自体は中央配置。
   全 p に一律で当てて、h2 直後だけ center という揺れを起こさない。
   intro 系 / カード内 / 表内 は上位セレクタ（.wlw-np-block.is-intro p 等）で個別に上書きされる。 */
.wlw-np-shell p {
  max-width: var(--wlw-measure-reading);
  margin: 0 auto 1.2em;
  text-align: left;
  font-size: 15px;
  line-height: 1.75;
}
@media screen and (min-width: 1000px) {
  .wlw-np-shell p {
    font-size: 16px;
  }
}
.wlw-np-shell a {
  color: var(--wlw-color-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* 本文中の画像共通ルール：役割ベースで上限サイズを切る。
   - box-shadow / border-radius は付けない（カード風・無意味な角丸を防ぐ）。
   - max-width 720 + max-height 640 で、横長は幅一杯・正方形は 640x640・縦長は幅が縮む、
     と縦横比に応じた自動補正が入る。
   - theme main.css の img { width:100%; height:auto } を width:auto / height:auto で打ち消す。
   - 小アイコン（natural 32px 等）は max より小さいため自然にそのまま維持される。
   role 別の上書きは intro-media / image-frame で個別に定義。 */
.wlw-np-shell img {
  display: block;
  margin: 16px auto;
  width: auto;
  height: auto;
  max-width: min(var(--wlw-measure-figure-wide), 100%);
  max-height: 640px;
}

/* ============= 既存Products本文クラスのカード化 ============= */

/* === solution-box: PC最大3列。余り行は中央寄せ === */
/* PCでは6トラックにして各カードを2トラック分に置く。5件なら下段2件が中央に揃う。Tablet/SPは下の @media で上書き */
/* subgrid で各カードの「見出し行」を全カード共通 row track に揃える＝青ヘッダーの高さが完全に揃う */
.wlw-np-shell .solution-box {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  grid-template-rows: auto 1fr;
  gap: 16px;
  margin: 0 0 8px;
  justify-content: center;
}
.wlw-np-shell .solution-box .item-box {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  grid-column: span 2;
  background: var(--wlw-np-component-surface-strong);
  border: 1px solid var(--wlw-np-component-line);
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 8px 18px rgba(13,45,108,.06);
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.wlw-np-shell .solution-box .item-box:last-child:nth-child(3n + 1) {
  grid-column: 3 / span 2;
}
.wlw-np-shell .solution-box .item-box:nth-last-child(2):nth-child(3n + 1) {
  grid-column: 2 / span 2;
}
@media screen and (min-width: 1000px) {
  /* 課題カードがちょうど 4 件のときは 3 列（上3・下1）にせず、PC幅だけ 2x2 にする。 */
  .wlw-np-shell .solution-box:has(> .item-box:nth-child(4):last-child) {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.wlw-np-shell .solution-box .item-box .item-title {
  background: var(--wlw-color-blue-hero);
  color: #fff !important;
  padding: 15px 18px;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -.01em;
  margin: 0;
}
/* 角丸チェックボックス（直線チェック印・曲線なし／一文字目として inline 配置） */
/* 白塗り・ボーダーなし・チェックはテーマカラー */
.wlw-np-shell .solution-box .item-box .item-title::before {
  content: "";
  display: inline-block;
  vertical-align: -0.18em;
  width: 1em;
  height: 1em;
  margin-right: 0.35em;
  border-radius: 3px;
  background-color: #fff;
  background-image: url("data:image/svg+xml;utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%230566b8' stroke-width='2.4' stroke-linecap='square' stroke-linejoin='miter' d='M3.5 8.2 L6.5 11.2 L14 3.4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 78%;
}
.wlw-np-shell .solution-box .item-box .item-detail {
  padding: 16px 18px 18px;
  font-size: 15px;
  line-height: 1.75;
  margin: 0;
  color: var(--wlw-color-text);
}

/* === feature-box: 番号バッジ + テキスト 横並びカード（コンパクト）=== */
/* 単列縦積みカードは構造部品幅に収め、カード内の行長を本文幅に近づける。 */
.wlw-np-shell .feature-box {
  width: min(var(--wlw-measure-structured), 100%);
  background: var(--wlw-np-component-surface-strong);
  border: 1px solid var(--wlw-np-component-line);
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 8px 18px rgba(13,45,108,.06);
  padding: 16px 20px;
  margin: 10px auto;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 16px;
  align-items: center;
}

/* === 本文ul：標準的な箇条書き === */
.wlw-np-shell ul {
  list-style: disc outside !important;
  list-style-image: none !important;
  padding-left: 1.4em;
  margin: 10px 0;
}
.wlw-np-shell ul > li {
  padding: 0.18em 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--wlw-color-text);
}
.wlw-np-shell ul > li::marker {
  color: var(--wlw-color-blue-hero);
}
.wlw-np-shell ul > li::before,
.wlw-np-shell ul > li::after {
  content: none !important;
  display: none !important;
}
/* h2直下が「文章＋箇条書き＋締め文」の構造の
   block（PHP で is-reading-column 判定）では、shell 直下の p / ul / ol / blockquote を
   同じ 760px カラム（中央配置）に揃える。ul だけ左端に飛ぶ揺れを防ぐ。
   h2 / h3 見出しは shell 全幅の中央寄せ挙動を維持するので対象外。 */
.wlw-np-block.is-reading-column .wlw-np-shell > *:not(h2):not(h3) {
  max-width: var(--wlw-measure-reading);
  margin-left: auto;
  margin-right: auto;
}
.wlw-np-block.is-content-fit .wlw-np-reading-body {
  width: fit-content;
  max-width: min(var(--wlw-measure-reading), 100%);
  margin-right: auto;
  margin-left: auto;
}
.wlw-np-block.is-content-fit .wlw-np-reading-body > * {
  max-width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.wlw-np-block.is-content-fit .wlw-np-reading-body > :last-child {
  margin-bottom: 0;
}
.wlw-np-block.is-voice.is-reading-column .wlw-np-shell > ul {
  width: 100%;
  max-width: none;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) {
  list-style-type: disc !important;
  margin-top: 26px;
  padding-left: 1.5em;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) > li {
  color: var(--wlw-color-blue-hero);
  font-size: 17px;
  font-weight: 700;
  padding: 0.28em 0;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) > li::marker {
  color: var(--wlw-color-blue-hero);
  font-size: 1.25em;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) > li > ul {
  list-style-type: none !important;
  margin: 9px 0 18px;
  padding-left: 1.6em;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) > li:last-child > ul {
  margin-bottom: 0;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) > li > ul > li {
  color: var(--wlw-color-text);
  font-size: 15px;
  font-weight: 700;
  padding: 0.12em 0;
}
.wlw-np-block.is-reading-column:not(.is-effects):not(.is-spec-list):not(.is-recommendations):not(.is-program-structure-list) .wlw-np-shell > ul:has(> li > ul) > li > ul > li::marker {
  content: "✓  ";
  color: var(--wlw-color-text);
  font-size: 1.05em;
  font-weight: 800;
}

/* === スペックリスト（p 無し・短い ul だけのセクション）＝surface対応の行リスト ===
   裸の disc リストを shell 全幅に浮かせない。外側surfaceと反転する面 + 細い枠で
   他コンポーネントと同じ意匠言語に揃え、行間は罫線で区切る。 */
.wlw-np-block.is-spec-list .wlw-np-shell > ul {
  list-style: none !important;
  max-width: var(--wlw-measure-reading);
  margin: 0 auto 14px;
  padding: 6px 0;
  background: var(--wlw-np-component-surface);
  border: 1px solid var(--wlw-np-component-line);
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 8px 18px rgba(13,45,108,.06);
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul:last-child {
  margin-bottom: 0;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li {
  position: relative;
  padding: 13px 24px 13px 44px;
  font-size: 15px;
  line-height: 1.75;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li + li {
  border-top: 1px solid var(--wlw-color-border-soft);
}
/* 行頭の本文と同じ基準線に、箇条書きとして読める丸いマーカーを置く。 */
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li::before {
  content: "" !important;
  display: block !important;
  position: absolute;
  left: 24px;
  top: calc(13px + .65em);
  width: 6px !important;
  height: 6px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
  background: var(--wlw-color-blue-hero);
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li:has(> ul) {
  padding: 18px 24px;
  color: var(--wlw-color-blue-hero);
  font-size: 15px;
  font-weight: 700;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li:has(> ul)::before {
  content: none !important;
  display: none !important;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul ul {
  list-style: disc outside !important;
  max-width: none;
  margin: 12px 0 0;
  padding: 0 0 0 1.4em;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul ul > li {
  padding: 0.12em 0;
  font-size: 14px;
  line-height: 1.75;
  border: 0;
  color: var(--wlw-color-text);
  font-weight: 400;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul ul > li + li {
  border-top: 0;
  margin-top: 4px;
}
.wlw-np-shell .wlw-np-spec-label {
  color: var(--wlw-color-blue-hero);
  font-weight: 700;
  margin-right: 2px;
}
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li:has(> ul) > .wlw-np-spec-label:first-child,
.wlw-np-block.is-spec-list .wlw-np-shell > ul > li:has(> ul) > strong:first-child {
  font-size: 15px;
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame {
  position: relative;
  overflow: hidden;
  width: min(var(--wlw-measure-summary), 100%);
  margin: 0 auto;
  border: 1px solid var(--wlw-np-component-line);
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 8px 18px rgba(13,45,108,.06);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul {
  list-style: none !important;
  width: 100%;
  margin: 0;
  padding: 0;
  background: var(--wlw-np-component-surface-strong);
  border: 0;
  border-radius: var(--wlw-radius-sm);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li {
  display: grid;
  grid-template-columns: minmax(150px, 28%) minmax(0, 1fr);
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.75;
  color: var(--wlw-color-text);
  border-top: 1px solid var(--wlw-color-border-soft);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li:first-child {
  border-top: 0;
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li::before,
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li::after,
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li::marker {
  content: none !important;
  display: none !important;
}
.wlw-np-block.is-program-structure-list .wlw-np-structure-list-label {
  padding: 12px 16px;
  background: var(--wlw-np-component-muted);
  color: var(--wlw-color-text);
  font-weight: 700;
}
.wlw-np-block.is-program-structure-list .wlw-np-structure-list-value {
  padding: 12px 16px;
  background: var(--wlw-np-component-surface-strong);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li:first-child .wlw-np-structure-list-label {
  border-top-left-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li:first-child .wlw-np-structure-list-value {
  border-top-right-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li:last-child .wlw-np-structure-list-label {
  border-bottom-left-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li:last-child .wlw-np-structure-list-value {
  border-bottom-right-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-block.is-program-structure-list .wlw-np-program-structure-frame > ul > li.wlw-np-structure-list-note {
  grid-template-columns: 1fr;
}
.wlw-np-block.is-program-structure-list .wlw-np-structure-list-note .wlw-np-structure-list-value {
  background: var(--wlw-np-component-surface-strong);
}

/* === プログラム展開（連番の項目名 + 説明） ===
   通常list・効果カード・手順とは別に、研修全体を上から読むカリキュラム表として扱う。
   独立カードへ分割せず、番号／テーマ／内容の横3列を細い行区切りで連続させる。 */
.wlw-np-block.is-program-expansion .wlw-np-module-list {
  width: min(var(--wlw-measure-structured), 100%);
  margin: 0 auto;
  display: block;
  border-top: 1px solid var(--wlw-np-component-line);
  border-bottom: 1px solid var(--wlw-np-component-line);
}
.wlw-np-block.is-program-expansion .wlw-np-module-item {
  min-width: 0;
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr);
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
.wlw-np-block.is-program-expansion .wlw-np-module-item:nth-child(even) .wlw-np-module-index {
  background: #edf4fa;
}
.wlw-np-block.is-program-expansion .wlw-np-module-item:nth-child(even) .wlw-np-module-title {
  background: #f7fafc;
}
.wlw-np-block.is-program-expansion .wlw-np-module-item + .wlw-np-module-item {
  border-top: 1px solid var(--wlw-np-component-line);
}
.wlw-np-block.is-program-expansion .wlw-np-module-index {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  padding: 20px 8px;
  background: var(--wlw-np-component-muted);
  color: #6f9fc8;
  font-size: 27px;
  line-height: 1;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  letter-spacing: .02em;
}
.wlw-np-block.is-program-expansion .wlw-np-module-copy {
  min-width: 0;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  column-gap: 0;
  align-items: baseline;
  padding: 0;
}
.wlw-np-block.is-program-expansion .wlw-np-module-title {
  max-width: none;
  margin: 0 !important;
  align-self: stretch;
  display: flex;
  align-items: center;
  padding: 19px 20px 20px;
  background: var(--wlw-np-component-surface);
  color: var(--wlw-color-blue-hero);
  font-size: 15px;
  line-height: 1.7;
  font-weight: 700;
}
.wlw-np-block.is-program-expansion .wlw-np-module-desc {
  max-width: none;
  margin: 0 !important;
  align-self: stretch;
  padding: 19px 24px 20px;
  background: #ffffff;
  color: var(--wlw-color-text);
  font-size: 15px;
  line-height: 1.75;
}
.wlw-np-block.is-program-expansion .wlw-np-module-points {
  margin: 0;
  padding: 0 0 0 1.25em;
}
.wlw-np-block.is-program-expansion .wlw-np-module-points > li {
  padding: 0.08em 0;
  font-size: 15px;
  line-height: 1.75;
}

@media screen and (max-width: 999px) {
  .wlw-np-block.is-program-expansion .wlw-np-module-list {
    width: min(var(--wlw-measure-reading), 100%);
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-copy {
    grid-template-columns: 150px minmax(0, 1fr);
    column-gap: 22px;
  }
}

@media screen and (max-width: 767px) {
  .wlw-np-block.is-program-expansion .wlw-np-module-item {
    grid-template-columns: 52px minmax(0, 1fr);
    align-items: start;
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-index {
    padding: 19px 4px;
    font-size: 19px;
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-copy {
    display: block;
    padding: 0;
    background: var(--wlw-np-component-surface-strong);
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-item:nth-child(even) .wlw-np-module-copy {
    background: #ffffff;
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-title {
    margin-bottom: 0 !important;
    padding: 15px 14px 3px;
    background: transparent;
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-desc {
    padding: 0 14px 16px;
    background: #ffffff;
  }
  .wlw-np-block.is-program-expansion .wlw-np-module-item:nth-child(even) .wlw-np-module-title {
    background: transparent;
  }
}

/* === 手順プロセス ===
   table / ol / 番号付き太字見出し + ul を、STEP markerと連続する進行線へ統一する。
   期待効果などの「番号付き要素一覧」と同じ横罫線listにはしない。 */
.wlw-np-block.is-step-list .wlw-np-step-item {
  position: relative;
  width: min(var(--wlw-measure-structured), 100%);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  column-gap: 26px;
  align-items: start;
  padding: 0 0 34px;
  border: 0;
  background: transparent;
}
.wlw-np-block.is-step-list .wlw-np-step-item + p {
  margin-top: 10px;
}
.wlw-np-block.is-step-list .wlw-np-step-num {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 64px;
  min-height: 58px;
  padding: 9px 6px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: var(--wlw-color-blue-hero);
  color: #fff;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}
.wlw-np-block.is-step-list .wlw-np-step-kicker {
  font-size: 9px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: .12em;
  opacity: .78;
}
.wlw-np-block.is-step-list .wlw-np-step-number {
  margin-top: 5px;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
}
.wlw-np-block.is-step-list .wlw-np-step-connector {
  position: absolute;
  top: 58px;
  bottom: 0;
  left: 31px;
  width: 2px;
  background: #a9cce9;
}
.wlw-np-block.is-step-list .wlw-np-step-item:not(:has(+ .wlw-np-step-item)) .wlw-np-step-connector {
  display: none;
}
.wlw-np-block.is-step-list .wlw-np-step-copy {
  min-width: 0;
  padding-top: 5px;
}
.wlw-np-block.is-step-list .wlw-np-step-title {
  max-width: none;
  margin: 0 0 5px !important;
  color: var(--wlw-color-blue-hero);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
  display: block;
}
.wlw-np-block.is-step-list .wlw-np-step-title b,
.wlw-np-block.is-step-list .wlw-np-step-title strong {
  font-weight: 700;
}
.wlw-np-block.is-step-list .wlw-np-step-desc {
  display: block !important;
  list-style: none !important;
  max-width: none;
  margin: 0 !important;
  padding: 0 !important;
  clear: both;
  font-size: 15px;
  line-height: 1.75;
  color: var(--wlw-color-text);
}
.wlw-np-block.is-step-list .wlw-np-step-desc > b {
  display: block;
  margin: 0 0 5px;
  color: var(--wlw-color-blue-hero);
  font-size: 16px;
  line-height: 1.65;
  font-weight: 700;
}
.wlw-np-block.is-step-list .wlw-np-step-desc > b:not(:first-child) {
  margin-top: 12px;
}
.wlw-np-block.is-step-list .wlw-np-step-desc > b + br {
  display: none;
}
.wlw-np-block.is-step-list .wlw-np-step-desc > li {
  position: relative;
  padding: 0;
  font-size: 15px;
  line-height: 1.75;
  color: var(--wlw-color-text);
}
.wlw-np-block.is-step-list .wlw-np-step-desc > li + li {
  margin-top: 4px;
}
.wlw-np-block.is-step-list .wlw-np-step-desc > li::before {
  content: none !important;
  display: none !important;
}

@media screen and (max-width: 767px) {
  .wlw-np-block.is-step-list .wlw-np-step-item {
    grid-template-columns: 54px minmax(0, 1fr);
    column-gap: 14px;
    padding-bottom: 26px;
  }
  .wlw-np-block.is-step-list .wlw-np-step-num {
    width: 52px;
    min-height: 52px;
    padding: 8px 4px 7px;
  }
  .wlw-np-block.is-step-list .wlw-np-step-number {
    font-size: 18px;
  }
  .wlw-np-block.is-step-list .wlw-np-step-connector {
    top: 52px;
    left: 25px;
  }
  .wlw-np-block.is-step-list .wlw-np-step-title {
    margin-bottom: 4px !important;
  }
}

/* === リンク 1 本だけのセクション（定期公開セミナー案内等）＝中央の二次ボタン ===
   黄色は CTA 専用なので、二次動線は青アウトラインで格を分ける。 */
.wlw-np-block.is-link-only .wlw-np-shell p {
  max-width: none;
  margin: 0;
  text-align: center;
}
.wlw-np-block.is-link-only .wlw-np-shell p a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  box-sizing: border-box;
  min-height: 48px;
  padding: 10px 28px;
  background: #fff;
  border: 2px solid var(--wlw-color-blue-hero);
  border-radius: 6px;
  color: var(--wlw-color-blue-hero);
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: background-color .16s ease;
}
.wlw-np-block.is-link-only .wlw-np-shell p a::after {
  content: "";
  width: 14px;
  height: 12px;
  flex: 0 0 auto;
  background: currentColor;
  -webkit-mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat;
          mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat;
}
.wlw-np-block.is-link-only .wlw-np-shell p a:hover {
  background: var(--wlw-color-surface-blue);
}

/* === overview: 外側surfaceと反転する情報カード === */
.wlw-np-shell .overview {
  background: var(--wlw-np-component-surface-strong);
  border: 1px solid var(--wlw-np-component-line);
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 12px 28px rgba(13,45,108,.07);
  padding: 0;
  overflow: hidden;
  margin: 10px 0;
}
.wlw-np-shell .feature-box .item-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--wlw-color-blue-hero);
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
.wlw-np-block.is-features .wlw-np-shell {
  counter-reset: wlw-np-feature;
}
.wlw-np-block.is-features .wlw-np-shell > ol {
  width: min(var(--wlw-measure-structured), 100%);
  margin-right: auto;
  margin-left: auto;
  list-style: none !important;
}
.wlw-np-block.is-features .wlw-np-shell > ol > li {
  counter-increment: wlw-np-feature;
  position: relative;
  min-height: 36px;
  padding-left: 48px !important;
}
.wlw-np-block.is-features .wlw-np-shell > ol > li::before {
  content: counter(wlw-np-feature) !important;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 50%;
  background: var(--wlw-color-blue-hero);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
}
.wlw-np-block.is-features .wlw-np-shell > ol > li::marker {
  content: "";
}
.wlw-np-block.is-features .wlw-np-shell > ol > li.wlw-np-feature-item {
  padding-left: 0 !important;
}
.wlw-np-block.is-features .wlw-np-shell > ol > li.wlw-np-feature-item > .wlw-np-feature-copy {
  min-height: 36px;
  padding-left: 48px;
}
.wlw-np-block.is-features .wlw-np-feature-copy > .wlw-np-feature-heading {
  max-width: none;
  margin: 0 0 8px;
  line-height: 1.5;
}
.wlw-np-block.is-features .wlw-np-feature-copy > .wlw-np-feature-heading > .wlw-np-feature-option {
  display: inline-block;
  margin-left: .6em;
  color: var(--wlw-color-text-sub);
  font-size: .78em;
  font-weight: 500;
}
.wlw-np-block.is-features .wlw-np-feature-copy > .wlw-np-feature-description {
  max-width: none;
  margin: 0;
}
.wlw-np-shell .wlw-np-note {
  width: min(var(--wlw-measure-reading), 100%);
  margin: 16px auto 0;
  color: var(--wlw-color-text-sub);
  font-size: 12px;
  line-height: 1.7;
}
.wlw-np-block.is-voice .wlw-np-note {
  margin-top: 34px;
}
.wlw-np-shell .wlw-np-note > p {
  max-width: none;
  margin: 0;
  padding-left: 1.25em;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  text-align: left;
  text-indent: -1.25em;
}
/* item-text は <p> なので汎用の行長制約（.wlw-np-shell p の max-width: 760px）が貫通し、
   カード全幅に対して中途半端な折り返しになる。カード内は行長制約の対象外（p ルールの
   コメントの宣言どおり）に戻すため max-width を解除する。 */
.wlw-np-shell .feature-box .item-text { margin: 0; font-size: 15px; line-height: 1.8; max-width: none; }
.wlw-np-shell .feature-box .item-text b { color: var(--wlw-color-text); font-size: 19px; line-height: 1.35; display: inline-block; margin-bottom: 6px; font-weight: 700; }

/* item-title（solution-box 内の小タイトル）= 青ピル色＋太字 */
.wlw-np-shell .item-title {
  color: var(--wlw-color-blue-hero);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 10px;
}
.wlw-np-shell .item-detail { font-size: 14px; line-height: 1.75; margin: 0; color: var(--wlw-color-text); }

/* overview（研修概要）= タイトル青バー＋ left/right 表組み（コンパクト） */
.wlw-np-shell .overview-title {
  max-width: none;
  width: 100%;
  box-sizing: border-box;
  background: var(--wlw-color-blue-hero);
  color: #fff;
  padding: 12px 18px;
  font-weight: 700;
  font-size: 17px;
  line-height: 1.5;
  margin: 0;
}
.wlw-np-shell .overview-text {
  display: grid;
  grid-template-columns: minmax(160px, 22%) 1fr;
  gap: 16px;
  padding: 12px 18px;
  border-top: 1px solid var(--wlw-color-border-soft);
  font-size: 14px;
  line-height: 1.75;
}
.wlw-np-shell .overview-text:first-of-type { border-top: 0; }
.wlw-np-shell .overview-text .left-text {
  max-width: none;
  margin: 0;
  color: var(--wlw-color-text);
  font-weight: 700;
  font-size: 14px;
}
.wlw-np-shell .overview-text .right-text {
  max-width: none;
  margin: 0;
  color: var(--wlw-color-text);
  font-size: 14px;
}
.wlw-np-block.is-overview .wlw-np-shell {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px 16px;
  align-items: stretch;
}
.wlw-np-block.is-overview .wlw-np-shell > h2,
.wlw-np-block.is-overview .wlw-np-shell > table,
.wlw-np-block.is-overview .wlw-np-shell > .program-structure,
.wlw-np-block.is-overview .wlw-np-shell > .nomal-table,
.wlw-np-block.is-overview .wlw-np-shell > .wlw-np-table-frame {
  grid-column: 1 / -1;
}
.wlw-np-block.is-overview .wlw-np-shell > .overview {
  grid-column: span 2;
  margin: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.wlw-np-block.is-overview .wlw-np-shell > .overview:last-of-type:nth-of-type(odd) {
  grid-column: 2 / span 2;
}
@media screen and (min-width: 1000px) {
  .wlw-np-block.is-overview.is-overview-triplet .wlw-np-shell,
  .wlw-np-block.is-overview .wlw-np-shell:has(> .overview:nth-of-type(3)):not(:has(> .overview:nth-of-type(4))) {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .wlw-np-block.is-overview.is-overview-triplet .wlw-np-shell > .overview,
  .wlw-np-block.is-overview.is-overview-triplet .wlw-np-shell > .overview:last-of-type:nth-of-type(odd),
  .wlw-np-block.is-overview .wlw-np-shell:has(> .overview:nth-of-type(3)):not(:has(> .overview:nth-of-type(4))) > .overview,
  .wlw-np-block.is-overview .wlw-np-shell:has(> .overview:nth-of-type(3)):not(:has(> .overview:nth-of-type(4))) > .overview:last-of-type:nth-of-type(odd) {
    grid-column: auto;
  }
  .wlw-np-block.is-overview.is-overview-triplet .overview-text,
  .wlw-np-block.is-overview .wlw-np-shell:has(> .overview:nth-of-type(3)):not(:has(> .overview:nth-of-type(4))) .overview-text {
    grid-template-columns: 1fr;
    gap: 4px;
  }
}
.wlw-np-block.is-overview .overview-text {
  grid-template-columns: minmax(190px, 38%) 1fr;
  gap: 12px;
  align-items: start;
}
.wlw-np-block.is-overview .overview-text .left-text {
  font-size: 15px;
  line-height: 1.55;
  letter-spacing: 0;
}
.wlw-np-block.is-overview .overview-text .right-text {
  font-size: 14px;
  line-height: 1.75;
}
.wlw-np-block.is-overview .overview-text > p:empty {
  display: none;
}

/* program-structure / nomal-table（テーブル系）= surface対応カード化（コンパクト）。
   分類レイアウトは shell 直下の主表だけに適用し、セル内の入れ子表へ伝播させない。 */
.wlw-np-table-frame {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin: 12px 0;
  border: 1px solid var(--wlw-np-component-line);
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 8px 18px rgba(13,45,108,.06);
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) {
  width: 100%;
  background: var(--wlw-np-component-surface-strong);
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: var(--wlw-radius-sm);
  overflow: visible;
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :first-child > tr:first-child > :first-child {
  border-top-left-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :first-child > tr:first-child > :last-child {
  border-top-right-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :last-child > tr:last-child > :first-child {
  border-bottom-left-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :last-child > tr:last-child > :last-child {
  border-bottom-right-radius: calc(var(--wlw-radius-sm) - 1px);
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > th {
  padding: 12px 16px;
  border: 0 !important;
  vertical-align: top;
  text-align: left;
  background: linear-gradient(180deg, #f7fbff 0%, #eef6fd 100%);
  color: var(--wlw-color-blue-hero) !important;
  font-weight: 700;
  font-size: 14px;
  width: 22%;
  min-width: 140px;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td {
  padding: 12px 16px;
  border: 0 !important;
  vertical-align: top;
  text-align: left;
  background: var(--wlw-np-component-surface-strong);
  color: var(--wlw-color-text);
  font-size: 14px;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr + tr > :is(th, td) {
  border-top: 1px solid var(--wlw-color-border-soft) !important;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) > thead > tr:last-child > :is(th, td) {
  border-bottom: 1px solid var(--wlw-color-border-soft) !important;
}

/* 主表セル内の入れ子表は、主表の分類幅・カード装飾を継承しない。
   外側のセル幅を基準にした単純な補助表として扱う。 */
.wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  border-collapse: collapse;
  box-shadow: none;
  table-layout: auto;
  background: transparent;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) {
  display: block;
  width: 100%;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr {
  display: grid;
  grid-template-columns: max-content max-content minmax(0, 1fr);
  width: 100%;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td) {
  display: block;
  width: auto;
  min-width: 0;
  padding: 6px 8px;
  border: 0;
  background: var(--wlw-np-component-surface-strong);
  white-space: normal;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :first-child {
  width: auto;
  padding-right: 0;
  font-weight: 700;
  white-space: nowrap;
}
.wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :nth-child(2) {
  width: auto;
  padding-right: 8px;
  padding-left: 0;
  white-space: nowrap;
}

/* table分類による幅調整。
   base の width:100% は auto layout で td 幅を均等化するため残す。
   max-width で読みやすい幅に絞り、margin:auto でカラム自体は中央配置。
   - is-short-summary-table : 短い概要表（bm/cis/ilp/msp/vcsp 等）→ Tablet 620px / PC 760px 中央
   - is-wide-compare-table  : 長文比較表（d-nty/lfp-cfp/vnty 等）→ 100% 広幅
   - is-mixed-media-table   : 画像混在表（ewc/pwfs 等）→ 触らない（base に任せる） */
.wlw-np-block.is-short-summary-table .wlw-np-table-frame {
  max-width: var(--wlw-measure-summary);
  margin-left: auto;
  margin-right: auto;
}
.wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) {
  table-layout: auto;
}
.wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:not(:empty) {
  width: 28%;
  min-width: 150px;
  background: var(--wlw-np-component-muted);
  color: var(--wlw-color-text);
  font-weight: 700;
  white-space: normal;
}
.wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:not(:empty) + td {
  background: var(--wlw-np-component-surface-strong);
}
.wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:empty {
  display: none;
}
.wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:empty + td {
  width: 150px;
  min-width: 150px;
  background: var(--wlw-np-component-muted);
  color: var(--wlw-color-text);
  font-weight: 700;
  white-space: nowrap;
}
.wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:empty + td + td {
  display: none;
}
.wlw-np-block:is(.is-program-structure, .is-overview).is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child:not(:empty),
.wlw-np-block:is(.is-program-structure, .is-overview).is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:empty + td {
  background: var(--wlw-color-blue-hero);
  color: #fff !important;
}
.wlw-np-block:is(.is-program-structure, .is-overview).is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td) {
  font-size: 15px;
}
.wlw-np-block:is(.is-program-structure, .is-overview).is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr + tr > :is(th, td):first-child:not(:empty),
.wlw-np-block:is(.is-program-structure, .is-overview).is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr + tr > td:first-child:empty + td {
  border-top-color: #fff !important;
}
.wlw-np-block.is-wide-compare-table .wlw-np-table-frame {
  max-width: 100%;
}
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) {
  table-layout: auto;
}
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child {
  width: 28%;
  min-width: 180px;
  white-space: normal;
  background: var(--wlw-np-component-muted);
  color: var(--wlw-color-text);
  font-weight: 700;
}
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):nth-child(2) {
  width: auto;
  background: var(--wlw-np-component-surface-strong);
}
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):nth-child(2) > ul:first-child {
  margin-top: 0;
}
/* 比較表の左列に1件だけ置かれたsquare-iconは、箇条書きではなく行見出しとして扱う。 */
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child > ul.square-icon:only-child:has(> li:only-child) {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child > ul.square-icon:only-child:has(> li:only-child) > li {
  margin: 0;
  padding: 0;
}
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child > ul.square-icon:only-child:has(> li:only-child) > li::marker,
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child > ul.square-icon:only-child:has(> li:only-child) > li::before,
.wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child > ul.square-icon:only-child:has(> li:only-child) > li::after {
  content: none !important;
  display: none !important;
}

/* 画像と説明を含む一覧表は、罫線表ではなく視認性の高いカードグリッドとして扱う。 */
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table {
  display: block;
  width: min(var(--wlw-measure-grid), 100%);
  max-width: var(--wlw-measure-grid);
  margin: 0 auto;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: visible;
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
}
@media screen and (min-width: 1000px) {
  .wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr {
  display: contents;
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td {
  display: grid;
  grid-template-rows: auto auto 1fr;
  align-content: start;
  min-width: 0;
  width: auto !important;
  max-width: none;
  padding: 20px !important;
  background: var(--wlw-np-component-surface-strong);
  border: 1px solid var(--wlw-np-component-line) !important;
  border-radius: var(--wlw-radius-sm);
  box-shadow: 0 10px 24px rgba(13,45,108,.07);
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td > p {
  max-width: none;
  margin: 0 !important;
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td > p:first-child {
  min-height: 48px;
  color: var(--wlw-color-blue-hero);
  font-size: 15px;
  line-height: 1.6;
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td > p:has(img) {
  margin-top: 14px !important;
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td > p:has(img) img {
  display: block;
  width: 100% !important;
  max-width: none;
  height: auto;
  margin: 0;
}
.wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td > p:last-child {
  margin-top: 14px !important;
  font-size: 14px;
  line-height: 1.75;
}

/* box-TextImage（回り込み画像＋本文） */
.wlw-np-shell .box-TextImage {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
}
.wlw-np-shell .box-TextImage > p {
  max-width: none;
  box-sizing: border-box;
}
.wlw-np-shell .box-TextImage > p.sub-image-right:has(img) {
  float: right !important;
  width: 35% !important;
  margin: 0 0 1em 1em !important;
  box-sizing: border-box;
}
.wlw-np-shell .box-TextImage img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
/* intro-media 内では旧回り込み幅を使わず、導入図版の共通上限に揃える。 */
.wlw-np-block.is-intro .wlw-np-intro-media .box-TextImage > p.sub-image-right:has(img) {
  float: none !important;
  width: fit-content !important;
  max-width: min(var(--wlw-np-intro-frame-max-width), 100%) !important;
  margin: 24px auto 0 !important;
}
@media screen and (min-width: 1000px) {
  .wlw-np-block.is-intro .wlw-np-intro-media .box-TextImage > p.sub-image-right:has(img) {
    margin-right: auto !important;
    margin-left: auto !important;
  }
}
.wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage {
  width: min(var(--wlw-measure-reading), 100%) !important;
  max-width: var(--wlw-measure-reading);
  margin-top: 0;
  margin-right: auto !important;
  margin-bottom: 34px;
  margin-left: auto !important;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: border-box;
  float: none !important;
  clear: both;
  display: grid;
  grid-template-columns: minmax(220px, 300px) minmax(0, 1fr);
  gap: 28px;
  align-items: center;
}
.wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p {
  width: auto !important;
  max-width: none;
  margin: 0 !important;
  box-sizing: border-box;
  float: none !important;
}
.wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p:not(:has(img)) {
  grid-column: 1;
  grid-row: 1;
}
.wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p:has(img) {
  grid-column: 2;
  width: 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p:has(img) img {
  width: 100% !important;
  max-width: 300px !important;
  height: auto !important;
  max-height: none;
}
@media screen and (min-width: 1000px) {
  .wlw-np-block.is-reading-column .wlw-np-shell:has(> h3.wlw-np-subheading + .box-TextImage) > h3.wlw-np-subheading,
  .wlw-np-block.is-reading-column .wlw-np-shell:has(> h3.wlw-np-subheading + .box-TextImage) > p:not(:has(img)) {
    max-width: var(--wlw-measure-structured);
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right)):not(:has(> ul)) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, var(--wlw-two-column-media));
    column-gap: 32px;
    align-items: center;
    width: min(var(--wlw-measure-structured), 100%) !important;
    max-width: var(--wlw-measure-structured);
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right)):not(:has(> ul)) > p:not(:has(img)) {
    grid-column: 1;
    grid-row: 1;
    width: auto !important;
    margin: 0 !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right)):not(:has(> ul)) > p:has(img) {
    grid-column: 2;
    grid-row: 1;
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right)):not(:has(> ul)) > p:has(img) img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right) + p:not(.sub-image-right)):not(:has(> ul)) {
    display: flow-root;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right) + p:not(.sub-image-right)):not(:has(> ul)) > p:has(img) {
    float: right !important;
    width: var(--wlw-two-column-media) !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right) + p:not(.sub-image-right)):not(:has(> ul)) > p:not(:has(img)) {
    width: calc(100% - var(--wlw-two-column-media) - 32px) !important;
    margin-bottom: 18px !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> p:not(.sub-image-right) + p:not(.sub-image-right)):not(:has(> ul)) > p:not(:has(img)):last-child {
    margin-bottom: 0 !important;
  }
}

/* 図版と箇条書きが並ぶ本文は、全幅帯で旧回り込みを無効化する。
   狭い幅では縦積み、PC幅では明示的な2カラムにする。 */
.wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: min(var(--wlw-measure-structured), 100%) !important;
  max-width: var(--wlw-measure-structured);
  min-height: 0;
  margin: 0 auto !important;
  padding: 0;
  overflow: visible;
}
.wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > p:has(img) {
  order: 2;
  float: none !important;
  width: min(320px, 100%) !important;
  margin: 0 auto !important;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
}
.wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > p:has(img) img {
  width: auto !important;
  max-width: 100% !important;
  height: auto !important;
  max-height: 320px;
  margin: 0 auto;
}
.wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > ul:not(.attention) {
  order: 1;
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
}
.wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > .attention {
  order: 3;
  width: 100% !important;
  max-width: none;
  margin: 0 !important;
}
@media screen and (min-width: 1000px) {
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--wlw-two-column-media);
    grid-auto-flow: row;
    column-gap: 32px;
    row-gap: 18px;
    align-items: start;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > p:has(img) {
    grid-column: 2;
    grid-row: 1 / span 2;
    justify-self: end;
    width: min(var(--wlw-two-column-media), 100%) !important;
    margin: 0 !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > p:has(img) img {
    max-height: var(--wlw-two-column-media);
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > .box-TextImage:has(> p.sub-image-right > img):has(> ul) > ul {
    grid-column: 1;
  }
}

/* feature-boxが区切りを持つため、旧dott-lineは表示しない。 */
.wlw-np-shell hr.dott-line { display: none; }

/* sub-image-center（中央画像）= max-width 制限＋センター */
.wlw-np-shell .sub-image-center {
  display: block;
  margin: 24px auto;
  max-width: var(--wlw-measure-figure);
}
.wlw-np-shell figure.sub-image-center-75 {
  display: block;
  margin: 24px auto;
  max-width: var(--wlw-measure-figure);
}
.wlw-np-shell .sub-image-center-50 {
  display: block;
  width: fit-content;
  max-width: min(var(--wlw-measure-figure), 100%);
  margin: 24px auto;
}
.wlw-np-shell .sub-image-center-50 > img {
  width: auto;
  max-width: 100%;
  max-height: 560px;
  margin: 0 auto;
}
.wlw-np-shell figure.sub-image-center,
.wlw-np-shell figure.sub-image-center-50 {
  width: min(var(--wlw-measure-figure), 100%);
}
.wlw-np-shell figure.sub-image-center > img,
.wlw-np-shell figure.sub-image-center-50 > img {
  margin: 0 auto;
}
.wlw-np-shell figure > figcaption {
  margin: 10px auto 0;
  color: var(--wlw-color-text-sub);
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .wlw-np-shell > figure.sub-image-center-75:not(.wlw-np-image-frame) {
    width: 75%;
    max-width: none;
  }
  .wlw-np-shell > figure.sub-image-center-75.wlw-np-image-frame {
    width: calc(75% + 24px);
    max-width: none;
  }
  .wlw-np-shell > p:is(.sub-image-center, .sub-image-center-75):not(.wlw-np-image-frame) {
    width: 75%;
    max-width: none;
  }
  .wlw-np-shell > p.sub-image-center-50:not(.wlw-np-image-frame) {
    width: 50%;
    max-width: none;
  }
  .wlw-np-shell > p.sub-image-center-25:not(.wlw-np-image-frame) {
    width: 35%;
    max-width: none;
  }
  .wlw-np-shell > p:is(.sub-image-center, .sub-image-center-75).wlw-np-image-frame {
    width: calc(75% + 24px);
    max-width: none;
  }
  .wlw-np-shell > p.sub-image-center-50.wlw-np-image-frame {
    width: calc(50% + 24px);
    max-width: none;
  }
  .wlw-np-shell > p.sub-image-center-25.wlw-np-image-frame {
    width: calc(35% + 24px);
    max-width: none;
  }
  .wlw-np-shell > p:is(.sub-image-center, .sub-image-center-75, .sub-image-center-50, .sub-image-center-25) > img {
    width: 100%;
    max-width: none;
    max-height: none;
    margin: 0;
  }
}

/* 非白背景（is-sec2 / is-solutions 等）の block 内で白地図版を出す時の受け面。
   目的は「画像の白地が背景に溶けない」ようにすること。カード化ではないので box-shadow は付けない。
   画像そのものにも radius / shadow は付けない（フレーム側だけ角丸）。
   フレーム最大幅は本文主図版と同じ 720 に絞る。 */
.wlw-np-shell .wlw-np-image-frame {
  background: #fff;
  border-radius: 8px;
  padding: 20px 12px 12px;
  margin: 24px auto;
  max-width: var(--wlw-measure-figure-wide);
  text-align: center;
}
.wlw-np-shell > p:is(.sub-image-center, .sub-image-center-75, .sub-image-center-50, .sub-image-center-25, .wlw-np-image-frame):has(> img) {
  margin-top: 32px;
}
.wlw-np-shell .wlw-np-image-frame img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 560px;
  margin: 0 auto;
  border-radius: 0;
}
.wlw-np-shell .img-caption {
  display: table;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 2px 12px;
  background: #fff;
  border: 1px solid #9ca3af;
  color: var(--wlw-color-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
}
.wlw-np-shell p:has(> .img-caption) > br {
  display: none;
}
.wlw-np-shell p:has(> .img-caption) > img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.wlw-np-shell p > img + .img-caption,
.wlw-np-shell p > img + br + .img-caption,
.wlw-np-shell figure > img + .img-caption,
.wlw-np-shell figure > .wlw-np-image-stack + .img-caption {
  margin-top: 20px;
}
.wlw-np-shell p:has(> img + .img-caption) > img,
.wlw-np-shell p:has(> img + br + .img-caption) > img {
  margin-bottom: 0;
}
.wlw-np-shell p:has(> .img-caption + img) > .img-caption,
.wlw-np-shell p:has(> .img-caption + br + img) > .img-caption,
.wlw-np-shell figure > .img-caption:first-child {
  margin-bottom: 28px;
}
.wlw-np-shell p > .img-caption + img,
.wlw-np-shell p > .img-caption + br + img {
  margin-top: 0 !important;
}
.wlw-np-shell .wlw-np-image-stack {
  display: grid;
  gap: 24px;
}
.wlw-np-shell .wlw-np-image-stack > img {
  width: 100%;
}

/* attentionと、特徴末尾に単独で置かれた補足リストを同じ注記表示に揃える。 */
.wlw-np-shell .attention,
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) {
  grid-column: 1 / -1;
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 12px;
  line-height: 1.7;
  color: #6b7280;
  text-align: left;
}
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) {
  width: 100%;
}
.wlw-np-block.is-effects .wlw-np-shell > ul.attention {
  width: min(var(--wlw-measure-structured), 100%);
  margin-right: auto;
  margin-left: auto;
}
.wlw-np-shell ul.attention,
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) {
  list-style: none !important;
  padding: 0 0 0 1.25em;
}
.wlw-np-shell ul.attention > li,
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) > li {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.wlw-np-shell ul.attention > li::marker,
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) > li::marker {
  content: "";
}
.wlw-np-shell ul.attention > li::before,
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) > li::before {
  content: "※" !important;
  display: inline !important;
  position: static !important;
  width: auto !important;
  height: auto !important;
  margin-left: -1.25em !important;
  background: transparent !important;
  color: inherit;
}
.wlw-np-shell .movie-area + ul.attention {
  padding-left: 0;
  text-align: center;
}
.wlw-np-shell .movie-area + ul.attention > li::before {
  margin-right: .25em !important;
  margin-left: 0 !important;
}
.wlw-np-block.is-features .wlw-np-shell > ul.square-icon:has(> li:only-child) > li::after {
  content: none !important;
  display: none !important;
}

/* font-blue / font-s（文字装飾） */
.wlw-np-shell .font-blue { color: var(--wlw-color-blue-hero); }
.wlw-np-shell .img-caption.font-blue { color: var(--wlw-color-text); }
.wlw-np-shell .img-caption.font-size110 { font-size: 14px; }
.wlw-np-shell .font-s { font-size: 13px; }

/* CTA 系部品は .wlw-np * のスコープ付きリセットに依存せず box-sizing を自己完結で明示する。
   本文由来の DOM 破損でラッパーが早期に閉じてリセット圏外へ落ちても、寸法が崩れないための保険。 */
.wlw-np-cta-section *,
a.wlw-np-cta * {
  box-sizing: border-box !important;
}

.wlw-np-cta-section {
  box-sizing: border-box !important;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #0566b8 0%, #035fa8 100%);
  padding: 44px var(--wlw-page-pad, 24px) 48px;
  text-align: center;
  color: #fff;
  --g-size: 1226px;
  --g-center-offset-x: 128px;
  --g-bottom: -265px;
  --g-opacity: .40;
  --g-brightness: 3;
  --g-contrast: 1.13;
  --g-mask-angle: 158deg;
  --g-left-position: 45%;
  --g-left-opacity: 0;
  --g-peak-position: 56%;
  --g-peak-opacity: .52;
  --g-right-position: 70%;
  --g-right-opacity: 0;
}
.wlw-np-cta-section::after {
  content: "";
  position: absolute;
  z-index: 0;
  pointer-events: none;
  width: var(--g-size);
  height: var(--g-size);
  left: calc(50% + var(--g-center-offset-x));
  bottom: var(--g-bottom);
  transform: translateX(-50%);
  background: url('/wp-content/uploads/wlw-jp-redesign/wireframe-globe-1.png?v=3') center / contain no-repeat;
  opacity: var(--g-opacity);
  mix-blend-mode: screen;
  filter: brightness(var(--g-brightness)) contrast(var(--g-contrast));
  -webkit-mask-image: linear-gradient(var(--g-mask-angle), transparent 0%, rgba(0,0,0,var(--g-left-opacity)) var(--g-left-position), rgba(0,0,0,var(--g-peak-opacity)) var(--g-peak-position), rgba(0,0,0,var(--g-right-opacity)) var(--g-right-position), transparent 100%);
  mask-image: linear-gradient(var(--g-mask-angle), transparent 0%, rgba(0,0,0,var(--g-left-opacity)) var(--g-left-position), rgba(0,0,0,var(--g-peak-opacity)) var(--g-peak-position), rgba(0,0,0,var(--g-right-opacity)) var(--g-right-position), transparent 100%);
}
.wlw-np-cta-section > * {
  position: relative;
  z-index: 1;
}
.wlw-np-cta-section-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 18px;
}
/* 末尾 CTA は独立コンポーネント（.wlw-np-footer-cta）。base の .wlw-np-cta を継承せず、
   全プロパティに !important を付けて css_deleat / 既存テーマ CSS に負けないよう閉じる。
   background / color / display / height / padding / arrow / hover はすべてこの配下で自己完結。
   intro の資料 DL ボタン（.wlw-np-cta--intro）とは別クラスで完全に分離。 */
.wlw-np-cta-section .wlw-np-footer-cta {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  min-width: 280px !important;
  height: 52px !important;
  padding: 0 32px !important;
  margin: 0 !important;
  background: var(--wlw-color-cta-yellow, #FBBD3A) !important;
  color: var(--wlw-color-cta-text, #2a2723) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: .02em !important;
  border: 0 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: none !important;
  cursor: pointer !important;
  transition: background-color .18s ease, transform .16s ease !important;
}
.wlw-np-cta-section .wlw-np-footer-cta::before {
  content: "" !important;
  display: inline-block !important;
  width: 14px !important;
  height: 12px !important;
  background: currentColor !important;
  -webkit-mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat !important;
          mask: url("/wp-content/uploads/wlw-jp-redesign/arrow_side.svg") center / contain no-repeat !important;
  order: 2 !important;
  transition: transform .16s ease !important;
}
.wlw-np-cta-section .wlw-np-footer-cta::after {
  content: none !important;
  display: none !important;
}
/* hover = ボタン本体が少し浮く + 右向き矢印が右へ動く */
.wlw-np-cta-section .wlw-np-footer-cta:hover {
  background: var(--wlw-color-cta-yellow-h, #F7A700) !important;
  color: var(--wlw-color-cta-text, #2a2723) !important;
  transform: translateY(-2px) !important;
}
.wlw-np-cta-section .wlw-np-footer-cta:hover::before {
  transform: translateX(5px) !important;
}

/* hero 内 CTA: 右端＋下端 absolute（H1にぶら下げず、hero 全体の右下に固定）。
   2 行構成（テキスト + 下向き矢印）を潰さないよう height 固定はしない。 */
.wlw-np-hero-inner .wlw-np-cta {
  position: absolute;
  right: var(--wlw-page-pad);
  bottom: 16px;
  align-self: auto;
  margin-top: 0;
  min-width: 0;
  height: auto;
  min-height: 48px;
  padding: 6px 18px 5px;
  font-size: 13px;
  border-radius: 6px;
  justify-content: center;
}

/* === Tablet 768-999: h1 / h2 / block padding / solution-box 列数を Tablet 用に調整 === */
@media screen and (min-width: 768px) and (max-width: 999px) {
  .wlw-np-hero-inner { padding-top: 46px; }
  .wlw-np-h1 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 28px;
    line-height: 37px;
  }
  .wlw-np-hero-content { gap: 12px; }
  .wlw-np-shell h2 { font-size: 24px; }
  .wlw-np-block { padding: 48px 0; }
  .wlw-np-block.is-before-footer-cta { padding-bottom: 72px; }
  .wlw-np-shell .solution-box { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .wlw-np-shell .solution-box .item-box { grid-column: auto !important; }
  .wlw-np-block.is-overview .wlw-np-shell { grid-template-columns: 1fr; }
  .wlw-np-block.is-overview .wlw-np-shell > .overview { grid-column: auto !important; }
  .wlw-np-block.is-voice .wlw-np-shell ul {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: var(--wlw-measure-reading);
  }
  .wlw-np-inline-voice ul {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: var(--wlw-measure-reading);
  }
  .wlw-np-block.is-voice .wlw-np-shell ul > li:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
  .wlw-np-inline-voice ul > li:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
  .wlw-np-cta-section .wlw-np-footer-cta { min-width: 320px !important; height: 60px !important; padding: 0 40px !important; font-size: 16px !important; }
  .wlw-np-cta-section {
    --g-size: clamp(860px, 105vw, 1120px);
    --g-bottom: clamp(-250px, -24vw, -180px);
  }
}

/* === SP 〜767: 構成変更（写真は非表示／パンくずはホームのみ／テキストは1列） === */
@media screen and (max-width: 767px) {
  .wlw-np-hero {
    min-height: 0;
  }
  .wlw-np-hero-media {
    display: none !important;
  }
  .wlw-np-hero-inner {
    padding: 28px var(--wlw-page-pad) 20px;
    justify-content: flex-start;
  }
  .wlw-np-hero-content {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
    gap: 4px;
  }
  .wlw-np-breadcrumb {
    top: 0;
    left: var(--wlw-page-pad);
    right: auto;
    gap: 0;
    font-size: 13px;
    flex-wrap: nowrap;
  }
  .wlw-np-breadcrumb > :not(.wlw-np-breadcrumb-mobile-parent) {
    display: none;
  }
  .wlw-np-breadcrumb-mobile-parent {
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 6px;
    box-sizing: border-box;
    font-weight: 400;
  }
  .wlw-np-breadcrumb-mobile-parent svg {
    display: block;
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
  }
  .wlw-np-h1 { margin: 0; font-size: 24px; line-height: 32px; }
  .wlw-np-sub {
    font-size: 13px;
    line-height: 21px;
  }
  .wlw-np-hero-inner .wlw-np-cta { position: static; right: auto; bottom: auto; margin-top: 6px; align-self: flex-start; min-width: 0; width: 100%; height: auto; min-height: 58px; padding: 8px 22px 7px; font-size: 14px; }
  .wlw-np-block { padding: 36px 0; }
  .wlw-np-block.is-before-footer-cta { padding-bottom: 56px; }
  .wlw-np-block.is-intro {
    --wlw-np-intro-flow-gap: 18px;
    --wlw-np-intro-content-offset: 32px;
    padding: 28px 0 32px;
  }
  .wlw-np-shell {
    font-size: var(--np-sp-text);
    line-height: var(--np-sp-text-lh);
  }
  .wlw-np-shell h2 { margin: 0 auto 30px; font-size: 20px; }
  .wlw-np-shell h3 { font-size: 16px; }
  .wlw-np-block.is-features .wlw-np-shell > ol {
    padding-left: 0;
  }
  .wlw-np-block.is-features .wlw-np-shell > ol > li.wlw-np-feature-item > .wlw-np-feature-copy {
    padding-left: 0;
  }
  .wlw-np-block.is-features .wlw-np-feature-copy > .wlw-np-feature-heading {
    min-height: 32px;
    padding-left: 48px;
  }
  .wlw-np-shell .solution-box { grid-template-columns: 1fr; }
  .wlw-np-shell .solution-box .item-box { grid-column: auto !important; }
  .wlw-np-block.is-overview .wlw-np-shell { grid-template-columns: 1fr; }
  .wlw-np-block.is-overview .wlw-np-shell > .overview { grid-column: auto !important; }
  .wlw-np-block.is-voice .wlw-np-shell ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wlw-np-inline-voice ul {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .wlw-np-block.is-voice .wlw-np-shell ul > li {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 16px;
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  .wlw-np-inline-voice ul > li {
    grid-template-columns: 72px minmax(0, 1fr);
    column-gap: 16px;
    font-size: 15px !important;
    line-height: 1.8 !important;
  }
  .wlw-np-block.is-voice .wlw-np-shell ul > li:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
  .wlw-np-inline-voice ul > li:last-child:nth-child(odd) {
    grid-column: auto;
    justify-self: stretch;
    width: auto;
  }
  .wlw-np-voice-avatar {
    width: 72px;
    height: 72px;
    margin-top: 16px;
  }
  .wlw-np-voice-bubble {
    min-height: 0;
    padding: 16px 18px;
    font-size: 15px;
    line-height: 1.8;
  }
  .wlw-np-voice-bubble::before {
    left: -14px;
    top: 30px;
    border-width: 9px 14px 9px 0;
  }
  .wlw-np-voice-bubble::after {
    left: -16px;
    top: 28px;
    border-width: 11px 16px 11px 0;
  }
  .wlw-np-shell .feature-box {
    position: relative;
    display: block;
    padding: 18px;
  }
  .wlw-np-shell .feature-box .item-number {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 44px;
    height: 44px;
    font-size: 20px;
  }
  .wlw-np-shell .feature-box .item-text {
    font-size: 14px;
  }
  .wlw-np-shell .feature-box .item-text b {
    display: block;
    min-height: 44px;
    padding-left: 58px;
  }
  .wlw-np-shell .overview-title { font-size: 14px; padding: 10px 16px; }
  .wlw-np-shell .overview-text { grid-template-columns: 1fr; gap: 4px; padding: 10px 16px; }
  .wlw-np-block.is-overview .overview-text {
    grid-template-columns: 134px minmax(0, 1fr);
  }
  /* SP の表：収まる表はそのまま（スクロールバーを出さない）。
     セル内容が 390px に圧縮しきれない表だけ、自然にあふれて横スクロールになる。
     min-width の強制は「収まる表にまでスクロールバーが出る」ため付けない。 */
  .wlw-np-table-frame > .program-structure,
  .wlw-np-table-frame > .nomal-table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    font-size: 13px;
    -webkit-overflow-scrolling: touch;
  }
  .wlw-np-table-frame > .program-structure > tbody,
  .wlw-np-table-frame > .nomal-table > tbody {
    display: table;
    width: 100%;
  }
  .wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) {
    display: table;
    table-layout: fixed;
    overflow-x: visible;
  }
  .wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table):has(> :is(thead, tbody, tfoot) > tr > td[colspan]) {
    table-layout: auto;
  }
  .wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) {
    display: table-row-group;
  }
  .wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:not(:empty),
  .wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > td:first-child:empty + td {
    width: 125px;
    min-width: 125px;
    max-width: 125px;
    white-space: normal;
  }
  .wlw-np-block.is-wide-compare-table.is-compact-left-table .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td):first-child {
    width: 120px;
    min-width: 120px;
    max-width: 120px;
  }
  .wlw-np-table-frame > :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td) {
    padding: 10px 12px;
  }
  /* 入れ子表を持つ主表は、外側を幅基準にしてviewport内へ収める。 */
  .wlw-np-table-frame > :is(.program-structure, .nomal-table):has(> :is(thead, tbody, tfoot) > tr > td > :is(.program-structure, .nomal-table)) {
    display: table;
    overflow-x: visible;
    table-layout: fixed;
  }
  .wlw-np-table-frame > :is(.program-structure, .nomal-table):has(> :is(thead, tbody, tfoot) > tr > td > :is(.program-structure, .nomal-table)) > tbody {
    display: table-row-group;
  }
  .wlw-np-block.is-short-summary-table .wlw-np-table-frame > :is(.program-structure, .nomal-table):has(> :is(thead, tbody, tfoot) > tr > td > :is(.program-structure, .nomal-table)) > :is(thead, tbody, tfoot) > tr > td:first-child:not(:empty) {
    width: 38%;
    min-width: 0;
    padding-right: 8px;
    padding-left: 8px;
  }
  .wlw-np-table-frame > :is(.program-structure, .nomal-table):has(> :is(thead, tbody, tfoot) > tr > td > :is(.program-structure, .nomal-table)) > :is(thead, tbody, tfoot) > tr > td:has(> :is(.program-structure, .nomal-table)) {
    width: 62%;
    padding-right: 0;
    padding-left: 0;
  }
  .wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :is(th, td) {
    padding: 4px 2px;
  }
  .wlw-np-table-frame > :is(.program-structure, .nomal-table) :is(.program-structure, .nomal-table) > :is(thead, tbody, tfoot) > tr > :nth-child(2) {
    padding-right: 4px;
    padding-left: 0;
  }
  .wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody {
    grid-template-columns: 1fr;
  }
  .wlw-np-block.is-mixed-media-table .wlw-np-shell > table > tbody > tr > td > p:first-child {
    min-height: 0;
  }
  .wlw-np-shell .box-TextImage > p.sub-image-right:has(img) {
    float: none !important;
    width: 100% !important;
    margin: 0 0 14px !important;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage {
    display: block;
    width: 100% !important;
    max-width: 100%;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p:has(img),
  .wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p:not(:has(img)) {
    grid-column: auto;
    grid-row: auto;
  }
  .wlw-np-block.is-reading-column .wlw-np-shell > h3.wlw-np-subheading + .box-TextImage > p:has(img) {
    margin-bottom: 14px !important;
  }
  .wlw-np-cta-section {
    padding: 44px var(--wlw-page-pad, 24px) 52px;
    --g-size: min(760px, 170vw);
    --g-bottom: -190px;
    --g-opacity: .32;
    --g-brightness: 2.6;
  }
  .wlw-np-cta-section-title { font-size: 18px; margin-bottom: 24px; }
  .wlw-np-cta-section .wlw-np-footer-cta { min-width: 0 !important; width: 100% !important; height: 52px !important; padding: 0 28px !important; font-size: 15px !important; }
}
