/* ==================================================
  人気カードローン5社比較
================================================== */

/* 詳細カードローン比較セクションのスタイル */
.detail-comparison-section {
  padding: 40px 10px;
  background: #f8f9fa;
}

.detail-comparison-container {
  max-width: 1200px;
  margin: 0 auto;
}

.detail-comparison-title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 900;
  color: #1a5fb4;
  margin-bottom: 40px;
  position: relative;
}

.detail-comparison-title::after {
  content: '';
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: linear-gradient(to right, #1a5fb4, #2980b9);
  border-radius: 2px;
}

.detail-comparison-subtitle {
  text-align: center;
  font-size: 1.4rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px;
}

.detail-banner {
  margin-bottom: 40px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.detail-banner-header {
  position: relative;
  display: flex;
  align-items: stretch;
}

.white-box {
  position: relative;
  width: 220px;
  overflow: hidden;
}


/* 各カードローン会社間のマージンを調整 */
.loan-company-wrapper {
  margin-bottom: 125px;
  /* PC表示用のマージン */
}

/* 最後の会社にはマージンを付けない */
.loan-company-wrapper:last-child {
  margin-bottom: 0;
}

/* スマホ表示時のマージン調整 */
@media (max-width: 768px) {
  .loan-company-wrapper {
    margin-bottom: 75px;
    /* スマホ表示用のマージン */
  }
}


/***** 共通スタイル *****/
/* 各カードローン会社間のマージンを調整 */
.loan-company-wrapper {
  margin-bottom: 125px;
  /* PC表示用のマージン */
}

/* 最後の会社にはマージンを付けない */
.loan-company-wrapper:last-child {
  margin-bottom: 0;
}

/* スマホ表示時のマージン調整 */
@media (max-width: 768px) {
  .loan-company-wrapper {
    margin-bottom: 65px;
    /* スマホ表示用のマージン */
  }
}

/* 会社情報 */
.detail-company-info {
  flex: 1;
  padding: 20px 30px;
  color: white;
}

.detail-company-name {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 5px;
}

.company-tagline {
  font-size: 1rem;
  margin-bottom: 10px;
}

/* 評価 */
.detail-rating {
  display: flex;
  align-items: center;
}

.detail-stars {
  color: #ffc107;
  margin-right: 8px;
  display: flex;
}

.rating-text {
  color: white;
  font-size: 0.9rem;
}

/* ヘッダーCTAコンテナ */
.header-cta-container {
  display: flex;
  align-items: center;
  padding: 0 30px;
}

/* ヘッダーCTAボタン - 候補1: グラデーションと強いシャドウ */
.header-cta {
  background: linear-gradient(to bottom, #ffffff 0%, #f0f0f0 100%);
  padding: 12px 24px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2), 0 1px 3px rgba(0, 0, 0, 0.1);
  border: none;
  display: inline-block;
  text-align: center;
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.header-cta:active {
  transform: translateY(-1px);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/* プロモーション画像 */
.promo-image {
  width: 100%;
}

/* 行間の隙間を削除（SPバナーとボタンの間） */
.promo-wrapper a {
  line-height: 0;
}

/* ランキング表示 */
.ranking-display {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

/* 共通のグラデーション効果 */
.ranking-display::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 50%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
}

/* ランキング背景色 */
.gold-bg {
  background: linear-gradient(135deg, #FFD700, #FFC107, #FFB300, #FFC107);
}

.silver-bg {
  background: linear-gradient(135deg, #C0C0C0, #E8E8E8, #A9A9A9, #C0C0C0);
}

.bronze-bg {
  background: linear-gradient(135deg, #CD7F32, #DAA520, #B87333, #CD7F32);
}

/* ランキングテキスト */
.ranking-text {
  display: flex;
  align-items: baseline;
  color: white;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
  z-index: 2;
}

.number {
  font-size: 4.5rem;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.suffix {
  font-size: 2.5rem;
  margin-left: 5px;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* 輝く効果 */
.shine-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 40%,
      rgba(255, 255, 255, 0.6) 50%,
      rgba(255, 255, 255, 0) 60%,
      rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  animation: shineHorizontal 3s infinite;
}

@keyframes shineHorizontal {
  0% {
    transform: translateX(-100%);
  }

  100% {
    transform: translateX(100%);
  }
}

/* キー指標スタイル */
.key-metrics {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.metric-item {
  flex: 1;
  min-width: 150px;
  text-align: center;
  padding: 15px 10px;
}

.metric-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  color: white;
  font-size: 24px;
}

.metric-label {
  font-size: 14px;
  color: #666;
  margin-bottom: 5px;
}

.metric-value {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

/* レディースアイコン サイズ */
.fa-female-size {
  font-size: 25px;
}

/* タブスタイル */
.company-sections {
  margin: 30px 0;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-tabs {
  display: flex;
  border-bottom: 1px solid #eee;
}

.tab {
  flex: 1;
  text-align: center;
  padding: 15px 10px;
  cursor: pointer;
  transition: all 0.3s;
  color: #666;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  border-radius: 6px 6px 0 0;
}

.tab i {
  margin-right: 8px;
}

/* コンテンツパネル */
.section-content {
  background-color: white;
  padding: 20px;
}

.content-panel {
  display: none;
}

.content-panel.active {
  display: block;
}

.section-description {
  margin-bottom: 20px;
  color: #555;
  line-height: 1.6;
}

/* 特徴詳細 */
.feature-details {
  margin-top: 30px;
}

.feature-detail-item {
  display: flex;
  margin-bottom: 20px;
  align-items: flex-start;
  background-color: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.feature-detail-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
}

.feature-detail-content h5 {
  margin-bottom: 5px;
  color: #333;
}

.feature-detail-content p {
  color: #666;
}

/* 申込条件 */
.requirements-list {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}

.requirement-item {
  display: flex;
  width: 100%;
  padding: 15px;
  align-items: center;
  background-color: #fff;
  margin-bottom: 10px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.requirement-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  color: white;
  font-size: 20px;
  flex-shrink: 0;
}

.requirement-content h5 {
  margin-bottom: 5px;
  color: #333;
  font-weight: bold;
}

.requirement-content p {
  color: #666;
}

/* 申込手順 */
.process-steps {
  position: relative;
  margin: 40px 0;
  padding: 0 20px 0 30px;
}

.process-timeline {
  position: absolute;
  top: 50px;
  bottom: 50px;
  left: 55px;
  width: 1px;
  z-index: 1;
}

.process-step {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  align-items: center;
}

.step-number-container {
  width: 50px;
  height: 50px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}

.step-number {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 22px;
}

.step-icon-container {
  margin-right: 20px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.step-content {
  flex: 1;
}

.step-content h5 {
  margin-bottom: 5px;
  color: #333;
  font-size: 18px;
  font-weight: bold;
}

.step-content p {
  color: #666;
}

/* レビュー */
.reviews-container {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px;
}

.review-card {
  flex: 1;
  min-width: 300px;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.review-quote {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
}

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

.reviewer-avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  color: white;
  font-size: 24px;
}

.reviewer-name {
  font-weight: bold;
  color: #333;
}

.review-date {
  font-size: 12px;
  color: #999;
}

.review-rating {
  color: #ffc107;
  margin-bottom: 10px;
}

.review-content {
  color: #555;
  line-height: 1.6;
}

/* CTA */
.company-cta {
  text-align: center;
  margin: 30px 0;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* メインの申し込みボタン - 候補1 */
.btn-apply-large {
  display: inline-block;
  padding: 15px 40px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  transition: all 0.3s ease;
  color: white;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
  border: none;
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-apply-large:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3), 0 6px 10px rgba(0, 0, 0, 0.1);
}

.btn-apply-large:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.cta-note {
  color: #666;
  font-size: 14px;
}

/* カウントダウンタイマーのスタイル */
.countdown-container {
  max-width: 800px;
  margin: 30px auto;
  background-color: white;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.countdown-header {
  color: white;
  padding: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 1px;
}

.countdown-body {
  padding: 30px;
  background-color: white;
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.time-prefix {
  font-size: 20px;
  font-weight: 600;
  color: #555;
  margin-right: 15px;
}

.time-blocks {
  display: flex;
  align-items: center;
}

.time-block {
  display: flex;
  align-items: center;
  margin: 0 5px;
}

.time-value {
  font-size: 40px;
  font-weight: 700;
  padding: 15px;
  border-radius: 8px;
  min-width: 80px;
  text-align: center;
}

.time-label {
  font-size: 14px;
  color: #666;
  font-weight: 500;
  margin-left: 8px;
}

.countdown-separator {
  font-size: 40px;
  font-weight: 300;
  margin: 0 5px;
}

.apply-note {
  text-align: center;
  font-size: 14px;
  color: #666;
  padding: 0 20px 20px;
}

/* メインの申し込みボタン */
.apply-button {
  display: block;
  width: 100%;
  color: white;
  text-align: center;
  padding: 18px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border: none;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.apply-button:active {
  transform: translateY(-1px);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.pc-only-cta {
  display: flex;
}

/* タブセクションと説明テキストの余白調整 */
@media (max-width: 768px) {
  /* セクションの説明テキストの余白調整 */
  .section-description {
    padding-left: 10px;
    padding-right: 10px;
  }
  
  /* タブセクション全体の余白調整 */
  .section-content {
    padding: 15px 10px;
  }
  
  /* タブの余白調整 */
  .section-tabs {
    padding: 5px;
  }
  
  .tab {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 8px 5px;
    min-height: 60px; /* タブの高さを確保 */
  }
  
  /* アイコンをテキストの上に配置 */
  .tab i {
    margin-right: 0; /* 右マージンを削除 */
    margin-bottom: 4px; /* 下マージンを追加 */
    font-size: 1.1em; /* アイコンサイズ調整 */
  }
  
  /* テキストのスタイル調整 */
  .tab span {
    font-size: 0.8em; /* テキストサイズを小さく */
    text-align: center;
    line-height: 1.2; /* 行間を詰める */
  }
  
  /* 特徴詳細コンテナの余白調整 */
  .feature-details {
    margin-top: 15px;
  }
  
  /* コンテンツパネル内の余白調整 */
  .content-panel {
    padding: 5px;
  }
  
  /* 特徴詳細アイテム内のテキスト余白調整 */
  .feature-detail-content h5 {
    margin-bottom: 8px;
  }
  
  .feature-detail-content p {
    line-height: 1.5;
    margin-bottom: 0;
  }

  /* 申込手順 */
  .step-icon-container {
    display: none;
  }

  .process-timeline {
    left: 55px;
  }
  
}

@media (max-width: 768px) {
  .detail-banner-header {
    flex-direction: column;
    align-items: stretch;
  }

  .white-box {
    width: 100%;
    height: 100px;
  }

  .detail-company-info {
    padding: 15px;
  }

  .header-cta-container {
    padding: 15px;
    justify-content: center;
  }

  .header-cta {
    width: 100%;
    text-align: center;
  }

  .metric-item {
    width: 50%;
    flex: none;
  }

  .countdown-body {
    padding: 20px;
  }

  .time-value {
    font-size: 32px;
    min-width: 60px;
    padding: 10px;
  }

  .countdown-separator {
    font-size: 32px;
  }

  .detail-comparison-title {
    font-size: 1.85rem;
  }

  .detail-comparison-subtitle {
    font-size: 1.2rem;
  }

  .sp-only-cta {
    display: flex;
  }

  .pc-only-cta {
    display: none;
  }
}



/* ---------- アイフル固有のスタイル ---------- */

.aiful-info {
  background-color: #E60012;
}

.aiful-cta-container {
  background-color: #E60012;
}

.aiful-cta {
  color: #E60012;
}

.aiful-cta:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #ffe8e8 100%);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(255, 105, 105, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ff1a2d;
}

.aiful-bg {
  background: linear-gradient(135deg, #FF3333, #E60012, #CC0000, #E60012);
}

.aiful-metrics {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.aiful-icon {
  background-color: #E60012;
}

.aiful-highlight {
  color: #E60012;
}

.aiful-sections {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.aiful-tabs {
  background-color: #fef2f2;
}

.aiful-tab.active {
  color: white;
  background-color: #E60012;
}

.aiful-tab:not(.active):hover {
  background-color: #fee2e2;
  color: #E60012;
}

.aiful-detail-item {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.aiful-detail-icon {
  background-color: #E60012;
}

.aiful-requirement {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.aiful-requirement-icon {
  background-color: #E60012;
}

.aiful-timeline {
  background-color: rgba(230, 0, 18, 0.2);
}

.aiful-step-number {
  background-color: #E60012;
}

.aiful-step-icon-container {
  background-color: #fef2f2;
}

.aiful-step-icon {
  color: #E60012;
}

.aiful-review {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.aiful-quote {
  color: rgba(230, 0, 18, 0.1);
}

.aiful-avatar {
  background-color: #E60012;
}

.aiful-cta-box {
  background-color: #fef2f2;
}

.aiful-btn-large {
  background: linear-gradient(to bottom, #ff3333 0%, #E60012 100%);
}

.aiful-btn-large:hover {
  background: linear-gradient(to bottom, #ff4d4d 0%, #ff1a2d 100%);
}

.aiful-countdown-header {
  background-color: #E60012;
}

.aiful-time-value {
  background-color: #fff0f0;
  color: #E60012;
  box-shadow: 0 4px 0 rgba(230, 0, 18, 0.1);
}

.aiful-countdown-separator {
  color: #E60012;
}

.aiful-apply-button {
  background: linear-gradient(to bottom, #ff3333 0%, #E60012 100%);
  box-shadow: 0 6px 12px rgba(230, 0, 18, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.aiful-apply-button:hover {
  background: linear-gradient(to bottom, #ff4d4d 0%, #ff1a2d 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(230, 0, 18, 0.4), 0 6px 10px rgba(0, 0, 0, 0.1);
}


/* ---------- プロミス固有のスタイル ---------- */

.promise-info {
  background-color: #005BAC;
}

.promise-cta-container {
  background-color: #005BAC;
}

.promise-cta {
  color: #005BAC;
}

.promise-cta:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #e8f0ff 100%);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(105, 155, 255, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #0070d7;
}

.promise-bg {
  background: linear-gradient(135deg, #0070D7, #005BAC, #004A8C, #005BAC);
}

.promise-metrics {
  border: 1px solid rgba(0, 91, 172, 0.1);
}

.promise-icon {
  background-color: #005BAC;
}

.promise-highlight {
  color: #005BAC;
}

.promise-sections {
  border: 1px solid rgba(0, 91, 172, 0.1);
}

.promise-tabs {
  background-color: #f0f7ff;
}

.promise-tab.active {
  color: white;
  background-color: #005BAC;
}

.promise-tab:not(.active):hover {
  background-color: #e0f0ff;
  color: #005BAC;
}

.promise-detail-item {
  border: 1px solid rgba(0, 91, 172, 0.1);
}

.promise-detail-icon {
  background-color: #005BAC;
}

.promise-requirement {
  border: 1px solid rgba(0, 91, 172, 0.1);
}

.promise-requirement-icon {
  background-color: #005BAC;
}

.promise-timeline {
  background-color: rgba(0, 91, 172, 0.2);
}

.promise-step-number {
  background-color: #005BAC;
}

.promise-step-icon-container {
  background-color: #f0f7ff;
}

.promise-step-icon {
  color: #005BAC;
}

.promise-review {
  border: 1px solid rgba(0, 91, 172, 0.1);
}

.promise-quote {
  color: rgba(0, 91, 172, 0.1);
}

.promise-avatar {
  background-color: #005BAC;
}

.promise-cta-box {
  background-color: #f0f7ff;
}

.promise-btn-large {
  background: linear-gradient(to bottom, #0070d7 0%, #005BAC 100%);
}

.promise-btn-large:hover {
  background: linear-gradient(to bottom, #1a85e5 0%, #0070d7 100%);
}

.promise-countdown-header {
  background-color: #005BAC;
}

.promise-time-value {
  background-color: #f0f7ff;
  color: #005BAC;
  box-shadow: 0 4px 0 rgba(0, 91, 172, 0.1);
}

.promise-countdown-separator {
  color: #005BAC;
}

.promise-apply-button {
  background: linear-gradient(to bottom, #0070d7 0%, #005BAC 100%);
  box-shadow: 0 6px 12px rgba(0, 91, 172, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.promise-apply-button:hover {
  background: linear-gradient(to bottom, #1a85e5 0%, #0070d7 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 91, 172, 0.4), 0 6px 10px rgba(0, 0, 0, 0.1);
}


/* ---------- モビット固有のスタイル ---------- */
.mobit-info {
  background-color: #008A00;
}

.mobit-cta-container {
  background-color: #008A00;
}

.mobit-cta {
  color: #008A00;
}

.mobit-cta:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #e8ffe8 100%);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(105, 255, 105, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #00a500;
}

.mobit-bg {
  background: linear-gradient(135deg, #00A500, #008A00, #007000, #008A00);
}

.mobit-metrics {
  border: 1px solid rgba(0, 138, 0, 0.1);
}

.mobit-icon {
  background-color: #008A00;
}

.mobit-highlight {
  color: #008A00;
}

.mobit-sections {
  border: 1px solid rgba(0, 138, 0, 0.1);
}

.mobit-tabs {
  background-color: #f0fff0;
}

.mobit-tab.active {
  color: white;
  background-color: #008A00;
}

.mobit-tab:not(.active):hover {
  background-color: #e0ffe0;
  color: #008A00;
}

.mobit-detail-item {
  border: 1px solid rgba(0, 138, 0, 0.1);
}

.mobit-detail-icon {
  background-color: #008A00;
}

.mobit-requirement {
  border: 1px solid rgba(0, 138, 0, 0.1);
}

.mobit-requirement-icon {
  background-color: #008A00;
}

.mobit-timeline {
  background-color: rgba(0, 138, 0, 0.2);
}

.mobit-step-number {
  background-color: #008A00;
}

.mobit-step-icon-container {
  background-color: #f0fff0;
}

.mobit-step-icon {
  color: #008A00;
}

.mobit-review {
  border: 1px solid rgba(0, 138, 0, 0.1);
  background-color: #f0fff0;
}

.mobit-step-icon {
  color: #008A00;
}

.mobit-review {
  border: 1px solid rgba(0, 138, 0, 0.1);
}

.mobit-quote {
  color: rgba(0, 138, 0, 0.1);
}

.mobit-avatar {
  background-color: #008A00;
}

.mobit-cta-box {
  background-color: #f0fff0;
}

.mobit-btn-large {
  background: linear-gradient(to bottom, #00a500 0%, #008A00 100%);
}

.mobit-btn-large:hover {
  background: linear-gradient(to bottom, #00bf00 0%, #00a500 100%);
}

.mobit-countdown-header {
  background-color: #008A00;
}

.mobit-time-value {
  background-color: #f0fff0;
  color: #008A00;
  box-shadow: 0 4px 0 rgba(0, 138, 0, 0.1);
}

.mobit-countdown-separator {
  color: #008A00;
}

.mobit-apply-button {
  background: linear-gradient(to bottom, #00a500 0%, #008A00 100%);
  box-shadow: 0 6px 12px rgba(0, 138, 0, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.mobit-apply-button:hover {
  background: linear-gradient(to bottom, #00bf00 0%, #00a500 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 138, 0, 0.4), 0 6px 10px rgba(0, 0, 0, 0.1);
}


/* ---------- アコム固有のスタイル ---------- */
.acom-info {
  background-color: #E60012;
}

.acom-cta-container {
  background-color: #E60012;
}

.acom-cta {
  color: #E60012;
}

.acom-cta:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #ffe8e8 100%);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(255, 105, 105, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #ff1a2d;
}

.acom-bg {
  background: linear-gradient(135deg, #FF3333, #E60012, #CC0000, #E60012);
}

.acom-metrics {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.acom-icon {
  background-color: #E60012;
}

.acom-highlight {
  color: #E60012;
}

.acom-sections {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.acom-tabs {
  background-color: #fef2f2;
}

.acom-tab.active {
  color: white;
  background-color: #E60012;
}

.acom-tab:not(.active):hover {
  background-color: #fee2e2;
  color: #E60012;
}

.acom-detail-item {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.acom-detail-icon {
  background-color: #E60012;
}

.acom-requirement {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.acom-requirement-icon {
  background-color: #E60012;
}

.acom-timeline {
  background-color: rgba(230, 0, 18, 0.2);
}

.acom-step-number {
  background-color: #E60012;
}

.acom-step-icon-container {
  background-color: #fef2f2;
}

.acom-step-icon {
  color: #E60012;
}

.acom-review {
  border: 1px solid rgba(230, 0, 18, 0.1);
}

.acom-quote {
  color: rgba(230, 0, 18, 0.1);
}

.acom-avatar {
  background-color: #E60012;
}

.acom-cta-box {
  background-color: #fef2f2;
}

.acom-btn-large {
  background: linear-gradient(to bottom, #ff3333 0%, #E60012 100%);
}

.acom-btn-large:hover {
  background: linear-gradient(to bottom, #ff4d4d 0%, #ff1a2d 100%);
}

.acom-countdown-header {
  background-color: #E60012;
}

.acom-time-value {
  background-color: #fff0f0;
  color: #E60012;
  box-shadow: 0 4px 0 rgba(230, 0, 18, 0.1);
}

.acom-countdown-separator {
  color: #E60012;
}

.acom-apply-button {
  background: linear-gradient(to bottom, #ff3333 0%, #E60012 100%);
  box-shadow: 0 6px 12px rgba(230, 0, 18, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.acom-apply-button:hover {
  background: linear-gradient(to bottom, #ff4d4d 0%, #ff1a2d 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(230, 0, 18, 0.4), 0 6px 10px rgba(0, 0, 0, 0.1);
}


/* ---------- レイク固有のスタイル ---------- */
.lake-info {
  background-color: #009B48;
}

.lake-cta-container {
  background-color: #009B48;
}

.lake-cta {
  color: #009B48;
}

.lake-cta:hover {
  background: linear-gradient(to bottom, #ffffff 0%, #e8fff0 100%);
  transform: translateY(-3px);
  box-shadow: 0 7px 14px rgba(105, 255, 155, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #00b857;
}

.lake-bg {
  background: linear-gradient(135deg, #00B359, #009B48, #008A40, #009B48);
}

.lake-metrics {
  border: 1px solid rgba(0, 155, 72, 0.1);
}

.lake-icon {
  background-color: #009B48;
}

.lake-highlight {
  color: #009B48;
}

.lake-sections {
  border: 1px solid rgba(0, 155, 72, 0.1);
}

.lake-tabs {
  background-color: #f0fff5;
}

.lake-tab.active {
  color: white;
  background-color: #009B48;
}

.lake-tab:not(.active):hover {
  background-color: #e0ffe5;
  color: #009B48;
}

.lake-detail-item {
  border: 1px solid rgba(0, 155, 72, 0.1);
}

.lake-detail-icon {
  background-color: #009B48;
}

.lake-requirement {
  border: 1px solid rgba(0, 155, 72, 0.1);
}

.lake-requirement-icon {
  background-color: #009B48;
}

.lake-timeline {
  background-color: rgba(0, 155, 72, 0.2);
}

.lake-step-number {
  background-color: #009B48;
}

.lake-step-icon-container {
  background-color: #f0fff5;
}

.lake-step-icon {
  color: #009B48;
}

.lake-review {
  border: 1px solid rgba(0, 155, 72, 0.1);
}

.lake-quote {
  color: rgba(0, 155, 72, 0.1);
}

.lake-avatar {
  background-color: #009B48;
}

.lake-cta-box {
  background-color: #f0fff5;
}

.lake-btn-large {
  background: linear-gradient(to bottom, #00b857 0%, #009B48 100%);
}

.lake-btn-large:hover {
  background: linear-gradient(to bottom, #00d467 0%, #00b857 100%);
}

.lake-countdown-header {
  background-color: #009B48;
}

.lake-time-value {
  background-color: #f0fff5;
  color: #009B48;
  box-shadow: 0 4px 0 rgba(0, 155, 72, 0.1);
}

.lake-countdown-separator {
  color: #009B48;
}

.lake-apply-button {
  background: linear-gradient(to bottom, #00b857 0%, #009B48 100%);
  box-shadow: 0 6px 12px rgba(0, 155, 72, 0.3), 0 3px 6px rgba(0, 0, 0, 0.1);
}

.lake-apply-button:hover {
  background: linear-gradient(to bottom, #00d467 0%, #00b857 100%);
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 155, 72, 0.4), 0 6px 10px rgba(0, 0, 0, 0.1);
}



