.page-hero {
  background: #fff;
  border-bottom: 1px solid var(--line);
}

.page-hero-inner {
  max-width: var(--container);
  margin: 0 auto;
  padding: 54px 24px 44px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  font-size: 13px;
  color: #4a4a4a;
}

.breadcrumb a {
  color: #1f4f8f;
  font-weight: 600;
}

.page-hero h1 {
  font-size: clamp(30px, 4vw, 44px);
  line-height: 1.35;
  margin-bottom: 10px;
}

.page-hero p {
  max-width: 840px;
  font-size: 16px;
  color: #1b1b1b;
  font-weight: 500;
}

.page-hero-lead {
  max-width: 840px;
  font-size: 16px;
  line-height: 1.75;
  color: #1b1b1b;
  font-weight: 500;
  margin: 0 0 12px;
}

.page-hero-bullets {
  max-width: 840px;
  margin: 0;
  padding-left: 1.2rem;
  font-size: 15px;
  line-height: 1.75;
  color: #2a3340;
  font-weight: 600;
}

.page-hero-bullets li {
  margin-bottom: 6px;
}

.page-hero-bullets a {
  color: var(--primary);
  font-weight: 700;
}

.sub-main {
  padding: 54px 0 72px;
}

.lp-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 18px;
  align-items: start;
}

.lp-main {
  display: grid;
  gap: 16px;
}

.lp-side {
  position: sticky;
  top: 92px;
}

.lp-sticky .price-box {
  display: block;
  margin-bottom: 8px;
}

.content-card {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 8px 16px rgba(16, 55, 96, 0.04);
  margin-bottom: 16px;
}

.content-card h2 {
  font-size: 25px;
  margin-bottom: 10px;
}

.content-card p {
  color: #1e1e1e;
}

.list {
  display: grid;
  gap: 8px;
}

