/* =============================================
   article.css — 記事本文のコンポーネント
   投稿・固定ページでのみ読み込まれます
   ============================================= */

/* =============================================
   共通リセット
   ============================================= */

.sftbl-wrap *,
.sftbl-wrap *::before,
.sftbl-wrap *::after,
.aptbl-wrap *,
.aptbl-wrap *::before,
.aptbl-wrap *::after,
.plnbox-wrap *,
.plnbox-wrap *::before,
.plnbox-wrap *::after,
.ptbl-wrap *,
.ptbl-wrap *::before,
.ptbl-wrap *::after,
.mh-wrap *,
.mh-wrap *::before,
.mh-wrap *::after {
  box-sizing: border-box;
}


/* =============================================
   TOPデザイン (.mh-)
   ============================================= */

.mh-wrap {
  font-family: var(--body-font);
  background: linear-gradient(160deg, #fff0f6 0%, #fde0ee 50%, #fcd4e8 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 40px 40px 32px;
  max-width: 960px;
  margin: 0 auto 80px;
  position: relative;
  text-align: center;
}

.mh-wrap::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('https://sefure.conohawing.com/wp-content/uploads/2026/03/cropped-favicon.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 55%;
  opacity: 0.15;
  pointer-events: none;
  z-index: 0;
}

.mh-wrap > * {
  position: relative;
  z-index: 1;
}

.mh-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.mh-main-title {
  font-size: clamp(20px, 3.5vw, 28px);
  font-weight: 900;
  color: #3a1228;
  line-height: 1.3;
}

.mh-title-accent {
  color: var(--pink-text);
  font-size: clamp(28px, 5vw, 44px);
  font-weight: 900;
  display: inline-block;
}

.mh-tagline-wrap { line-height: 1; }

.mh-tagline-sub {
  font-size: 13px;
  font-weight: 700;
  color: #b0306a;
}

.mh-subtitle-bar {
  background: linear-gradient(90deg, var(--pink-mid) 0%, #f9b8d5 60%, #fdd5e8 100%);
  color: #fff;
  font-size: clamp(13px, 2vw, 15px);
  font-weight: 700;
  padding: 10px 28px;
  border-radius: 50px;
  display: inline-block;
  box-shadow: 0 3px 12px rgba(220, 60, 120, 0.25);
  text-shadow: 0 1px 3px rgba(180, 30, 90, 0.3);
}

.mh-desc-block {
  margin-bottom: 24px;
  text-align: left;
}

.mh-desc-heading {
  font-size: clamp(15px, 2.5vw, 17px);
  font-weight: 900;
  color: var(--pink-text);
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
  padding: 4px 12px;
  border-left: 4px solid var(--pink-main);
  background: rgba(232, 53, 122, 0.07);
  border-radius: 0 4px 4px 0;
}

.mh-desc-heading::before,
.mh-desc-heading::after { display: none; }

.mh-desc-body {
  font-size: clamp(13px, 2vw, 15px);
  color: #4a1a30;
  line-height: 1.7;
}

.mh-em {
  color: var(--pink-text);
  font-weight: 700;
}

@media (max-width: 768px) {
  .mh-wrap { padding: 28px 24px; }
}

@media (max-width: 480px) {
  .mh-wrap { padding: 22px 16px; border-radius: 12px; }
  .mh-subtitle-bar { font-size: 12px; padding: 8px 18px; }
}


/* =============================================
   ステップテーブル (.sftbl-)
   ============================================= */

.sftbl-wrap {
  font-family: var(--body-font);
  max-width: 900px;
  margin: 20px auto;
}

.sftbl-layout {
  display: flex;
  align-items: stretch;
  gap: 0;
}

.sftbl-img-col {
  flex: 0 0 110px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background: linear-gradient(180deg, var(--pink-pale) 0%, #f9b8d5 100%);
  border-radius: 14px 0 0 14px;
  overflow: hidden;
  padding-top: 20px;
}

.sftbl-img-col img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  max-width: 110px !important;
}

.sftbl-table-col {
  flex: 1 1 auto;
  min-width: 0;
  border-radius: 0 0 14px 0;
  overflow: hidden;
}

.sftbl-header {
  background: linear-gradient(90deg, var(--pink-main) 0%, var(--pink-mid) 50%, var(--pink-main) 100%);
  padding: 18px 24px 16px;
  border-radius: 0 14px 0 0;
  position: relative;
  overflow: hidden;
}

.sftbl-header::before {
  content: '';
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 6px,
    rgba(255,255,255,0.05) 6px,
    rgba(255,255,255,0.05) 7px
  );
}

.sftbl-header-inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
}

