/* サービス下層LP（トピッククラスター／スポーク）— TOPの style.css に上乗せ */
.svc-lp {
  max-width: 720px;
  margin: 0 auto;
  padding: 28px 20px 80px;
}

.svc-lp__breadcrumb {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #64748b;
  margin-bottom: 20px;
}
.svc-lp__breadcrumb a {
  color: #1f5f9f;
  text-decoration: none;
}
.svc-lp__breadcrumb a:hover {
  text-decoration: underline;
}

.svc-lp__hero {
  padding-bottom: 18px;
  border-bottom: 1px solid #e2e8f0;
  margin-bottom: 24px;
}

.svc-lp__kicker {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  color: #1f5f9f;
  margin-bottom: 6px;
}

.svc-lp__title {
  margin: 0 0 8px;
  font-size: clamp(22px, 3.4vw, 28px);
  font-weight: 900;
  letter-spacing: 0.02em;
  line-height: 1.28;
  color: #0f172a;
}

.svc-lp__lead {
  margin: 0;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
}

.svc-lp__section {
  margin-bottom: 36px;
}

.svc-lp__section h2 {
  margin: 0 0 14px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

.svc-lp__section p {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.85;
  color: #334155;
}

.svc-lp__list {
  margin: 0;
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.8;
  color: #334155;
}

.svc-lp__steps {
  counter-reset: svcstep;
  list-style: none;
  padding: 0;
  margin: 0;
}
.svc-lp__steps li {
  position: relative;
  padding: 14px 14px 14px 48px;
  margin-bottom: 10px;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #334155;
}
.svc-lp__steps li::before {
  counter-increment: svcstep;
  content: counter(svcstep);
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--primary-color);
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}

.svc-lp__faq {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 16px 18px;
  background: #fff;
}
.svc-lp__faq dt {
  margin: 12px 0 6px;
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
}
.svc-lp__faq dt:first-child {
  margin-top: 0;
}
.svc-lp__faq dd {
  margin: 0 0 8px;
  font-size: 13px;
  color: #64748b;
  line-height: 1.7;
}

.svc-lp__cta {
  margin-top: 40px;
  padding: 28px 22px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f0f6ff 0%, #fff 100%);
  border: 1px solid #cfe0f5;
  text-align: center;
}
.svc-lp__cta p {
  margin: 0 0 16px;
  font-size: 14px;
  color: #334155;
  line-height: 1.7;
}
.svc-lp__cta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 28px;
  border-radius: 999px;
  background: var(--primary-color);
  color: #fff !important;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none !important;
  letter-spacing: 0.06em;
}
.svc-lp__cta a:hover {
  background: #004494;
}

.svc-lp__cluster {
  margin-top: 48px;
  padding-top: 28px;
  border-top: 1px solid #e2e8f0;
}
.svc-lp__cluster h2 {
  font-size: 15px;
  margin-bottom: 12px;
  border: 0;
  padding: 0;
  color: #64748b;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.svc-lp__cluster ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.svc-lp__cluster li {
  margin: 0;
}
.svc-lp__cluster a {
  display: block;
  padding: 14px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #0f172a !important;
  text-decoration: none !important;
  background: #fff;
}
.svc-lp__cluster a:hover {
  border-color: #94b8e0;
  background: #f8fafc;
}

.svc-lp__note {
  margin-top: 28px;
  padding: 12px 14px;
  font-size: 12px;
  line-height: 1.65;
  color: #64748b;
  background: #f1f5f9;
  border-radius: 8px;
  border: 1px dashed #cbd5e1;
}

/* 商材LP末尾：該当事例のみ表示（service-related-voices.js） */
.service-related-voices {
  margin-top: 48px;
  padding-top: 36px;
  border-top: 1px solid #e2e8f0;
}

.service-related-voices__title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 800;
  color: #0f172a;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--primary-color);
  display: inline-block;
}

.service-related-voices__lead {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1.65;
}

.service-related-voices__grid {
  margin-bottom: 8px;
  grid-template-columns: 1fr;
}

.service-related-voices__more {
  margin: 20px 0 0;
}
