/* ========================================
   ぎんカフェグループ - subpage.css
   下層ページ共通スタイル
   ======================================== */

/* ---- PAGE HERO ---- */
.page-hero {
  position: relative;
  height: 280px;
  margin-top: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #D32F2F;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute;
  inset: 0;
  background: url('https://gincafe-cars.com/wp-content/uploads/2024/01/banner.jpg') center/cover no-repeat;
  opacity: 0.18;
}
.page-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(180,0,0,0.85) 0%, rgba(211,47,47,0.75) 100%);
}
.page-hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
}
.page-hero-en {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.25em;
  color: rgba(255,255,255,0.75);
  margin-bottom: 10px;
}
.page-hero-title {
  font-size: 2.2rem;
  font-weight: 900;
  letter-spacing: 0.05em;
}

/* ---- BREADCRUMB ---- */
.breadcrumb {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  white-space: nowrap;
}
.breadcrumb ol {
  display: flex;
  align-items: center;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.breadcrumb li {
  font-size: 0.75rem;
  color: rgba(255,255,255,0.75);
}
.breadcrumb li + li::before {
  content: '/';
  margin-right: 8px;
  opacity: 0.5;
}
.breadcrumb a {
  color: rgba(255,255,255,0.85);
  text-decoration: none;
}
.breadcrumb a:hover { color: #fff; opacity: 1; }

/* ---- NAV CURRENT ---- */
.nav-current {
  color: #D32F2F !important;
}
.nav-current::after {
  transform: scaleX(1) !important;
}

/* ---- CONTACT FORM ---- */
.contact-form-wrap {
  max-width: 760px;
  margin: 0 auto;
  background: #fff;
  border-radius: 12px;
  padding: 48px 56px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.08);
}
.form-group {
  margin-bottom: 28px;
}
.form-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  font-weight: 700;
  color: #333;
  margin-bottom: 8px;
}
.required {
  background: #D32F2F;
  color: #fff;
  font-size: 0.7rem;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 3px;
}
.form-input,
.form-select,
.form-textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1.5px solid #ddd;
  border-radius: 6px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9rem;
  color: #333;
  background: #fafafa;
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}
.form-input:focus,
.form-select:focus,
.form-textarea:focus {
  border-color: #D32F2F;
  box-shadow: 0 0 0 3px rgba(211,47,47,0.1);
  background: #fff;
}
.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23999' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
  cursor: pointer;
}
.form-textarea {
  resize: vertical;
  min-height: 140px;
  line-height: 1.8;
}
.form-privacy {
  margin-top: 8px;
}
.checkbox-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.88rem;
  color: #555;
}
.checkbox-label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  accent-color: #D32F2F;
  flex-shrink: 0;
}
.checkbox-label a {
  color: #D32F2F;
  text-decoration: underline;
}
.form-submit {
  text-align: center;
  margin-top: 36px;
}
.form-submit .btn {
  min-width: 240px;
}
.form-submit .btn i {
  margin-left: 8px;
}

/* ---- ACCESS ---- */
.access-wrap {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 48px;
  align-items: start;
}
.access-info h3 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #D32F2F;
}
.access-dl {
  margin-bottom: 28px;
}
.access-dl dt {
  font-size: 0.8rem;
  font-weight: 700;
  color: #D32F2F;
  letter-spacing: 0.05em;
  margin-top: 20px;
  margin-bottom: 4px;
}
.access-dl dt:first-child { margin-top: 0; }
.access-dl dt i {
  margin-right: 6px;
}
.access-dl dd {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.7;
  padding-left: 4px;
}
.access-dl dd a {
  color: #D32F2F;
  font-weight: 700;
  font-size: 1.1rem;
}
.map-btn i { margin-right: 8px; }
.access-map {
  height: 420px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.access-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---- REASONS PAGE ---- */
.reasons-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 80px;
}
.reason-page-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
}
.reason-page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.13);
}
.reason-page-img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.reason-page-body {
  padding: 28px 28px 32px;
}
.reason-page-num {
  display: inline-block;
  background: #D32F2F;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 20px;
  margin-bottom: 12px;
}
.reason-page-body h3 {
  font-size: 1.05rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 12px;
  line-height: 1.5;
}
.reason-page-body p {
  font-size: 0.87rem;
  color: #555;
  line-height: 1.85;
}