.sftbl-header-icon {
  font-size: 28px;
  line-height: 1;
  filter: drop-shadow(0 0 8px rgba(255, 80, 120, 0.6));
}

.sftbl-header-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sftbl-header-sub {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.7);
  text-transform: uppercase;
}

.sftbl-header-title {
  font-family: var(--body-font);
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.08em;
  line-height: 1;
  color: #fff;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.sftbl-wrap figure { margin: 0 !important; }

.sftbl-wrap table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 8px !important;
  background: #fde8f2 !important;
  border: none !important;
  table-layout: auto !important;
  padding: 10px 12px 12px !important;
}

.sftbl-wrap thead { display: none !important; }

.sftbl-wrap tbody tr {
  background: transparent !important;
  transition: transform 0.2s;
}

.sftbl-wrap tbody tr:hover { transform: translateX(3px); }

.sftbl-wrap tbody td {
  background: #fff !important;
  border: none !important;
  padding: 0 !important;
  vertical-align: middle !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}

.sftbl-wrap tbody td:first-child {
  border-radius: 8px 0 0 8px !important;
  width: 120px !important;
  min-width: 100px !important;
}

.sftbl-cell-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(160deg, var(--pink-main) 0%, var(--pink-deep) 100%);
  color: #fff;
  min-height: 76px;
  padding: 12px 8px;
  border-radius: 8px 0 0 8px;
  gap: 2px;
  position: relative;
  overflow: hidden;
}

.sftbl-cell-step::after {
  content: '';
  position: absolute;
  top: -10px; right: -10px;
  width: 50px; height: 50px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
}

.sftbl-step-num {
  font-family: var(--body-font);
  font-size: 26px;
  font-weight: 900;
  line-height: 1;
  color: rgba(255,255,255,0.25);
  letter-spacing: 0.05em;
}

.sftbl-step-label {
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-align: center;
  line-height: 1.3;
}

.sftbl-wrap tbody td:nth-child(2) {
  border-left: 1px solid #f0e8ec !important;
  border-right: 1px solid #f0e8ec !important;
  padding: 14px 16px !important;
}

.sftbl-cell-action {
  font-size: 13.5px;
  font-weight: 700;
  color: #1a0a12;
  line-height: 1.5;
}

.sftbl-wrap tbody td:last-child {
  border-radius: 0 8px 8px 0 !important;
  padding: 14px 16px !important;
  background: #fff8fb !important;
  border-left: 3px solid var(--pink-main) !important;
}

.sftbl-cell-theme {
  font-size: 12px;
  color: #666;
  line-height: 1.65;
}

.sftbl-cell-theme::before { content: '🐯 '; }

@media (max-width: 640px) {
  .sftbl-layout { flex-direction: column; }

  .sftbl-img-col {
    flex: 0 0 auto;
    border-radius: 14px 14px 0 0;
    padding: 16px 0 0;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    max-height: 120px;
  }

  .sftbl-img-col img { max-width: 80px !important; }
  .sftbl-header { border-radius: 0; }

  .sftbl-wrap table,
  .sftbl-wrap tbody,
  .sftbl-wrap tr,
  .sftbl-wrap td { display: block !important; width: 100% !important; }

  .sftbl-wrap tbody tr { margin-bottom: 10px !important; border-radius: 8px; overflow: hidden; }
  .sftbl-wrap tbody td:first-child { width: 100% !important; }

  .sftbl-cell-step {
    flex-direction: row;
    min-height: auto;
    padding: 10px 14px;
    border-radius: 8px 8px 0 0;
    justify-content: flex-start;
    gap: 10px;
  }

  .sftbl-step-num { font-size: 22px; }

  .sftbl-wrap tbody td:nth-child(2) {
    border-left: none !important;
    border-right: none !important;
    border-top: 1px solid #f0e8ec !important;
  }

  .sftbl-wrap tbody td:last-child {
    border-radius: 0 0 8px 8px !important;
    border-left: none !important;
    border-top: 3px solid var(--pink-main) !important;
  }

  .sftbl-table-col { border-radius: 0; }
}


/* =============================================
   アプリ個別テーブル (.aptbl-)
   ============================================= */

.aptbl-wrap {
  font-family: var(--body-font);
  max-width: 720px;
  margin: 0 auto 50px !important;
}

