.corp-card-lp .top-ranking-body {
  display: flex;
  gap: 24px;
  align-items: center;
}

.corp-card-lp .top-ranking-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  justify-content: flex-start;
}

.corp-card-lp .top-ranking-right {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.corp-card-lp .top-ranking-right .benefit-container {
  align-self: center;
}

.corp-card-lp .top-ranking-card-img {
  width: 330px;
  margin: 0;
}


.corp-card-lp .merit-grid {
  grid-template-columns: repeat(3, 1fr);
}

.corp-card-lp .guide-grid {
  grid-template-columns: repeat(2, 1fr);
}

.corp-card-lp .card-body {
  flex-direction: column;
  gap: 0px;
  align-items: center;
}

.corp-card-lp .card-left {
  flex: 1;
  justify-content: center;
}

/* カード画像を中央配置（PC版） */
.corp-card-lp .card-image-center {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* おすすめポイントボックスの幅（PC版） */
.corp-card-lp .card-body .recommend-points-box {
  width: 100%;
  max-width: 100%;
}

.corp-card-lp .ranking-card {
  display: block;
  /* gridレイアウトを解除して縦並びに */
}

/* gridレイアウト解除により、grid-areaは不要 */


/* campaign-headerは通常表示に（タブレット以上でも position: absolute を使わない） */

.corp-card-lp .table-text {
  font-size: 13px;
}

.corp-card-lp .top-ranking-item {
  padding: 18px 24px 18px 54px !important;
}

.corp-card-lp .top-ranking-left {
  min-width: 160px !important;
  max-width: 180px !important;
}

.corp-card-lp .top-ranking-card-img {
  width: 150px !important;
}

.corp-card-lp .top-ranking-catchcopy {
  font-size: 16px !important;
}

.corp-card-lp .top-ranking-features-compact li {
  font-size: 14px !important;
}

.corp-card-lp .top-cta-btn-static.primary {
  padding: 12px 28px !important;
  font-size: 14px !important;
}

.corp-card-lp .top-ranking-item-compact {
  background: #fff !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  padding: 10px 7px 20px 10px !important;
  border: 1px solid #e5e5e5 !important;
  border-radius: 12px !important;
  position: relative !important;
  overflow: hidden !important;
  gap: 0 !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06) !important;
}

.corp-card-lp .top-ranking-left-compact {
  min-width: 160px !important;
  max-width: 180px !important;
}