/* ---- LINEUP PAGE ---- */
.lineup-page-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 60px;
}
.lineup-page-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
}
.lineup-page-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 40px rgba(0,0,0,0.14);
}
.lineup-page-img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.lineup-page-body {
  padding: 32px;
}
.lineup-page-name {
  font-size: 1.5rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.lineup-page-catch {
  font-size: 0.88rem;
  color: #D32F2F;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.6;
}
.lineup-page-features {
  margin-bottom: 28px;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.lineup-page-features li {
  font-size: 0.87rem;
  color: #444;
  padding: 8px 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.6;
}
.lineup-page-features li i {
  color: #D32F2F;
  margin-top: 3px;
  flex-shrink: 0;
}
.lineup-page-price {
  background: #fff8f8;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.lineup-page-price .price-label {
  display: block;
  font-size: 0.8rem;
  color: #999;
  margin-bottom: 4px;
}
.lineup-page-price .price-main {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.lineup-page-price .price-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.4rem;
  font-weight: 900;
  color: #D32F2F;
  line-height: 1;
}
.lineup-page-price .price-suffix {
  font-size: 0.9rem;
  color: #888;
}
.lineup-page-price .price-note {
  font-size: 0.78rem;
  color: #aaa;
  margin-top: 6px;
}

/* ---- LOAN MINI BANNER ---- */
.loan-banner {
  background: linear-gradient(135deg, #D32F2F 0%, #b71c1c 100%);
  border-radius: 12px;
  padding: 48px 40px;
  text-align: center;
  color: #fff;
  margin-top: 20px;
}
.loan-banner h3 {
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 12px;
}
.loan-banner p {
  font-size: 0.95rem;
  opacity: 0.9;
  margin-bottom: 28px;
  line-height: 1.8;
}

/* ---- LOAN PAGE ---- */
.loan-numbers-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  background: #D32F2F;
  border-radius: 16px;
  padding: 56px 40px;
  margin-bottom: 56px;
  color: #fff;
  flex-wrap: wrap;
}
.loan-big-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
.loan-big-label {
  font-size: 0.85rem;
  font-weight: 700;
  opacity: 0.8;
  letter-spacing: 0.05em;
}
.loan-big-value {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}
.loan-big-value strong {
  font-size: 4.5rem;
  font-weight: 900;
}
.loan-big-value small {
  font-size: 1.8rem;
}
.loan-big-note {
  font-size: 0.75rem;
  opacity: 0.75;
}
.loan-big-plus {
  font-size: 2.5rem;
  font-weight: 900;
  color: rgba(255,255,255,0.6);
}
.loan-merit-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 28px;
}
.loan-merit-card {
  background: #fff;
  border-radius: 10px;
  padding: 32px 28px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: transform 0.25s;
}
.loan-merit-card:hover { transform: translateY(-4px); }
.loan-merit-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #fff3f3;
  color: #D32F2F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.loan-merit-card h3 {
  font-size: 1rem;
  font-weight: 900;
  color: #1a1a1a;
}
.loan-merit-card p {
  font-size: 0.87rem;
  color: #555;
  line-height: 1.85;
}
.simulation-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  max-width: 800px;
  margin: 0 auto 24px;
}
.simulation-card {
  background: #fff;
  border-radius: 12px;
  padding: 36px 28px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  text-align: center;
  position: relative;
}
.simulation-card-featured {
  border: 2px solid #D32F2F;
}
.simulation-badge {
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
  background: #D32F2F;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 700;
  padding: 4px 16px;
  border-radius: 20px;
  white-space: nowrap;
}
.simulation-type {
  font-size: 1rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 20px;
}
.simulation-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
  margin-bottom: 24px;
}
.sim-label {
  font-size: 0.8rem;
  color: #999;
}
.sim-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.2rem;
  font-weight: 900;
  color: #D32F2F;
  line-height: 1;
}
.sim-suffix {
  font-size: 0.9rem;
  color: #888;
}
.simulation-list {
  text-align: left;
  margin-bottom: 28px;
}
.simulation-list li {
  font-size: 0.85rem;
  color: #444;
  padding: 7px 0;
  border-bottom: 1px solid #f5f5f5;
  display: flex;
  align-items: center;
  gap: 10px;
}
.simulation-list li i { color: #D32F2F; flex-shrink: 0; }
.simulation-note {
  font-size: 0.78rem;
  color: #aaa;
  text-align: center;
}
.loan-flow-grid {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 8px;
  align-items: center;
}
.loan-flow-item {
  background: #fff;
  border: 2px solid #eee;
  border-radius: 10px;
  padding: 24px 16px;
  text-align: center;
  transition: border-color 0.25s;
}
.loan-flow-item:hover { border-color: #D32F2F; }
.loan-flow-num {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.65rem;
  font-weight: 800;
  color: #D32F2F;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.loan-flow-icon {
  font-size: 1.5rem;
  color: #D32F2F;
  margin-bottom: 10px;
}
.loan-flow-item h3 {
  font-size: 0.88rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.loan-flow-item p {
  font-size: 0.78rem;
  color: #666;
  line-height: 1.7;
}
.loan-flow-arrow {
  color: #D32F2F;
  font-size: 1rem;
  text-align: center;
}

/* ---- COMPANY PAGE ---- */
.company-wrap {
  max-width: 860px;
  margin: 0 auto;
}
.company-logo-wrap {
  text-align: center;
  margin-bottom: 40px;
}
.company-logo {
  height: 56px;
  width: auto;
  margin: 0 auto;
}
.company-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}
.company-table th,
.company-table td {
  padding: 18px 24px;
  border-bottom: 1px solid #eee;
  line-height: 1.8;
  text-align: left;
  vertical-align: top;
}
.company-table th {
  width: 200px;
  font-weight: 700;
  color: #D32F2F;
  white-space: nowrap;
  background: #fff8f8;
}
.company-table td {
  color: #444;
}
.company-table td a {
  color: #D32F2F;
}
.company-message {
  display: grid;
  grid-template-columns: 1fr 1.6fr;
  gap: 56px;
  align-items: start;
}
.company-message-img img {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0 6px 28px rgba(0,0,0,0.1);
}
.company-message-text h3 {
  font-size: 1.3rem;
  font-weight: 900;
  color: #1a1a1a;
  line-height: 1.5;
  margin-bottom: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid #D32F2F;
}
.company-message-text p {
  font-size: 0.9rem;
  color: #444;
  line-height: 1.9;
  margin-bottom: 16px;
}
.company-sign {
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid #eee;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.company-sign-label {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.72rem;
  color: #aaa;
  letter-spacing: 0.1em;
}
.company-sign-name {
  font-size: 1.1rem;
  font-weight: 900;
  color: #333;
}

/* ---- SEMI ORDER ---- */
.semi-order-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.semi-order-item {
  background: #fff;
  border-radius: 10px;
  padding: 28px 20px;
  text-align: center;
  box-shadow: 0 2px 16px rgba(0,0,0,0.07);
  transition: transform 0.25s;
}
.semi-order-item:hover { transform: translateY(-4px); }
.semi-order-icon {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #D32F2F;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
  margin: 0 auto 16px;
}
.semi-order-item h3 {
  font-size: 0.95rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 10px;
}
.semi-order-item p {
  font-size: 0.83rem;
  color: #555;
  line-height: 1.8;
}

/* ---- RESPONSIVE ---- */
@media (max-width: 768px) {
  .page-hero { height: 220px; }
  .page-hero-title { font-size: 1.7rem; }

  .contact-form-wrap { padding: 28px 20px; }

  .access-wrap { grid-template-columns: 1fr; }
  .access-map { height: 280px; }

  .reasons-page-grid { grid-template-columns: 1fr; }
  .lineup-page-grid { grid-template-columns: 1fr; }
  .semi-order-grid { grid-template-columns: 1fr 1fr; }
  .loan-merit-grid { grid-template-columns: 1fr; }
  .simulation-grid { grid-template-columns: 1fr; }
  .loan-flow-grid { grid-template-columns: 1fr 1fr; gap: 16px; }
  .loan-flow-arrow { display: none; }
  .company-message { grid-template-columns: 1fr; }
  .company-table th { width: 120px; }
  .ratio-layout { flex-direction: column !important; gap: 24px; align-items: center !important; width: 100%; }
  .ratio-chart-wrap { width: 200px; height: 200px; margin: 0 auto; }
  .ratio-legend { width: 100%; }
  .rli-name { font-size: 0.88rem; }
  .rli-pct { font-size: 1.1rem; }
  .rli-desc { font-size: 0.8rem; }
  /* 比較表：スマホは横スクロール */
  .compare-table-wrap { padding: 20px 12px; }
  .compare-table-scroll { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .compare-table { min-width: 480px; }
  .compare-table th, .compare-table td { font-size: 0.75rem; padding: 10px 8px; white-space: nowrap; }
}

/* ========================================
   PURCHASE RATIO SECTION
   ======================================== */

/* レイアウト：チャート＋凡例を横並び */
.ratio-layout {
  display: flex;
  flex-direction: row;
  gap: 48px;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 64px;
}

/* チャートの相対位置コンテナ（中央テキスト重ね用） */
.ratio-chart-wrap {
  position: relative;
  width: 280px;
  height: 280px;
  flex-shrink: 0;
  margin: 0 auto;
}

/* チャート中央のテキスト */
.ratio-chart-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  pointer-events: none;
}
.ratio-chart-center-num {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 900;
  color: #D32F2F;
  line-height: 1;
}
.ratio-chart-center-num small {
  font-size: 1.4rem;
}
.ratio-chart-center-label {
  display: block;
  font-size: 0.72rem;
  font-weight: 700;
  color: #666;
  margin-top: 4px;
  white-space: nowrap;
}

/* 凡例リスト */
.ratio-legend {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 100%;
}
.ratio-legend-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 100%;
}

/* プログレスバー */
.ratio-legend-bar {
  height: 8px;
  background: #eee;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.ratio-legend-bar::after {
  content: '';
  position: absolute;
  top: 0; left: 0;
  height: 100%;
  width: var(--pct, 0%);
  border-radius: 4px;
  background: var(--bar-color, #D32F2F);
  transition: width 1.2s ease;
}

/* 凡例ヘッド（名前＋%） */
.rli-head {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.rli-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
  display: inline-block;
}
.rli-name {
  font-weight: 700;
  font-size: 0.95rem;
  color: #333;
  flex: 1;
  min-width: 0;
}
.rli-pct {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.4rem;
  font-weight: 900;
  line-height: 1;
  flex-shrink: 0;
}
.rli-desc {
  font-size: 0.85rem;
  color: #666;
  line-height: 1.7;
  margin: 0;
  width: 100%;
}

/* 比較表 */
.compare-table-wrap {
  background: #fff;
  border-radius: 12px;
  padding: 36px 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.07);
}
.compare-table-title {
  font-size: 1.1rem;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #D32F2F;
}
.compare-table-scroll {
  overflow-x: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
  /* スクロールバーをおしゃれに */
  scrollbar-width: thin;
  scrollbar-color: #D32F2F #f0f0f0;
}
.compare-table-scroll::-webkit-scrollbar {
  height: 4px;
}
.compare-table-scroll::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 2px;
}
.compare-table-scroll::-webkit-scrollbar-thumb {
  background: #D32F2F;
  border-radius: 2px;
}

