/* Shared inner-page presentation. Every rule is isolated from the homepage. */
body.colabom-subpage {
  --subpage-shadow: 0 18px 50px rgba(38, 89, 151, .07);
  --subpage-line: rgba(79, 143, 247, .2);
}
body.colabom-subpage .subpage-hero {
  padding: 26px 0 70px;
  background: radial-gradient(ellipse at 82% 5%, rgba(53, 192, 214, .14), transparent 58%), linear-gradient(135deg, #eef4ff, #f5fbff);
  border-bottom: 1px solid var(--color-border);
}
body.colabom-subpage .subpage-breadcrumb {
  color: var(--color-text-muted);
  font-size: .76rem;
  margin-bottom: 48px;
}
body.colabom-subpage .subpage-breadcrumb ol {
  display: flex;
  flex-wrap: wrap;
  gap: 7px 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}
body.colabom-subpage .subpage-breadcrumb li { min-width: 0; overflow-wrap: anywhere; }
body.colabom-subpage .subpage-breadcrumb li + li::before { content: "/"; margin-right: 12px; color: #a3b5cc; }
body.colabom-subpage .subpage-breadcrumb a { color: var(--color-text-muted); }
body.colabom-subpage .subpage-breadcrumb a:hover { color: var(--color-blue); }
body.colabom-subpage .subpage-eyebrow {
  display: block;
  color: var(--color-blue);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .22em;
  margin: 0 0 14px;
  text-transform: uppercase;
}
body.colabom-subpage .subpage-title {
  max-width: 1000px;
  font-size: clamp(1.85rem, 3.8vw, 3rem);
  line-height: 1.5;
  font-weight: 800;
  margin: 0;
  overflow-wrap: anywhere;
}
body.colabom-subpage .subpage-lead {
  max-width: 760px;
  color: var(--color-text-muted);
  font-size: .98rem;
  margin: 22px 0 0;
}
body.colabom-subpage .subpage-section { padding: 62px 0 80px; }
body.colabom-subpage .subpage-panel {
  width: 100%;
  max-width: 900px;
  min-width: 0;
  margin-inline: auto;
  padding: clamp(26px, 4.5vw, 58px);
  border: 1px solid var(--color-border);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, .8);
  box-shadow: var(--subpage-shadow);
}
body.colabom-subpage.page-id-894 .subpage-panel,
body.colabom-subpage .subpage-panel:has(.wp-block-uagb-container) { max-width: 1160px; }
body.colabom-subpage .entry-content {
  min-width: 0;
  color: var(--color-text);
  font-size: 1rem;
  line-height: 1.95;
  overflow-wrap: anywhere;
}
body.colabom-subpage .entry-content::after { content: ""; display: table; clear: both; }
body.colabom-subpage .entry-content > :first-child,
body.colabom-subpage .entry-content .box__inner > :first-child,
body.colabom-subpage .entry-content .faq__inner > :first-child { margin-top: 0; }
body.colabom-subpage .entry-content > :last-child,
body.colabom-subpage .entry-content .box__inner > :last-child,
body.colabom-subpage .entry-content .faq__inner > :last-child { margin-bottom: 0; }
body.colabom-subpage .entry-content p { margin: 0 0 1.4em; }
body.colabom-subpage .entry-content :is(h1, h2, h3, h4, h5, h6) {
  color: var(--color-text);
  font-weight: 700;
  line-height: 1.65;
  scroll-margin-top: 110px;
}
body.colabom-subpage .entry-content h1 { font-size: clamp(1.6rem, 2.5vw, 2.25rem); margin: 0 0 1.2em; }
body.colabom-subpage .entry-content h2 {
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  margin: 2.2em 0 1em;
  padding: 0 0 .55em;
  border-bottom: 2px solid var(--subpage-line);
}
body.colabom-subpage .entry-content h3 { font-size: clamp(1.1rem, 1.8vw, 1.35rem); margin: 1.8em 0 .8em; }
body.colabom-subpage .entry-content :is(h4, h5, h6) { font-size: 1.05rem; margin: 1.5em 0 .7em; }
body.colabom-subpage .entry-content :is(h1, h2, h3, h4)[class*="icon-"]::before { color: var(--color-blue); margin-right: .5em; }
body.colabom-subpage .entry-content a { text-decoration: underline; text-underline-offset: .2em; }
body.colabom-subpage .entry-content a:hover { text-decoration-thickness: 2px; }
body.colabom-subpage .entry-content a.btn { text-decoration: none; max-width: 100%; justify-content: center; }
body.colabom-subpage .subpage-contact-link { text-align: center; margin-top: 28px !important; }
body.colabom-subpage a:focus-visible,
body.colabom-subpage button:focus-visible,
body.colabom-subpage summary:focus-visible {
  outline: 3px solid rgba(47, 111, 224, .7);
  outline-offset: 4px;
}
body.colabom-subpage .entry-content :is(ul, ol) { margin: 1em 0 1.5em; padding-left: 1.5em; }
body.colabom-subpage .entry-content ul { list-style: disc; }
body.colabom-subpage .entry-content ol { list-style: decimal; }
body.colabom-subpage .entry-content li { margin-bottom: .55em; padding-left: .12em; }
body.colabom-subpage .entry-content li::marker { color: var(--color-blue); }
body.colabom-subpage .entry-content li :is(ul, ol) { margin-block: .55em; }
body.colabom-subpage .entry-content :is(blockquote, .wp-block-pullquote) {
  margin: 1.8em 0;
  padding: 22px 28px;
  border: 0;
  border-left: 4px solid var(--color-aqua);
  border-radius: 0 12px 12px 0;
  background: #f0f7fc;
  color: var(--color-text-muted);
}
body.colabom-subpage .entry-content blockquote > :last-child { margin-bottom: 0; }
body.colabom-subpage .entry-content cite { display: block; font-size: .82rem; margin-top: 12px; }
body.colabom-subpage .entry-content pre { max-width: 100%; overflow-x: auto; padding: 22px; border-radius: 12px; background: #eef3fa; font-size: .85rem; }
body.colabom-subpage .entry-content code { background: #edf3fa; padding: .15em .3em; border-radius: 4px; font-size: .9em; }
body.colabom-subpage .entry-content hr { border: 0; border-top: 1px solid var(--color-border); margin: 2.5em 0; }
body.colabom-subpage .entry-content figure { max-width: 100%; margin: 1.6em 0; }
body.colabom-subpage .entry-content figcaption { color: var(--color-text-muted); font-size: .8rem; text-align: center; margin-top: 10px; }
body.colabom-subpage .entry-content img { height: auto; max-width: 100%; margin: 0; border-radius: 10px; }
body.colabom-subpage .entry-content .aligncenter { margin-inline: auto; text-align: center; }
body.colabom-subpage .entry-content .aligncenter img { margin-inline: auto; }
body.colabom-subpage .entry-content .alignleft { float: left; margin: .4em 24px 18px 0; }
body.colabom-subpage .entry-content .alignright { float: right; margin: .4em 0 18px 24px; }
body.colabom-subpage .entry-content :is(.alignwide, .alignfull) { width: 100%; max-width: 100%; margin-inline: 0; }
body.colabom-subpage .entry-content :is(video, iframe, embed, object) { max-width: 100%; }
body.colabom-subpage .entry-content video { width: 100%; height: auto; }
body.colabom-subpage .entry-content .wp-block-embed__wrapper { position: relative; }
body.colabom-subpage .entry-content .wp-block-embed.is-type-video .wp-block-embed__wrapper { aspect-ratio: 16 / 9; }
body.colabom-subpage .entry-content .wp-block-embed.is-type-video iframe { width: 100%; height: 100%; border: 0; border-radius: 12px; }
body.colabom-subpage .entry-content .wp-block-embed__wrapper::before { display: none; }
body.colabom-subpage .entry-content :is(iframe[src*="youtube"], iframe[src*="vimeo"]) { aspect-ratio: 16 / 9; width: 100%; height: auto; }
body.colabom-subpage .entry-content .wp-block-spacer { max-height: 40px; }
body.colabom-subpage .entry-content .has-text-align-center { text-align: center; }
body.colabom-subpage .entry-content .has-text-align-right { text-align: right; }
body.colabom-subpage .entry-content .has-text-align-left { text-align: left; }
body.colabom-subpage .entry-content :is(.font-l, .u-text_size_xl) { font-size: clamp(1.05rem, 1.7vw, 1.3rem); }
body.colabom-subpage .entry-content .u-text_size_l { font-size: 1.1rem; }
body.colabom-subpage .entry-content .u-text_size_m { font-size: 1rem; }
body.colabom-subpage .entry-content .u-text_size_xs { font-size: .8rem; }
body.colabom-subpage .entry-content .highlight { background: linear-gradient(transparent 64%, rgba(53, 192, 214, .19) 64%); padding-bottom: .05em; }
body.colabom-subpage .entry-content .highlight-is-preset36 { color: var(--color-blue); }
/* Tables keep natural line wrapping; wide datasets scroll within their figure. */
body.colabom-subpage .entry-content .wp-block-table { overflow-x: auto; border: 1px solid var(--color-border); border-radius: 12px; }
body.colabom-subpage .entry-content table { width: 100%; border-collapse: collapse; font-size: .94rem; }
body.colabom-subpage .entry-content :is(th, td) { padding: 20px 24px; border: 1px solid var(--color-border); vertical-align: top; text-align: left; overflow-wrap: anywhere; }
body.colabom-subpage .entry-content th { background: #e9f2fd; font-weight: 700; }
body.colabom-subpage .entry-content tbody tr:nth-child(even) { background: rgba(244, 248, 255, .65); }
body.colabom-subpage .entry-content table img { display: inline-block; vertical-align: middle; border-radius: 0; }
body.colabom-subpage .entry-content table p:last-child { margin-bottom: 0; }
body.colabom-subpage .entry-content table.has-fixed-layout { table-layout: fixed; }
body.colabom-subpage .entry-content .wp-block-table table:has(tr > :last-child:nth-child(2)) { table-layout: auto; }
body.colabom-subpage .entry-content .wp-block-table table tr > :first-child:has(+ :last-child) { width: 28%; font-weight: 600; color: var(--color-text); }
/* WordPress blocks and the legacy Fit blocks retain content and interactions. */
body.colabom-subpage .entry-content .wp-block-columns { display: flex; flex-wrap: nowrap; gap: 24px; margin-block: 26px; }
body.colabom-subpage .entry-content .wp-block-column { flex: 1 1 0; min-width: 0; }
body.colabom-subpage .entry-content .wp-block-buttons { display: flex; flex-wrap: wrap; gap: 16px; margin: 26px 0; }
body.colabom-subpage .entry-content .wp-block-buttons.is-content-justification-center { justify-content: center; }
body.colabom-subpage .entry-content .wp-block-button { max-width: 100%; }
body.colabom-subpage .entry-content .wp-block-button__width-100 { width: 100%; }
body.colabom-subpage .entry-content .wp-block-button.btn { display: block; padding: 0; border: 0; border-radius: 0; background: none; box-shadow: none; font-size: inherit; letter-spacing: normal; }
body.colabom-subpage .entry-content :is(.wp-block-button__link, .btn__inner) {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  min-height: 54px;
  padding: 16px 26px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--grad-neon);
  color: #fff;
  box-shadow: 0 8px 24px rgba(79, 143, 247, .2);
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  overflow-wrap: anywhere;
  transition: box-shadow var(--transition), transform var(--transition);
}
body.colabom-subpage .entry-content :is(.wp-block-button__link, .btn__inner):hover { color: #fff; transform: translateY(-2px); box-shadow: 0 12px 30px rgba(79, 143, 247, .28); }
body.colabom-subpage .entry-content .is-style-outline .wp-block-button__link { color: var(--color-blue); background: #fff; border-color: var(--color-border); }
body.colabom-subpage .entry-content .box__inner { min-width: 0; }
body.colabom-subpage .entry-content .wp-block-fit-apollon-box,
body.colabom-subpage .entry-content .title_box {
  padding: clamp(22px, 3vw, 36px);
  margin: 28px 0;
  background: rgba(243, 248, 255, .8);
  border: 1px solid var(--color-border);
  border-radius: 16px;
}
body.colabom-subpage .entry-content .wp-block-column > .wp-block-fit-apollon-box { margin: 0; height: 100%; }
body.colabom-subpage .entry-content .box .box { margin-block: 20px; }
body.colabom-subpage .entry-content .box-is-preset34 { background: #fff; box-shadow: 0 10px 32px rgba(38, 89, 151, .05); }
body.colabom-subpage .entry-content .box-is-preset34 .wp-block-image { max-width: 260px; margin-inline: auto; }
body.colabom-subpage .entry-content .box-is-preset46 { background: var(--grad-neon); color: #fff; }
body.colabom-subpage .entry-content .box-is-preset46 :is(h2, h3, a) { color: #fff; }
body.colabom-subpage .entry-content .title_box__title { display: block; color: var(--color-blue); font-size: 1.2rem; line-height: 1.7; font-weight: 700; margin-bottom: 18px; }
body.colabom-subpage .entry-content .message {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  padding: 20px 22px;
  border-radius: 12px;
  border: 1px solid var(--color-border);
  background: #fff;
  box-shadow: 0 8px 24px rgba(38, 89, 151, .04);
  font-size: .95rem;
}
body.colabom-subpage .entry-content .message::before { color: var(--color-aqua); flex: 0 0 auto; }
body.colabom-subpage .entry-content .message > span { min-width: 0; }
body.colabom-subpage .entry-content .faq {
  margin: 14px 0;
  border: 1px solid var(--color-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}
body.colabom-subpage .entry-content .faq summary { position: relative; cursor: pointer; padding: 21px 52px 21px 22px; list-style: none; font-weight: 700; line-height: 1.75; }
body.colabom-subpage .entry-content .faq summary::-webkit-details-marker { display: none; }
body.colabom-subpage .entry-content .faq summary::after { content: "+"; position: absolute; right: 22px; top: 18px; color: var(--color-blue); font-size: 1.4rem; font-weight: 400; }
body.colabom-subpage .entry-content .faq[open] summary { color: var(--color-blue); background: #f0f7fd; }
body.colabom-subpage .entry-content .faq[open] summary::after { content: "−"; }
body.colabom-subpage .entry-content .faq summary p { margin: 0; }
body.colabom-subpage .entry-content .faq__contents { padding: 24px; border-top: 1px solid var(--color-border); font-size: .95rem; }
body.colabom-subpage .entry-content .balloon { display: flex; gap: 22px; align-items: flex-start; margin: 34px 0; }
body.colabom-subpage .entry-content .balloon-is-right { flex-direction: row-reverse; }
body.colabom-subpage .entry-content .balloon__icon { flex: 0 0 90px; text-align: center; font-size: .75rem; line-height: 1.6; }
body.colabom-subpage .entry-content .balloon__icon p { margin: 0 0 8px; }
body.colabom-subpage .entry-content .balloon__icon img { width: 90px; height: 90px; object-fit: contain; border-radius: 50%; background: #edf5fd; }
body.colabom-subpage .entry-content .balloon__contents { flex: 1 1 auto; min-width: 0; padding: 25px; border: 1px solid var(--color-border); border-radius: 16px; background: #f0f7fd; font-size: .98rem; }
body.colabom-subpage .entry-content .balloon__contents > :last-child { margin-bottom: 0; }
body.colabom-subpage .entry-content .step { margin: 30px 0; }
body.colabom-subpage .entry-content .step__item { position: relative; padding: 24px 24px 24px 104px; border: 1px solid var(--color-border); border-radius: 12px; background: #fff; margin: 0 0 14px; }
body.colabom-subpage .entry-content .step__number { position: absolute; top: 23px; left: 24px; color: var(--color-blue); font-size: .7rem; letter-spacing: .08em; line-height: 1.3; text-align: center; }
body.colabom-subpage .entry-content .step__number span { display: block; font-size: 2rem; font-weight: 700; }
body.colabom-subpage .entry-content .step__title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }
body.colabom-subpage .entry-content .step__contents { font-size: .95rem; }
body.colabom-subpage .entry-content .step__contents p:last-child { margin-bottom: 0; }
/* The saved service containers had independent legacy spacing and colors. */
body.colabom-subpage .entry-content .wp-block-uagb-container { max-width: 100%; min-width: 0; margin-inline: 0; }
body.colabom-subpage .entry-content .uagb-is-root-container { padding: 0 !important; background: none !important; }
body.colabom-subpage .entry-content .uagb-is-root-container::before { display: none; }
body.colabom-subpage .entry-content .uagb-container-inner-blocks-wrap { max-width: 100% !important; width: 100% !important; padding: 0 !important; row-gap: 28px !important; }
body.colabom-subpage .entry-content .uagb-is-root-container:has(.wp-block-uagb-advanced-heading) {
  margin-bottom: 34px;
  padding: 32px !important;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: linear-gradient(125deg, #edf4ff, #edfafc) !important;
}
body.colabom-subpage .entry-content .uagb-heading-text { color: var(--color-text) !important; margin: 0 !important; font-size: clamp(1.35rem, 2.2vw, 1.9rem) !important; line-height: 1.65 !important; }
body.colabom-subpage .entry-content .uagb-desc-text { color: var(--color-blue) !important; font-size: .78rem !important; margin-bottom: 12px !important; }
body.colabom-subpage .entry-content .uagb-layout-grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: center !important;
  gap: 36px !important;
  padding: 28px !important;
  border: 1px solid var(--color-border);
  border-radius: 16px;
  background: rgba(255, 255, 255, .75) !important;
  box-shadow: 0 8px 25px rgba(38, 89, 151, .04);
}
body.colabom-subpage .entry-content .uagb-layout-grid > * { min-width: 0; max-width: 100%; }
body.colabom-subpage .entry-content .wp-block-uagb-image,
body.colabom-subpage .entry-content .wp-block-uagb-image__figure { width: 100% !important; margin: 0 !important; }
body.colabom-subpage .entry-content .wp-block-uagb-image__figure img { width: 100% !important; height: auto !important; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 12px; }
body.colabom-subpage .entry-content .uagb-infobox-margin-wrapper { margin: 0 !important; padding: 0 !important; }
body.colabom-subpage .entry-content .uagb-ifb-title-prefix { font-size: 2rem !important; font-weight: 700; color: var(--color-blue) !important; margin: 0 0 10px !important; padding: 0; border: 0; }
body.colabom-subpage .entry-content .uagb-ifb-title { font-size: 1.35rem !important; color: var(--color-text) !important; margin: 0 0 16px !important; }
body.colabom-subpage .entry-content .uagb-ifb-separator { border: 0 !important; height: 2px; width: 48px !important; margin: 0 0 20px !important; background: var(--grad-neon); }
body.colabom-subpage .entry-content .uagb-ifb-desc { font-size: .94rem !important; color: var(--color-text-muted) !important; line-height: 1.95 !important; margin: 0 !important; }
/* Contact Form 7: use the existing labels, validation and submit behavior. */
body.colabom-subpage .contact-card { width: 100%; max-width: 690px; padding: 0; margin: 0 auto; border: 0; background: transparent; box-shadow: none; }
body.colabom-subpage .contact-card > p { margin: 0 0 28px; }
body.colabom-subpage .contact-card > p:last-child { margin: 34px 0 0; text-align: center; }
body.colabom-subpage .contact-card .cf-label { display: block; color: var(--color-text); font-size: .94rem; font-weight: 700; line-height: 1.75; }
body.colabom-subpage .contact-card .cf-label > br { display: none; }
body.colabom-subpage .contact-card .wpcf7-form-control-wrap { display: block; margin-top: 12px; }
body.colabom-subpage .contact-card .cf-label:has([aria-required="true"])::before { content: "必須"; display: inline-block; margin-right: 10px; padding: 2px 7px; border-radius: 4px; background: #e8f1fd; color: var(--color-blue); font-size: .67rem; vertical-align: 1px; }
body.colabom-subpage :is(.entry-content, .comments-area) :is(input[type="text"], input[type="email"], input[type="url"], input[type="tel"], input[type="number"], select, textarea),
body.colabom-subpage .subpage-search .search-field {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  padding: 14px 16px;
  border: 1px solid #cad9ec;
  border-radius: 10px;
  background: #fbfdff;
  color: var(--color-text);
  font: inherit;
  font-size: 1rem;
  line-height: 1.7;
  box-shadow: none;
  transition: border-color .2s, box-shadow .2s;
}
body.colabom-subpage :is(.entry-content, .comments-area) textarea { min-height: 190px; resize: vertical; }
body.colabom-subpage :is(input, textarea)::placeholder { color: #8495ab; opacity: 1; }
body.colabom-subpage :is(.entry-content, .comments-area, .subpage-search) :is(input, textarea, select):focus { outline: 0; border-color: var(--color-blue); box-shadow: 0 0 0 4px rgba(79, 143, 247, .14); }
body.colabom-subpage .contact-card :is(input, textarea)[aria-invalid="true"] { border-color: #c65060; background: #fffafb; }
body.colabom-subpage :is(.wpcf7-submit, .comment-form .submit) { display: inline-flex; min-width: 220px; max-width: 100%; justify-content: center; padding: 16px 38px; border: 0; border-radius: 999px; background: var(--grad-neon); color: #fff; box-shadow: 0 8px 26px rgba(79, 143, 247, .22); font: inherit; font-weight: 700; cursor: pointer; }
body.colabom-subpage :is(.wpcf7-submit, .comment-form .submit):hover { box-shadow: 0 12px 30px rgba(79, 143, 247, .33); }
body.colabom-subpage .wpcf7-submit:disabled { opacity: .55; cursor: wait; }
body.colabom-subpage .wpcf7-not-valid-tip { margin-top: 8px; font-size: .82rem; color: #b5364c; }
body.colabom-subpage .wpcf7 form .wpcf7-response-output { padding: 16px 20px; margin: 24px 0 0; border-radius: 10px; font-size: .9rem; }
/* Archive cards and filters use the homepage card rhythm. */
body.colabom-subpage .archive-toolbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 22px; margin-bottom: 32px; }
body.colabom-subpage .category-links { display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; list-style: none; }
body.colabom-subpage .category-links a,
body.colabom-subpage .post-taxonomy a { display: inline-block; padding: 6px 14px; border: 1px solid var(--color-border); border-radius: 999px; background: rgba(255, 255, 255, .8); color: var(--color-text-muted); font-size: .8rem; line-height: 1.8; }
body.colabom-subpage .category-links :is(a[aria-current], .current-cat > a, a.is-active) { color: #fff; background: var(--grad-neon); border-color: transparent; }
body.colabom-subpage .category-links a:hover,
body.colabom-subpage .post-taxonomy a:hover { border-color: var(--color-blue-light); color: var(--color-blue); }
body.colabom-subpage .subpage-search { display: flex; gap: 10px; width: 100%; max-width: 420px; }
body.colabom-subpage .subpage-search label { min-width: 0; flex: 1; }
body.colabom-subpage .subpage-search .search-field { padding: 11px 15px; font-size: .9rem; }
body.colabom-subpage .subpage-search .btn { flex: 0 0 auto; padding: 11px 22px; border: 0; font: inherit; font-size: .9rem; font-weight: 700; cursor: pointer; }
body.colabom-subpage .archive-sort { display: flex; gap: 18px; margin: 0 0 25px; font-size: .84rem; }
body.colabom-subpage .archive-sort a { color: var(--color-text-muted); }
body.colabom-subpage .archive-sort :is(.is-active, [aria-current]) { color: var(--color-blue); font-weight: 700; }
body.colabom-subpage .post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 28px; }
body.colabom-subpage .post-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; background: rgba(255, 255, 255, .8); border: 1px solid var(--color-border); border-radius: 16px; box-shadow: 0 12px 32px rgba(38, 89, 151, .05); transition: box-shadow var(--transition), transform var(--transition); }
body.colabom-subpage .post-card:hover { transform: translateY(-4px); box-shadow: 0 18px 38px rgba(38, 89, 151, .12); }
body.colabom-subpage .post-card__media { display: block; aspect-ratio: 16 / 10; background: #e6f0fb; overflow: hidden; }
body.colabom-subpage .post-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s; }
body.colabom-subpage .post-card:hover .post-card__media img { transform: scale(1.035); }
body.colabom-subpage .post-card__placeholder { display: flex; align-items: center; justify-content: center; width: 100%; height: 100%; color: var(--color-blue); background: linear-gradient(130deg, #dceaff, #dcf3f5); letter-spacing: .16em; font-weight: 800; }
body.colabom-subpage .post-card__body { display: flex; flex-direction: column; align-items: flex-start; flex: 1; padding: 26px; }
body.colabom-subpage :is(.post-card__meta, .post-meta) { display: flex; flex-wrap: wrap; gap: 8px 14px; color: var(--color-text-muted); font-size: .74rem; }
body.colabom-subpage .post-card__meta { margin-bottom: 13px; }
body.colabom-subpage .post-card__meta a { color: var(--color-blue); }
body.colabom-subpage .post-card__title { font-size: 1.12rem; line-height: 1.7; font-weight: 700; margin: 0 0 14px; overflow-wrap: anywhere; }
body.colabom-subpage .post-card__title a { color: var(--color-text); }
body.colabom-subpage .post-card__title a:hover { color: var(--color-blue); }
body.colabom-subpage .post-card__excerpt { color: var(--color-text-muted); font-size: .85rem; line-height: 1.9; margin: 0 0 22px; }
body.colabom-subpage .post-card__more { margin-top: auto; font-size: .83rem; font-weight: 700; }
body.colabom-subpage .pagination { margin: 48px 0 0; }
body.colabom-subpage .pagination .nav-links { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px; }
body.colabom-subpage .pagination .page-numbers { display: inline-flex; align-items: center; justify-content: center; min-width: 42px; min-height: 42px; padding: 6px 13px; border: 1px solid var(--color-border); border-radius: 10px; background: rgba(255, 255, 255, .85); font-size: .87rem; }
body.colabom-subpage .pagination .page-numbers.current { background: var(--grad-neon); color: #fff; border-color: transparent; }
body.colabom-subpage .pagination .page-numbers.dots { border-color: transparent; background: none; }
/* Existing share URLs and icon-font symbols keep their original behavior. */
body.colabom-subpage .entry-content .sns_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 34px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid var(--color-border);
  list-style: none;
}
body.colabom-subpage .entry-content .sns_list__item { margin: 0; padding: 0; list-style: none; }
body.colabom-subpage .entry-content .sns_list__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 44px;
  min-height: 44px;
  max-width: 100%;
  padding: 9px 15px;
  border: 1px solid var(--color-border);
  border-radius: 999px;
  background: rgba(255, 255, 255, .85);
  color: var(--color-text-muted);
  font-size: .8rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background var(--transition), color var(--transition), border-color var(--transition);
}
body.colabom-subpage .entry-content .sns_list__link::before { font-size: 1rem; line-height: 1; }
body.colabom-subpage .entry-content .sns_list__link:empty { padding-inline: 12px; }
body.colabom-subpage .entry-content .sns_list__link:hover { color: var(--color-blue); border-color: var(--color-blue-light); background: #edf5ff; }
body.colabom-subpage .entry-content .sns_list__title { font-size: .8rem; font-weight: 600; line-height: 1.5; }
body.colabom-subpage .subpage-related { margin-top: 58px; }
body.colabom-subpage .subpage-related > h2 { font-size: 1.5rem; margin: 0 0 28px; }
/* Article details, table of contents and comments. */
body.colabom-subpage .subpage-article .post-meta { padding-bottom: 22px; margin-bottom: 28px; border-bottom: 1px solid var(--color-border); font-size: .8rem; }
body.colabom-subpage .post-cover { margin: 0 0 36px; }
body.colabom-subpage .post-cover img { width: 100%; height: auto; border-radius: 12px; }
body.colabom-subpage .post-taxonomy { display: flex; flex-wrap: wrap; align-items: center; gap: 10px; margin-top: 36px; padding-top: 26px; border-top: 1px solid var(--color-border); font-size: .8rem; }
body.colabom-subpage .post-navigation { border-top: 1px solid var(--color-border); margin-top: 28px; padding-top: 26px; }
body.colabom-subpage .post-navigation .nav-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; font-size: .9rem; }
body.colabom-subpage .post-navigation .nav-next { text-align: right; grid-column: 2; }
body.colabom-subpage .post-navigation .nav-subtitle { display: block; color: var(--color-text-muted); font-size: .73rem; margin-bottom: 5px; }
body.colabom-subpage .entry-content .outline { margin: 30px 0; padding: 24px 28px; border: 1px solid var(--color-border); border-radius: 12px; background: #f2f7ff; }
body.colabom-subpage .entry-content .outline .heading { border: 0; margin: 0 0 12px; padding: 0; font-size: 1.1rem; }
body.colabom-subpage .entry-content .outline__list { list-style: none; margin: 10px 0; padding: 0; }
body.colabom-subpage .entry-content .outline__list .outline__list { padding-left: 20px; font-size: .9rem; }
body.colabom-subpage .entry-content .outline__item { margin-bottom: 8px; }
body.colabom-subpage .entry-content .outline__link { text-decoration: none; }
body.colabom-subpage .entry-content .outline__dot { padding-right: 8px; color: var(--color-aqua); }
body.colabom-subpage .entry-content .outline { position: relative; }
body.colabom-subpage .entry-content .outline__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}
body.colabom-subpage .entry-content .outline__switch {
  display: inline-block;
  margin: 0 0 8px;
  padding: 6px 13px;
  border: 1px solid var(--color-border);
  border-radius: 8px;
  background: #fff;
  color: var(--color-blue);
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.8;
  cursor: pointer;
}
body.colabom-subpage .entry-content .outline__switch::before { content: "目次を開く ＋"; }
body.colabom-subpage .entry-content .outline__input:checked + .outline__switch::before { content: "目次を閉じる −"; }
body.colabom-subpage .entry-content .outline__switch:hover { border-color: var(--color-blue-light); background: #e9f2ff; }
body.colabom-subpage .entry-content .outline__input:focus-visible + .outline__switch { outline: 3px solid rgba(47, 111, 224, .7); outline-offset: 3px; }
body.colabom-subpage .entry-content .outline__input:not(:checked) + .outline__switch + .outline__list { display: none; }
body.colabom-subpage .entry-content .outline__input:checked + .outline__switch + .outline__list { display: block; margin-top: 14px; }
body.colabom-subpage .colabom-copy-link { margin-top: 26px; max-width: 100%; padding: 12px 22px; font: inherit; font-size: .85rem; font-weight: 600; line-height: 1.65; cursor: pointer; }
body.colabom-subpage .copy-status { display: block; margin-top: 9px; color: var(--color-text-muted); font-size: .78rem; line-height: 1.7; }
body.colabom-subpage .copy-status:empty { margin: 0; }
body.colabom-subpage .comments-area { margin-top: 42px; padding-top: 28px; border-top: 1px solid var(--color-border); }
body.colabom-subpage .comments-area h2 { font-size: 1.4rem; margin-bottom: 24px; }
body.colabom-subpage .comments-area :is(ol, ul) { list-style: none; padding: 0; }
body.colabom-subpage .comments-area .children { margin-left: 24px; }
body.colabom-subpage .comments-area .comment-body { padding: 20px; margin-bottom: 18px; border: 1px solid var(--color-border); border-radius: 12px; background: #f7faff; }
body.colabom-subpage .comments-area .avatar { display: inline-block; width: 40px; border-radius: 50%; margin-right: 8px; vertical-align: middle; }
body.colabom-subpage .comments-area .comment-metadata { font-size: .75rem; margin: 10px 0; }
body.colabom-subpage .comments-area label { display: block; margin-bottom: 8px; font-size: .9rem; font-weight: 600; }
body.colabom-subpage .comments-area .comment-form-cookies-consent label { display: inline; font-weight: 400; }
body.colabom-subpage .comments-area .required { color: #b5364c; }
body.colabom-subpage .comments-area .form-submit { margin-top: 28px; }
body.colabom-subpage .subpage-cta { padding: 0 0 90px; }
body.colabom-subpage .subpage-cta__panel { padding: 48px 32px; border: 1px solid var(--color-border); border-radius: 20px; text-align: center; background: linear-gradient(120deg, #e5eeff, #e4f7fa); }
body.colabom-subpage .subpage-cta__panel h2 { font-size: clamp(1.4rem, 2.4vw, 2rem); line-height: 1.6; margin: 0 0 18px; }
body.colabom-subpage .subpage-cta__panel p { color: var(--color-text-muted); font-size: .94rem; margin-bottom: 26px; }
body.colabom-subpage .subpage-empty { padding: 50px 30px; text-align: center; border: 1px solid var(--color-border); border-radius: 16px; background: rgba(255, 255, 255, .8); }
body.colabom-subpage .subpage-empty h2 { font-size: 1.4rem; margin-bottom: 18px; }
body.colabom-subpage .subpage-empty p { color: var(--color-text-muted); }
body.colabom-subpage .subpage-empty .subpage-search { margin: 26px auto; }
body.colabom-subpage .screen-reader-text { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; border: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
body.colabom-subpage .screen-reader-text:focus { position: fixed; top: 12px; left: 12px; width: auto; height: auto; clip: auto; padding: 12px 20px; z-index: 999; background: #fff; }
/* Match the legacy theme's 640px visibility breakpoint for saved content. */
body.colabom-subpage :is(.u-sp_hide, .u-sp_hide_flex, .u-sp_hide_inline, .u-pc_br) { display: none; }
body.colabom-subpage :is(.u-pc_hide, .u-sp_br) { display: block; }
body.colabom-subpage .u-pc_hide_flex { display: flex; }
body.colabom-subpage .u-pc_hide_inline { display: inline; }
@media (min-width: 640px) {
  body.colabom-subpage :is(.u-pc_hide, .u-pc_hide_flex, .u-pc_hide_inline, .u-sp_br) { display: none; }
  body.colabom-subpage :is(.u-sp_hide, .u-pc_br) { display: block; }
  body.colabom-subpage .u-sp_hide_flex { display: flex; }
  body.colabom-subpage .u-sp_hide_inline { display: inline; }
}
@media (max-width: 900px) {
  body.colabom-subpage .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 22px; }
  body.colabom-subpage .entry-content .uagb-layout-grid { gap: 24px !important; padding: 24px !important; }
}
@media (max-width: 700px) {
  body.colabom-subpage .subpage-hero { padding: 22px 0 42px; }
  body.colabom-subpage .subpage-breadcrumb { margin-bottom: 30px; font-size: .7rem; }
  body.colabom-subpage .subpage-title { font-size: clamp(1.65rem, 6.4vw, 2rem); line-height: 1.55; }
  body.colabom-subpage .subpage-lead { font-size: .88rem; margin-top: 18px; }
  body.colabom-subpage .subpage-section { padding: 30px 0 48px; }
  body.colabom-subpage .subpage-panel { padding: 26px 20px; }
  body.colabom-subpage .entry-content { font-size: .94rem; }
  body.colabom-subpage .entry-content h2 { font-size: 1.25rem; margin-top: 2em; }
  body.colabom-subpage .entry-content h3 { font-size: 1.1rem; }
  body.colabom-subpage .entry-content :is(.alignleft, .alignright) { float: none; margin-inline: auto; }
  body.colabom-subpage .entry-content .wp-block-columns { flex-wrap: wrap !important; gap: 20px; }
  body.colabom-subpage .entry-content .wp-block-column { flex-basis: 100% !important; }
  body.colabom-subpage .entry-content .wp-block-spacer { max-height: 26px; }
  body.colabom-subpage .entry-content :is(th, td) { padding: 14px 12px; font-size: .86rem; }
  body.colabom-subpage .entry-content .wp-block-table table tr > :first-child:has(+ :last-child) { width: 30%; }
  body.colabom-subpage .entry-content .wp-block-uagb-container.uagb-layout-grid { grid-template-columns: minmax(0, 1fr) !important; padding: 20px !important; gap: 22px !important; }
  body.colabom-subpage .entry-content .uagb-is-root-container:has(.wp-block-uagb-advanced-heading) { padding: 24px !important; }
  body.colabom-subpage .entry-content .uagb-ifb-title-prefix { font-size: 1.75rem !important; }
  body.colabom-subpage .entry-content .uagb-ifb-title { font-size: 1.25rem !important; }
  body.colabom-subpage .entry-content .uagb-ifb-desc { font-size: .9rem !important; }
  body.colabom-subpage .entry-content :is(.wp-block-fit-apollon-box, .title_box) { padding: 20px; }
  body.colabom-subpage .entry-content .message { padding: 18px; font-size: .9rem; }
  body.colabom-subpage .entry-content .faq summary { padding: 18px 43px 18px 18px; font-size: .9rem; }
  body.colabom-subpage .entry-content .faq summary::after { right: 17px; top: 14px; }
  body.colabom-subpage .entry-content .faq__contents { padding: 20px 18px; font-size: .9rem; }
  body.colabom-subpage .entry-content .balloon { gap: 12px; }
  body.colabom-subpage .entry-content .balloon__icon { flex-basis: 56px; font-size: .65rem; }
  body.colabom-subpage .entry-content .balloon__icon img { width: 56px; height: 56px; }
  body.colabom-subpage .entry-content .balloon__contents { padding: 18px; font-size: .9rem; }
  body.colabom-subpage .entry-content .step__item { padding: 20px 18px 20px 78px; }
  body.colabom-subpage .entry-content .step__number { left: 18px; top: 23px; }
  body.colabom-subpage .entry-content .step__number span { font-size: 1.7rem; }
  body.colabom-subpage .entry-content .step__title { font-size: 1rem; }
  body.colabom-subpage .entry-content .step__contents { font-size: .88rem; }
  body.colabom-subpage .entry-content :is(.wp-block-button__link, .btn__inner) { font-size: .94rem; padding: 14px 18px; }
  body.colabom-subpage .post-card__body { padding: 22px; }
  body.colabom-subpage .subpage-article .post-meta { margin-bottom: 22px; }
  body.colabom-subpage .post-cover { margin-bottom: 26px; }
  body.colabom-subpage .post-navigation .nav-links { gap: 16px; font-size: .83rem; }
  body.colabom-subpage .entry-content .outline { padding: 20px; }
  body.colabom-subpage .subpage-cta { padding-bottom: 50px; }
  body.colabom-subpage .subpage-cta__panel { padding: 32px 22px; }
  body.colabom-subpage .subpage-cta__panel .btn { max-width: 100%; justify-content: center; padding-inline: 24px; font-size: .94rem; }
}
@media (max-width: 520px) {
  body.colabom-subpage .post-grid { grid-template-columns: minmax(0, 1fr); gap: 24px; }
  body.colabom-subpage .archive-toolbar { gap: 20px; }
  body.colabom-subpage .category-links { gap: 8px; }
  body.colabom-subpage .category-links a { padding: 5px 12px; font-size: .75rem; }
  body.colabom-subpage .subpage-search .btn { padding-inline: 18px; }
  body.colabom-subpage .subpage-panel { padding-inline: 18px; }
  body.colabom-subpage .entry-content .wp-block-table { margin-inline: -4px; max-width: calc(100% + 8px); }
  body.colabom-subpage .entry-content .wp-block-table table tr > :first-child:has(+ :last-child) { width: 31%; }
  body.colabom-subpage .entry-content :is(th, td) { padding: 13px 10px; font-size: .81rem; line-height: 1.85; }
  body.colabom-subpage .entry-content .balloon { flex-wrap: wrap; }
  body.colabom-subpage .entry-content .balloon__icon { flex: 0 0 60px; }
  body.colabom-subpage .entry-content .balloon__contents { flex-basis: 100%; }
  body.colabom-subpage .entry-content :is(.wp-block-fit-apollon-box, .title_box) { padding: 18px; }
  body.colabom-subpage .entry-content .box .box { padding-inline: 14px; }
  body.colabom-subpage .entry-content .wp-block-uagb-container.uagb-layout-grid { padding: 16px !important; }
  body.colabom-subpage .entry-content .uagb-is-root-container:has(.wp-block-uagb-advanced-heading) { padding: 20px !important; }
  body.colabom-subpage .entry-content .uagb-heading-text { font-size: 1.2rem !important; }
  body.colabom-subpage .contact-card .cf-label { font-size: .86rem; }
  body.colabom-subpage .wpcf7-submit { min-width: 0; width: 100%; }
  body.colabom-subpage .contact-card .wpcf7-spinner { display: block; margin: 12px auto 0; }
  body.colabom-subpage .pagination .nav-links { gap: 7px; }
  body.colabom-subpage .pagination .page-numbers { min-width: 36px; min-height: 38px; padding-inline: 10px; font-size: .8rem; }
  body.colabom-subpage .subpage-empty { padding: 32px 20px; }
}
@media (prefers-reduced-motion: reduce) {
  body.colabom-subpage .post-card,
  body.colabom-subpage .post-card__media img,
  body.colabom-subpage .entry-content :is(.wp-block-button__link, .btn__inner) { transition: none; }
  body.colabom-subpage .post-card:hover,
  body.colabom-subpage .post-card:hover .post-card__media img,
  body.colabom-subpage .entry-content :is(.wp-block-button__link, .btn__inner):hover { transform: none; }
}
