/* ===== 撤去・移設LPへの誘導CTA（トップページ用） ===== */
#cta-removal-lp {
  text-align: center;
  margin: 48px auto;
  padding: 0 16px;
}

#cta-removal-lp .cta-removal-inner {
  max-width: 760px;
  margin: 0 auto;
  background: linear-gradient(135deg, #0f2a4a, #0a1f38);
  border-radius: 16px;
  padding: 34px 24px;
  box-shadow: 0 8px 30px rgba(15, 42, 74, .15);
}

#cta-removal-lp .cta-removal-lead {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.65;
  margin-bottom: 22px;
}

#cta-removal-lp .cta-removal-lead strong {
  color: #ffd24d;
}

#cta-removal-lp .cta-removal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .6em;
  max-width: 100%;
  font-size: 1.35rem;
  font-weight: 700;
  line-height: 1.5;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #FF9046, #e8650a);
  padding: 1rem 2.4rem;
  border-radius: 999px;
  box-shadow: 0 6px 18px rgba(255, 122, 24, .35);
  transition: transform .15s ease, box-shadow .15s ease;
}

#cta-removal-lp .cta-removal-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(255, 122, 24, .45);
}

#cta-removal-lp .cta-removal-note {
  color: #c3d2e3;
  font-size: 13px;
  margin-top: 16px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #cta-removal-lp {
    margin: 48px auto 72px;
  }
  #cta-removal-lp .cta-removal-inner {
    padding: 26px 16px;
  }
  #cta-removal-lp .cta-removal-lead {
    font-size: 16px;
  }
  #cta-removal-lp .cta-removal-btn {
    font-size: 1.05rem;
    padding: .9rem 1.4rem;
    width: 100%;
    box-sizing: border-box;
  }
}