/* 右端フェード（スクロール余地の暗示） */
.compare-table-outer {
  position: relative;
}
.compare-table-outer::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 100%;
  background: linear-gradient(to right, transparent, rgba(255,255,255,0.95));
  pointer-events: none;
  border-radius: 0 12px 12px 0;
  transition: opacity 0.3s;
}
.compare-table-outer.scrolled-end::after {
  opacity: 0;
}

/* スクロールヒント */
.scroll-hint {
  display: none;
  text-align: center;
  font-size: 0.75rem;
  color: #999;
  margin-top: 10px;
  animation: hintBounce 1.5s ease-in-out infinite;
}
.scroll-hint i {
  color: #D32F2F;
  margin: 0 4px;
}
@keyframes hintBounce {
  0%, 100% { transform: translateX(0); }
  30% { transform: translateX(-5px); }
  60% { transform: translateX(5px); }
}
@media (max-width: 768px) {
  .scroll-hint { display: block; }
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.88rem;
}
.compare-table th,
.compare-table td {
  padding: 14px 16px;
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
}
.compare-table thead th {
  background: #f7f7f7;
  font-weight: 700;
  font-size: 0.85rem;
  color: #333;
}
.compare-table .compare-label {
  text-align: left;
  font-weight: 700;
  color: #555;
  background: #fafafa;
  white-space: nowrap;
}
.compare-highlight {
  background: #fff8f8 !important;
  border-left: 3px solid #D32F2F;
  border-right: 3px solid #D32F2F;
}
.compare-table thead .compare-highlight {
  background: #D32F2F !important;
  color: #fff !important;
  border-radius: 0;
}
.compare-table thead .compare-highlight i {
  margin-right: 4px;
}
.compare-good {
  color: #D32F2F;
  font-weight: 700;
}
.compare-bad {
  color: #9E9E9E;
}
.compare-note {
  font-size: 0.78rem;
  color: #999;
  margin-top: 16px;
}
