@charset "UTF-8";
/* 電話帳ナビ エンタープライズサービス LP Version: v11.0.0 | Updated: 2026-06-26 | Changes: 表記微修正・アクセシビリティ改善・CTA計測属性追加 */
/* ==========================================================================
   電話帳ナビ エンタープライズサービス 専用スタイル
   配置想定: /help/enterprise/enterprise.css
   目的: SEO/CV最適化LP + 完全レスポンシブ対応
   ========================================================================== */

.ep-lp{
  --ep-navy:#0b2f55;
  --ep-blue:#13599a;
  --ep-blue-2:#0e76bc;
  --ep-sky:#e9f5ff;
  --ep-orange:#ff7a29;
  --ep-orange-dark:#e65f12;
  --ep-green:#169b62;
  --ep-text:#1f2933;
  --ep-muted:#607086;
  --ep-border:#dbe6f2;
  --ep-bg:#f6f9fc;
  --ep-white:#fff;
  --ep-radius:18px;
  --ep-shadow:0 18px 45px rgba(12,45,78,.12);
  color:var(--ep-text);
  line-height:1.85;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  overflow:hidden;
  background:#fff;
  text-size-adjust:100%;
  -webkit-text-size-adjust:100%;
}

.ep-lp *,
.ep-lp *::before,
.ep-lp *::after{box-sizing:border-box;}

.ep-lp a{color:inherit;}
.ep-lp img,
.ep-lp svg{max-width:100%;height:auto;}
.ep-lp p{overflow-wrap:anywhere;}

.ep-lp .ep-hero{
  position:relative;
  color:#fff;
  background:
    radial-gradient(circle at 15% 12%, rgba(127,196,255,.25), transparent 30%),
    radial-gradient(circle at 84% 20%, rgba(255,122,41,.22), transparent 28%),
    linear-gradient(135deg,#071e38 0%,#0d3560 46%,#13599a 100%);
  padding:clamp(44px,7vw,86px) 20px 30px;
}

.ep-lp .ep-hero::after{
  content:"";
  position:absolute;
  inset:auto 0 0 0;
  height:86px;
  background:linear-gradient(180deg,transparent,rgba(255,255,255,.08));
  pointer-events:none;
}

.ep-lp .ep-hero__inner{
  position:relative;
  z-index:1;
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.1fr) minmax(300px,.9fr);
  gap:clamp(28px,5vw,70px);
  align-items:center;
}

.ep-lp .ep-hero__copy{min-width:0;}

.ep-lp .ep-kicker,
.ep-lp .ep-section__eyebrow{
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.ep-lp .ep-kicker{
  color:#dff0ff;
  background:rgba(255,255,255,.13);
  border:1px solid rgba(255,255,255,.22);
  border-radius:999px;
  padding:7px 14px;
  margin-bottom:20px;
}

.ep-lp .ep-hero h2{
  color:#fff;
  font-size:clamp(32px,5vw,58px);
  font-weight:900;
  line-height:1.18;
  letter-spacing:-.035em;
  margin:0 0 22px;
  padding:0;
  border:none;
}

.ep-lp .ep-hero h2 span{color:#9bd2ff;}

.ep-lp .ep-lead{
  max-width:680px;
  color:#e1edf8;
  font-size:clamp(16px,1.8vw,19px);
  line-height:1.95;
  margin:0 0 28px;
}

.ep-lp .ep-hero__actions{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
  align-items:center;
}

.ep-lp .ep-hero__actions--center{justify-content:center;}

.ep-lp .ep-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:15px 28px;
  border-radius:12px;
  font-size:16px;
  font-weight:800;
  line-height:1.2;
  text-decoration:none;
  transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease;
  white-space:normal;
  text-align:center;
}

.ep-lp .ep-btn:focus-visible{
  outline:3px solid rgba(255,255,255,.85);
  outline-offset:3px;
}

.ep-lp .ep-btn--primary{
  color:#fff;
  background:linear-gradient(135deg,var(--ep-orange) 0%,var(--ep-orange-dark) 100%);
  box-shadow:0 16px 32px rgba(255,122,41,.34);
}

.ep-lp .ep-btn--primary:hover{transform:translateY(-2px);box-shadow:0 20px 42px rgba(255,122,41,.44);}

.ep-lp .ep-btn--secondary{
  color:#0d3560;
  background:#fff;
  border:1px solid rgba(13,53,96,.12);
  box-shadow:0 10px 24px rgba(12,45,78,.12);
}

.ep-lp .ep-btn--secondary:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(12,45,78,.18);}

.ep-lp .ep-btn--on-dark{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.32);color:#fff;box-shadow:none;}

.ep-lp .ep-hero__notes{
  display:flex;
  flex-wrap:wrap;
  gap:8px 16px;
  list-style:none;
  margin:18px 0 0;
  padding:0;
  color:#cfe2f6;
  font-size:13.5px;
}