.list li {
  list-style: none;
  background: #f7fbff;
  border: 1px solid #d7e4f5;
  border-radius: 8px;
  padding: 10px 12px;
  font-weight: 600;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.flow-list {
  display: grid;
  gap: 10px;
  counter-reset: step;
}

.flow-list li {
  list-style: none;
  background: #fff;
  border: 1px solid #d7e4f5;
  border-radius: 10px;
  padding: 12px 14px 12px 52px;
  position: relative;
  font-weight: 600;
}

.flow-list li::before {
  counter-increment: step;
  content: "STEP " counter(step);
  position: absolute;
  left: 12px;
  top: 12px;
  font-size: 11px;
  color: #1f4f8f;
  font-weight: 700;
}

.mini-note {
  background: #f6f6f6;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
}

.price-box {
  display: inline-block;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.4;
}

.lp-catch {
  background: linear-gradient(135deg, #f2f8ff, #ffffff);
  border: 1px solid #d7e4f5;
  border-radius: 12px;
  padding: 16px;
  margin-top: 12px;
}

.lp-catch strong {
  display: block;
  font-size: 20px;
  line-height: 1.5;
}

.prompt-box {
  background: #fffdf4;
  border: 1px solid #e6d596;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 13px;
  line-height: 1.7;
  margin-top: 10px;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.result-card {
  background: #fff;
  border: 1px solid #d7e4f5;
  border-top: 3px solid var(--primary);
  border-radius: 12px;
  padding: 18px;
}

.result-title {
  font-size: 13px;
  font-weight: 700;
  color: #5a6b7d;
  margin-bottom: 10px;
  line-height: 1.45;
}

.result-big {
  font-size: 42px;
  line-height: 1.1;
  font-weight: 900;
  color: var(--primary-dark);
  margin-bottom: 4px;
}

.result-unit {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
  color: var(--primary-dark);
  background: #e8f2fc;
  border-radius: 4px;
  padding: 2px 8px;
  margin-bottom: 12px;
}

.results-eyebrow {
  display: inline-block;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.1em;
  color: var(--primary);
  background: #e8f2fc;
  border-radius: 4px;
  padding: 3px 10px;
  margin: 0 0 10px;
}

.results-intro {
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #2a3340;
  font-weight: 600;
}

.results-section-note {
  margin: 0 0 16px;
  font-size: 14px;
  line-height: 1.65;
  color: #4a5568;
  font-weight: 600;
}

.result-summary {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.65;
  color: #2a3340;
  font-weight: 600;
}

.result-summary a {
  color: var(--primary);
  font-weight: 700;
}

.result-to-service {
  margin: 12px 0 0;
  padding: 10px 12px;
  background: #f0f7ff;
  border: 1px solid #c8dff5;
  border-radius: 8px;
  font-size: 13px;
  line-height: 1.65;
  color: #1d2a38;
  font-weight: 600;
}

.result-to-service-label {
  display: inline-block;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.06em;
  color: #fff;
  background: var(--primary);
  border-radius: 4px;
  padding: 2px 7px;
  margin-bottom: 6px;
}

.result-meta {
  display: grid;
  gap: 8px;
}

.result-meta p {
  margin: 0;
  font-size: 14px;
}

.result-meta ul {
  display: grid;
  gap: 6px;
  padding-left: 18px;
}

.result-meta li {
  font-size: 14px;
}

.apply-box {
  margin-top: 10px;
  border-top: 1px solid #e4e8ef;
  padding-top: 10px;
  font-size: 14px;
  line-height: 1.8;
}

.copy-block {
  background: #101623;
  color: #f1f5ff;
  border-radius: 10px;
  padding: 14px;
  white-space: pre-wrap;
  font-size: 13px;
  line-height: 1.65;
}

.form-grid {
  display: grid;
  gap: 14px;
}

.form-row {
  display: grid;
  gap: 6px;
}

.form-row label {
  font-size: 14px;
  font-weight: 700;
}

.req {
  color: #b00020;
  font-size: 12px;
  margin-left: 4px;
}

.input,
.select,
.textarea {
  width: 100%;
  border: 1px solid #cfdceb;
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 14px;
  background: #fff;
  color: #111;
}

.textarea {
  min-height: 140px;
  resize: vertical;
}

.consent {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
}

.consent input { margin-top: 4px; }

.hidden-field {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

/* FAQ本文の強調は <strong> ではなく .faq-em（グリッド・継承との干渉を避ける） */
.faq-em {
  font-weight: 800;
  color: inherit;
}

/* ── FAQ ページ（トップのQ&Aと同系の見た目） ── */
.faq-page .faq-section-lead {
  font-size: 14px;
  color: #3a3a3a;
  margin: 4px 0 16px;
  line-height: 1.75;
}

.faq-page .faq-list {
  display: grid;
  gap: 12px;
}

.faq-page .faq-item {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  box-shadow: 0 8px 18px rgba(16, 55, 96, 0.05);
  overflow: hidden;
}

.faq-page .faq-q,
.faq-page .faq-a {
  padding: 16px 18px;
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
}

/* 本文内の <a> をグリッドの別セルにしない（.faq-cell で1セルにまとめる） */
.faq-page .faq-cell {
  min-width: 0;
}

.faq-page .faq-cell a {
  font-weight: 700;
  color: #1f4f8f;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.faq-page .faq-q {
  background: #f7fbff;
  border-bottom: 1px solid var(--line);
  font-size: 16px;
  font-weight: 700;
}

.faq-page .faq-q::before,
.faq-page .faq-a::before {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 800;
}

.faq-page .faq-q::before {
  content: "Q";
  background: #deecfb;
  color: #0d5ea8;
}

.faq-page .faq-a {
  font-size: 14px;
  color: var(--muted);
  background: #fff;
  font-weight: 600;
}

.faq-page .faq-a::before {
  content: "A";
  background: #e9f6f4;
  color: #138978;
}

.faq-page .faq-cta {
  text-align: center;
  padding: 8px 0 4px;
}

@media (max-width: 768px) {
  .page-hero-inner { padding: 42px 16px 34px; }
  .page-hero p { font-size: 14px; }
  .sub-main { padding: 36px 0 60px; }
  .grid-2 { grid-template-columns: 1fr; }
  .lp-layout { grid-template-columns: 1fr; }
  .lp-side { position: static; }
  .results-grid { grid-template-columns: 1fr; }
  .result-big { font-size: 34px; }
}