.aptbl-wrap figure {
  margin: 0 !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 24px rgba(232, 53, 122, 0.15);
}

.aptbl-wrap table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
  border: none !important;
  table-layout: fixed !important;
}

.aptbl-wrap tbody tr th {
  width: 38% !important;
  padding: 14px 18px !important;
  background: linear-gradient(90deg, var(--pink-main) 0%, var(--pink-mid) 100%) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.04em !important;
  text-align: left !important;
  vertical-align: middle !important;
  border: none !important;
  border-bottom: 1px solid rgba(255,255,255,0.2) !important;
  position: relative !important;
}

.aptbl-wrap tbody tr th::before {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 4px !important;
  background: rgba(255,255,255,0.5) !important;
  border-radius: 0 !important;
}

.aptbl-wrap tbody tr td {
  padding: 14px 18px !important;
  background: #fff !important;
  color: #2a0f1a !important;
  font-size: 13.5px !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
  vertical-align: middle !important;
  border: none !important;
  border-bottom: 1px solid var(--pink-pale) !important;
  border-left: none !important;
}

.aptbl-wrap tbody tr:nth-child(even) td { background: #fff8fb !important; }

.aptbl-wrap tbody tr:last-child th,
.aptbl-wrap tbody tr:last-child td { border-bottom: none !important; }

.aptbl-wrap tbody tr:first-child td {
  color: var(--pink-main) !important;
  font-weight: 900 !important;
  font-size: 15px !important;
}

.aptbl-wrap tbody tr { transition: background 0.15s; }
.aptbl-wrap tbody tr:hover td { background: #fef0f6 !important; }

@media (max-width: 560px) {
  .aptbl-wrap tbody tr { display: flex !important; flex-direction: column !important; border-bottom: 2px solid var(--pink-pale) !important; }
  .aptbl-wrap tbody tr:last-child { border-bottom: none !important; }
  .aptbl-wrap tbody tr th,
  .aptbl-wrap tbody tr td { display: block !important; width: 100% !important; border-bottom: none !important; }
  .aptbl-wrap tbody tr th { padding: 10px 16px !important; font-size: 11px !important; letter-spacing: 0.08em !important; }
  .aptbl-wrap tbody tr td { padding: 10px 16px 14px !important; }
}


/* =============================================
   プランボックス (.plnbox-)
   ============================================= */

.plnbox-wrap {
  font-family: var(--body-font);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  max-width: 720px;
  margin: 0 auto 50px;
}

.plnbox-item {
  border-radius: 14px;
  padding: 22px 20px 18px;
  position: relative;
  overflow: hidden;
}

.plnbox-monthly {
  background: linear-gradient(145deg, #f0f4ff 0%, #e8eeff 100%);
  border: 1.5px solid #c5d0f5;
  box-shadow: 0 4px 18px rgba(100, 120, 220, 0.1);
}

.plnbox-monthly::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, #667eea, #a78bfa);
}

.plnbox-point {
  background: linear-gradient(145deg, var(--pink-bg) 0%, #ffe8f2 100%);
  border: 1.5px solid #f5b8d0;
  box-shadow: 0 4px 18px rgba(232, 53, 122, 0.12);
}

.plnbox-point::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 4px;
  background: linear-gradient(90deg, var(--pink-main), var(--pink-mid));
}

.plnbox-header {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.plnbox-icon { font-size: 22px; line-height: 1; }

.plnbox-type { font-size: 17px; font-weight: 900; line-height: 1; }
.plnbox-monthly .plnbox-type { color: #4a5fd4; }
.plnbox-point   .plnbox-type { color: var(--pink-text); }

.plnbox-sub {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  letter-spacing: 0.05em;
}

.plnbox-monthly .plnbox-sub { background: rgba(100,120,220,0.12); color: #4a5fd4; }
.plnbox-point   .plnbox-sub { background: rgba(232,53,122,0.1);   color: var(--pink-text); }

.plnbox-price {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 8px 12px;
  border-radius: 6px;
}

/* HTML側は <b> を使用しているため b / strong 両方に効かせる */
.plnbox-monthly .plnbox-price { background: rgba(100,120,220,0.08); color: #2a3580; }
.plnbox-monthly .plnbox-price b,
.plnbox-monthly .plnbox-price strong { color: #4a5fd4; font-size: 15px; }
.plnbox-point   .plnbox-price { background: rgba(232,53,122,0.07); color: #7a0a30; }
.plnbox-point   .plnbox-price b,
.plnbox-point   .plnbox-price strong { color: var(--pink-main); font-size: 15px; }

.plnbox-body { font-size: 12.5px; line-height: 1.8; color: #3a3a4a; margin-bottom: 14px; }

.plnbox-tag {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 12px;
  border-radius: 20px;
  letter-spacing: 0.04em;
  background: rgba(100,120,220,0.1);
  color: #4a5fd4;
}

.plnbox-balloon { display: flex; align-items: center; gap: 10px; margin-top: 4px; }

.plnbox-balloon-icon { flex-shrink: 0; width: 44px; height: 44px; }

.plnbox-balloon-icon img {
  width: 44px !important;
  height: 44px !important;
  border-radius: 50%;
  border: 2px solid #f5b8d0;
  background: #fff;
  display: block;
  object-fit: contain;
}

.plnbox-balloon-body {
  position: relative;
  background: #fff;
  border: 1.5px solid #f5b8d0;
  border-radius: 0 10px 10px 10px;
  padding: 8px 14px;
  font-size: 12.5px;
  color: var(--pink-dark);
  line-height: 1.5;
  flex: 1;
}

.plnbox-balloon-body::before {
  content: '';
  position: absolute;
  top: 8px; left: -10px;
  border-width: 5px 10px 5px 0;
  border-style: solid;
  border-color: transparent #f5b8d0 transparent transparent;
}

.plnbox-balloon-body::after {
  content: '';
  position: absolute;
  top: 9px; left: -8px;
  border-width: 4px 8px 4px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
}

@media (max-width: 560px) {
  .plnbox-wrap { grid-template-columns: 1fr; }
}


/* =============================================
   プラン比較テーブル (.ptbl-)
   ============================================= */

.ptbl-wrap {
  font-family: var(--body-font);
  max-width: 780px;
  margin: 0 auto 50px;
}

.ptbl-wrap figure {
  margin: 0 !important;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 6px 28px rgba(232, 53, 122, 0.13);
}

.ptbl-wrap table {
  width: 100% !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  border: none !important;
  table-layout: fixed !important;
}

.ptbl-wrap thead tr {
  background: linear-gradient(90deg, var(--pink-main) 0%, var(--pink-mid) 60%, var(--pink-light) 100%) !important;
}

.ptbl-wrap thead td {
  padding: 13px 16px !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.06em !important;
  border: none !important;
  text-align: center !important;
  vertical-align: middle !important;
  position: relative !important;
}

.ptbl-wrap thead td + td { border-left: 1px solid rgba(255,255,255,0.2) !important; }

.ptbl-wrap thead td:nth-child(3)::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url('https://sefure.conohawing.com/wp-content/uploads/2026/03/favicon.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  margin-right: 4px;
  margin-bottom: 2px;
}

.ptbl-wrap tbody tr { transition: background 0.15s; }
.ptbl-wrap tbody tr:nth-child(odd)  td { background: #fff !important; }
.ptbl-wrap tbody tr:nth-child(even) td { background: #fff8fb !important; }
.ptbl-wrap tbody tr:hover td { background: #fef0f6 !important; }

.ptbl-wrap tbody td {
  padding: 14px 16px !important;
  font-size: 13px !important;
  color: #2a0f1a !important;
  border: none !important;
  border-bottom: 1px solid var(--pink-pale) !important;
  vertical-align: middle !important;
  text-align: center !important;
  line-height: 1.65 !important;
}

.ptbl-wrap tbody tr:last-child td { border-bottom: none !important; }

.ptbl-wrap tbody td:first-child {
  font-weight: 900 !important;
  color: var(--pink-dark) !important;
  font-size: 13.5px !important;
  border-right: 2px solid var(--pink-pale) !important;
}

.ptbl-wrap tbody tr:nth-child(2) td:nth-child(3) {
  color: var(--pink-main) !important;
  font-weight: 900 !important;
  font-size: 15px !important;
}

/* 「出会い系 vs マッチングアプリ」表のみ th を使用しているため */
.ptbl-wrap tbody th {
  padding: 14px 16px !important;
  font-size: 13.5px !important;
  font-weight: 900 !important;
  color: var(--pink-dark) !important;
  background: #fff !important;
  border: none !important;
  border-bottom: 1px solid var(--pink-pale) !important;
  border-right: 2px solid var(--pink-pale) !important;
  text-align: center !important;
  vertical-align: middle !important;
}

@media (max-width: 560px) {
  .ptbl-wrap figure { overflow-x: auto; border-radius: 10px; }
  .ptbl-wrap table { min-width: 520px !important; }
  .ptbl-wrap thead td,
  .ptbl-wrap tbody td,
  .ptbl-wrap tbody th { padding: 11px 12px !important; font-size: 12px !important; }
}


/* =============================================
   調査概要ボックス (.survey-overview)
   ============================================= */

.survey-overview {
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  overflow: hidden;
  margin: 1.5rem 0;
  font-family: inherit;
}

.survey-overview__header {
  background-color: var(--dark-header);
  padding: 12px 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.survey-overview__header span {
  font-size: 14px;
  font-weight: 500;
  color: #d3d1c7;
  letter-spacing: 0.03em;
}

.survey-overview__icon { color: #b4b2a9; flex-shrink: 0; }

.survey-overview__row {
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #e8e8e8;
}

.survey-overview__row--last { border-bottom: none; }

.survey-overview__label {
  min-width: 90px;
  padding: 14px 16px;
  background-color: #f7f7f5;
  font-size: 12px;
  font-weight: 500;
  color: var(--gray-muted);
  letter-spacing: 0.04em;
  line-height: 1.6;
  flex-shrink: 0;
}

.survey-overview__content { padding: 14px 16px; flex: 1; }

.survey-overview__content p {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}

.survey-overview__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.survey-overview__badge {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  padding: 3px 12px;
  border-radius: 20px;
  background-color: #f0f0ee;
  color: #5f5e5a;
  border: 1px solid #e0e0dc;
}

.survey-overview__badge--primary {
  background-color: #ddeeff;
  color: #0c4d8a;
  border-color: #b5d4f4;
}

@media (max-width: 480px) {
  .survey-overview__row { flex-direction: column; }
  .survey-overview__label { min-width: 100%; padding: 10px 16px; border-bottom: 1px solid #e8e8e8; }
}


/* =============================================
   円グラフ (.pie-chart-)
   ============================================= */

.pie-chart-wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin: 1.5rem 0;
  font-family: inherit;
}

.pie-chart-container {
  position: relative;
  width: 220px;
  height: 220px;
  flex-shrink: 0;
  margin: 0 auto;
}

.pie-chart-container canvas { width: 100% !important; height: 100% !important; }

.pie-chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pie-chart-center img { width: 44px; height: 44px; object-fit: contain; }

.pie-chart-legend {
  flex: 1;
  min-width: 200px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pie-chart-legend li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #333;
}

.legend-rank { font-size: 11px; color: var(--gray-muted); min-width: 24px; }
.legend-dot  { width: 11px; height: 11px; border-radius: 2px; flex-shrink: 0; }
.legend-label { flex: 1; }
.legend-pct  { font-weight: 500; font-size: 14px; }

@media (max-width: 480px) {
  .pie-chart-wrap { flex-direction: column; align-items: center; gap: 20px; }
  .pie-chart-legend { width: 100%; }
}


/* =============================================
   横棒グラフ (.bar-chart-)
   ============================================= */

.bar-chart-wrap {
  padding: 1rem 0;
  margin: 1.5rem 0;
  font-family: inherit;
}

.bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
}

.bar-label {
  font-size: 13px;
  color: #333;
  min-width: 110px;
  text-align: right;
  flex-shrink: 0;
  line-height: 1.4;
}

.bar-label--muted { color: var(--gray-muted); }

.bar-track {
  flex: 1;
  background: #f1efe8;
  border-radius: 4px;
  height: 32px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding-left: 10px;
}

.bar-fill span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 6px;
}

.bar-pct { font-size: 13px; font-weight: 500; min-width: 38px; flex-shrink: 0; }

.bar-badge {
  font-style: normal;
  font-size: 10px;
  font-weight: 500;
  padding: 2px 7px;
  border-radius: 10px;
  background: #FAC775;
  color: #412402;
  line-height: 1.4;
}

.bar-divider {
  border: none;
  border-top: 1px dashed #d3d1c7;
  margin: 16px 0 16px 120px;
}

@media (max-width: 480px) {
  .bar-label { min-width: 80px; font-size: 12px; }
  .bar-fill span { font-size: 12px; }
  .bar-divider { margin-left: 90px; }
}


/* =============================================
   広告ボタン (.tora-btn)
   ============================================= */

.tora-btn-wrap {
  position: relative;
  width: 90%;
  max-width: 400px;
  display: flex;
  align-items: center;
  margin: 1rem auto;
}

.tora-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: linear-gradient(180deg, #8bc34a 0%, #6aaa1e 100%);
  border-radius: 9999px;
  padding: 14px 12px 14px 70px;
  box-shadow: 0 4px 0 #4a7c10;
  border: 2px solid #4a7c10;
  min-height: 60px;
  cursor: pointer;
  text-decoration: none;
  box-sizing: border-box;
}

/* リンク化されたときにテーマの下線を拾わないようにする */
.tora-btn-wrap a,
.tora-btn-wrap a:hover,
.tora-btn-wrap a:focus,
.tora-btn-wrap a:visited,
.tora-btn,
.tora-btn:hover,
.tora-btn:focus,
.tora-btn:visited,
.tora-btn * {
  text-decoration: none !important;
  border-bottom: none !important;
}

.tora-btn-text {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0,0,0,0.25);
  flex: 1;
}

.tora-btn-arrow {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(255,255,255,0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 8px;
}

.tora-btn-arrow::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 2px;
}

.tora-img-wrap {
  position: absolute;
  left: -30px;
  width: 100px;
  height: 100px;
  z-index: 2;
  flex-shrink: 0;
}

.tora-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}


/* =============================================
   警告・ヒントカード共通スタイル
     .ng-warning-block  … NGカード（赤）
     .ok-tips-block     … OKカード（緑）
   ============================================= */

.ng-warning-block,
.ok-tips-block {
  background: #ffffff;
  border-radius: 4px;
  padding: 0 0 8px;
  margin: 2em 0;
  font-family: inherit;
  overflow: hidden;
  position: relative;
}

.ng-warning-block::after,
.ok-tips-block::after {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 170px;
  height: 170px;
  background: url('https://sefure.conohawing.com/wp-content/uploads/2026/03/favicon.png') center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.ng-warning-header,
.ok-tips-header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 20px 10px 16px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.ng-warning-icon,
.ok-tips-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 14px;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.ng-warning-label,
.ok-tips-label {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #fff;
  line-height: 1;
}

.ng-warning-list,
.ok-tips-list {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.ng-warning-item,
.ok-tips-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  transition: background 0.2s;
}

.ng-warning-item:last-child,
.ok-tips-item:last-child {
  border-bottom: none;
}

.ng-x,
.ok-check {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 900;
  margin-top: 2px;
}

.ng-warning-body,
.ok-tips-body {
  flex: 1;
}

.ng-warning-title,
.ok-tips-title {
  display: block;
  font-size: 14px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: 0.04em;
  margin-bottom: 5px;
  line-height: 1.3;
}

.ng-warning-text,
.ok-tips-text {
  font-size: 13px;
  font-weight: 400;
  color: #555555;
  line-height: 1.75;
  margin: 0;
}

/* ── NGカード（赤） ── */

.ng-warning-block {
  border: 1px solid rgba(220, 30, 50, 0.2);
  border-top: 3px solid #dc1e32;
}

.ng-warning-header {
  background: #dc1e32;
}

.ng-warning-item:hover {
  background: rgba(220, 30, 50, 0.04);
}

.ng-x {
  background: rgba(220, 30, 50, 0.08);
  border: 1px solid rgba(220, 30, 50, 0.35);
  color: #dc1e32;
}

/* ── OKカード（緑） ── */

.ok-tips-block {
  border: 1px solid rgba(30, 160, 100, 0.2);
  border-top: 3px solid #1a9e64;
}

.ok-tips-header {
  background: #1a9e64;
}

.ok-tips-item:hover {
  background: rgba(30, 160, 100, 0.04);
}

.ok-check {
  background: rgba(30, 160, 100, 0.08);
  border: 1px solid rgba(30, 160, 100, 0.35);
  color: #1a9e64;
}

@media (max-width: 480px) {
  .ng-warning-item,
  .ok-tips-item {
    padding: 14px;
    gap: 10px;
  }
  .ng-warning-header,
  .ok-tips-header {
    padding: 10px 14px;
  }
}


/* =============================================
   統計カード（青） (.stats-)
   ============================================= */

.stats-block {
  background: #ffffff;
  border: 1px solid rgba(30, 100, 220, 0.2);
  border-top: 3px solid #1a5edc;
  border-radius: 4px;
  padding: 0 0 8px;
  margin: 2em 0;
  font-family: inherit;
  overflow: hidden;
  position: relative;
}

.stats-block::after {
  content: '';
  position: absolute;
  right: -14px;
  bottom: -14px;
  width: 170px;
  height: 170px;
  background: url('https://sefure.conohawing.com/wp-content/uploads/2026/03/favicon.png') center / contain no-repeat;
  opacity: 0.12;
  pointer-events: none;
}

.stats-header {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #1a5edc;
  padding: 10px 20px 10px 16px;
  margin-bottom: 4px;
  position: relative;
  z-index: 1;
}

.stats-header-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-radius: 50%;
  font-size: 12px;
  color: #fff;
  flex-shrink: 0;
  line-height: 1;
}

.stats-header-label {
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.18em;
  color: #fff;
  line-height: 1;
}

.stats-list {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
  position: relative;
  z-index: 1;
}

.stats-item {
  padding: 16px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.stats-item:last-child {
  border-bottom: none;
}

.stats-item-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.stats-tag {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  color: #1a5edc;
  background: rgba(30, 100, 220, 0.08);
  border: 1px solid rgba(30, 100, 220, 0.25);
  border-radius: 3px;
  padding: 2px 8px;
  white-space: nowrap;
}

.stats-item-title {
  font-size: 14px;
  font-weight: 900;
  color: #1a1a1a;
  letter-spacing: 0.03em;
  line-height: 1.3;
}

.stats-bars {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin-bottom: 10px;
}

.stats-bar-row {
  display: flex;
  align-items: center;
  gap: 8px;
}

.stats-bar-label {
  font-size: 11px;
  color: #888;
  width: 110px;
  flex-shrink: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats-bar-track {
  flex: 1;
  height: 8px;
  background: rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  overflow: hidden;
}

.stats-bar-fill {
  height: 100%;
  border-radius: 4px;
  background: linear-gradient(90deg, #1a5edc, #4d8ff5);
}

.stats-bar-fill.accent {
  background: linear-gradient(90deg, #dc1e32, #f55a6a);
}

.stats-bar-pct {
  font-size: 13px;
  font-weight: 700;
  color: #1a5edc;
  width: 44px;
  text-align: right;
  flex-shrink: 0;
}

.stats-bar-pct.accent {
  color: #dc1e32;
}

@media (max-width: 480px) {
  .stats-item {
    padding: 14px;
  }
  .stats-header {
    padding: 10px 14px;
  }
  .stats-bar-label {
    width: 80px;
  }
}


/* =============================================
   吹き出し（虎アイコン） (.tora-balloon)
   ============================================= */

.tora-balloon {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 14px 0;
}

.tora-balloon-icon {
  flex-shrink: 0;
  width: 52px;
  height: 52px;
}

.tora-balloon-icon img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  border: 2px solid #f5b8d0;
  background: #fff0f5;
  display: block;
  object-fit: contain;
}

.tora-balloon-body {
  position: relative;
  background: #fff0f7;
  border: 1.5px solid #f5b8d0;
  border-radius: 0 12px 12px 12px;
  padding: 12px 14px;
  font-size: 13px;
  line-height: 1.75;
  color: #3a1228;
  flex: 1;
}

.tora-balloon-body::before {
  content: '';
  position: absolute;
  top: 10px;
  left: -10px;
  border-width: 6px 10px 6px 0;
  border-style: solid;
  border-color: transparent #f5b8d0 transparent transparent;
}

.tora-balloon-body::after {
  content: '';
  position: absolute;
  top: 11px;
  left: -8px;
  border-width: 5px 8px 5px 0;
  border-style: solid;
  border-color: transparent #fff0f7 transparent transparent;
}


/* =============================================
   虎の実践結果ブロック (.tr2025-)
   ============================================= */

.tr2025-wrap {
  font-family: inherit !important;
  max-width: 720px !important;
  margin: 20px auto !important;
  padding: 0 !important;
  background: transparent !important;
}

.tr2025-layout {
  display: flex !important;
  align-items: stretch !important;
  border-radius: 14px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 28px rgba(232, 53, 122, 0.2) !important;
  background: transparent !important;
}

.tr2025-img-col {
  flex: 0 0 130px !important;
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  background: linear-gradient(180deg, #fde0ee 0%, #f9b8d5 100%) !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.tr2025-img-col img {
  width: 130px !important;
  height: auto !important;
  display: block !important;
  object-fit: contain !important;
  max-width: 130px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tr2025-right-col {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  background: transparent !important;
}

.tr2025-header {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  padding: 16px 22px 14px !important;
  background: linear-gradient(90deg, #e8357a 0%, #f06fa0 55%, #e8357a 100%) !important;
  position: relative !important;
  overflow: hidden !important;
  margin: 0 !important;
}

.tr2025-header::before {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  background: repeating-linear-gradient(
    -55deg,
    transparent,
    transparent 6px,
    rgba(255,255,255,0.05) 6px,
    rgba(255,255,255,0.05) 7px
  ) !important;
  pointer-events: none !important;
}

.tr2025-header-icon {
  font-size: 26px !important;
  line-height: 1 !important;
  position: relative !important;
  z-index: 1 !important;
  display: block !important;
}

.tr2025-header-text {
  display: flex !important;
  flex-direction: column !important;
  gap: 3px !important;
  position: relative !important;
  z-index: 1 !important;
}

.tr2025-header-sub {
  display: block !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0.28em !important;
  color: rgba(255,255,255,0.75) !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
}

.tr2025-header-title {
  display: block !important;
  font-family: inherit !important;
  font-size: 22px !important;
  font-weight: 900 !important;
  letter-spacing: 0.10em !important;
  line-height: 1.1 !important;
  color: #fff !important;
  text-shadow: 0 2px 8px rgba(0,0,0,0.15) !important;
}

.tr2025-body {
  flex: 1 !important;
  background: #fde8f2 !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  padding: 8px 10px 10px !important;
}

.tr2025-row {
  display: flex !important;
  align-items: stretch !important;
  background: #ffffff !important;
  border-radius: 8px !important;
  overflow: hidden !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
  transition: transform 0.2s !important;
  margin: 0 !important;
  padding: 0 !important;
}

.tr2025-row:hover {
  transform: translateX(3px) !important;
}

.tr2025-step {
  flex: 0 0 72px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  background: linear-gradient(160deg, #e8357a 0%, #a01848 100%) !important;
  color: #fff !important;
  padding: 12px 8px !important;
  gap: 3px !important;
  position: relative !important;
  overflow: hidden !important;
  min-height: 68px !important;
}

.tr2025-step::after {
  content: '' !important;
  position: absolute !important;
  top: -10px !important;
  right: -10px !important;
  width: 44px !important;
  height: 44px !important;
  border-radius: 50% !important;
  background: rgba(255,255,255,0.07) !important;
  pointer-events: none !important;
}

.tr2025-step--hot {
  background: linear-gradient(160deg, #c0206a 0%, #7a0a40 100%) !important;
}

.tr2025-step-num {
  display: block !important;
  font-family: inherit !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  color: rgba(255,255,255,0.85) !important;
  letter-spacing: 0.05em !important;
}

.tr2025-label {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  padding: 14px 16px !important;
  font-size: 13.5px !important;
  font-weight: 700 !important;
  color: #1a0a12 !important;
  line-height: 1.5 !important;
  border-left: 1px solid #f0e8ec !important;
  border-right: 1px solid #f0e8ec !important;
  background: #fff !important;
  margin: 0 !important;
}

.tr2025-value {
  flex: 0 0 100px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 12px !important;
  border-left: 3px solid #e8357a !important;
  background: #fff8fb !important;
  gap: 2px !important;
}

.tr2025-value--hot {
  background: linear-gradient(160deg, #fde0ee 0%, #fcd4e8 100%) !important;
}

.tr2025-num {
  display: inline-block !important;
  font-family: inherit !important;
  font-size: 28px !important;
  font-weight: 900 !important;
  color: #e8357a !important;
  line-height: 1 !important;
}

.tr2025-value--hot .tr2025-num {
  color: #a01848 !important;
  font-size: 32px !important;
}

.tr2025-unit {
  display: inline-block !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #999 !important;
  line-height: 1 !important;
}

@media (max-width: 600px) {
  .tr2025-layout {
    flex-direction: column !important;
  }

  .tr2025-img-col {
    flex: 0 0 auto !important;
    max-height: 110px !important;
    padding: 0 !important;
  }

  .tr2025-img-col img {
    width: 80px !important;
    max-width: 80px !important;
  }

  .tr2025-step {
    flex: 0 0 58px !important;
    min-height: auto !important;
    padding: 10px 6px !important;
  }

  .tr2025-value {
    flex: 0 0 80px !important;
  }

  .tr2025-num {
    font-size: 22px !important;
  }

  .tr2025-value--hot .tr2025-num {
    font-size: 26px !important;
  }
}
