/* ============================================================
   column.css — コラム共通スタイル（30代/20代/40代/working-mom/shokuba-nayami 共通展開）
   prefix: .tg-col30-* （初版は30代用に作成、後で他カラムにも拡張）
   ============================================================ */

/* ----- フォント / 基本 ----- */
.tg-col30 {
  font-family: "Hiragino Sans", "Yu Gothic UI", "Noto Sans JP", system-ui, -apple-system, sans-serif;
  color: #1a1f2e;
  line-height: 1.7;
  background: #fff;
}
.tg-col30 *,
.tg-col30 *::before,
.tg-col30 *::after { box-sizing: border-box; }

/* ----- ハイライト（黄色マーカー）。styles.css の .mark-y を上書き ----- */
.tg-col30 .mark-y {
  background: linear-gradient(transparent 62%, #FFE45A 62%);
  padding: 0 4px;
  font-weight: 900;
}

/* ----- セクション ラッパー ----- */
.tg-col30-section {
  max-width: 1040px;
  margin: 0 auto;
  padding: 16px 40px;
}
.tg-col30-section--head { padding-top: 36px; padding-bottom: 24px; }
.tg-col30-section--stat { padding-top: 8px;  padding-bottom: 24px; }
.tg-col30-section--cta  { padding-top: 8px;  padding-bottom: 32px; }
.tg-col30-section--cta-mid { padding-top: 16px; padding-bottom: 24px; }
.tg-col30-section--cta-final { padding-top: 16px; padding-bottom: 32px; }
.tg-col30-section--gap { padding-top: 16px; padding-bottom: 24px; }
.tg-col30-section--articles { padding-top: 16px; padding-bottom: 56px; }

/* ----- パンくず ----- */
.tg-col30-breadcrumb {
  max-width: 1040px;
  margin: 0 auto;
  padding: 12px 40px;
  font-size: 12px;
  color: #5a6378;
  background: #F9FAFC;
  border-bottom: 1px solid #E5E9F0;
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.tg-col30-breadcrumb a { color: #5a6378; text-decoration: none; }
.tg-col30-breadcrumb a:hover { color: #0744CC; }
.tg-col30-breadcrumb .sep { color: #c1c8d4; }
.tg-col30-breadcrumb .current { color: #0c2548; font-weight: 700; }

/* ----- Hero ----- */
.tg-col30-hero {
  background: #fff;
  border-bottom: 1px solid #E5E9F0;
  padding: 32px 0 24px;
}
.tg-col30-hero-inner {
  max-width: 1040px;
  margin: 0 auto;
  padding: 0 40px;
}
.tg-col30-hero h1 {
  font-size: 30px;
  font-weight: 900;
  color: #0c2548;
  margin: 0 0 12px;
  line-height: 1.45;
  letter-spacing: -0.005em;
}
.tg-col30-hero h1 .suffix {
  color: #7a849c;
  font-weight: 700;
}
.tg-col30-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  color: #7a849c;
  margin-bottom: 18px;
  flex-wrap: wrap;
}
.tg-col30-meta .sep { color: #c1c8d4; }
.tg-col30-tag-orange {
  background: #FF6C00;
  color: #fff;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.tg-col30-tag-blue {
  background: #EAF1FF;
  color: #0744CC;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
}
.tg-col30-tag-pink {
  background: #FDE6EE;
  color: #A33A6C;
  padding: 3px 10px;
  border-radius: 3px;
  font-size: 11px;
  font-weight: 900;
}

/* Yellow intro callout */
.tg-col30-intro {
  background: #FFFBE0;
  border: 1px solid #FFE45A;
  border-left: 5px solid #FFC700;
  border-radius: 10px;
  padding: 16px 20px;
  font-size: 13px;
  color: #1a1f2e;
  line-height: 1.95;
}
.tg-col30-intro b { font-weight: 900; }

/* ----- H2 共通 ----- */
.tg-col30-h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
}
.tg-col30-h2-bar {
  display: inline-block;
  width: 4px;
  height: 22px;
  background: #0744CC;
  border-radius: 2px;
  flex-shrink: 0;
}
.tg-col30-h2-bar--orange { background: #FF6C00; }
.tg-col30-h2 h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  color: #0c2548;
  line-height: 1.4;
}

/* ----- 説明テキスト（H2 直後の本文） ----- */
.tg-col30-lede {
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.95;
  margin-bottom: 16px;
}
.tg-col30-lede b { font-weight: 900; }

/* ----- カード共通 ----- */
.tg-col30-card {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  padding: 20px 24px;
}

/* ----- Feelings list (numbered) ----- */
.tg-col30-feelings-intro {
  font-size: 13px;
  color: #1a1f2e;
  margin-bottom: 14px;
  line-height: 1.85;
}
.tg-col30-feelings-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.tg-col30-feelings-list li {
  display: grid;
  grid-template-columns: 28px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #E5E9F0;
  font-size: 13px;
  color: #1a1f2e;
  line-height: 1.7;
}
.tg-col30-feelings-list li:last-child { border-bottom: none; }
.tg-col30-feelings-num {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #EAF1FF;
  color: #0744CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  font-family: Helvetica, Arial, sans-serif;
}
.tg-col30-feelings-summary {
  margin-top: 16px;
  padding: 14px 18px;
  background: #F4F7FB;
  border-radius: 8px;
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.95;
}
.tg-col30-feelings-summary b { font-weight: 900; }

/* ----- Stat block (63.0%) ----- */
.tg-col30-stat-lede {
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.95;
  margin-bottom: 14px;
}
.tg-col30-stat-card {
  background: linear-gradient(135deg, #F4F7FB 0%, #EAF1FF 100%);
  border: 1px solid #D5DEEC;
  border-radius: 12px;
  padding: 24px;
  text-align: center;
  margin: 12px 0 8px;
}
.tg-col30-stat-num {
  display: inline-block;
  font-size: 56px;
  font-weight: 900;
  color: #0744CC;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.02em;
}
.tg-col30-stat-num .unit {
  font-size: 32px;
  font-weight: 900;
}
.tg-col30-stat-label {
  font-size: 12px;
  color: #0c2548;
  font-weight: 700;
  margin-top: 8px;
}
.tg-col30-stat-note {
  font-size: 10px;
  color: #7a849c;
  margin-top: 4px;
}
.tg-col30-stat-after {
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.95;
  margin-top: 14px;
}

/* ----- CTA セクション（青グラデ・緑グラデ） ----- */
.tg-col30-cta {
  border-radius: 16px;
  padding: 26px 28px 28px;
  color: #fff;
}
.tg-col30-cta--blue {
  background: linear-gradient(135deg, #0744CC 0%, #0633A3 100%);
  box-shadow: 0 16px 32px rgba(7, 68, 204, .16);
}
.tg-col30-cta--green {
  background: linear-gradient(135deg, #079765 0%, #045E3E 100%);
  box-shadow: 0 16px 32px rgba(7, 151, 101, .15);
}
.tg-col30-cta-head {
  text-align: center;
  margin-bottom: 18px;
}
.tg-col30-cta-head h2 {
  margin: 0;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.5;
  color: #fff;
}
.tg-col30-cta-sub {
  font-size: 11px;
  margin-top: 6px;
  line-height: 1.8;
}
.tg-col30-cta--blue .tg-col30-cta-sub { color: #c8d2e2; }
.tg-col30-cta--green .tg-col30-cta-sub { color: #cdeae0; }

/* ----- 3社カード ----- */
.tg-col30-agent-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tg-col30-agent {
  background: #fff;
  color: #0c2548;
  border-radius: 12px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 150px 1fr auto;
  gap: 18px;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08);
  transition: transform .15s ease, box-shadow .15s ease;
}
.tg-col30-agent:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .12);
  opacity: 1;
}
.tg-col30-agent--compact { padding: 12px 16px; grid-template-columns: 140px 1fr auto; gap: 14px; }
.tg-col30-agent-logo {
  background: #F9FAFC;
  border: 1px solid #E5E9F0;
  border-radius: 6px;
  padding: 8px 12px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tg-col30-agent--compact .tg-col30-agent-logo { height: 38px; padding: 6px 10px; }
.tg-col30-agent-logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.tg-col30-agent-body { min-width: 0; }
.tg-col30-agent-name-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
}
.tg-col30-agent-name {
  font-size: 14px;
  font-weight: 900;
  color: #0c2548;
}
.tg-col30-agent--compact .tg-col30-agent-name { font-size: 13px; margin-bottom: 0; }
.tg-col30-agent-badge {
  background: #FFEEDD;
  color: #B84A00;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: 0.02em;
  white-space: nowrap;
}
.tg-col30-agent-desc {
  font-size: 11px;
  color: #5a6378;
  line-height: 1.6;
}
.tg-col30-agent--compact .tg-col30-agent-desc { font-size: 10px; margin-top: 2px; }
.tg-col30-agent-cta {
  background: #FF6C00;
  color: #fff;
  padding: 8px 14px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.tg-col30-agent--compact .tg-col30-agent-cta { padding: 6px 12px; }
.tg-col30-agent-cta-icon {
  width: 12px;
  height: 12px;
  display: inline-block;
}

/* ----- Patterns block (5パターン) ----- */
.tg-col30-patterns {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tg-col30-pattern {
  background: #F4F7FB;
  border: 1px solid #D5DEEC;
  border-radius: 12px;
  padding: 16px 20px;
}
.tg-col30-pattern-label {
  display: inline-block;
  background: #0744CC;
  color: #fff;
  padding: 4px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 10px;
  letter-spacing: 0.02em;
}
.tg-col30-pattern-symptoms {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 12px;
  align-items: baseline;
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.85;
  margin-bottom: 6px;
}
.tg-col30-pattern-symptoms-label {
  font-size: 11px;
  font-weight: 900;
  color: #0744CC;
  letter-spacing: 0.04em;
}
.tg-col30-pattern-note {
  font-size: 11.5px;
  color: #5a6378;
  line-height: 1.85;
  padding: 8px 12px;
  background: #fff;
  border-radius: 6px;
  border: 1px dashed #D5DEEC;
}
.tg-col30-pattern-note b {
  color: #0c2548;
  font-weight: 700;
}

/* ----- Options block (A〜F 6選択肢) ----- */
.tg-col30-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tg-col30-option {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  padding: 16px 20px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: flex-start;
}
.tg-col30-option-letter {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 900;
  font-family: Helvetica, Arial, sans-serif;
  flex-shrink: 0;
}
.tg-col30-option-letter--a { background: #0744CC; }
.tg-col30-option-letter--b { background: #FF6C00; }
.tg-col30-option-letter--c { background: #079765; }
.tg-col30-option-letter--d { background: #A33A6C; }
.tg-col30-option-letter--e { background: #6B4B00; }
.tg-col30-option-letter--f { background: #0c2548; }
.tg-col30-option-body { min-width: 0; }
.tg-col30-option-title {
  font-size: 15px;
  font-weight: 900;
  color: #0c2548;
  margin-bottom: 6px;
  line-height: 1.4;
}
.tg-col30-option-bullets {
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  font-size: 11.5px;
  color: #1a1f2e;
  line-height: 1.85;
}
.tg-col30-option-note {
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 11px;
  line-height: 1.75;
  color: #1a1f2e;
}
.tg-col30-option-note b { font-weight: 700; }
.tg-col30-option-note--a { background: #EAF1FF; }
.tg-col30-option-note--b { background: #FFEEDD; }
.tg-col30-option-note--c { background: #DFF1ED; }
.tg-col30-option-note--d { background: #FBE6EE; }
.tg-col30-option-note--e { background: #FFF7C2; }
.tg-col30-option-note--f { background: #E7EBF3; }
.tg-col30-option-note--a b { color: #0744CC; }
.tg-col30-option-note--b b { color: #FF6C00; }
.tg-col30-option-note--c b { color: #079765; }
.tg-col30-option-note--d b { color: #A33A6C; }
.tg-col30-option-note--e b { color: #6B4B00; }
.tg-col30-option-note--f b { color: #0c2548; }

/* ----- Testimonials block ----- */
.tg-col30-testimonials {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.tg-col30-testimonial {
  background: #FFEEDD;
  border-left: 4px solid #FF6C00;
  border-radius: 8px 12px 12px 8px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  align-items: flex-start;
}
.tg-col30-testimonial-avatar {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}
.tg-col30-testimonial-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  font-size: 11px;
  font-weight: 900;
  color: #B84A00;
  flex-wrap: wrap;
}
.tg-col30-testimonial-id {
  background: #FF6C00;
  color: #fff;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 10px;
}
.tg-col30-testimonial-tag {
  color: #5a6378;
  font-weight: 700;
}
.tg-col30-testimonial-body {
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.95;
}

/* ----- Signs block (チェックリスト 7サイン) ----- */
.tg-col30-signs-card {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  padding: 20px 24px;
}
.tg-col30-signs-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding-bottom: 12px;
  border-bottom: 1px solid #E5E9F0;
  flex-wrap: wrap;
}
.tg-col30-signs-pill {
  background: #079765;
  color: #fff;
  padding: 3px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.tg-col30-signs-title {
  font-size: 13px;
  font-weight: 900;
  color: #0c2548;
}
.tg-col30-sign {
  display: grid;
  grid-template-columns: 24px 1fr;
  gap: 12px;
  padding: 10px 0;
  border-bottom: 1px dashed #E5E9F0;
  font-size: 12.5px;
  color: #1a1f2e;
  line-height: 1.75;
}
.tg-col30-sign:last-of-type { border-bottom: none; }
.tg-col30-sign-box {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background: #fff;
  border: 2px solid #C8CDD7;
  display: inline-block;
  flex-shrink: 0;
}
.tg-col30-signs-footer {
  margin-top: 14px;
  padding: 12px 14px;
  background: #DFF1ED;
  border-radius: 8px;
  font-size: 12px;
  color: #045E3E;
  font-weight: 700;
  line-height: 1.85;
}
.tg-col30-signs-footer .arrow { color: #079765; margin-right: 6px; }
.tg-col30-signs-footer .sub {
  color: #5a6378;
  font-weight: 400;
}
.tg-col30-signs-footer u { text-decoration: underline; }

/* ----- Next steps block (5ステップ) ----- */
.tg-col30-steps-card {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  padding: 20px 24px;
}
.tg-col30-step {
  padding: 10px 0;
  border-bottom: 1px dashed #E5E9F0;
  font-size: 13px;
  color: #1a1f2e;
  line-height: 1.85;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 12px;
  align-items: baseline;
}
.tg-col30-step:last-of-type { border-bottom: none; }
.tg-col30-step-num {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #FFEEDD;
  color: #FF6C00;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  font-family: Helvetica, Arial, sans-serif;
  flex-shrink: 0;
}
.tg-col30-steps-note {
  margin-top: 14px;
  padding: 12px 14px;
  background: #F4F7FB;
  border-radius: 8px;
  font-size: 12px;
  color: #1a1f2e;
  line-height: 1.85;
}

/* ----- Related content block ----- */
.tg-col30-related-content {
  background: #F4F7FB;
  border: 1px solid #D5DEEC;
  border-radius: 12px;
  padding: 16px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.tg-col30-related-item {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 10px;
  padding: 14px 18px;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  color: inherit;
  transition: transform .15s ease, box-shadow .15s ease;
}
.tg-col30-related-item:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .06);
  opacity: 1;
}
.tg-col30-related-item-title {
  font-size: 13px;
  font-weight: 900;
  color: #0c2548;
  margin-bottom: 4px;
}
.tg-col30-related-item-desc {
  font-size: 11px;
  color: #5a6378;
  line-height: 1.6;
}
.tg-col30-related-item-arrow {
  color: #0744CC;
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

/* ----- Related articles grid ----- */
.tg-col30-articles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 14px;
}
.tg-col30-article {
  background: #fff;
  border: 1px solid #E5E9F0;
  border-radius: 12px;
  padding: 16px 18px;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 4px 12px rgba(11, 40, 90, .03);
  transition: transform .15s ease, box-shadow .15s ease;
}
.tg-col30-article:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(11, 40, 90, .08);
  opacity: 1;
}
.tg-col30-article-thumb {
  height: 100px;
  background: linear-gradient(135deg, #EAF1FF 0%, #D5DEEC 100%);
  border-radius: 8px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0744CC;
  font-size: 11px;
  font-weight: 700;
}
.tg-col30-article-title {
  font-size: 13px;
  font-weight: 900;
  color: #0c2548;
  line-height: 1.55;
}

/* ============================================================
   SP（max-width: 768px）
   ============================================================ */
@media (max-width: 768px) {
  .tg-col30-section,
  .tg-col30-hero-inner,
  .tg-col30-breadcrumb {
    max-width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }
  .tg-col30-section { padding-top: 16px; padding-bottom: 16px; }
  .tg-col30-section--head { padding-top: 20px; padding-bottom: 12px; }
  .tg-col30-section--stat { padding-top: 8px; padding-bottom: 12px; }
  .tg-col30-section--cta,
  .tg-col30-section--cta-mid,
  .tg-col30-section--cta-final { padding-top: 12px; padding-bottom: 16px; }
  .tg-col30-section--articles { padding-top: 12px; padding-bottom: 32px; }

  .tg-col30-hero { padding: 20px 0 16px; }
  .tg-col30-hero-inner { padding-left: 16px; padding-right: 16px; }
  .tg-col30-hero h1 { font-size: 22px; margin-bottom: 8px; }
  .tg-col30-hero h1 .suffix { display: inline; font-size: 14px; }
  .tg-col30-meta { font-size: 10px; gap: 6px; margin-bottom: 12px; }
  .tg-col30-meta .sep:nth-of-type(n+3) { display: none; }
  .tg-col30-intro {
    padding: 12px 14px;
    font-size: 12px;
    border-left-width: 4px;
    border-radius: 8px;
  }

  /* H2 */
  .tg-col30-h2 h2 { font-size: 18px; }
  .tg-col30-h2-bar { height: 18px; width: 3px; }
  .tg-col30-lede { font-size: 12px; }

  /* card paddings */
  .tg-col30-card { padding: 14px 16px; border-radius: 10px; }
  .tg-col30-feelings-list li { font-size: 12px; }
  .tg-col30-feelings-num { width: 22px; height: 22px; font-size: 11px; }
  .tg-col30-feelings-list li { grid-template-columns: 24px 1fr; }
  .tg-col30-feelings-summary { font-size: 11.5px; padding: 12px 14px; }

  /* stat */
  .tg-col30-stat-num { font-size: 44px; }
  .tg-col30-stat-num .unit { font-size: 26px; }
  .tg-col30-stat-card { padding: 18px 14px; }

  /* CTA */
  .tg-col30-cta { padding: 18px 16px 20px; border-radius: 12px; }
  .tg-col30-cta-head h2 { font-size: 17px; }
  .tg-col30-cta-sub { font-size: 11px; }

  /* 3社カード: 2列 (logo+body / CTA を下段配置) */
  .tg-col30-agent {
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "logo body"
      "cta cta";
    gap: 12px;
    padding: 12px 14px;
    border-radius: 10px;
  }
  .tg-col30-agent-logo { grid-area: logo; width: 96px; height: 36px; padding: 6px 10px; }
  .tg-col30-agent-body { grid-area: body; }
  .tg-col30-agent-cta {
    grid-area: cta;
    justify-content: center;
    padding: 9px 14px;
    font-size: 12px;
  }
  .tg-col30-agent-name { font-size: 13px; }
  .tg-col30-agent-desc { font-size: 11px; }
  .tg-col30-agent--compact .tg-col30-agent-name { font-size: 12px; }
  .tg-col30-agent--compact .tg-col30-agent-desc { font-size: 10px; }

  /* Patterns */
  .tg-col30-pattern { padding: 12px 14px; }
  .tg-col30-pattern-symptoms {
    grid-template-columns: 1fr;
    gap: 4px;
  }
  .tg-col30-pattern-symptoms-label { font-size: 10px; }
  .tg-col30-pattern-symptoms span:last-child { font-size: 12px; }
  .tg-col30-pattern-note { font-size: 11px; }

  /* Options */
  .tg-col30-option {
    padding: 12px 14px;
    gap: 12px;
  }
  .tg-col30-option-letter { width: 32px; height: 32px; font-size: 15px; }
  .tg-col30-option-title { font-size: 14px; }
  .tg-col30-option-bullets { font-size: 11px; }
  .tg-col30-option-note { font-size: 11px; }

  /* Testimonials */
  .tg-col30-testimonial { padding: 12px 14px; gap: 10px; }
  .tg-col30-testimonial-avatar { width: 32px; height: 32px; }
  .tg-col30-testimonial-id { font-size: 9px; padding: 1px 6px; }
  .tg-col30-testimonial-tag { font-size: 10px; }
  .tg-col30-testimonial-body { font-size: 11.5px; }

  /* Signs */
  .tg-col30-signs-card { padding: 14px 16px; }
  .tg-col30-sign { font-size: 11.5px; grid-template-columns: 20px 1fr; gap: 10px; }
  .tg-col30-sign-box { width: 18px; height: 18px; }
  .tg-col30-signs-title { font-size: 12px; }
  .tg-col30-signs-footer { font-size: 11.5px; padding: 10px 12px; }

  /* Steps */
  .tg-col30-steps-card { padding: 14px 16px; }
  .tg-col30-step { font-size: 12px; gap: 10px; grid-template-columns: 22px 1fr; }
  .tg-col30-step-num { width: 22px; height: 22px; font-size: 11px; }
  .tg-col30-steps-note { font-size: 11.5px; }

  /* Related content */
  .tg-col30-related-content { padding: 12px 14px; }
  .tg-col30-related-item { padding: 12px 14px; }
  .tg-col30-related-item-title { font-size: 12px; }
  .tg-col30-related-item-desc { font-size: 10.5px; }

  /* Articles — SP は 1列 */
  .tg-col30-articles { grid-template-columns: 1fr; gap: 10px; }
  .tg-col30-article {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    padding: 10px 12px;
  }
  .tg-col30-article-thumb {
    width: 96px;
    height: 60px;
    margin-bottom: 0;
    flex-shrink: 0;
    font-size: 10px;
  }
  .tg-col30-article-title { font-size: 12px; }
}