.ep-lp .ep-hero__notes li{position:relative;padding-left:18px;}
.ep-lp .ep-hero__notes li::before{content:"✓";position:absolute;left:0;color:#9bd2ff;font-weight:900;}

.ep-lp .ep-hero__visual{display:flex;justify-content:center;min-width:0;}

.ep-lp .ep-phone{
  width:min(360px,100%);
  border-radius:34px;
  padding:14px;
  background:linear-gradient(145deg,rgba(255,255,255,.42),rgba(255,255,255,.10));
  border:1px solid rgba(255,255,255,.28);
  box-shadow:0 28px 70px rgba(0,0,0,.28);
  backdrop-filter:blur(12px);
}

.ep-lp .ep-phone__bar{width:92px;height:5px;border-radius:99px;background:rgba(255,255,255,.6);margin:0 auto 12px;}

.ep-lp .ep-phone__screen{
  min-height:430px;
  border-radius:26px;
  padding:26px 22px;
  color:var(--ep-text);
  background:linear-gradient(180deg,#fff 0%,#f1f8ff 100%);
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
}

.ep-lp .ep-phone__tag{
  align-self:center;
  color:#0d3560;
  background:#e7f2ff;
  border:1px solid #c8e3fb;
  font-size:12px;
  font-weight:800;
  padding:5px 12px;
  border-radius:999px;
  margin-bottom:24px;
}

.ep-lp .ep-phone__label{font-size:14px;color:var(--ep-muted);margin:0 0 6px;}
.ep-lp .ep-phone__name{font-size:24px;font-weight:900;line-height:1.35;color:#0d3560;margin:0 0 8px;}
.ep-lp .ep-phone__number{font-size:15px;color:var(--ep-muted);margin:0 0 26px;}

.ep-lp .ep-phone__status{
  border-radius:14px;
  padding:12px 14px;
  text-align:left;
  font-size:13px;
  font-weight:700;
  line-height:1.5;
  margin-top:10px;
}
.ep-lp .ep-phone__status--before{background:#fff3ee;color:#ac4b19;border:1px solid #ffd1bd;}
.ep-lp .ep-phone__status--after{background:#edf9f3;color:#106a43;border:1px solid #bfe9d3;}

.ep-lp .ep-proof{
  position:relative;
  z-index:1;
  max-width:1160px;
  margin:clamp(34px,5vw,58px) auto 0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:12px;
}

.ep-lp .ep-proof__item{
  background:rgba(255,255,255,.12);
  border:1px solid rgba(255,255,255,.22);
  border-radius:16px;
  padding:18px 16px;
  text-align:center;
}

.ep-lp .ep-proof__item strong{display:block;color:#fff;font-size:clamp(18px,2.2vw,24px);line-height:1.2;margin-bottom:6px;}
.ep-lp .ep-proof__item span{display:block;color:#cfe2f6;font-size:12.5px;line-height:1.5;}

.ep-lp .ep-section{
  max-width:1160px;
  margin:0 auto;
  padding:clamp(48px,7vw,86px) 20px;
}

.ep-lp .ep-section--first{padding-top:clamp(56px,8vw,96px);}

.ep-lp .ep-section--blue,
.ep-lp .ep-final-cta{
  max-width:none;
  margin:0;
  padding-left:20px;
  padding-right:20px;
  background:
    linear-gradient(135deg,#f0f7ff 0%,#ffffff 45%,#f8fbff 100%);
}

.ep-lp .ep-section--blue > *,
.ep-lp .ep-final-cta__inner{max-width:1160px;margin-left:auto;margin-right:auto;}

.ep-lp .ep-section--soft{
  max-width:none;
  background:#f6f9fc;
}

.ep-lp .ep-section--soft > *{max-width:1160px;margin-left:auto;margin-right:auto;}

.ep-lp .ep-section--policy{
  background:#fff;
}

.ep-lp .ep-section__head{max-width:820px;margin:0 0 34px;}
.ep-lp .ep-section__head--center{text-align:center;margin-left:auto;margin-right:auto;}

.ep-lp .ep-section__eyebrow{color:var(--ep-orange);margin-bottom:10px;}

.ep-lp .ep-section h2{
  color:var(--ep-navy);
  border:none;
  padding:0;
  margin:0 0 16px;
  font-size:clamp(26px,3.5vw,40px);
  line-height:1.35;
  letter-spacing:-.025em;
  font-weight:900;
}

.ep-lp .ep-section h3,
.ep-lp .ep-final-cta h2{
  color:var(--ep-navy);
  margin:0;
  line-height:1.45;
}

.ep-lp .ep-section p{font-size:17px;line-height:1.95;margin:0 0 17px;color:#354457;}

.ep-lp .ep-pain-grid,
.ep-lp .ep-stat-grid,
.ep-lp .ep-plan-grid,
.ep-lp .ep-use-grid,
.ep-lp .ep-policy-grid,
.ep-lp .ep-industry-grid{
  display:grid;
  gap:18px;
}

.ep-lp .ep-pain-grid{grid-template-columns:repeat(3,minmax(0,1fr));}

.ep-lp .ep-pain-card,
.ep-lp .ep-use-card,
.ep-lp .ep-policy-card,
.ep-lp .ep-plan-card{
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:var(--ep-radius);
  padding:24px;
  box-shadow:0 12px 34px rgba(12,45,78,.07);
}

.ep-lp .ep-pain-card__num{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:42px;
  height:42px;
  border-radius:50%;
  background:#fff2eb;
  color:var(--ep-orange-dark);
  font-weight:900;
  margin-bottom:16px;
}

.ep-lp .ep-pain-card h3,
.ep-lp .ep-use-card h3,
.ep-lp .ep-policy-card h3{
  font-size:19px;
  font-weight:900;
  margin:0 0 10px;
}

.ep-lp .ep-pain-card p,
.ep-lp .ep-use-card p,
.ep-lp .ep-policy-card p,
.ep-lp .ep-plan-card p{font-size:15.5px;color:#4d5c70;margin:0;}

.ep-lp .ep-ba{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);
  gap:18px;
  align-items:stretch;
}

.ep-lp .ep-ba__card{
  border-radius:22px;
  padding:28px;
  border:1px solid var(--ep-border);
  background:#fff;
  box-shadow:var(--ep-shadow);
}

.ep-lp .ep-ba__card span{
  display:inline-block;
  font-size:13px;
  font-weight:900;
  border-radius:999px;
  padding:5px 12px;
  margin-bottom:16px;
}

.ep-lp .ep-ba__card--before{border-color:#ffd1bd;background:#fff8f4;}
.ep-lp .ep-ba__card--before span{background:#ffe8de;color:#ad4e1c;}
.ep-lp .ep-ba__card--after{border-color:#bfe9d3;background:#f3fbf7;}
.ep-lp .ep-ba__card--after span{background:#dff5ea;color:#0f7147;}

.ep-lp .ep-ba__card h3{font-size:24px;font-weight:900;margin:0 0 16px;}
.ep-lp .ep-ba__card ul{list-style:none;padding:0;margin:0;}
.ep-lp .ep-ba__card li{position:relative;padding-left:25px;margin:10px 0;color:#33465a;font-size:16px;}
.ep-lp .ep-ba__card li::before{content:"";position:absolute;left:0;top:.65em;width:9px;height:9px;border-radius:50%;background:var(--ep-orange);}
.ep-lp .ep-ba__card--after li::before{background:var(--ep-green);}

.ep-lp .ep-ba__arrow{
  align-self:center;
  justify-self:center;
  display:flex;
  align-items:center;
  justify-content:center;
  width:44px;
  height:44px;
  border-radius:50%;
  color:#fff;
  background:var(--ep-orange);
  font-weight:900;
  font-size:22px;
  box-shadow:0 10px 25px rgba(255,122,41,.25);
}

.ep-lp .ep-stat-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.ep-lp .ep-stat{
  color:#fff;
  background:linear-gradient(135deg,#0d3560 0%,#155fa3 100%);
  border-radius:20px;
  padding:26px 20px;
  box-shadow:var(--ep-shadow);
}
.ep-lp .ep-stat strong{display:block;color:#9bd2ff;font-size:clamp(24px,3.2vw,36px);line-height:1.2;margin-bottom:10px;}
.ep-lp .ep-stat span{display:block;color:#d6e8f8;font-size:14.5px;line-height:1.7;}

.ep-lp .ep-note{
  margin:18px 0 0 !important;
  padding:14px 16px;
  border-radius:12px;
  background:#f3f7fb;
  color:#65758a !important;
  font-size:14px !important;
  line-height:1.75 !important;
}

.ep-lp .ep-plan-grid{grid-template-columns:repeat(4,minmax(0,1fr));}
.ep-lp .ep-plan-card{position:relative;display:flex;flex-direction:column;min-height:100%;}
.ep-lp .ep-plan-card--featured{border:2px solid var(--ep-orange);box-shadow:0 18px 42px rgba(255,122,41,.16);}
.ep-lp .ep-plan-card__badge{
  display:inline-flex;
  align-self:flex-start;
  color:var(--ep-orange-dark);
  background:#fff1e8;
  border-radius:999px;
  padding:5px 11px;
  font-size:12px;
  font-weight:900;
  margin-bottom:14px;
}
.ep-lp .ep-plan-card h3{font-size:20px;font-weight:900;margin:0 0 12px;color:var(--ep-navy);}
.ep-lp .ep-plan-card h3 small{font-size:13px;color:var(--ep-muted);font-weight:800;}
.ep-lp .ep-plan-card__price{margin-top:auto;padding-top:20px;color:var(--ep-navy);font-size:30px;font-weight:900;line-height:1;}
.ep-lp .ep-plan-card__price span{font-size:14px;color:var(--ep-muted);font-weight:700;margin-left:2px;}

.ep-lp .ep-use-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.ep-lp .ep-use-card strong{
  display:block;
  margin-top:16px;
  color:var(--ep-blue);
  background:var(--ep-sky);
  border:1px solid #cce7ff;
  border-radius:12px;
  padding:10px 12px;
  font-size:14px;
}

.ep-lp .ep-policy-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
.ep-lp .ep-policy-card{background:linear-gradient(180deg,#fff 0%,#f8fbff 100%);}
.ep-lp .ep-policy-card h3{display:flex;align-items:center;gap:10px;}
.ep-lp .ep-policy-card h3::before{content:"";width:12px;height:12px;border-radius:50%;background:var(--ep-green);box-shadow:0 0 0 6px rgba(22,155,98,.12);}

.ep-lp .ep-industry-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
.ep-lp .ep-industry-grid a{
  display:block;
  min-height:100%;
  text-decoration:none;
  border:1px solid var(--ep-border);
  background:#fff;
  border-radius:16px;
  padding:18px;
  box-shadow:0 10px 24px rgba(12,45,78,.06);
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.ep-lp .ep-industry-grid a:hover{transform:translateY(-2px);border-color:#9ed2ff;box-shadow:0 16px 34px rgba(12,45,78,.11);}
.ep-lp .ep-industry-grid strong{display:block;color:var(--ep-navy);font-size:17px;margin-bottom:6px;line-height:1.5;}
.ep-lp .ep-industry-grid span{display:block;color:var(--ep-muted);font-size:14.5px;line-height:1.65;}

.ep-lp .ep-flow{
  counter-reset:none;
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}
.ep-lp .ep-flow li{
  position:relative;
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:18px;
  padding:24px 20px;
  box-shadow:0 10px 28px rgba(12,45,78,.07);
}
.ep-lp .ep-flow li span{
  display:flex;
  align-items:center;
  justify-content:center;
  width:38px;
  height:38px;
  border-radius:50%;
  background:var(--ep-orange);
  color:#fff;
  font-size:17px;
  font-weight:900;
  margin-bottom:14px;
}
.ep-lp .ep-flow li strong{display:block;color:var(--ep-navy);font-size:17px;margin-bottom:8px;}
.ep-lp .ep-flow li p{font-size:15px;line-height:1.75;color:#596a7d;margin:0;}

.ep-lp .ep-faq{max-width:900px;margin:0;padding:0;}
.ep-lp .ep-faq dt{
  color:var(--ep-navy);
  font-size:18px;
  font-weight:900;
  margin:22px 0 8px;
  padding-left:34px;
  position:relative;
}
.ep-lp .ep-faq dt::before{
  content:"Q";
  position:absolute;
  left:0;
  top:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  color:#fff;
  background:var(--ep-orange);
  border-radius:50%;
  font-size:13px;
  font-weight:900;
}
.ep-lp .ep-faq dd{
  margin:0 0 16px 34px;
  color:#415167;
  font-size:16px;
  line-height:1.9;
}

.ep-lp .ep-final-cta{
  color:#fff;
  text-align:center;
  background:
    radial-gradient(circle at 20% 0%,rgba(127,196,255,.22),transparent 30%),
    linear-gradient(135deg,#071e38 0%,#0d3560 55%,#124c86 100%);
  padding-top:clamp(54px,8vw,90px);
  padding-bottom:clamp(54px,8vw,90px);
}
.ep-lp .ep-final-cta h2{color:#fff;font-size:clamp(28px,4vw,44px);font-weight:900;letter-spacing:-.025em;margin:12px 0 16px;}
.ep-lp .ep-final-cta p{max-width:760px;margin:0 auto 28px;color:#dceaf8;font-size:17px;line-height:1.9;}

.ep-lp .ep-mobile-sticky{display:none;}

@media (max-width:1024px){
  .ep-lp .ep-hero__inner{grid-template-columns:1fr;}
  .ep-lp .ep-hero__copy{text-align:center;}
  .ep-lp .ep-lead{margin-left:auto;margin-right:auto;}
  .ep-lp .ep-hero__actions,.ep-lp .ep-hero__notes{justify-content:center;}
  .ep-lp .ep-proof{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ep-lp .ep-pain-grid,.ep-lp .ep-plan-grid,.ep-lp .ep-industry-grid{grid-template-columns:repeat(2,minmax(0,1fr));}
  .ep-lp .ep-flow{grid-template-columns:repeat(2,minmax(0,1fr));}
}

@media (max-width:760px){
  .ep-lp{padding-bottom:72px;}
  .ep-lp .ep-hero{padding-left:16px;padding-right:16px;}
  .ep-lp .ep-hero h2{text-align:left;}
  .ep-lp .ep-hero__copy{text-align:left;}
  .ep-lp .ep-lead{text-align:left;line-height:1.85;}
  .ep-lp .ep-hero__actions{align-items:stretch;}
  .ep-lp .ep-btn{width:100%;min-height:52px;padding-left:18px;padding-right:18px;}
  .ep-lp .ep-hero__notes{justify-content:flex-start;display:grid;grid-template-columns:1fr;gap:6px;}
  .ep-lp .ep-phone{width:min(330px,100%);}
  .ep-lp .ep-phone__screen{min-height:360px;padding:22px 18px;}
  .ep-lp .ep-phone__name{font-size:21px;}
  .ep-lp .ep-proof,
  .ep-lp .ep-pain-grid,
  .ep-lp .ep-stat-grid,
  .ep-lp .ep-plan-grid,
  .ep-lp .ep-use-grid,
  .ep-lp .ep-policy-grid,
  .ep-lp .ep-industry-grid,
  .ep-lp .ep-flow{grid-template-columns:1fr;}
  .ep-lp .ep-section{padding-left:16px;padding-right:16px;}
  .ep-lp .ep-section__head--center{text-align:center;}
  .ep-lp .ep-ba{grid-template-columns:1fr;}
  .ep-lp .ep-ba__arrow{transform:rotate(90deg);}
  .ep-lp .ep-ba__card{padding:22px;}
  .ep-lp .ep-plan-card__price{font-size:28px;}
  .ep-lp .ep-final-cta{text-align:left;padding-left:16px;padding-right:16px;}
  .ep-lp .ep-final-cta p{margin-left:0;margin-right:0;}
  .ep-lp .ep-mobile-sticky{
    display:block;
    position:fixed;
    left:0;
    right:0;
    bottom:0;
    z-index:1000;
    padding:10px 14px calc(10px + env(safe-area-inset-bottom));
    background:rgba(255,255,255,.94);
    border-top:1px solid rgba(13,53,96,.14);
    backdrop-filter:blur(10px);
    box-shadow:0 -8px 24px rgba(12,45,78,.12);
  }
  .ep-lp .ep-mobile-sticky a{
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    border-radius:12px;
    color:#fff;
    background:linear-gradient(135deg,var(--ep-orange) 0%,var(--ep-orange-dark) 100%);
    font-weight:900;
    text-decoration:none;
    box-shadow:0 10px 20px rgba(255,122,41,.25);
  }
}

@media (max-width:420px){
  .ep-lp .ep-hero{padding-top:38px;}
  .ep-lp .ep-kicker{font-size:11px;line-height:1.5;align-items:flex-start;}
  .ep-lp .ep-hero h2{font-size:30px;}
  .ep-lp .ep-section h2{font-size:24px;}
  .ep-lp .ep-section p{font-size:16px;}
  .ep-lp .ep-proof__item{padding:15px 12px;}
  .ep-lp .ep-pain-card,.ep-lp .ep-use-card,.ep-lp .ep-policy-card,.ep-lp .ep-plan-card{padding:20px;}
  .ep-lp .ep-phone__screen{min-height:330px;}
  .ep-lp .ep-phone__status{font-size:12.5px;}
}

@media (prefers-reduced-motion:reduce){
  .ep-lp *,
  .ep-lp *::before,
  .ep-lp *::after{
    scroll-behavior:auto !important;
    animation-duration:.01ms !important;
    animation-iteration-count:1 !important;
    transition-duration:.01ms !important;
  }
}

/* ==========================================================================
   既存の業種別LP・ガイド記事との互換スタイル
   enterprise.css を共通利用している場合の崩れを防ぐため、旧クラスも保持。
   ========================================================================== */
.ep-lp .ep-plan-table{width:100%;border-collapse:collapse;margin:16px 0 8px;font-size:15px;table-layout:fixed;}
.ep-lp .ep-plan-table th,.ep-lp .ep-plan-table td{border:1px solid #dce4ee;padding:14px 16px;text-align:left;vertical-align:top;word-break:break-word;}
.ep-lp .ep-plan-table th{background:#16487f;color:#fff;font-weight:700;}
.ep-lp .ep-plan-table td.price{font-weight:700;color:#0d2b4e;white-space:nowrap;text-align:right;}
.ep-lp .ep-plan-table tr:nth-child(even) td{background:#f7fafd;}
.ep-lp .ep-plan-note{font-size:13px;color:#5b6b7c;margin-top:8px;}

.ep-lp .ep-steps{counter-reset:step;list-style:none;padding:0;margin:8px 0;}
.ep-lp .ep-steps li{position:relative;padding:0 0 24px 56px;}
.ep-lp .ep-steps li::before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:38px;height:38px;background:#ff7a29;color:#fff;font-weight:700;font-size:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.ep-lp .ep-steps li:not(:last-child)::after{content:"";position:absolute;left:18px;top:38px;bottom:0;width:2px;background:#ffd2b3;}
.ep-lp .ep-steps li strong{display:block;font-size:16px;color:#0d2b4e;margin-bottom:4px;}
.ep-lp .ep-steps li span{font-size:14.5px;color:#41505f;}

.ep-lp .ep-trust{background:#f5f8fc;border-radius:12px;padding:24px;display:flex;flex-wrap:wrap;gap:20px;justify-content:center;text-align:center;margin:8px 0;}
.ep-lp .ep-trust .t-item{flex:1 1 150px;}
.ep-lp .ep-trust .t-item .t-num{font-size:24px;font-weight:700;color:#16487f;display:block;}
.ep-lp .ep-trust .t-item .t-cap{font-size:13px;color:#5b6b7c;}

.ep-lp .ep-industry-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:12px;}
.ep-lp .ep-industry-list li{padding:0;margin:0;border:none;}
.ep-lp .ep-industry-list li::before{display:none;}
.ep-lp .ep-industry-list li a{display:block;background:#fff;border:1px solid #dce4ee;border-radius:10px;padding:16px 18px;text-decoration:none;transition:border-color .15s,box-shadow .15s;height:100%;}
.ep-lp .ep-industry-list li a:hover{border-color:#ff7a29;box-shadow:0 4px 12px rgba(13,43,78,.08);}
.ep-lp .ep-industry-list li a strong{display:block;color:#0d2b4e;font-size:15.5px;margin-bottom:6px;}
.ep-lp .ep-industry-list li a span{display:block;color:#5b6b7c;font-size:13.5px;line-height:1.6;}

.ep-art{color:#1f2933;line-height:1.9;}
.ep-art *{box-sizing:border-box;}
.ep-art .ep-art-head{background:linear-gradient(135deg,#0d2b4e 0%,#16487f 100%);color:#fff;padding:48px 20px 40px;}
.ep-art .ep-art-head .inner{max-width:760px;margin:0 auto;}
.ep-art .ep-art-head .eyebrow{display:inline-block;font-size:13px;letter-spacing:.08em;background:rgba(255,255,255,.14);padding:6px 14px;border-radius:4px;margin-bottom:18px;}
.ep-art .ep-art-head h2{font-size:27px;font-weight:700;line-height:1.5;margin:0 0 16px;color:#fff;border:none;padding:0;}
.ep-art .ep-art-head .summary{font-size:15px;color:#dce6f2;margin:0;}
.ep-art .ep-art-body{max-width:760px;margin:0 auto;padding:40px 20px;}
.ep-art .ep-art-body h2{font-size:22px;font-weight:700;color:#0d2b4e;border-left:5px solid #ff7a29;padding-left:14px;margin:40px 0 18px;line-height:1.5;}
.ep-art .ep-art-body h3{font-size:18px;font-weight:700;color:#16487f;margin:28px 0 10px;}
.ep-art .ep-art-body p{font-size:15.5px;margin:0 0 16px;}
.ep-art .ep-art-body ul,.ep-art .ep-art-body ol{font-size:15.5px;margin:0 0 16px;padding-left:1.4em;}
.ep-art .ep-art-body li{margin-bottom:8px;}
.ep-art .ep-toc{background:#f5f8fc;border-radius:12px;padding:22px 24px;margin:8px 0 24px;}
.ep-art .ep-toc .toc-ttl{font-size:14px;font-weight:700;color:#16487f;margin:0 0 10px;}
.ep-art .ep-toc ol{margin:0;padding-left:1.3em;font-size:14.5px;}
.ep-art .ep-toc li{margin-bottom:6px;}
.ep-art .ep-toc a{color:#16487f;text-decoration:none;}
.ep-art .ep-callout{background:#fff6ef;border:1px solid #ffcda6;border-radius:10px;padding:18px 22px;margin:20px 0;font-size:15px;}
.ep-art .ep-callout strong{color:#d2601a;}
.ep-art .ep-step-box{background:#f7fafd;border:1px solid #dce4ee;border-radius:10px;padding:8px 24px;margin:16px 0;}
.ep-art .ep-cta-inline{background:linear-gradient(135deg,#0d2b4e 0%,#16487f 100%);color:#fff;border-radius:14px;padding:30px 26px;margin:32px 0;text-align:center;}
.ep-art .ep-cta-inline h3{color:#fff;font-size:19px;margin:0 0 10px;}
.ep-art .ep-cta-inline p{color:#dce6f2;font-size:14.5px;margin:0 0 20px;}
.ep-art .ep-cta-inline .btn{display:inline-block;background:#ff7a29;color:#fff;font-size:16px;font-weight:700;text-decoration:none;padding:14px 34px;border-radius:8px;box-shadow:0 6px 18px rgba(255,122,41,.35);}
.ep-art .ep-related{background:#f5f8fc;border-radius:12px;padding:22px 24px;margin:28px 0;}
.ep-art .ep-related .rel-ttl{font-size:15px;font-weight:700;color:#0d2b4e;margin:0 0 12px;}
.ep-art .ep-related ul{list-style:none;padding:0;margin:0;font-size:15px;}
.ep-art .ep-related li{padding:9px 0 9px 22px;position:relative;border-bottom:1px dashed #d6e2f0;}
.ep-art .ep-related li:last-child{border-bottom:none;}
.ep-art .ep-related li::before{content:"\2192";position:absolute;left:0;color:#ff7a29;font-weight:700;}
.ep-art .ep-related a{color:#16487f;text-decoration:none;}
.ep-art .ep-faq2 dt{font-weight:700;color:#16487f;font-size:16px;margin:22px 0 8px;padding-left:24px;position:relative;}
.ep-art .ep-faq2 dt::before{content:"Q";position:absolute;left:0;top:0;color:#ff7a29;font-weight:700;}
.ep-art .ep-faq2 dd{margin:0 0 4px;padding-left:24px;font-size:15px;position:relative;}
.ep-art .ep-faq2 dd::before{content:"A";position:absolute;left:0;top:0;color:#16487f;font-weight:700;}
.ep-art .ep-note{font-size:13px;color:#5b6b7c;border-top:1px solid #e2e8f0;margin-top:32px;padding-top:18px;}

@media(max-width:600px){
  .ep-art .ep-art-head h2{font-size:22px;}
  .ep-art .ep-art-body h2{font-size:19px;}
  .ep-lp .ep-plan-table{display:block;overflow-x:auto;white-space:normal;}
  .ep-lp .ep-plan-table th,.ep-lp .ep-plan-table td{min-width:140px;}
}


/* ====== 画面変化説明・トライアル訴求（v2追加） ====== */
.ep-lp .ep-section--screens{
  max-width:none;
  background:linear-gradient(180deg,#ffffff 0%,#f6f9fc 100%);
}
.ep-lp .ep-section--screens > *{max-width:1160px;margin-left:auto;margin-right:auto;}

.ep-lp .ep-screen-grid{
  display:grid;
  gap:22px;
}

.ep-lp .ep-screen-card{
  display:grid;
  grid-template-columns:minmax(0,.86fr) minmax(280px,.72fr);
  gap:24px;
  align-items:center;
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:24px;
  padding:26px;
  box-shadow:0 14px 38px rgba(12,45,78,.08);
  overflow:hidden;
}

.ep-lp .ep-screen-card__badge{
  display:inline-flex;
  color:var(--ep-orange-dark);
  background:#fff1e8;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:900;
  margin-bottom:14px;
}

.ep-lp .ep-screen-card__copy h3{
  color:var(--ep-navy);
  font-size:clamp(23px,3vw,31px);
  font-weight:900;
  letter-spacing:-.02em;
  margin:0 0 12px;
}

.ep-lp .ep-screen-card__copy p{
  color:#3b4e63;
  margin:0 0 16px;
}

.ep-lp .ep-screen-card__copy ul{
  list-style:none;
  margin:0;
  padding:0;
}

.ep-lp .ep-screen-card__copy li{
  position:relative;
  padding-left:26px;
  margin:9px 0;
  color:#40536a;
  font-size:16px;
}

.ep-lp .ep-screen-card__copy li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--ep-green);
  font-weight:900;
}

.ep-lp .ep-screen-card__media{
  margin:0;
  padding:18px;
  border-radius:18px;
  background:linear-gradient(180deg,#f2f7fc 0%,#ffffff 100%);
  border:1px solid #e1ebf5;
  display:flex;
  justify-content:center;
}

.ep-lp .ep-screen-card__media img{
  display:block;
  width:100%;
  max-width:380px;
  border-radius:12px;
  box-shadow:0 12px 28px rgba(12,45,78,.13);
}

.ep-lp .ep-section--trial{
  max-width:none;
  padding-top:clamp(34px,5vw,58px);
  padding-bottom:clamp(34px,5vw,58px);
  background:#fff;
}

.ep-lp .ep-trial-panel{
  max-width:1160px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:24px;
  align-items:center;
  border-radius:26px;
  padding:clamp(26px,4vw,42px);
  color:#fff;
  background:
    radial-gradient(circle at 12% 0%,rgba(255,255,255,.20),transparent 28%),
    linear-gradient(135deg,#0d3560 0%,#13599a 100%);
  box-shadow:0 20px 50px rgba(12,45,78,.16);
}

.ep-lp .ep-trial-panel .ep-section__eyebrow{color:#9bd2ff;}
.ep-lp .ep-trial-panel h2{
  color:#fff;
  border:none;
  padding:0;
  margin:8px 0 14px;
  font-size:clamp(25px,3.4vw,38px);
  line-height:1.35;
  font-weight:900;
  letter-spacing:-.025em;
}
.ep-lp .ep-trial-panel p{color:#dceaf8;margin:0 0 16px;}
.ep-lp .ep-trial-panel ul{display:grid;gap:8px;list-style:none;margin:0;padding:0;}
.ep-lp .ep-trial-panel li{position:relative;padding-left:22px;color:#eaf4ff;font-size:15.5px;}
.ep-lp .ep-trial-panel li::before{content:"✓";position:absolute;left:0;color:#9bd2ff;font-weight:900;}
.ep-lp .ep-trial-panel__action{display:grid;gap:12px;min-width:min(280px,100%);}
.ep-lp .ep-text-link{color:#fff;text-align:center;font-weight:800;text-decoration:underline;text-underline-offset:4px;}

@media (max-width:920px){
  .ep-lp .ep-screen-card{grid-template-columns:1fr;}
  .ep-lp .ep-screen-card__media{order:2;}
  .ep-lp .ep-trial-panel{grid-template-columns:1fr;}
  .ep-lp .ep-trial-panel__action{min-width:0;}
}

@media (max-width:520px){
  .ep-lp .ep-screen-card{padding:18px;border-radius:20px;}
  .ep-lp .ep-screen-card__media{padding:10px;border-radius:14px;}
  .ep-lp .ep-screen-card__media img{max-width:100%;}
  .ep-lp .ep-screen-card__copy li{font-size:15px;}
}


/* ====== v3: 文字サイズとセンタリングの微調整 ====== */
.ep-lp .ep-section p,
.ep-lp .ep-trial-panel p,
.ep-lp .ep-screen-card__copy p{
  font-size:17px;
}

.ep-lp .ep-pain-card p,
.ep-lp .ep-use-card p,
.ep-lp .ep-policy-card p,
.ep-lp .ep-plan-card p{
  font-size:15.5px;
  line-height:1.85;
}

.ep-lp .ep-screen-card__copy li{
  font-size:16px;
  line-height:1.75;
}

.ep-lp .ep-note--center{
  max-width:900px;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center;
}

.ep-lp .ep-flow li{
  text-align:center;
}

.ep-lp .ep-flow li span{
  margin-left:auto;
  margin-right:auto;
}

.ep-lp .ep-flow li p{
  font-size:15.5px;
  line-height:1.8;
}

.ep-lp .ep-section__head--center{
  text-align:center;
}

@media (max-width:760px){
  .ep-lp .ep-section__head--center{
    text-align:center;
  }
  .ep-lp .ep-section p,
  .ep-lp .ep-trial-panel p,
  .ep-lp .ep-screen-card__copy p{
    font-size:16px;
  }
  .ep-lp .ep-note{
    font-size:13.5px !important;
    line-height:1.75 !important;
  }
  .ep-lp .ep-note--center{
    text-align:center;
  }
}

/* ====== v4: 本番表示調整（改行・中央寄せ・文字サイズ・モバイル固定CTA削除） ====== */
.ep-lp{
  font-size:18px;
  line-height:1.9;
  padding-bottom:0 !important;
}

.ep-lp .ep-nowrap{
  white-space:nowrap;
}

/* 見出しブロックは全セクションで中央寄せに統一 */
.ep-lp .ep-section__head{
  max-width:1040px;
  margin:0 auto 40px;
  text-align:center;
}

.ep-lp .ep-section__head p{
  max-width:920px;
  margin-left:auto;
  margin-right:auto;
}

.ep-lp .ep-section h2{
  font-size:clamp(28px,3.15vw,38px);
  line-height:1.45;
  letter-spacing:-.02em;
  text-wrap:balance;
}

.ep-lp .ep-section p,
.ep-lp .ep-trial-panel p,
.ep-lp .ep-screen-card__copy p,
.ep-lp .ep-final-cta p{
  font-size:18px;
  line-height:2;
}

.ep-lp .ep-lead{
  font-size:clamp(17px,1.8vw,20px);
}

.ep-lp .ep-pain-card p,
.ep-lp .ep-use-card p,
.ep-lp .ep-policy-card p,
.ep-lp .ep-plan-card p,
.ep-lp .ep-flow li p,
.ep-lp .ep-stat span,
.ep-lp .ep-industry-grid span{
  font-size:16.5px;
  line-height:1.9;
}

.ep-lp .ep-screen-card__copy li,
.ep-lp .ep-ba__card li,
.ep-lp .ep-trial-panel li{
  font-size:16.5px;
  line-height:1.85;
}

.ep-lp .ep-faq dd{
  font-size:17px;
  line-height:2;
}

.ep-lp .ep-note{
  font-size:15px !important;
  line-height:1.9 !important;
}

.ep-lp .ep-note--center{
  max-width:920px;
  margin-left:auto !important;
  margin-right:auto !important;
  text-align:center;
}

/* Flowカードはカード全体・本文とも中央に揃える */
.ep-lp .ep-flow{
  justify-content:center;
}

.ep-lp .ep-flow li{
  text-align:center;
  display:flex;
  flex-direction:column;
  align-items:center;
}

.ep-lp .ep-flow li span{
  margin-left:auto;
  margin-right:auto;
}

/* スマホ下部の固定アンカーは完全に非表示 */
.ep-lp .ep-mobile-sticky{
  display:none !important;
}

@media (max-width:760px){
  .ep-lp{
    padding-bottom:0 !important;
  }

  .ep-lp .ep-section__head{
    max-width:100%;
    text-align:center;
    margin-bottom:30px;
  }

  .ep-lp .ep-section h2{
    font-size:clamp(25px,7vw,30px);
    line-height:1.45;
  }

  .ep-lp .ep-section p,
  .ep-lp .ep-trial-panel p,
  .ep-lp .ep-screen-card__copy p,
  .ep-lp .ep-final-cta p{
    font-size:16.8px;
    line-height:1.95;
  }

  .ep-lp .ep-lead{
    font-size:16.8px;
  }

  .ep-lp .ep-pain-card p,
  .ep-lp .ep-use-card p,
  .ep-lp .ep-policy-card p,
  .ep-lp .ep-plan-card p,
  .ep-lp .ep-flow li p,
  .ep-lp .ep-stat span,
  .ep-lp .ep-industry-grid span,
  .ep-lp .ep-screen-card__copy li,
  .ep-lp .ep-ba__card li,
  .ep-lp .ep-trial-panel li{
    font-size:16px;
  }

  .ep-lp .ep-note{
    font-size:14px !important;
  }

  .ep-lp .ep-final-cta{
    text-align:center;
  }

  .ep-lp .ep-final-cta p{
    margin-left:auto;
    margin-right:auto;
  }
}

@media (max-width:420px){
  .ep-lp .ep-hero h2{
    font-size:29px;
    line-height:1.28;
  }

  .ep-lp .ep-section h2{
    font-size:24.5px;
  }
}



/* ====== v5: PC表示でFlowカードが左寄せになる問題の修正 ======
   原因: .ep-flow の margin:0 が .ep-section--soft > * の中央寄せ指定を後勝ちで上書きしていたため。
   対応: Flowカード群に明示的な max-width / auto margin を再指定。
   ========================================================================== */
.ep-lp .ep-section--soft .ep-flow{
  width:100%;
  max-width:1160px;
  margin-left:auto !important;
  margin-right:auto !important;
}

@media (min-width:1025px){
  .ep-lp .ep-section--soft .ep-flow{
    justify-content:center;
  }
}

/* ====== v6: 会社名表示・クチコミ管理の訴求強化 ====== */

.ep-lp .ep-section--priority{
  max-width:none;
  background:
    radial-gradient(circle at 18% 0%, rgba(255,122,41,.08), transparent 34%),
    linear-gradient(180deg,#fff 0%,#f7fbff 100%);
}

.ep-lp .ep-section--priority > *{
  max-width:1160px;
  margin-left:auto;
  margin-right:auto;
}

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

.ep-lp .ep-priority-card{
  position:relative;
  overflow:hidden;
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:24px;
  padding:clamp(24px,3.5vw,34px);
  box-shadow:0 18px 42px rgba(12,45,78,.09);
}

.ep-lp .ep-priority-card::before{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:7px;
  background:linear-gradient(180deg,var(--ep-orange) 0%,var(--ep-orange-dark) 100%);
}

.ep-lp .ep-priority-card--review::before{
  background:linear-gradient(180deg,var(--ep-blue-2) 0%,var(--ep-green) 100%);
}

.ep-lp .ep-priority-card__badge{
  display:inline-flex;
  color:var(--ep-orange-dark);
  background:#fff1e8;
  border-radius:999px;
  padding:6px 12px;
  font-size:12px;
  font-weight:900;
  margin-bottom:14px;
}

.ep-lp .ep-priority-card--review .ep-priority-card__badge{
  color:#0f7147;
  background:#e8f8f0;
}

.ep-lp .ep-priority-card h3{
  color:var(--ep-navy);
  font-size:clamp(24px,3vw,32px);
  font-weight:900;
  letter-spacing:-.02em;
  line-height:1.45;
  margin:0 0 14px;
}

.ep-lp .ep-priority-card p{
  color:#3b4e63;
  font-size:18px;
  line-height:1.95;
  margin:0 0 16px;
}

.ep-lp .ep-priority-card ul{
  list-style:none;
  margin:0 0 20px;
  padding:0;
}

.ep-lp .ep-priority-card li{
  position:relative;
  padding-left:27px;
  margin:10px 0;
  color:#40536a;
  font-size:16.5px;
  line-height:1.85;
}

.ep-lp .ep-priority-card li::before{
  content:"✓";
  position:absolute;
  left:0;
  top:0;
  color:var(--ep-green);
  font-weight:900;
}

.ep-lp .ep-priority-card__link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
  padding:11px 18px;
  border-radius:12px;
  color:#fff;
  background:linear-gradient(135deg,var(--ep-orange) 0%,var(--ep-orange-dark) 100%);
  font-size:15px;
  font-weight:900;
  text-decoration:none;
  box-shadow:0 12px 26px rgba(255,122,41,.23);
}

.ep-lp .ep-priority-card--review .ep-priority-card__link{
  background:linear-gradient(135deg,var(--ep-blue) 0%,var(--ep-green) 100%);
  box-shadow:0 12px 26px rgba(19,89,154,.18);
}

.ep-lp .ep-screen-card--highlight{
  border:2px solid rgba(19,89,154,.28);
  box-shadow:0 18px 44px rgba(19,89,154,.12);
}

.ep-lp .ep-screen-card__copy h3 small{
  display:inline-block;
  font-size:15px;
  color:var(--ep-muted);
  font-weight:800;
  letter-spacing:0;
  line-height:1.5;
}

.ep-lp .ep-plan-card--review{
  border-color:rgba(19,89,154,.36);
  box-shadow:0 18px 42px rgba(19,89,154,.13);
}

.ep-lp .ep-plan-card--review .ep-plan-card__badge{
  color:#0f7147;
  background:#e8f8f0;
}

.ep-lp .ep-use-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ep-lp .ep-use-card--featured{
  border:2px solid rgba(255,122,41,.42);
  box-shadow:0 18px 38px rgba(255,122,41,.11);
}

.ep-lp .ep-use-card--featured:nth-child(2){
  border-color:rgba(19,89,154,.34);
  box-shadow:0 18px 38px rgba(19,89,154,.10);
}

@media (max-width:1024px){
  .ep-lp .ep-priority-grid,
  .ep-lp .ep-use-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media (max-width:760px){
  .ep-lp .ep-priority-grid,
  .ep-lp .ep-use-grid{
    grid-template-columns:1fr;
  }

  .ep-lp .ep-priority-card{
    padding:22px;
  }

  .ep-lp .ep-priority-card p{
    font-size:16.8px;
  }

  .ep-lp .ep-priority-card li{
    font-size:16px;
  }

  .ep-lp .ep-priority-card__link{
    width:100%;
    text-align:center;
  }
}


/* ====== v7: PDF資料リンク ====== */
.ep-section--document{
  padding-top:42px;
  padding-bottom:42px;
}
.ep-document-box{
  max-width:860px;
  margin:0 auto;
  padding:34px 28px;
  text-align:center;
  background:#fff;
  border:1px solid #d7e5f4;
  border-radius:24px;
  box-shadow:0 18px 44px rgba(6,34,67,.08);
}
.ep-document-box h2{
  margin:8px 0 12px;
  color:#052f5f;
  font-size:clamp(27px,3.2vw,38px);
  line-height:1.38;
  letter-spacing:-.03em;
  text-wrap:balance;
}
.ep-document-box p{
  max-width:640px;
  margin:0 auto 20px;
  color:#294463;
  font-size:18px;
  line-height:1.9;
}
.ep-document-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  padding:14px 24px;
  border-radius:999px;
  background:#052f5f;
  color:#fff !important;
  font-weight:800;
  font-size:17px;
  line-height:1.45;
  text-decoration:none;
  box-shadow:0 12px 28px rgba(5,47,95,.18);
}
.ep-document-link:hover{
  transform:translateY(-1px);
  box-shadow:0 16px 34px rgba(5,47,95,.24);
}
@media(max-width:560px){
  .ep-document-box{
    padding:28px 18px;
    border-radius:18px;
  }
  .ep-document-box p{
    font-size:16.5px;
  }
  .ep-document-link{
    width:100%;
    font-size:15.5px;
    padding:13px 16px;
  }
}


/* ====== v8: 業種別リンク復元・関連ガイドリンク ====== */
.ep-lp .ep-guide-link-box{
  max-width:820px;
  margin:30px auto 0;
  padding:24px 26px;
  text-align:center;
  background:linear-gradient(135deg,#fff 0%,#f5fbff 100%);
  border:1px solid #d7e5f4;
  border-radius:22px;
  box-shadow:0 14px 34px rgba(6,34,67,.07);
}
.ep-lp .ep-guide-link-box__label{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  margin-bottom:10px;
  padding:5px 12px;
  color:#f05c22;
  background:#fff3eb;
  border-radius:999px;
  font-size:13px;
  font-weight:800;
  letter-spacing:.08em;
}
.ep-lp .ep-guide-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:52px;
  padding:13px 22px;
  color:#052f5f;
  background:#fff;
  border:1px solid #bcd8f2;
  border-radius:999px;
  font-size:17px;
  font-weight:800;
  line-height:1.55;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease;
}
.ep-lp .ep-guide-link:hover{
  transform:translateY(-2px);
  border-color:#f05c22;
  box-shadow:0 12px 28px rgba(6,34,67,.10);
}
@media(max-width:600px){
  .ep-lp .ep-guide-link-box{
    padding:22px 16px;
    border-radius:18px;
  }
  .ep-lp .ep-guide-link{
    width:100%;
    border-radius:16px;
    font-size:16px;
  }
}

/* === パンくず（v12追加・既存ep-breadcrumb規約準拠） === */
.ep-breadcrumb{max-width:1160px;margin:0 auto;padding:14px 20px 0;font-size:13px;line-height:1.7;color:var(--ep-muted);}
.ep-breadcrumb a{color:var(--ep-blue);text-decoration:none;}
.ep-breadcrumb a:hover{text-decoration:underline;}
@media(max-width:640px){.ep-breadcrumb{font-size:12px;padding:12px 16px 0;}}
