@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* === NTM_ZASH_BOLD_SKIN_START === */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800&family=Outfit:wght@600;700;800&display=swap');

:root {
  --ntm-bg-top: #f5f8fc;
  --ntm-bg-bottom: #e8eef6;
  --ntm-card: #ffffff;
  --ntm-ink: #1e2d3c;
  --ntm-muted: #4f6278;
  --ntm-brand: #123c5b;
  --ntm-accent: #f0a233;
  --ntm-accent-soft: #ffedcf;
  --ntm-line: #d4e1ee;
  --ntm-shadow: 0 12px 26px rgba(15, 34, 50, 0.1);
  --ntm-title-font: "Outfit", "M PLUS 1p", "Noto Sans JP", sans-serif;
  --ntm-jp-font: "M PLUS 1p", "Noto Sans JP", sans-serif;
  --ntm-link: #0c5fa8;
  --ntm-link-hover: #0a4678;
}

body.page-body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif !important;
  background:
    radial-gradient(circle at 10% 8%, rgba(240, 162, 51, 0.12), transparent 44%),
    linear-gradient(180deg, var(--ntm-bg-top) 0%, var(--ntm-bg-bottom) 100%) !important;
  color: var(--ntm-ink) !important;
}

.zash-header-container,
.navi {
  background: linear-gradient(135deg, #11324b 0%, #1a547a 100%) !important;
  border: 0 !important;
}

.header-in.wrap,
.navi-in.wrap {
  max-width: 1220px !important;
}

.zash-logo-cluster {
  padding: 8px 0 10px;
}

.site-name-text,
.site-name-text-link,
.navi-in a {
  color: #f8fbff !important;
  letter-spacing: 0.02em;
}

.site-name-text {
  font-family: var(--ntm-title-font);
  font-weight: 800;
}

.navi-in a {
  font-family: var(--ntm-jp-font);
  font-weight: 700;
  padding: 10px 16px !important;
  border-radius: 999px;
  transition: background-color 0.16s ease;
}

.zash-editor-note {
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  background: linear-gradient(90deg, rgba(10, 31, 48, 0.95), rgba(17, 52, 77, 0.92));
}

.zash-editor-note-in.wrap {
  max-width: 1220px !important;
  padding: 10px 16px;
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.zash-editor-note-label {
  margin: 0;
  font-family: var(--ntm-title-font);
  font-weight: 700;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: #ffcf80;
  white-space: nowrap;
}

.zash-editor-note-text {
  margin: 0;
  font-family: var(--ntm-jp-font);
  font-size: 0.86rem;
  color: #e8f2fb;
  letter-spacing: 0.01em;
}

.navi-in a:hover {
  background: rgba(255, 255, 255, 0.14);
}

.content-in.wrap {
  max-width: 1220px !important;
  padding-top: 24px !important;
}

#content-in.content-in.wrap {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 336px;
  column-gap: 20px;
  row-gap: 0;
  align-items: start;
}

.main,
.sidebar {
  float: none !important;
  width: auto !important;
  margin: 0 !important;
  background: transparent !important;
}

.main {
  min-width: 0;
}

.sidebar {
  min-width: 0;
}

.article {
  background: #ffffff !important;
  border: 1px solid var(--ntm-line) !important;
  border-radius: 14px !important;
  box-shadow: var(--ntm-shadow) !important;
  padding: 22px 24px !important;
}

.article-header,
.entry-content,
.article-footer {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.article-footer.entry-footer {
  margin-top: 26px !important;
  padding-top: 18px;
  border-top: 1px solid #d9e6f2;
}

.entry-categories-tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px !important;
}

.entry-categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.entry-categories .cat-link {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  margin: 0 !important;
  padding: 0.42em 0.88em !important;
  border-radius: 999px !important;
  background: linear-gradient(120deg, #2e2e31, #424247) !important;
  color: #f3f7fb !important;
  text-decoration: none !important;
  box-shadow: 0 8px 20px rgba(15, 34, 50, 0.12);
}

.entry-categories .cat-link:hover {
  background: linear-gradient(120deg, #1f2d3d, #2d4f73) !important;
  color: #ffffff !important;
}

.entry-categories .cat-icon {
  margin: 0 !important;
  color: #f0a233 !important;
}

.entry-card-wrap,
.zash-entry-wrap {
  margin-bottom: 18px !important;
}

.entry-card {
  background: var(--ntm-card) !important;
  border: 1px solid var(--ntm-line) !important;
  border-radius: 14px !important;
  box-shadow: var(--ntm-shadow) !important;
  display: grid !important;
  grid-template-columns: minmax(280px, 39%) minmax(0, 1fr);
  overflow: hidden;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.entry-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 34px rgba(6, 22, 37, 0.22) !important;
}

.entry-card-content {
  min-width: 0;
  padding: 22px 24px 18px !important;
  display: flex;
  flex-direction: column;
}

.entry-card-title {
  font-family: var(--ntm-jp-font);
  font-size: 1.28rem !important;
  line-height: 1.5 !important;
  color: var(--ntm-brand) !important;
  font-weight: 800;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.entry-card-snippet {
  color: var(--ntm-muted) !important;
  margin-top: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.entry-card-info,
.entry-date {
  color: #607388 !important;
}

.entry-card-categorys {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}

.zash-entry-footer {
  margin-top: auto;
  padding-top: 16px;
  border-top: 1px solid #d7e3ef;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.entry-card-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px 14px;
  font-size: 0.93rem;
  text-align: right;
}

.cat-label,
.entry-category {
  background: linear-gradient(120deg, #ffd071, #f0a029) !important;
  color: #2c2519 !important;
  border-radius: 999px !important;
  border: 0 !important;
  font-weight: 700 !important;
  padding: 0.2em 0.7em !important;
}

.sidebar .widget {
  background: rgba(255, 255, 255, 0.97) !important;
  border: 1px solid var(--ntm-line) !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 20px rgba(14, 35, 54, 0.08);
  padding: 14px !important;
}

.sidebar .widget + .widget {
  margin-top: 14px !important;
}

.sidebar .widget ul,
.sidebar .widget ol {
  margin: 0;
  padding-left: 1.1em;
}

.sidebar .widget li {
  margin-bottom: 0.45em;
  line-height: 1.65;
}

.sidebar .widget a {
  color: #244f74 !important;
}

.sidebar .widget a:hover {
  color: #183754 !important;
  text-decoration: underline;
}

.sidebar .wp-block-search__inside-wrapper {
  display: flex;
  gap: 8px;
}

.sidebar .wp-block-search__input {
  min-width: 0;
}

.sidebar .widget-title,
.wp-block-heading {
  background: #e9f1f8 !important;
  color: #173d5b !important;
  border: 1px solid #cbdced !important;
  border-radius: 9px !important;
  padding: 10px 12px !important;
}

.entry-content h2,
article h2 {
  font-family: var(--ntm-jp-font);
  color: #163c5a !important;
  background: linear-gradient(135deg, #edf4fb, #e4eef8) !important;
  border-left: 6px solid var(--ntm-accent) !important;
  border-radius: 8px !important;
  padding: 0.45em 0.72em !important;
  text-shadow: none !important;
}

.entry-content h3,
article h3 {
  font-family: var(--ntm-jp-font);
  color: #163c5a !important;
  background: transparent !important;
  border-left: 4px solid #8eb3d2 !important;
  border-bottom: 1px solid #d4e1ee !important;
  border-radius: 0 !important;
  padding: 0.22em 0 0.24em 0.72em !important;
  text-shadow: none !important;
}

.entry-content p,
article p {
  line-height: 1.95 !important;
  color: var(--ntm-ink) !important;
}

.ntm-editorial-note {
  margin: 1.7em 0 !important;
  padding: 1.25em 1.35em 1.2em !important;
  border: 1px solid #d7e4f0;
  border-radius: 16px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 255, 0.98));
  box-shadow: 0 14px 32px rgba(17, 39, 61, 0.07);
}

.ntm-editorial-note--news {
  border-top: 4px solid #8eb3d2;
}

.ntm-editorial-note--factcheck {
  border-top: 4px solid var(--ntm-accent);
}

.ntm-editorial-note-kicker {
  margin-bottom: 0.45em;
  color: #6c8499;
  font-family: var(--ntm-title-font);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ntm-editorial-note-title {
  margin: 0 0 0.65em !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #173d5b !important;
  font-family: var(--ntm-jp-font);
  font-size: 1.18rem !important;
  font-weight: 800;
  line-height: 1.5 !important;
}

.ntm-editorial-note-body {
  color: #32475b;
  line-height: 1.92;
}

.ntm-editorial-note-body a {
  color: var(--ntm-link) !important;
}

.entry-content blockquote,
blockquote {
  margin: 1.5em 0 !important;
  padding: 0.95em 1.1em 0.95em 1.2em !important;
  border: 0 !important;
  border-left: 3px solid #91abc3 !important;
  background: rgba(245, 249, 253, 0.88) !important;
  color: #42586d !important;
  border-radius: 0 10px 10px 0 !important;
  box-shadow: none !important;
}

.entry-content blockquote p,
blockquote p {
  margin: 0.45em 0 !important;
  line-height: 1.85 !important;
}

.entry-content blockquote p:first-child,
blockquote p:first-child {
  margin-top: 0 !important;
}

.entry-content blockquote cite,
blockquote cite {
  display: block;
  margin-top: 0.75em;
  color: #607388 !important;
  font-size: 0.78rem;
  font-style: normal;
  letter-spacing: 0.03em;
}

.article,
.entry-content,
.article-header,
.article-footer,
.under-entry-content,
.related-entry-card {
  color: var(--ntm-ink) !important;
}

.entry-title,
.article-title,
.article h1 {
  font-family: var(--ntm-jp-font);
  font-weight: 800;
  letter-spacing: 0.01em;
  color: #123c5b !important;
}

.zash-entry-readmore {
  display: inline-block;
  font-size: 0.84rem;
  color: #245d8f;
  font-weight: 700;
  padding: 0.48em 0.92em;
  border: 1px solid #b8d1e5;
  border-radius: 999px;
  background: #f7fbff;
  line-height: 1.5;
}

.entry-card-thumb {
  overflow: hidden;
  height: 100%;
  min-height: 100%;
  margin: 0 !important;
  width: auto !important;
  float: none !important;
}

.entry-card-thumb-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
  transition: transform 0.25s ease;
}

.entry-card-content,
.card-content {
  margin-left: 0 !important;
  width: auto !important;
}

.entry-card:hover .entry-card-thumb-image {
  transform: scale(1.03);
}

.entry-content a,
.article a,
.under-entry-content a,
.related-entry-card a {
  color: var(--ntm-link) !important;
  text-decoration: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.entry-content a:hover,
.article a:hover,
.under-entry-content a:hover,
.related-entry-card a:hover {
  color: var(--ntm-link-hover) !important;
}

.toc a,
#toc a,
.widget_toc a,
.toc-widget-box a {
  color: #1a507a !important;
  text-decoration: none !important;
  border-bottom: 1px solid rgba(26, 80, 122, 0.35);
}

.toc a:hover,
#toc a:hover,
.widget_toc a:hover,
.toc-widget-box a:hover {
  color: var(--ntm-link-hover) !important;
  border-bottom-color: currentColor;
}

#main .sns-share-buttons a,
#main .sns-follow-buttons a,
#main .share-menu-content a,
#main .follow-menu-content a,
#main .sns-share a,
#main .sns-follow a,
#main .social-share-button a,
#main .social-follow-button a,
#main .twitter-button a,
#main .facebook-button a,
#main .hatebu-button a,
#main .line-button a,
#main .pinterest-button a,
#main .copy-button a {
  color: #f8fbff !important;
  text-decoration: none !important;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.18);
}

#main .sns-share-buttons a:hover,
#main .sns-follow-buttons a:hover,
#main .share-menu-content a:hover,
#main .follow-menu-content a:hover,
#main .sns-share a:hover,
#main .sns-follow a:hover,
#main .social-share-button a:hover,
#main .social-follow-button a:hover,
#main .twitter-button a:hover,
#main .facebook-button a:hover,
#main .hatebu-button a:hover,
#main .line-button a:hover,
#main .pinterest-button a:hover,
#main .copy-button a:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}

#main .sns-share-buttons a *,
#main .sns-follow-buttons a *,
#main .share-menu-content a *,
#main .follow-menu-content a *,
#main .sns-share a *,
#main .sns-follow a * {
  color: inherit !important;
}

.zash-summary-heading {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 2.1rem 0 1rem;
  padding: 12px 14px;
  background: linear-gradient(135deg, #f8fbff, #eef4fb);
  border: 1px solid var(--ntm-line);
  border-left: 5px solid var(--ntm-accent);
  border-radius: 12px;
  box-shadow: 0 8px 18px rgba(15, 34, 50, 0.06);
}

.zash-summary-label {
  display: inline-flex;
  align-items: center;
  padding: 0.28em 0.75em;
  background: var(--ntm-accent-soft);
  border-radius: 999px;
  color: #8a5a0d;
  font-family: var(--ntm-title-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.zash-summary-title {
  color: #163c5a;
  font-family: var(--ntm-jp-font);
  font-size: 1.02rem;
  font-weight: 800;
  line-height: 1.5;
}

.zash-footer-bottom {
  padding-top: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ntm-reference-section {
  margin-top: 0.5rem;
  padding: 0 0 0.2rem;
}

.ntm-reference-section .wp-block-heading {
  margin-bottom: 0.85rem;
}

.ntm-reference-section .wp-block-list {
  margin: 0;
  padding-left: 1.3em;
}

.ntm-reference-section li {
  color: #5f7184;
  font-size: 0.9rem;
  line-height: 1.85;
}

.ntm-reference-section a {
  word-break: break-word;
}

.ntm-infographic {
  margin: 2rem 0;
  padding: 20px 20px 18px;
  border: 1px solid #d5e1ed;
  border-radius: 20px;
  background:
    radial-gradient(circle at top right, rgba(240, 162, 51, 0.12), transparent 24%),
    linear-gradient(145deg, #ffffff, #eef5fb);
  box-shadow: 0 16px 38px rgba(15, 34, 50, 0.08);
}

.ntm-infographic-kicker {
  display: inline-flex;
  align-items: center;
  margin-bottom: 10px;
  padding: 0.34em 0.78em;
  border-radius: 999px;
  background: #163a57;
  color: #f3b247;
  font-family: var(--ntm-title-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ntm-infographic-title {
  margin: 0 0 10px;
  color: #123c5b;
  font-family: var(--ntm-jp-font);
  font-size: 1.45rem;
  font-weight: 800;
  line-height: 1.45;
}

.ntm-infographic-lead {
  margin: 0 0 16px;
  color: #5b6e81;
  font-size: 0.98rem;
  line-height: 1.85;
}

.ntm-infographic-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0 0 16px;
}

.ntm-infographic-card {
  min-width: 0;
  padding: 16px 16px 14px;
  border: 1px solid #d7e4ef;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
}

.ntm-infographic-card h3 {
  margin: 0 0 8px;
  color: #163c5a !important;
  font-size: 1rem;
  line-height: 1.5;
}

.ntm-infographic-card p {
  margin: 0;
  color: #51667a;
  font-size: 0.94rem;
  line-height: 1.8;
}

.ntm-infographic-metrics {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 0 0 16px;
}

.ntm-infographic-metric {
  padding: 14px 14px 12px;
  border-radius: 14px;
  background: #f6faff;
  border: 1px solid #dbe7f2;
}

.ntm-infographic-metric-label {
  display: block;
  margin-bottom: 6px;
  color: #6d8295;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ntm-infographic-metric-value {
  display: block;
  color: #173d5b;
  font-family: var(--ntm-title-font);
  font-size: 1.3rem;
  font-weight: 800;
  line-height: 1.2;
}

.ntm-infographic-conclusion {
  margin: 0 0 14px;
  padding: 15px 16px;
  border-left: 4px solid #f0a233;
  border-radius: 14px;
  background: #fff8ee;
  color: #4d5f72;
  line-height: 1.85;
}

.ntm-infographic-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #d9e6f2;
}

.ntm-infographic-source {
  color: #607387;
  font-size: 0.82rem;
  line-height: 1.7;
}

.ntm-infographic-source strong {
  color: #173d5b;
}

.ntm-infographic-note {
  color: #7a8da0;
  font-size: 0.8rem;
  line-height: 1.7;
}

.zash-footer-supervision {
  margin: 10px 0 0;
  color: rgba(229, 237, 245, 0.82);
  font-size: 0.78rem;
  letter-spacing: 0.03em;
}

.zash-footer-guides {
  margin-bottom: 12px;
}

.zash-footer-guides-label {
  margin: 0 0 10px;
  color: rgba(255, 226, 165, 0.9);
  font-family: var(--ntm-title-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.zash-footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.zash-footer-link {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0.4em 0.88em;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f4f8fc !important;
  font-size: 0.86rem;
  font-weight: 700;
  text-decoration: none !important;
  transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.zash-footer-link:hover {
  background: rgba(255, 255, 255, 0.14);
  border-color: rgba(255, 226, 165, 0.28);
  transform: translateY(-1px);
}

.zash-footer-cast {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 14px 0 12px;
}

.zash-footer-cast-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(6px);
}

.zash-footer-cast-avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 2px solid rgba(255, 226, 165, 0.48);
  object-fit: cover;
  box-shadow: 0 8px 18px rgba(4, 14, 24, 0.22);
}

.zash-footer-cast-meta {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}

.zash-footer-cast-name {
  color: #f4f8fc;
  font-weight: 700;
  line-height: 1.1;
}

.zash-footer-cast-role {
  color: rgba(229, 237, 245, 0.78);
  font-size: 0.72rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
}

.ntm-static-page {
  display: grid;
  gap: 24px;
}

.ntm-static-page--about {
  --ntm-policy-accent: #3f84b8;
  --ntm-policy-soft: rgba(91, 160, 216, 0.12);
  --ntm-policy-glow: rgba(98, 166, 222, 0.14);
}

.ntm-static-page--editorial {
  --ntm-policy-accent: #305f77;
  --ntm-policy-soft: rgba(70, 120, 145, 0.12);
  --ntm-policy-glow: rgba(77, 128, 150, 0.14);
}

.ntm-static-page--ads {
  --ntm-policy-accent: #c57d12;
  --ntm-policy-soft: rgba(240, 170, 58, 0.15);
  --ntm-policy-glow: rgba(246, 184, 82, 0.18);
}

.ntm-static-page--data {
  --ntm-policy-accent: #1f6e88;
  --ntm-policy-soft: rgba(52, 129, 156, 0.13);
  --ntm-policy-glow: rgba(73, 144, 168, 0.16);
}

.ntm-static-page--privacy {
  --ntm-policy-accent: #2d7f66;
  --ntm-policy-soft: rgba(72, 150, 123, 0.12);
  --ntm-policy-glow: rgba(94, 171, 144, 0.16);
}

.ntm-static-page--contact {
  --ntm-policy-accent: #9a4f67;
  --ntm-policy-soft: rgba(183, 106, 136, 0.12);
  --ntm-policy-glow: rgba(191, 117, 146, 0.16);
}

.ntm-static-page--disclaimer {
  --ntm-policy-accent: #6a6176;
  --ntm-policy-soft: rgba(123, 112, 138, 0.12);
  --ntm-policy-glow: rgba(135, 124, 149, 0.16);
}

.ntm-policy-hero {
  position: relative;
  padding: 28px 28px 24px;
  border: 1px solid #d3e0ee;
  border-radius: 18px;
  background:
    radial-gradient(circle at top right, rgba(241, 166, 56, 0.13), transparent 28%),
    linear-gradient(135deg, #ffffff, #edf4fb);
  box-shadow: 0 14px 36px rgba(15, 34, 50, 0.08);
}

.ntm-policy-hero::after {
  content: "";
  position: absolute;
  inset: auto 22px 0 22px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--ntm-policy-accent, #f0a233), transparent 72%);
  opacity: 0.85;
}

.ntm-policy-eyebrow {
  margin: 0 0 10px;
  color: var(--ntm-policy-accent, #a96b14);
  font-family: var(--ntm-title-font);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.ntm-policy-hero h2 {
  margin: 0 0 14px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #123c5b !important;
  font-size: 2rem;
  line-height: 1.3;
}

.ntm-policy-lead {
  margin: 0;
  color: #476178;
  font-size: 1.02rem;
  line-height: 1.9;
}

.ntm-policy-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.ntm-policy-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.ntm-policy-band-item {
  padding: 14px 16px;
  border: 1px solid rgba(173, 196, 217, 0.88);
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(246, 250, 255, 0.94));
  box-shadow: 0 8px 24px rgba(18, 40, 59, 0.06);
}

.ntm-policy-band-label {
  display: block;
  margin-bottom: 6px;
  color: var(--ntm-policy-accent, #a96b14);
  font-family: var(--ntm-title-font);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ntm-policy-band-item strong {
  color: #143c5a;
  font-size: 0.98rem;
  line-height: 1.6;
}

.ntm-policy-card {
  position: relative;
  padding: 18px 18px 16px;
  border: 1px solid #d5e2ee;
  border-radius: 16px;
  background: #ffffff;
  box-shadow: 0 10px 24px rgba(15, 34, 50, 0.06);
}

.ntm-policy-card::before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  border-radius: 16px 0 0 16px;
  background: linear-gradient(180deg, var(--ntm-policy-accent, #f0a233), transparent 82%);
  opacity: 0.9;
}

.ntm-policy-card h3 {
  margin: 0 0 10px;
  color: #163c5a !important;
  font-size: 1.05rem;
}

.ntm-policy-card p,
.ntm-policy-card li {
  margin: 0;
  color: #4d6478;
  line-height: 1.8;
}

.ntm-policy-card ul {
  margin: 0;
  padding-left: 1.2em;
}

.ntm-policy-section {
  padding: 24px 24px 20px;
  border: 1px solid #d5e2ee;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  box-shadow: 0 12px 30px rgba(15, 34, 50, 0.05);
}

.ntm-policy-section h2 {
  margin-top: 0;
  margin-bottom: 0.8em;
  color: #173f5d !important;
}

.ntm-policy-section p,
.ntm-policy-section li {
  color: #42586d;
}

.ntm-policy-section table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}

.ntm-policy-section th,
.ntm-policy-section td {
  padding: 14px 14px 13px;
  border-bottom: 1px solid #d7e4ef;
  text-align: left;
  vertical-align: top;
}

.ntm-policy-section th {
  color: #173d5b;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  background: rgba(241, 247, 252, 0.9);
}

.ntm-policy-table-wrap {
  overflow-x: auto;
  border: 1px solid #d9e7f0;
  border-radius: 16px;
  background: linear-gradient(180deg, #ffffff, #fbfdff);
}

.ntm-policy-checklist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ntm-policy-checklist li {
  position: relative;
  padding: 0.68em 0 0.68em 1.55em;
  border-bottom: 1px solid #e2ebf3;
}

.ntm-policy-checklist li:last-child {
  border-bottom: 0;
}

.ntm-policy-checklist li::before {
  content: "01";
  position: absolute;
  left: 0;
  top: 0.72em;
  color: var(--ntm-policy-accent, #c57d12);
  font-family: var(--ntm-title-font);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.ntm-policy-checklist li:nth-child(2)::before { content: "02"; }
.ntm-policy-checklist li:nth-child(3)::before { content: "03"; }
.ntm-policy-checklist li:nth-child(4)::before { content: "04"; }
.ntm-policy-checklist li:nth-child(5)::before { content: "05"; }

.ntm-policy-flow {
  margin: 0;
  padding-left: 1.4em;
}

.ntm-policy-flow li {
  margin-bottom: 0.75em;
  padding-left: 0.2em;
}

.ntm-policy-note {
  padding: 16px 18px;
  border-left: 4px solid var(--ntm-policy-accent, #f0a233);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(255, 250, 241, 0.98), rgba(255, 245, 225, 0.92));
  color: #5e4a21;
  line-height: 1.8;
}

.ntm-policy-meta {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ntm-policy-meta--triple {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ntm-policy-meta-item {
  padding: 14px 16px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(247, 251, 255, 0.98), rgba(241, 247, 252, 0.92));
  border: 1px solid #d9e6f2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.ntm-policy-meta-label {
  display: block;
  margin-bottom: 6px;
  color: #70859a;
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}

.ntm-policy-meta-value {
  color: #173d5b;
  font-weight: 700;
  line-height: 1.6;
}

.ntm-static-page--ads .ntm-policy-hero,
.ntm-static-page--ads .ntm-policy-card,
.ntm-static-page--ads .ntm-policy-section {
  background:
    radial-gradient(circle at top right, var(--ntm-policy-glow), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(255, 250, 242, 0.98));
}

.ntm-static-page--privacy .ntm-policy-hero,
.ntm-static-page--privacy .ntm-policy-meta-item {
  background:
    radial-gradient(circle at top right, var(--ntm-policy-glow), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(244, 251, 248, 0.96));
}

.ntm-static-page--data .ntm-policy-hero,
.ntm-static-page--data .ntm-policy-section {
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.99), rgba(241, 248, 251, 0.97));
}

.ntm-static-page--contact .ntm-policy-hero,
.ntm-static-page--contact .ntm-policy-card {
  background:
    radial-gradient(circle at top right, var(--ntm-policy-glow), transparent 34%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(251, 245, 248, 0.97));
}

.ntm-static-page--disclaimer .ntm-policy-hero,
.ntm-static-page--disclaimer .ntm-policy-section {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(248, 247, 250, 0.97));
}

.ntm-static-page--editorial .ntm-policy-band-item,
.ntm-static-page--about .ntm-policy-band-item {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.99), rgba(243, 249, 255, 0.96));
}

.footer,
.footer-container {
  background: linear-gradient(165deg, #12344d 0%, #1d4d72 100%) !important;
  color: #e5edf5 !important;
  border: 0 !important;
}

.footer a {
  color: #ffe2a5 !important;
}

@media screen and (max-width: 834px) {
  .zash-editor-note-in.wrap {
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
  }

  .entry-categories-tags {
    margin-bottom: 14px !important;
  }

  .entry-categories .cat-link {
    font-size: 0.86rem;
  }

  .ntm-reference-section li {
    font-size: 0.84rem;
    line-height: 1.75;
  }

  .ntm-editorial-note {
    padding: 1.05em 1em 1em !important;
    border-radius: 14px;
  }

  .ntm-editorial-note-title {
    font-size: 1.02rem !important;
  }

  .entry-content blockquote,
  blockquote {
    padding: 0.85em 0.95em 0.85em 1em !important;
    border-radius: 0 8px 8px 0 !important;
  }

  .ntm-infographic {
    padding: 16px 16px 15px;
    border-radius: 16px;
  }

  .ntm-infographic-title {
    font-size: 1.18rem;
  }

  .ntm-infographic-grid,
  .ntm-infographic-metrics {
    grid-template-columns: minmax(0, 1fr);
  }

  .ntm-infographic-card p,
  .ntm-infographic-lead,
  .ntm-infographic-conclusion {
    font-size: 0.9rem;
  }

  .zash-editor-note-text {
    font-size: 0.8rem;
  }

  #content-in.content-in.wrap {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 16px;
  }

  .entry-card {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .entry-card-thumb {
    aspect-ratio: 16 / 9;
  }

  .sidebar {
    width: 100% !important;
  }

  .entry-card-title {
    font-size: 1.04rem !important;
  }

  .entry-card-content {
    padding: 16px 14px 16px !important;
  }

  .zash-entry-footer {
    flex-direction: column;
    align-items: flex-start;
  }

  .entry-card-info {
    justify-content: flex-start;
    text-align: left;
  }

  .zash-summary-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .zash-footer-cast {
    flex-direction: column;
  }

  .zash-footer-links {
    flex-direction: column;
  }

  .ntm-policy-grid,
  .ntm-policy-meta,
  .ntm-policy-band {
    grid-template-columns: minmax(0, 1fr);
  }

  .ntm-policy-hero {
    padding: 20px 18px 18px;
  }

  .ntm-policy-hero h2 {
    font-size: 1.5rem;
  }

  .ntm-policy-section {
    padding: 18px 16px 16px;
  }

  .ntm-policy-section th,
  .ntm-policy-section td {
    padding: 12px 10px;
    font-size: 0.88rem;
  }

  .content-in.wrap {
    padding-top: 14px !important;
  }

  .article {
    padding: 16px 14px !important;
    border-radius: 10px !important;
  }
}
/* === Character Dialogue & Special Blocks (Manga Style) === */
:root {
  --ntm-ui-ink: #0f1a23;
  --ntm-ui-panel: #162838;
  --ntm-ui-panel-2: #22384d;
  --ntm-ui-line: #89a7c1;
  --ntm-ui-soft: rgba(255, 255, 255, 0.08);
  --ntm-ui-glow: rgba(121, 180, 220, 0.22);
  --ntm-ui-aiko: #f0a233;
  --ntm-ui-satan: #68a9da;
  --ntm-ui-zash: #d4b05b;
  --ntm-ui-mix: #d182b2;
  --ntm-ui-system: #7f91a5;
  --ntm-ui-alert: #df7057;
}

.ntm-panel {
  position: relative;
  margin: 1.6rem 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.ntm-panel::before {
  display: none;
}

.ntm-panel.has-frame {
  padding: 0;
  border: 0;
  box-shadow: none;
}

.ntm-panel > .ntm-speech + .ntm-speech {
  margin-top: 14px;
}

.ntm-speech {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  margin: 0;
  --ntm-window-accent: #7f94a8;
  --ntm-window-bg: #f7f9fc;
  --ntm-window-text: #25313b;
  --ntm-window-border: #d8e2ec;
  --ntm-window-size: 15px;
  --ntm-window-weight: 700;
  --ntm-tail-top: 50%;
}

.ntm-speech.sbr {
  grid-template-columns: minmax(0, 1fr) 86px;
}

.ntm-speech.sbr .ntm-person {
  order: 2;
  justify-content: flex-end;
}

.ntm-speech.sbr .ntm-balloon {
  order: 1;
}

.ntm-speech .ntm-person {
  width: 88px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.ntm-speech .ntm-icon {
  display: block;
  margin: 0;
  width: 88px;
  min-height: 96px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ntm-speech .ntm-icon::after {
  display: none;
}

.ntm-speech .ntm-avatar {
  width: 88px;
  height: 96px;
  border-radius: 0;
  border: 0;
  object-fit: cover;
  object-position: center top;
  background: #f3f6fb;
  box-shadow: none;
  max-width: none !important;
}

.ntm-speech .ntm-balloon {
  position: relative;
  min-width: 0;
  align-self: start;
}

.ntm-speech .ntm-name {
  display: block;
  margin: 0 0 0.32rem;
  color: var(--ntm-window-accent);
  font-size: 0.78rem;
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.ntm-speech.sbr .ntm-name {
  text-align: right;
}

.ntm-speech .ntm-balloon-inner {
  position: relative;
  z-index: 1;
  padding: 0.9rem 1rem 0.88rem;
  border: 0;
  border-radius: 14px;
  background: var(--ntm-window-bg);
  box-shadow: 0 8px 20px rgba(18, 40, 56, 0.06);
}

.ntm-speech .ntm-balloon-inner p,
.ntm-speech .ntm-balloon-copy {
  margin: 0;
  color: var(--ntm-window-text);
  font-size: var(--ntm-window-size);
  font-weight: var(--ntm-window-weight);
  line-height: 1.72;
  letter-spacing: 0.01em;
}

.ntm-speech .ntm-tail {
  position: absolute;
  left: -8px;
  top: var(--ntm-tail-top);
  z-index: 0;
  width: 14px;
  height: 14px;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  background: var(--ntm-window-bg);
  border-radius: 1px 0 1px 0;
  box-shadow: -2px 2px 8px rgba(18, 40, 56, 0.04);
}

.ntm-speech.sbr .ntm-tail {
  left: auto;
  right: -8px;
  transform: translateY(-50%) rotate(-135deg);
}

.ntm-type-normal,
.ntm-type-standard {
  --ntm-window-accent: #8b9cac;
  --ntm-window-bg: #f7f9fc;
  --ntm-window-text: #28323a;
  --ntm-window-border: #d8e2ec;
}

.ntm-type-analysis,
.ntm-type-thought {
  --ntm-window-accent: #5d8fb8;
  --ntm-window-bg: #f2f7fc;
  --ntm-window-text: #1f425d;
  --ntm-window-border: #d4e1ee;
}

.ntm-type-shout,
.ntm-type-alert {
  --ntm-window-accent: #cf5448;
  --ntm-window-bg: #fff4f2;
  --ntm-window-text: #92281f;
  --ntm-window-border: #f1d0cc;
  --ntm-window-size: 16px;
  --ntm-window-weight: 900;
}

.ntm-type-sad {
  --ntm-window-accent: #476989;
  --ntm-window-bg: #f2f6fb;
  --ntm-window-text: #27425a;
  --ntm-window-border: #d6e0ea;
}

.ntm-type-confused,
.ntm-type-perplexed {
  --ntm-window-accent: #7f66a8;
  --ntm-window-bg: #f6f4fb;
  --ntm-window-text: #4a3d67;
  --ntm-window-border: #ddd7ea;
}

.ntm-type-joy,
.ntm-type-happy {
  --ntm-window-accent: #d78822;
  --ntm-window-bg: #fff8ef;
  --ntm-window-text: #8a5410;
  --ntm-window-border: #f2dfc3;
}

.ntm-type-fun,
.ntm-type-playful {
  --ntm-window-accent: #4f9b62;
  --ntm-window-bg: #f3fbf5;
  --ntm-window-text: #276439;
  --ntm-window-border: #d8eadc;
}

.ntm-type-panic {
  --ntm-window-accent: #c85d39;
  --ntm-window-bg: #fff5ef;
  --ntm-window-text: #8c3617;
  --ntm-window-border: #f0d8cc;
  --ntm-window-size: 16px;
  --ntm-window-weight: 900;
}

.ntm-type-monologue,
.ntm-type-system {
  --ntm-window-accent: #8d98a4;
  --ntm-window-bg: #f4f6f8;
  --ntm-window-text: #505b66;
  --ntm-window-border: #dde3e8;
  --ntm-window-size: 14px;
  --ntm-window-weight: 600;
}

.ntm-char-zash .ntm-tail {
  display: none;
}

@media (max-width: 700px) {
  .ntm-speech,
  .ntm-speech.sbr {
    grid-template-columns: 74px minmax(0, 1fr);
    align-items: flex-start;
    gap: 10px;
    --ntm-tail-top: 36%;
  }
  .ntm-speech.sbr {
    grid-template-columns: minmax(0, 1fr) 74px;
  }
  .ntm-speech.sbr .ntm-person {
    order: 2;
  }
  .ntm-speech.sbr .ntm-balloon {
    order: 1;
  }
  .ntm-speech .ntm-person {
    width: 74px;
  }
  .ntm-speech .ntm-avatar {
    width: 74px;
    height: 84px;
  }
  .ntm-speech .ntm-balloon {
    width: 100%;
  }
}

.ntm-citizen-voices {
  margin: 1.8rem 0;
  border: 1px solid #d8ccb1;
  border-radius: 8px;
  background: #f8f1df;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(32, 24, 12, 0.05);
}

.ntm-citizen-voices-header {
  padding: 0.78rem 1rem;
  border-bottom: 1px solid #dccfb4;
  background: linear-gradient(180deg, #fbf5e6 0%, #f3e7cb 100%);
  color: #66513a;
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ntm-citizen-voices-header::after {
  content: "SENTIMENT SIMULATION V1.0 - AI ANALYTICS";
  font-size: 0.6rem;
  font-family: monospace;
  opacity: 0.55;
  letter-spacing: 0.01em;
}

.ntm-citizen-voice-item {
  padding: 0.9rem 1rem 1rem;
  background: #fffdf8;
  border-top: 1px solid rgba(216, 204, 177, 0.55);
}

.ntm-citizen-voice-meta {
  margin: 0 0 0.34rem;
  color: #2e8b57;
  font-size: 0.84rem;
  font-weight: 700;
  line-height: 1.35;
}

.ntm-citizen-voice-body {
  color: #2f2a23;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.78;
}

.ntm-citizen-voice-item.is-anger .ntm-citizen-voice-body {
  color: #c4382a;
}

.ntm-citizen-voice-item.is-fatigue .ntm-citizen-voice-body {
  color: #5b6d7f;
}

.ntm-citizen-voice-item.is-snark .ntm-citizen-voice-body {
  color: #7b5a21;
}

.ntm-citizen-voice-item.is-serious .ntm-citizen-voice-body {
  color: #315f8e;
}

.ntm-reference-section {
  margin: 2.1rem 0 1.4rem;
}

.ntm-reference-disclosure {
  border: 1px solid #d7e0ea;
  border-radius: 12px;
  background: #f8fbff;
  box-shadow: 0 10px 24px rgba(18, 61, 102, 0.04);
  overflow: hidden;
}

.ntm-reference-disclosure > summary {
  list-style: none;
  cursor: pointer;
  padding: 0.95rem 1.1rem;
  background: linear-gradient(180deg, #f8fbff 0%, #eef4fb 100%);
  color: #193650;
  font-size: 0.96rem;
  font-weight: 800;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
}

.ntm-reference-disclosure > summary::after {
  content: "開く";
  flex: 0 0 auto;
  color: #5f7890;
  font-size: 0.76rem;
  font-weight: 700;
}

.ntm-reference-disclosure[open] > summary::after {
  content: "閉じる";
}

.ntm-reference-meta {
  color: #6e8194;
  font-size: 0.72rem;
  font-weight: 600;
}

.ntm-reference-body {
  padding: 0.95rem 1.1rem 1.05rem;
  border-top: 1px solid #e2eaf2;
}

.ntm-reference-intro {
  margin: 0 0 0.7rem;
  color: #53697e;
  font-size: 0.82rem;
  line-height: 1.7;
}

.ntm-reference-list {
  margin: 0;
  padding-left: 1.15rem;
}

.ntm-reference-list li + li {
  margin-top: 0.62rem;
}

.ntm-reference-link {
  color: #1e5c92;
  font-size: 0.9rem;
  font-weight: 700;
  text-decoration: none;
  word-break: break-word;
}

.ntm-reference-link:hover {
  text-decoration: underline;
}

.ntm-reference-log {
  display: block;
  margin-top: 0.14rem;
  color: #7a8795;
  font-size: 0.72rem;
  line-height: 1.55;
}

.ntm-sns-evidence-header {
  margin: 1.5rem 0 0;
  padding: 0.75rem 0.95rem;
  border: 1px solid #d7e0ea;
  border-bottom: 0;
  border-radius: 12px 12px 0 0;
  background: linear-gradient(180deg, #f5f9fe 0%, #edf4fb 100%);
  color: #50657c;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}

.wp-block-embed-twitter.ntm-sns-embed {
  margin: 0;
  margin-bottom: 1.2rem;
  padding: 0.95rem 1rem 1rem;
  border: 1px solid #d7e0ea;
  border-top: 0;
  border-radius: 0 0 12px 12px;
  background: #f8fbff;
}

.wp-block-embed-twitter.ntm-sns-embed .wp-block-embed__wrapper {
  color: #44586c;
  font-size: 0.9rem;
  line-height: 1.6;
  word-break: break-all;
}
/* === NTM_ZASH_BOLD_SKIN_END === */
