/* ========================================
   Base & Reset (モバイルファースト)
========================================= */
* { box-sizing: border-box; margin: 0; padding: 0; }
body {
  font-family: 'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans', Meiryo, sans-serif;
  color: #333;
  line-height: 1.8;
  background: #f0f2f5;
  -webkit-text-size-adjust: 100%;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }

/* ========================================
   Layout
========================================= */
.article, .disclaimer, footer {
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
}
.article {
  padding: 0 20px 40px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

/* ========================================
   Header
========================================= */
.fv-wrap {
  position: relative;
  margin: 0 -20px 30px;
  overflow: hidden;
}
.pr-label {
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 11px;
  background: rgba(255,255,255,0.85);
  color: #666;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: 0.05em;
  z-index: 2;
}

/* ========================================
   Typography & Colors
========================================= */
.red { color: #d32f2f; font-weight: bold; }
.blue { color: #1976d2; font-weight: bold; }

.intro {
  font-size: 18px;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

.body-text {
  font-size: 16px;
  line-height: 1.9;
  margin-bottom: 28px;
  color: #333;
}

/* 見出し装飾 */
.heading {
  font-size: 22px;
  text-align: center;
  background: #f4faeb;
  color: #2e7d32;
  padding: 20px 16px;
  margin: 60px -20px 30px;
  border-top: 3px solid #68b33f;
  border-bottom: 3px solid #68b33f;
  line-height: 1.4;
}
.sub-heading {
  font-size: 18px;
  border-left: 6px solid #68b33f;
  padding-left: 12px;
  margin: 40px 0 20px;
  font-weight: bold;
  color: #333;
}

/* テキストサイズユーティリティ */
.text-lg { font-size: 20px; }
.text-xl { font-size: 22px; }

/* マーカー */
.marker-blue {
  background: linear-gradient(transparent 60%, #bbdefb 40%);
  padding: 0 4px;
}
.marker-yellow {
  background: linear-gradient(transparent 60%, #fff59d 40%);
  padding: 0 4px;
}

/* ========================================
   漫画パネル（フルワイド）
========================================= */
.manga-full {
  margin: 0 -20px 20px;
}
.manga-full-lg {
  margin: 0 -20px 30px;
}
.manga-full-xl {
  margin: 0 -20px 40px;
}

/* フルワイド画像（本文内） */
.full-img {
  margin: 0 auto 24px;
}

/* シーン転換テキスト */
.scene-break {
  text-align: center;
  font-size: 15px;
  color: #333;
  letter-spacing: 0.1em;
  margin-bottom: 20px;
}

/* ========================================
   Components
========================================= */
/* 比較表 */
.compare-title {
  font-size: 16px;
  font-weight: bold;
  color: #1e3a8a;
  text-align: center;
  margin: 0 16px 12px;
  padding: 8px 16px;
  background: #eff6ff;
  border-left: 4px solid #1e3a8a;
  border-radius: 0 8px 8px 0;
}
.compare-wrap {
  overflow-x: auto;
  margin: 20px -20px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.cmp-table {
  width: auto;
  min-width: 450px;
  border-collapse: collapse;
  font-size: 12px;
  background: white;
}
.cmp-table th, .cmp-table td {
  padding: 12px 8px;
  border: 1px solid #f1f5f9;
  text-align: center;
  vertical-align: middle;
  line-height: 1.7;
}
.cmp-table thead th {
  background: #f8fafc;
  font-weight: bold;
  color: #1e40af;
  font-size: 12px;
}
.cmp-table thead th.home4u-col {
  background: #f0fdf4;
  border-left: 2px solid #10b981;
  border-right: 2px solid #10b981;
}
.cmp-table td.home4u-col {
  background: #f0fdf4;
  border-left: 2px solid #10b981;
  border-right: 2px solid #10b981;
}
.cmp-table td.best {
  background: #f0fdf4;
  font-weight: bold;
  color: #065f46;
}
.cmp-th-first {
  min-width: 70px;
}
.cmp-th-screenshot {
  width: 120px;
  height: 120px;
  object-fit: cover;
  margin: 0 auto 8px;
  display: block;
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
}
.lose-cell {
  color: #9ca3af;
}
.cmp-btn-sm {
  display: inline-block;
  background: linear-gradient(180deg, #a8d86e 0%, #6db33f 100%);
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid #5a9a32;
  box-shadow: 0 3px 0 #4a8228;
  font-size: 10px;
  white-space: nowrap;
}
.cmp-btn-sm--other {
  display: inline-block;
  background: #757575;
  color: white;
  padding: 8px 12px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  box-shadow: 0 3px 0 #555;
  font-size: 10px;
  white-space: nowrap;
}
.scroll-hint-note {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
}

/* 比較表の補足表記 */
.text-sm { font-size: 11px; color: #666; }

/* ランキングカード */
.ranking-card {
  border: 2px solid #ddd;
  border-radius: 8px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.rank-1 { border-color: #fbc02d; border-width: 3px; }
.rank-2 { border-top: 3px solid #bdbdbd; }
.rank-3 { border-top: 3px solid #bdbdbd; }
.rank-badge-wrap { text-align: center; margin-top: -18px; }
.rank-badge { display: inline-block; background: #fbc02d; color: #fff; font-weight: bold; padding: 6px 30px; border-radius: 30px; font-size: 18px; box-shadow: 0 2px 4px rgba(0,0,0,0.15); }
.rank-badge-2 { background: #757575; padding: 6px 24px; font-size: 16px; }
.rank-badge-3 { background: #8d6e63; padding: 6px 24px; font-size: 16px; }
.rank-header { padding: 20px 16px 10px; text-align: center; }
.recommend-tag { font-size: 11px; background: #ffebee; color: #d32f2f; padding: 4px 10px; border-radius: 20px; display: inline-block; margin-bottom: 8px; font-weight: bold; }
.rank-header h3 { font-size: 22px; margin-bottom: 10px; }
.rank-screenshot img { width: 100%; border-radius: 6px 6px 0 0; }
.rank-tagline { font-size: 15px; font-weight: bold; padding: 0 16px 16px; color: #d32f2f; line-height: 1.5; }
.rank-body { padding: 0 16px 20px; }
.rank-spec { display: flex; flex-wrap: wrap; border-top: 1px solid #eee; padding-top: 16px; margin-bottom: 20px; font-size: 14px; }
.rank-spec dt { width: 35%; color: #666; padding: 8px 0; border-bottom: 1px dotted #ccc; }
.rank-spec dd { width: 65%; padding: 8px 0; border-bottom: 1px dotted #ccc; font-weight: bold; color: #111; }
.rank-points { list-style: none; margin-bottom: 24px; background: #f4faeb; padding: 16px; border-radius: 6px; }
.rank-points li { position: relative; padding-left: 24px; font-size: 14px; margin-bottom: 10px; color: #333; font-weight: bold; }
.rank-points li::before { content: "✓"; position: absolute; left: 0; color: #68b33f; font-weight: bold; font-size: 18px; line-height: 1; }
.rank-link { color: #1a0dab; text-decoration: underline; }
.rank-sub-tag { display: inline-block; font-size: 12px; background: #f5f5f5; color: #666; padding: 2px 10px; border-radius: 12px; margin-top: 4px; }

/* CTAボタン (共通) */
.rank-cta { text-align: center; }
.rank-btn { display: block; background: linear-gradient(180deg,#a8d86e 0%,#6db33f 100%); color: #fff !important; font-weight: 800; font-size: 18px; padding: 18px 10px; border-radius: 8px; border: 2px solid #5a9a32; box-shadow: 0 4px 0 #4a8228, 0 6px 12px rgba(0,0,0,0.15); margin-bottom: 10px; transition: 0.1s; text-align: center; text-decoration: none; }
.rank-btn:active { transform: translateY(4px); box-shadow: 0 0 0 #4a8228; }
.rank-btn-gray { display: block; background: linear-gradient(180deg,#9e9e9e 0%,#757575 100%); color: #fff !important; font-weight: 800; font-size: 18px; padding: 18px 10px; border-radius: 8px; border: 2px solid #616161; box-shadow: 0 4px 0 #424242, 0 6px 12px rgba(0,0,0,0.15); margin-bottom: 10px; transition: 0.1s; text-align: center; text-decoration: none; }
.rank-btn-gray:active { transform: translateY(4px); box-shadow: 0 0 0 #424242; }
.rank-btn-brown { display: block; background: linear-gradient(180deg,#a1887f 0%,#8d6e63 100%); color: #fff !important; font-weight: 800; font-size: 18px; padding: 18px 10px; border-radius: 8px; border: 2px solid #795548; box-shadow: 0 4px 0 #5d4037, 0 6px 12px rgba(0,0,0,0.15); margin-bottom: 10px; transition: 0.1s; text-align: center; text-decoration: none; }
.rank-btn-brown:active { transform: translateY(4px); box-shadow: 0 0 0 #5d4037; }
.rank-btn-sub { font-size: 12px; color: #666; }

/* CTAセクション */
.cta-section { margin: 40px 0; }
.cta-label { display: inline-block; font-size: 17px; font-weight: bold; color: #333; margin-bottom: 10px; }
.cta-label-red { display: inline-block; font-size: 14px; font-weight: 800; color: #c62828; margin-bottom: 8px; }

/* アコーディオン (FAQ) */
.faq-item { border: 2px solid #eceff1; border-radius: 8px; margin-bottom: 16px; background: #fff; overflow: hidden; }
.faq-q { padding: 16px 40px 16px 16px; font-weight: bold; font-size: 15px; position: relative; cursor: pointer; color: #1976d2; background: #f8fbff; }
.faq-q::after { content: "＋"; position: absolute; right: 16px; top: 50%; transform: translateY(-50%); font-size: 18px; color: #1976d2; transition: transform 0.2s; }
.open .faq-q::after { content: "－"; transform: translateY(-50%); }
.faq-a { padding: 16px; font-size: 14px; border-top: 1px dashed #ccc; display: none; background: #fff; line-height: 1.7; }
.open .faq-a { display: block; animation: fadeIn 0.3s ease; }
@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }

/* ========================================
   利用者の声
========================================= */
.voice-card-v2 {
  background-color: #fff;
  border: 2px solid #e3f2fd;
  border-radius: 12px;
  margin-bottom: 40px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}
.voice-photo-area {
  position: relative;
  width: 100%;
  height: 220px;
}
.voice-photo-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.voice-price-badge {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #d32f2f;
  color: #fff;
  padding: 12px 24px;
  border-radius: 16px 0 0 0;
  font-weight: 900;
  font-size: 26px;
  letter-spacing: 0.05em;
  line-height: 1.1;
  box-shadow: -2px -2px 10px rgba(0,0,0,0.2);
}
.voice-price-badge span {
  font-size: 13px;
  font-weight: bold;
  display: block;
  margin-bottom: 4px;
  opacity: 0.9;
}
.voice-content-area {
  padding: 24px 20px;
  position: relative;
}
.voice-content-area::before {
  content: "\201C";
  font-family: serif;
  position: absolute;
  top: -16px;
  left: 12px;
  font-size: 80px;
  color: #e3f2fd;
  line-height: 1;
  z-index: 0;
}
.voice-user-info {
  display: inline-block;
  background: #f5f5f5;
  padding: 6px 12px;
  border-radius: 4px;
  color: #555;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
  border-left: 4px solid #90caf9;
}
.voice-text {
  font-size: 15px;
  color: #333;
  line-height: 1.8;
  font-weight: bold;
  position: relative;
  z-index: 1;
}

/* ステップ */
.steps-grid { margin-bottom: 40px; }
.step-card { display: flex; align-items: flex-start; margin-bottom: 16px; background: #fff; padding: 20px; border-radius: 8px; box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-left: 6px solid #68b33f; }
.step-num { flex-shrink: 0; width: 44px; height: 44px; background: #68b33f; color: #fff; font-weight: bold; font-size: 22px; border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 16px; }
.step-title { font-weight: bold; font-size: 18px; margin-bottom: 6px; color: #333; }
.step-desc { font-size: 14px; color: #666; line-height: 1.5; }

/* Note (注釈) */
.note-small { font-size: 12px; color: #999; margin-bottom: 30px; text-align: center; }

/* Author Box */
.author-box { display: flex; background: #f4faeb; padding: 20px; border-radius: 8px; margin-top: 60px; align-items: center; border: 1px solid #c8e6c9; }
.author-icon { width: 56px; height: 56px; background: #fff; border: 3px solid #68b33f; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 14px; color: #68b33f; margin-right: 16px; flex-shrink: 0; text-align: center; line-height: 1.2; }
.author-info { font-size: 13px; color: #555; line-height: 1.6; }
.author-info strong { display: block; font-size: 15px; margin-bottom: 6px; color: #333; }

/* Footer & Disclaimer */
.disclaimer { font-size: 11px; color: #888; padding: 30px 20px; background: #f5f5f5; line-height: 1.8; }
footer { text-align: center; padding: 24px 20px; font-size: 11px; background: #333; color: #ccc; }
footer a { color: #fff; text-decoration: underline; margin: 0 8px; }
footer .copyright { display: block; margin-top: 10px; }

/* ========================================
   査定額比較（リアル写真ハイライト版）
========================================= */
.assessment-diff-container {
  background-color: #e1f5fe;
  padding: 24px 16px;
  border-radius: 12px;
  margin: 30px -10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.assessment-diff-title {
  text-align: center;
  background-color: #fff;
  padding: 10px 24px;
  border-radius: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #333;
  margin-bottom: 24px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.assessment-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.assessment-list-item {
  background-color: #fff;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 4px rgba(0,0,0,0.03);
}
.assessment-list-company {
  font-size: 15px;
  font-weight: bold;
  color: #555;
}
.assessment-list-price {
  font-size: 20px;
  font-weight: 900;
  color: #333;
  letter-spacing: 0.02em;
}
.assessment-list-price span {
  font-size: 14px;
  font-weight: bold;
}
.assessment-list-price.low-price {
  color: #1976d2;
}
.assessment-down-arrow {
  text-align: center;
  color: #d32f2f;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1;
  animation: bounceDown 1.5s infinite;
}
@keyframes bounceDown {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(5px); }
}
.assessment-highlight-card {
  background-color: #fff;
  border: 3px solid #d32f2f;
  border-radius: 12px;
  padding: 24px 16px;
  text-align: center;
  position: relative;
  box-shadow: 0 8px 16px rgba(211, 47, 47, 0.15);
  margin-bottom: 24px;
  transform: scale(1.02);
}
.assessment-highlight-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d32f2f;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  padding: 6px 24px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  letter-spacing: 0.1em;
  white-space: nowrap;
}
.assessment-highlight-company {
  font-size: 17px;
  font-weight: bold;
  color: #333;
  margin-bottom: 16px;
  margin-top: 4px;
}
.assessment-real-img {
  width: 80%;
  max-width: 320px;
  margin: 0 auto 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  display: block;
}
.assessment-highlight-price-wrap {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  background: #fff8e1;
  padding: 12px;
  border-radius: 8px;
  border: 1px dashed #fbc02d;
}
.assessment-highlight-price {
  font-size: 34px;
  font-weight: 900;
  color: #d32f2f;
  line-height: 1.2;
  display: block;
}
.assessment-highlight-price span {
  font-size: 18px;
}
.assessment-result {
  text-align: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.assessment-result .diff-amount {
  color: #d32f2f;
  font-size: 28px;
  border-bottom: 3px solid #d32f2f;
  padding: 0 4px;
  margin: 0 4px;
}

/* ========================================
   下向き矢印アニメーション
========================================= */
.scroll-arrow { display: flex; flex-direction: column; align-items: center; margin: 10px 0 40px; }
.scroll-arrow span { display: block; width: 20px; height: 20px; border-bottom: 4px solid #d32f2f; border-right: 4px solid #d32f2f; transform: rotate(45deg); margin: -6px 0; animation: scrollDown 1.5s infinite; }
.scroll-arrow span:nth-child(1) { animation-delay: 0s; }
.scroll-arrow span:nth-child(2) { animation-delay: 0.15s; }
.scroll-arrow span:nth-child(3) { animation-delay: 0.3s; }
@keyframes scrollDown { 0% { opacity: 0; transform: rotate(45deg) translate(-5px, -5px); } 50% { opacity: 1; } 100% { opacity: 0; transform: rotate(45deg) translate(5px, 5px); } }

/* ========================================
   得意分野の違い
========================================= */
.specialty-container {
  background-color: #e3f2fd;
  padding: 24px 16px;
  border-radius: 12px;
  margin: 30px -10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.specialty-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  color: #333;
  margin-bottom: 24px;
  letter-spacing: 0.05em;
}
.specialty-cards {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-bottom: 24px;
}
.specialty-card {
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.03);
  border: 1px solid #bbdefb;
  display: flex;
  align-items: center;
  gap: 16px;
}
.specialty-icon-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  width: 72px;
}
.specialty-icon {
  font-size: 28px;
  line-height: 1;
  margin-bottom: 6px;
}
.specialty-badge {
  background-color: #bbdefb;
  color: #1565c0;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 8px;
  border-radius: 12px;
  text-align: center;
  line-height: 1.4;
}
.specialty-text-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.specialty-text-main {
  font-size: 15px;
  font-weight: bold;
  color: #111;
  margin-bottom: 4px;
}
.specialty-text-sub {
  font-size: 13px;
  font-weight: bold;
  color: #555;
  line-height: 1.4;
}
.specialty-conclusion {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin-top: 10px;
}

/* ========================================
   アンケートランキング
========================================= */
.ranking-board {
  background-color: #e3f2fd;
  padding: 24px 16px;
  border-radius: 12px;
  margin: 30px -10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.ranking-board-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.ranking-board-source {
  font-size: 11px;
  text-align: center;
  color: #1976d2;
  margin-bottom: 24px;
}
.rank-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.rank-item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.03);
  border: 1px solid #bbdefb;
  color: #555;
  font-weight: bold;
}
.rank-num-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background-color: #f0f0f0;
  border-radius: 50%;
  margin-right: 14px;
  color: #757575;
  font-size: 14px;
  font-weight: 900;
}
.rank-text {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
}
.rank-pct {
  font-size: 13px;
  color: #888;
  margin-left: 10px;
  flex-shrink: 0;
}
.rank-item.target-highlight {
  border: 2px solid #ff5252;
  transform: scale(1.03);
  box-shadow: 0 8px 16px rgba(255, 82, 82, 0.15);
  position: relative;
  z-index: 1;
}
.rank-item.target-highlight .rank-num-wrap {
  background-color: #ff5252;
  color: #fff;
  font-size: 16px;
  box-shadow: 0 2px 4px rgba(255, 82, 82, 0.4);
}
.rank-item.target-highlight .rank-text {
  font-size: 15px;
  color: #d32f2f;
}
.rank-item.target-highlight .rank-pct {
  color: #d32f2f;
  font-size: 15px;
  font-weight: 900;
}
.rank-item.target-highlight::before {
  content: "重要！";
  position: absolute;
  top: -12px;
  left: -8px;
  background-color: #ff5252;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  transform: rotate(-10deg);
  letter-spacing: 0.05em;
}

/* ========================================
   査定額の差（統計データ）
========================================= */
.result-board {
  background-color: #e3f2fd;
  padding: 24px 16px;
  border-radius: 12px;
  margin: 30px -10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.result-board-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  color: #333;
  margin-bottom: 6px;
  letter-spacing: 0.05em;
}
.result-board-source {
  font-size: 11px;
  text-align: center;
  color: #1976d2;
  margin-bottom: 24px;
}
.result-summary {
  background-color: #fff;
  border: 3px solid #ff5252;
  border-radius: 8px;
  padding: 24px 16px;
  text-align: center;
  margin-bottom: 24px;
  box-shadow: 0 6px 12px rgba(255, 82, 82, 0.15);
  position: relative;
  transform: scale(1.02);
}
.result-summary::before {
  content: "注目！";
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #ff5252;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px;
  letter-spacing: 0.1em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.result-summary-text {
  font-size: 15px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}
.result-summary-number {
  font-size: 46px;
  font-weight: 900;
  color: #d32f2f;
  line-height: 1;
  letter-spacing: -0.02em;
}
.result-summary-number span {
  font-size: 22px;
  font-weight: bold;
}
.result-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.result-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.03);
  border: 1px solid #bbdefb;
  font-size: 14px;
  font-weight: bold;
}
.result-item.highlight .result-label {
  color: #d32f2f;
}
.result-item.highlight .result-label::before {
  content: "★";
  color: #fbc02d;
  margin-right: 6px;
  font-size: 16px;
}
.result-item.highlight .result-pct {
  color: #d32f2f;
  font-size: 16px;
  font-weight: 900;
}
.result-item.default {
  background-color: #f9f9f9;
  border: 1px dashed #ccc;
}
.result-item.default .result-label,
.result-item.default .result-pct {
  color: #999;
  font-weight: normal;
}

/* ========================================
   提携先比較
========================================= */
.service-diff-container {
  background-color: #e3f2fd;
  padding: 24px 16px;
  border-radius: 12px;
  margin: 30px -10px;
  box-shadow: inset 0 2px 4px rgba(0,0,0,0.02);
}
.service-diff-title {
  text-align: center;
  font-weight: bold;
  font-size: 19px;
  color: #333;
  margin-bottom: 20px;
  letter-spacing: 0.05em;
}
.service-cards-row {
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
}
.service-card-half {
  flex: 1;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px 8px;
  text-align: center;
  border: 1px dashed #90caf9;
  box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.service-card-full {
  background-color: #fff;
  border-radius: 8px;
  padding: 20px 16px;
  text-align: center;
  border: 2px solid #1976d2;
  box-shadow: 0 6px 12px rgba(25, 118, 210, 0.15);
  transform: scale(1.02);
  margin-top: 16px;
}
.service-mark {
  font-size: 16px;
  font-weight: bold;
  color: #999;
  margin-bottom: 4px;
}
.service-mark.mark-good {
  color: #d32f2f;
  font-size: 20px;
}
.service-heading {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 12px;
}
.service-heading.heading-good {
  font-size: 16px;
  color: #1976d2;
}
.service-icon {
  font-size: 36px;
  line-height: 1;
  margin-bottom: 12px;
}
.service-text {
  font-size: 12px;
  font-weight: bold;
  color: #555;
  line-height: 1.4;
}
.service-text.text-good {
  font-size: 14px;
  color: #333;
}
.service-arrow-down {
  width: 16px;
  height: 16px;
  border-bottom: 4px solid #1976d2;
  border-right: 4px solid #1976d2;
  transform: rotate(45deg);
  margin: 0 auto;
}

/* ========================================
   理由ボックス
========================================= */
.reason-box {
  background: #f4faeb;
  border-radius: 8px;
  padding: 20px 16px;
  margin-bottom: 30px;
}
.reason-item {
  margin-bottom: 16px;
}
.reason-item:last-child {
  margin-bottom: 0;
}
.reason-tag {
  display: inline-block;
  background: #68b33f;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  padding: 2px 10px;
  border-radius: 12px;
  margin-bottom: 6px;
}
.reason-text {
  font-size: 15px;
  line-height: 1.7;
  margin: 0;
}

/* ========================================
   最終CTAセクション
========================================= */
.final-cta-wrap {
  background: #f4faeb;
  padding: 40px 20px;
  text-align: center;
  margin: 60px -20px 0;
  border-top: 4px solid #68b33f;
}
.final-cta-title {
  font-size: 22px;
  margin-bottom: 12px;
  color: #333;
  font-weight: bold;
}
.final-cta-text {
  margin-bottom: 8px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
}
.final-cta-emphasis {
  margin-bottom: 24px;
  font-weight: bold;
  color: #d32f2f;
  font-size: 16px;
}
.final-cta-cards {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 440px;
  margin: 0 auto;
}
.final-cta-card {
  display: block;
  padding: 18px 15px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  text-decoration: none;
  color: #333;
  position: relative;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.final-cta-card-1 {
  border: 3px solid #68b33f;
  box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
.final-cta-badge {
  position: absolute;
  top: -14px;
  left: 16px;
  background: #d32f2f;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 16px;
  border-radius: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.final-cta-badge-2 {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #757575;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 12px;
  border-radius: 4px;
}
.final-cta-badge-3 {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #8d6e63;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  padding: 2px 12px;
  border-radius: 4px;
}
.final-cta-sub {
  display: block;
  font-size: 13px;
  color: #666;
  margin-bottom: 4px;
  font-weight: bold;
}
.final-cta-sub-sm {
  display: block;
  font-size: 12px;
  color: #666;
  margin-bottom: 4px;
}
.final-cta-name {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #2e7d32;
}
.final-cta-name-link {
  display: block;
  color: #1a0dab;
  font-size: 18px;
  font-weight: bold;
}
.final-cta-note {
  display: block;
  margin-top: 24px;
  font-size: 13px;
  color: #666;
}

/* ========================================
   絞り込みツール
========================================= */
.finder-tool {
  margin: 0 16px 40px;
  padding: 24px 16px;
  border: 2px solid #d1d5db;
  border-radius: 16px;
  background: #fafbfc;
}
.finder-step { margin-bottom: 20px; }
.finder-label {
  font-size: 15px;
  font-weight: 900;
  color: #1e3a8a;
  margin-bottom: 10px;
}
.finder-buttons { display: flex; gap: 8px; flex-wrap: wrap; }
.finder-buttons--col { flex-direction: column; }
.finder-btn {
  flex: 1;
  min-width: 0;
  padding: 12px 8px;
  border: 2px solid #d1d5db;
  border-radius: 10px;
  background: #fff;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
  transition: all 0.15s;
  text-align: center;
}
.finder-buttons--col .finder-btn { flex: none; }
.finder-btn:hover { border-color: #1e3a8a; background: #f0f4ff; }
.finder-btn.active { border-color: #1e3a8a; background: #1e3a8a; color: #fff; }
.finder-btn.disabled { opacity: 0.35; pointer-events: none; }
.finder-result { margin-top: 28px; display: none; }
.finder-result.is-visible { display: block; animation: fadeInFinder 0.3s ease; }
@keyframes fadeInFinder {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}
.finder-result-header { text-align: center; margin-bottom: 20px; }
.finder-result-title { font-size: 18px; font-weight: 900; color: #1e3a8a; margin-bottom: 8px; }
.finder-result-tags { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.finder-tag {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 20px;
  background: #e8f0fe;
  color: #1e3a8a;
  font-size: 12px;
  font-weight: 700;
}
.finder-card {
  border: 2px solid #e5e7eb;
  border-radius: 14px;
  padding: 20px 16px;
  margin-bottom: 12px;
  position: relative;
}
.finder-card:first-child { border-color: #1e3a8a; background: #f8faff; }
.finder-card-rank {
  position: absolute;
  top: -12px;
  left: 16px;
  background: #1e3a8a;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  padding: 3px 12px;
  border-radius: 20px;
}
.finder-card:first-child .finder-card-rank { background: #dc2626; }
.finder-card-name { font-size: 18px; font-weight: 900; margin-bottom: 4px; }
.finder-card-company { font-size: 12px; color: #888; margin-bottom: 12px; }
.finder-card-reason { font-size: 14px; font-weight: 700; color: #1e3a8a; margin-bottom: 10px; line-height: 1.5; }
.finder-card-features { list-style: none; margin-bottom: 16px; }
.finder-card-features li { font-size: 13px; padding: 3px 0; padding-left: 20px; position: relative; text-align: left; }
.finder-card-features li::before { content: "\2713"; position: absolute; left: 0; color: #047857; font-weight: 900; }
.finder-card-cta {
  display: block;
  text-align: center;
  padding: 14px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  color: #fff;
  background: #10b981;
  transition: background 0.15s;
}
.finder-card-cta:hover { background: #047857; }
.finder-card-cta--sub { background: #fff; color: #1e3a8a; border: 2px solid #1e3a8a; }
.finder-card-cta--sub:hover { background: #f0f4ff; }
