/*
Theme Name: 山岡正士行政書士事務所 LP
Theme URI: https://www.yamaokalaw.com
Author: 山岡正士行政書士事務所
Description: 山岡正士行政書士事務所の問い合わせ獲得型ランディングページ専用テーマ
Version: 2.0.1
Text Domain: yamaoka-law-lp
*/

:root {
  --navy: #12345b;
  --blue: #185ea8;
  --blue-light: #eaf4ff;
  --orange: #e86f19;
  --orange-dark: #c9540b;
  --ink: #1f2937;
  --muted: #5b6573;
  --line: #dce4ec;
  --paper: #ffffff;
  --soft: #f5f8fb;
  --max: 1120px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", "Yu Gothic", Meiryo, sans-serif;
  line-height: 1.8;
}
a { color: inherit; }
img { max-width: 100%; height: auto; }
.yl-wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.yl-section { padding: 82px 0; }
.yl-section--soft { background: var(--soft); }
.yl-section--blue { color: #fff; background: linear-gradient(135deg, #12345b, #185ea8); }
.yl-kicker {
  margin: 0 0 8px;
  color: var(--blue);
  font-size: .84rem;
  font-weight: 800;
  letter-spacing: .12em;
}
.yl-section--blue .yl-kicker { color: #a9d3ff; }
.yl-title {
  margin: 0 0 18px;
  color: var(--navy);
  font-size: clamp(1.8rem, 4vw, 2.65rem);
  line-height: 1.35;
  letter-spacing: .02em;
}
.yl-section--blue .yl-title { color: #fff; }
.yl-lead { max-width: 760px; margin: 0 auto 42px; color: var(--muted); text-align: center; }
.yl-center { text-align: center; }

.yl-header {
  position: sticky;
  z-index: 50;
  top: 0;
  background: rgba(255,255,255,.97);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 3px 18px rgba(18,52,91,.06);
}
.yl-header__inner {
  min-height: 76px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.yl-brand { margin-right: auto; text-decoration: none; }
.yl-brand strong { display: block; color: var(--navy); font-size: 1.12rem; line-height: 1.3; }
.yl-brand small { display: block; color: var(--muted); font-size: .72rem; }
.yl-nav { display: flex; gap: 20px; align-items: center; }
.yl-nav a { color: #344255; font-size: .88rem; font-weight: 700; text-decoration: none; }
.yl-nav a:hover { color: var(--blue); }
.yl-header__tel { color: var(--navy); font-size: 1.08rem; font-weight: 900; text-decoration: none; white-space: nowrap; }
.yl-header__mail {
  padding: 11px 17px;
  color: #fff;
  background: var(--orange);
  border-radius: 8px;
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  white-space: nowrap;
}
.yl-header__mail:hover { background: var(--orange-dark); }

.yl-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 15% 25%, rgba(111,186,255,.2), transparent 35%),
    linear-gradient(125deg, #eef7ff 0%, #fff 58%, #fff6ef 100%);
}
.yl-hero::after {
  position: absolute; right: -90px; bottom: -170px;
  width: 380px; height: 380px; content: "";
  border: 70px solid rgba(232,111,25,.08); border-radius: 50%;
}
.yl-hero__inner {
  position: relative; z-index: 1;
  min-height: 650px;
  display: grid; grid-template-columns: 1.18fr .82fr; gap: 60px; align-items: center;
  padding: 70px 0;
}
.yl-badge {
  display: inline-flex; margin: 0 0 18px; padding: 6px 13px;
  color: var(--blue); background: var(--blue-light); border: 1px solid #c4e0fb;
  border-radius: 999px; font-size: .82rem; font-weight: 800;
}
.yl-hero h1 {
  margin: 0 0 22px; color: var(--navy);
  font-size: clamp(2.15rem, 4.2vw, 3.05rem); line-height: 1.32; letter-spacing: .01em;
}
.yl-hero h1 em { color: var(--orange); font-style: normal; }
.yl-hero__copy { max-width: 650px; margin: 0 0 28px; color: #445268; font-size: 1.08rem; }
.yl-checks { display: flex; flex-wrap: wrap; gap: 9px 18px; margin: 0 0 30px; padding: 0; list-style: none; }
.yl-checks li { color: var(--navy); font-size: .92rem; font-weight: 800; }
.yl-checks li::before { margin-right: 7px; color: var(--orange); content: "✓"; }
.yl-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.yl-btn {
  display: inline-flex; min-height: 54px; padding: 12px 24px;
  align-items: center; justify-content: center;
  border-radius: 9px; font-weight: 900; text-decoration: none;
  box-shadow: 0 8px 18px rgba(18,52,91,.12);
}
.yl-btn--orange { color: #fff; background: var(--orange); }
.yl-btn--orange:hover { background: var(--orange-dark); }
.yl-btn--blue { color: #fff; background: var(--blue); }
.yl-btn--outline { color: var(--blue); background: #fff; border: 2px solid var(--blue); }
.yl-note { margin: 11px 0 0; color: var(--muted); font-size: .78rem; }
.yl-portrait { position: relative; align-self: end; }
.yl-portrait::before {
  position: absolute; inset: 12% -8% -4% 14%; z-index: -1; content: "";
  background: var(--navy); border-radius: 48% 48% 18px 18px;
}
.yl-portrait img {
  display: block; width: min(100%, 470px); margin: auto;
  border-radius: 12px 12px 0 0; filter: drop-shadow(0 20px 25px rgba(18,52,91,.16));
}
.yl-portrait__label {
  position: absolute; right: -8px; bottom: 24px; padding: 13px 18px;
  color: #fff; background: rgba(18,52,91,.94); border-left: 5px solid var(--orange);
  border-radius: 6px; font-weight: 800; line-height: 1.45;
}

.yl-strip { background: var(--navy); color: #fff; }
.yl-strip__inner {
  display: grid; grid-template-columns: repeat(3, 1fr);
  text-align: center;
}
.yl-strip__item { padding: 22px 16px; border-right: 1px solid rgba(255,255,255,.18); }
.yl-strip__item:last-child { border: 0; }
.yl-strip strong { display: block; color: #fff; font-size: 1.04rem; }
.yl-strip span { color: #c8d8e8; font-size: .78rem; }

.yl-grid { display: grid; gap: 22px; }
.yl-grid--3 { grid-template-columns: repeat(3, 1fr); }
.yl-grid--2 { grid-template-columns: repeat(2, 1fr); }
.yl-card {
  padding: 28px; background: #fff; border: 1px solid var(--line);
  border-radius: 14px; box-shadow: 0 10px 28px rgba(18,52,91,.06);
}
.yl-card__icon {
  display: grid; width: 46px; height: 46px; margin-bottom: 14px;
  place-items: center; color: #fff; background: var(--blue); border-radius: 10px;
  font-weight: 900;
}
.yl-card h3 { margin: 0 0 9px; color: var(--navy); font-size: 1.2rem; }
.yl-card p { margin: 0; color: var(--muted); font-size: .93rem; }
.yl-card__link {
  display: flex; width: 100%; min-height: 50px; margin-top: 20px; padding: 11px 16px;
  align-items: center; justify-content: center; color: #fff; background: var(--orange);
  border-radius: 8px; box-shadow: 0 8px 18px rgba(232,111,25,.2);
  font-size: .9rem; font-weight: 900; text-align: center; text-decoration: none;
}
.yl-card__link:hover { color: #fff; background: var(--orange-dark); transform: translateY(-1px); }
.yl-card--special {
  position: relative;
  background: linear-gradient(180deg, #fffaf6 0%, #fff 34%);
  border: 2px solid #f1b07b;
  box-shadow: 0 13px 30px rgba(232,111,25,.12);
}
.yl-special-badge {
  position: absolute; top: 17px; right: 17px;
  padding: 4px 10px; color: var(--orange-dark); background: #fff0e4;
  border: 1px solid #f2c49f; border-radius: 999px;
  font-size: .7rem; font-weight: 900;
}

.yl-concerns {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px 28px;
  max-width: 900px; margin: 38px auto 0;
}
.yl-concern {
  position: relative; padding: 18px 18px 18px 49px;
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  box-shadow: 0 8px 20px rgba(18,52,91,.04);
}
.yl-concern::before {
  position: absolute; left: 17px; top: 18px; display: grid;
  width: 23px; height: 23px; place-items: center; content: "✓";
  color: #fff; background: var(--orange); border-radius: 50%; font-size: .78rem; font-weight: 900;
}

.yl-strength { align-items: stretch; }
.yl-strength .yl-card { border-top: 5px solid var(--blue); }
.yl-strength__no { color: #c8d9ea; font-size: 2.2rem; font-weight: 900; line-height: 1; }

.yl-profile { display: grid; grid-template-columns: .72fr 1.28fr; gap: 55px; align-items: center; }
.yl-profile img { border-radius: 14px; box-shadow: 0 18px 40px rgba(18,52,91,.15); }
.yl-profile h3 { margin: 0; color: var(--navy); font-size: 1.65rem; }
.yl-profile__sub { margin: 0 0 22px; color: var(--blue); font-weight: 800; }
.yl-profile p { color: #475569; }

.yl-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; counter-reset: steps; }
.yl-step {
  position: relative; padding: 28px 20px 23px; text-align: center;
  background: #fff; border: 1px solid var(--line); border-radius: 12px;
}
.yl-step::before {
  counter-increment: steps; content: counter(steps);
  display: grid; width: 38px; height: 38px; margin: -48px auto 14px;
  place-items: center; color: #fff; background: var(--orange); border-radius: 50%; font-weight: 900;
}
.yl-step h3 { margin: 0 0 7px; color: var(--navy); font-size: 1rem; }
.yl-step p { margin: 0; color: var(--muted); font-size: .82rem; }

.yl-price-nav { display: flex; flex-wrap: wrap; gap: 8px; justify-content: center; margin: 0 0 28px; }
.yl-price-nav a {
  padding: 7px 12px; color: var(--blue); background: var(--blue-light);
  border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none;
}
.yl-price details {
  margin-bottom: 12px; overflow: hidden; background: #fff;
  border: 1px solid var(--line); border-radius: 11px;
}
.yl-price summary {
  padding: 18px 22px; color: var(--navy); background: #f9fbfd;
  cursor: pointer; font-size: 1.05rem; font-weight: 900;
}
.yl-price__body { padding: 8px 22px 24px; }
.yl-table-wrap { overflow-x: auto; }
.yl-table { width: 100%; border-collapse: collapse; font-size: .9rem; }
.yl-table th, .yl-table td { padding: 10px 12px; text-align: left; border-bottom: 1px solid var(--line); }
.yl-table th { color: var(--navy); background: var(--blue-light); }
.yl-price h4 { margin: 20px 0 6px; color: var(--navy); }
.yl-price ul { margin-top: 6px; }
.yl-price__notes { color: var(--muted); font-size: .8rem; }

.yl-access { display: grid; grid-template-columns: .85fr 1.15fr; gap: 34px; align-items: stretch; }
.yl-access__info { padding: 30px; color: #fff; background: var(--navy); border-radius: 14px; }
.yl-access__info h3 { margin-top: 0; font-size: 1.4rem; }
.yl-access__info a { color: #fff; }
.yl-map { width: 100%; min-height: 390px; border: 0; border-radius: 14px; }

.yl-cta { padding: 70px 0; text-align: center; color: #fff; background: linear-gradient(135deg, #e86f19, #c9540b); }
.yl-cta h2 { margin: 0 0 10px; font-size: clamp(1.8rem, 4vw, 2.7rem); }
.yl-cta p { margin: 0 0 24px; }
.yl-cta .yl-btn--outline { border-color: #fff; color: #fff; background: transparent; }

.yl-footer { padding: 42px 0 90px; color: #bccadd; background: #0b213b; text-align: center; }
.yl-footer strong { display: block; margin-bottom: 8px; color: #fff; font-size: 1.1rem; }
.yl-footer p { margin: 5px 0; font-size: .8rem; }
.yl-mobile-cta { display: none; }

/* 農地転用LP */
.nl-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 86% 20%, rgba(87,155,88,.18), transparent 32%),
    linear-gradient(130deg, #f3faf2 0%, #fff 55%, #fff8ed 100%);
}
.nl-hero__inner {
  min-height: 630px; display: grid; grid-template-columns: 1.08fr .92fr;
  gap: 54px; align-items: center; padding: 72px 0;
}
.nl-eyebrow {
  display: inline-flex; margin-bottom: 17px; padding: 6px 13px;
  color: #28652f; background: #e3f4e4; border: 1px solid #b9dfbc;
  border-radius: 999px; font-size: .8rem; font-weight: 900;
}
.nl-hero h1 {
  margin: 0 0 20px; color: var(--navy);
  font-size: clamp(2.35rem, 4.4vw, 3.75rem); line-height: 1.25;
}
.nl-hero h1 em { display: block; color: #2f7b39; font-style: normal; }
.nl-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.nl-hero__panel {
  position: relative; padding: 38px; color: #fff;
  background: linear-gradient(145deg, #1e5d32, #327b3e);
  border-radius: 22px; box-shadow: 0 24px 50px rgba(27,87,47,.22);
}
.nl-hero__panel::after {
  position: absolute; right: -25px; bottom: -25px; width: 120px; height: 120px;
  content: ""; border: 24px solid rgba(255,255,255,.08); border-radius: 50%;
}
.nl-hero__panel h2 { margin: 0 0 15px; font-size: 1.45rem; line-height: 1.45; }
.nl-hero__panel ul { margin: 0; padding-left: 1.3em; }
.nl-hero__panel li { margin: 9px 0; }
.nl-alert {
  padding: 22px 25px; color: #68410b; background: #fff6df;
  border: 1px solid #f3d28d; border-left: 6px solid #e39b19; border-radius: 10px;
}
.nl-alert strong { color: #8b5100; }
.nl-use-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.nl-use {
  padding: 26px 20px; background: #fff; border: 1px solid var(--line);
  border-radius: 13px; text-align: center; box-shadow: 0 9px 25px rgba(18,52,91,.05);
}
.nl-use__icon {
  display: grid; width: 52px; height: 52px; margin: 0 auto 14px; place-items: center;
  color: #fff; background: #397d43; border-radius: 50%; font-size: 1.35rem;
}
.nl-use h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.05rem; }
.nl-use p { margin: 0; color: var(--muted); font-size: .83rem; }
.nl-compare { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.nl-compare--three { grid-template-columns: repeat(3, 1fr); }
.nl-law-card {
  padding: 30px; background: #fff; border: 1px solid var(--line);
  border-top: 6px solid #397d43; border-radius: 13px;
}
.nl-law-card--five { border-top-color: var(--orange); }
.nl-law-card--three { border-top-color: var(--blue); }
.nl-law-card__no { color: #397d43; font-size: 2.6rem; font-weight: 900; line-height: 1; }
.nl-law-card--five .nl-law-card__no { color: var(--orange); }
.nl-law-card--three .nl-law-card__no { color: var(--blue); }
.nl-law-card h3 { margin: 10px 0; color: var(--navy); font-size: 1.3rem; }
.nl-law-card p { color: var(--muted); }
.nl-example { padding: 12px 15px; color: var(--navy); background: var(--soft); border-radius: 8px; font-size: .88rem; font-weight: 800; }
.nl-point-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.nl-point {
  padding: 30px; color: #fff; background: linear-gradient(145deg, #12345b, #1d5791);
  border-radius: 14px;
}
.nl-point__no { color: #92c4f2; font-size: 2.1rem; font-weight: 900; line-height: 1; }
.nl-point h3 { margin: 13px 0 8px; font-size: 1.15rem; }
.nl-point p { margin: 0; color: #d9e8f5; font-size: .88rem; }
.nl-process { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; counter-reset: nlstep; }
.nl-process__item {
  position: relative; padding: 48px 13px 20px; background: #fff;
  border: 1px solid var(--line); border-radius: 11px; text-align: center;
}
.nl-process__item::before {
  position: absolute; top: -18px; left: calc(50% - 18px);
  display: grid; width: 36px; height: 36px; place-items: center;
  counter-increment: nlstep; content: counter(nlstep); color: #fff;
  background: #397d43; border-radius: 50%; font-weight: 900;
}
.nl-process__item h3 { margin: 0 0 6px; color: var(--navy); font-size: .9rem; }
.nl-process__item p { margin: 0; color: var(--muted); font-size: .74rem; line-height: 1.65; }
.nl-price-box {
  display: grid; grid-template-columns: 1fr auto; gap: 20px; align-items: center;
  margin-bottom: 12px; padding: 22px 25px; background: #fff;
  border: 1px solid var(--line); border-radius: 11px;
}
.nl-price-box h3 { margin: 0; color: var(--navy); font-size: 1.06rem; }
.nl-price-box strong { color: var(--orange); font-size: 1.35rem; white-space: nowrap; }
.nl-faq details { margin-bottom: 11px; background: #fff; border: 1px solid var(--line); border-radius: 10px; }
.nl-faq summary { padding: 17px 20px; color: var(--navy); cursor: pointer; font-weight: 900; }
.nl-faq p { margin: 0; padding: 0 20px 20px; color: var(--muted); }
.nl-links {
  display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin-top: 28px;
}
.nl-links a {
  padding: 8px 13px; color: #28652f; background: #e8f5e9;
  border-radius: 999px; font-size: .78rem; font-weight: 800; text-decoration: none;
}

.nl-hero-choice {
  display: block; margin-top: 12px; padding: 15px 17px; color: #fff;
  border: 1px solid rgba(255,255,255,.28); border-radius: 10px; text-decoration: none;
}
.nl-hero-choice strong, .nl-hero-choice span { display: block; }
.nl-hero-choice strong { font-size: 1.08rem; }
.nl-hero-choice span { color: rgba(255,255,255,.8); font-size: .82rem; }
.nl-hero-choice--three { background: rgba(24,94,168,.36); }
.nl-hero-choice--conversion { background: rgba(232,111,25,.26); }
.nl-route-section { padding-top: 58px; }
.nl-route-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.nl-route {
  display: block; padding: 30px; color: var(--navy); background: #fff;
  border: 2px solid var(--line); border-radius: 16px; box-shadow: 0 12px 28px rgba(18,52,91,.08);
  text-decoration: none;
}
.nl-route--three { border-top: 7px solid var(--blue); }
.nl-route--conversion { border-top: 7px solid var(--orange); }
.nl-route__tag { display: inline-block; padding: 4px 10px; color: #fff; background: var(--blue); border-radius: 999px; font-size: .75rem; font-weight: 900; }
.nl-route--conversion .nl-route__tag { background: var(--orange); }
.nl-route strong { display: block; margin-top: 13px; font-size: 1.45rem; }
.nl-route p { margin: 5px 0 14px; color: var(--muted); }
.nl-route__link { color: var(--blue); font-weight: 900; }
.nl-route--conversion .nl-route__link { color: var(--orange-dark); }
.nl-separation-note { margin-top: 25px; padding: 17px 20px; color: #68450d; background: #fff8e8; border: 1px solid #f2d49c; border-radius: 10px; }
.nl-chapter { scroll-margin-top: 80px; padding: 43px 0; color: #fff; }
.nl-chapter--three { background: linear-gradient(135deg, #12345b, #185ea8); }
.nl-chapter--conversion { background: linear-gradient(135deg, #8f3e08, #e86f19); }
.nl-chapter--noushin { background: linear-gradient(135deg, #275b32, #4f8b51); }
.nl-chapter--noushin .nl-chapter__number { font-size: 2.2rem; }
.nl-chapter__heading { display: flex; gap: 25px; align-items: center; }
.nl-chapter__number { color: rgba(255,255,255,.24); font-size: 4.4rem; font-weight: 900; line-height: 1; }
.nl-chapter .yl-kicker { margin: 0; color: rgba(255,255,255,.7); }
.nl-chapter h2 { margin: 0; color: #fff; font-size: clamp(1.8rem,4vw,2.6rem); line-height: 1.3; }
.nl-chapter p { margin: 5px 0 0; }
.nl-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 40px; align-items: center; }
.nl-example-list { padding: 25px; background: var(--soft); border: 1px solid var(--line); border-radius: 13px; }
.nl-example-list strong { color: var(--navy); font-size: 1.1rem; }
.nl-example-list ul { margin-bottom: 0; }
.nl-alert--blue { margin-top: 26px; color: #12345b; background: #eaf4ff; border-color: #b9dafa; }
.nl-alert--blue strong { color: #12345b; }
.nl-process--five { grid-template-columns: repeat(5, 1fr); }
.nl-price-single { max-width: 680px; margin: 36px auto 0; padding: 22px 25px; background: #f2f7fc; border: 1px solid #bfd7ee; border-radius: 13px; }
.nl-price-single > div { display: flex; justify-content: space-between; align-items: center; gap: 20px; }
.nl-price-single span { color: var(--navy); font-weight: 900; }
.nl-price-single strong { color: var(--blue); font-size: 1.5rem; }
.nl-price-single p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
.nl-space-top { margin-top: 34px; }
.nl-update-note { max-width: 850px; margin: 30px auto 0; padding: 16px 20px; background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.25); border-radius: 10px; text-align: center; }
.nl-noushin-order { padding: 25px; background: #f1f8f1; border: 1px solid #bfd7c1; border-radius: 14px; }
.nl-noushin-order > strong { display: block; margin-bottom: 14px; color: #275b32; font-size: 1.08rem; }
.nl-noushin-order ol { margin: 0; padding: 0; list-style: none; }
.nl-noushin-order li { display: flex; gap: 13px; align-items: center; padding: 11px 0; border-bottom: 1px solid #d4e5d5; }
.nl-noushin-order li:last-child { border-bottom: 0; }
.nl-noushin-order li > span { display: grid; flex: 0 0 32px; width: 32px; height: 32px; place-items: center; color: #fff; background: #397d43; border-radius: 50%; font-weight: 900; }
.nl-noushin-order b, .nl-noushin-order small { display: block; }
.nl-noushin-order b { color: var(--navy); }
.nl-noushin-order small { color: var(--muted); }
.nl-noushin-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.nl-noushin-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-top: 5px solid #4f8b51; border-radius: 13px; box-shadow: 0 8px 22px rgba(18,52,91,.05); }
.nl-noushin-grid span { color: #8bb58e; font-size: 1.75rem; font-weight: 900; }
.nl-noushin-grid h3 { margin: 7px 0; color: var(--navy); font-size: 1.08rem; }
.nl-noushin-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.nl-warning-box { max-width: 850px; margin: 36px auto 0; padding: 22px 25px; color: #68450d; background: #fff8e8; border: 1px solid #f2d49c; border-radius: 12px; }
.nl-warning-box h3 { margin: 0 0 5px; color: #8b5100; }
.nl-warning-box p { margin: 0; }
.nl-price-single--noushin { background: #f1f8f1; border-color: #bfd7c1; }
.nl-price-single--noushin strong { color: #397d43; }

/* 産業廃棄物収集運搬許可LP */
.sp-hero {
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 25%, rgba(33,102,128,.16), transparent 32%),
    linear-gradient(130deg, #eff9fb 0%, #fff 56%, #fff7ed 100%);
}
.sp-hero__inner { min-height: 630px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.sp-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #145b72; background: #e1f3f7; border: 1px solid #b6dce5; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.sp-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.7rem); line-height: 1.25; }
.sp-hero h1 em { display: block; color: #15748f; font-style: normal; }
.sp-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.sp-hero__panel { padding: 38px; color: #fff; background: linear-gradient(145deg,#0e455b,#176d85); border-radius: 22px; box-shadow: 0 24px 50px rgba(14,69,91,.22); }
.sp-hero__panel > span { display: inline-block; padding: 4px 10px; color: #0e455b; background: #dff5fa; border-radius: 999px; font-size: .73rem; font-weight: 900; }
.sp-hero__panel h2 { margin: 15px 0; font-size: 1.55rem; line-height: 1.45; }
.sp-hero__panel ul { margin: 0; padding-left: 1.3em; }
.sp-hero__panel li { margin: 9px 0; }
.sp-strip { color: #fff; background: #0d3448; }
.sp-strip__inner { display: grid; grid-template-columns: repeat(4,1fr); }
.sp-strip__inner div { padding: 22px 14px; text-align: center; border-right: 1px solid rgba(255,255,255,.14); }
.sp-strip__inner div:last-child { border-right: 0; }
.sp-strip strong, .sp-strip span { display: block; }
.sp-strip strong { font-size: 1.02rem; }
.sp-strip span { color: #bad5df; font-size: .75rem; }
.sp-need-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sp-need { padding: 30px; background: #fff; border: 1px solid var(--line); border-top: 6px solid #e86f19; border-radius: 14px; box-shadow: 0 10px 28px rgba(18,52,91,.06); }
.sp-need--no { border-top-color: #27815b; }
.sp-need > span { display: inline-block; padding: 4px 10px; color: #fff; background: #e86f19; border-radius: 999px; font-size: .75rem; font-weight: 900; }
.sp-need--no > span { background: #27815b; }
.sp-need h3 { margin: 14px 0 8px; color: var(--navy); }
.sp-need p { margin: 0; color: var(--muted); }
.sp-notice { margin-top: 24px; padding: 20px 23px; color: #68410b; background: #fff6df; border: 1px solid #f3d28d; border-left: 6px solid #e39b19; border-radius: 10px; }
.sp-notice strong { display: block; color: #8b5100; }
.sp-route-example { display: grid; grid-template-columns: 1fr auto 1fr; gap: 22px; align-items: center; max-width: 760px; margin: 36px auto 18px; }
.sp-pref { padding: 28px; background: #fff; border: 2px solid #a9ced9; border-radius: 14px; text-align: center; box-shadow: 0 10px 25px rgba(14,69,91,.07); }
.sp-pref b, .sp-pref span { display: block; }
.sp-pref b { color: #0e566d; font-size: 1.5rem; }
.sp-pref span { color: var(--muted); font-size: .84rem; }
.sp-arrow { display: flex; gap: 5px; align-items: center; color: #e86f19; font-weight: 900; white-space: nowrap; }
.sp-arrow b { font-size: 1.4rem; line-height: 1; }
.sp-route-answer { max-width: 820px; margin: 0 auto 38px; text-align: center; }
.sp-point-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.sp-point-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.sp-point-grid article > div { display: grid; width: 46px; height: 46px; place-items: center; color: #fff; background: #15748f; border-radius: 10px; font-weight: 900; }
.sp-point-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.sp-point-grid p { margin: 0; color: var(--muted); font-size: .88rem; }
.sp-requirements { max-width: 920px; margin: auto; }
.sp-requirements article { display: grid; grid-template-columns: 72px 1fr; gap: 22px; margin-bottom: 15px; padding: 24px 27px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.sp-requirements span { color: #a8cad5; font-size: 2rem; font-weight: 900; }
.sp-requirements h3 { margin: 0 0 4px; color: var(--navy); }
.sp-requirements p { margin: 0; color: var(--muted); font-size: .88rem; }
.sp-dark { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#0b2d40,#135c72); }
.sp-dark .yl-kicker { color: #8ed4e6; }
.sp-dark .yl-title { color: #fff; }
.sp-risk-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }
.sp-risk-grid article { padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; }
.sp-risk-grid b { color: #fff; font-size: 1.08rem; }
.sp-risk-grid p { margin: 8px 0 0; color: #c8e0e8; font-size: .85rem; }
.sp-support-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.sp-support-grid article { padding: 25px 21px; background: #fff; border: 1px solid var(--line); border-radius: 13px; text-align: center; }
.sp-support-grid span { display: grid; width: 52px; height: 52px; margin: 0 auto 13px; place-items: center; color: #fff; background: #15748f; border-radius: 50%; font-weight: 900; }
.sp-support-grid h3 { margin: 0 0 7px; color: var(--navy); font-size: 1.05rem; }
.sp-support-grid p { margin: 0; color: var(--muted); font-size: .82rem; }
.sp-price-section { background: #eef8fa; }
.sp-price-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; margin-bottom: 22px; }
.sp-price-grid article { padding: 28px; background: #fff; border: 1px solid #bedce4; border-top: 6px solid #15748f; border-radius: 13px; text-align: center; }
.sp-price-grid span, .sp-price-grid strong, .sp-price-grid p { display: block; }
.sp-price-grid span { color: var(--navy); font-weight: 900; }
.sp-price-grid strong { margin: 8px 0 3px; color: #e86f19; font-size: 1.55rem; }
.sp-price-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.sp-links a { color: #145b72; background: #e1f3f7; }

/* 補助金申請支援LP */
.hj-hero { overflow: hidden; background: radial-gradient(circle at 86% 22%,rgba(80,70,180,.15),transparent 33%),linear-gradient(130deg,#f4f2ff 0%,#fff 57%,#fff7ed 100%); }
.hj-hero__inner { min-height: 630px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.hj-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #5145a6; background: #ece9ff; border: 1px solid #d3cdfc; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.hj-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.65rem); line-height: 1.28; }
.hj-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.hj-hero__panel { padding: 38px; color: #fff; background: linear-gradient(145deg,#3f347f,#6556b4); border-radius: 22px; box-shadow: 0 24px 50px rgba(63,52,127,.24); }
.hj-hero__panel > span { display: inline-block; padding: 4px 10px; color: #3f347f; background: #efedff; border-radius: 999px; font-size: .73rem; font-weight: 900; }
.hj-hero__panel h2 { margin: 15px 0; font-size: 1.5rem; line-height: 1.48; }
.hj-hero__panel ul { margin: 0; padding-left: 1.3em; }
.hj-hero__panel li { margin: 9px 0; }
.hj-facts { color: #fff; background: #302868; }
.hj-facts__inner { display: grid; grid-template-columns: repeat(3,1fr); }
.hj-facts__inner div { padding: 21px 18px; text-align: center; border-right: 1px solid rgba(255,255,255,.16); }
.hj-facts__inner div:last-child { border-right: 0; }
.hj-facts strong,.hj-facts span { display: block; }
.hj-facts strong { font-size: 1.02rem; }
.hj-facts span { color: #d8d3f7; font-size: .74rem; }
.hj-purpose-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.hj-purpose-grid article { padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: 0 9px 25px rgba(18,52,91,.05); }
.hj-purpose-grid article > div { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: #6556b4; border-radius: 11px; font-weight: 900; }
.hj-purpose-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.hj-purpose-grid p { margin: 0; color: var(--muted); font-size: .86rem; }
.hj-program-note { margin: 28px 0 0; padding: 18px 21px; color: #514778; background: #f1efff; border: 1px solid #d9d4f8; border-radius: 11px; font-size: .84rem; }
.hj-check-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.hj-check-grid article { padding: 28px; background: #fff; border: 1px solid var(--line); border-top: 5px solid #6556b4; border-radius: 13px; }
.hj-check-grid span { color: #b2a9e5; font-size: 1.85rem; font-weight: 900; }
.hj-check-grid h3 { margin: 6px 0; color: var(--navy); }
.hj-check-grid p { margin: 0; color: var(--muted); font-size: .87rem; }
.hj-warning { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#241e57,#52469e); }
.hj-warning .yl-kicker { color: #c7c0ff; }
.hj-warning .yl-title { color: #fff; }
.hj-warning-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.hj-warning-grid article { padding: 26px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.17); border-radius: 13px; }
.hj-warning-grid strong { color: #fff; font-size: 1.08rem; }
.hj-warning-grid p { margin: 7px 0 0; color: #ddd9f6; font-size: .86rem; }
.hj-support { max-width: 940px; margin: auto; }
.hj-support article { display: grid; grid-template-columns: 75px 1fr; gap: 22px; margin-bottom: 15px; padding: 24px 27px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.hj-support span { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: #6556b4; border-radius: 50%; font-size: .78rem; font-weight: 900; }
.hj-support h3 { margin: 0 0 4px; color: var(--navy); }
.hj-support p { margin: 0; color: var(--muted); font-size: .87rem; }
.hj-flow { display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; }
.hj-flow article { padding: 21px 13px; background: #fff; border: 1px solid var(--line); border-radius: 12px; text-align: center; }
.hj-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #6556b4; border-radius: 50%; font-weight: 900; }
.hj-flow h3 { margin: 0 0 6px; color: var(--navy); font-size: .92rem; }
.hj-flow p { margin: 0; color: var(--muted); font-size: .73rem; }
.hj-price { background: #f2f0ff; }
.hj-price__box { max-width: 760px; margin: auto; padding: 29px; background: #fff; border: 1px solid #d5cff7; border-radius: 14px; box-shadow: 0 10px 26px rgba(63,52,127,.08); }
.hj-price__box > div { display: flex; gap: 25px; align-items: center; justify-content: space-between; }
.hj-price__box span { color: var(--navy); font-weight: 800; }
.hj-price__box strong { color: #6556b4; font-size: 1.55rem; white-space: nowrap; }
.hj-price__box p { margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.hj-price .yl-price__notes { max-width: 760px; margin: 14px auto 0; }
.hj-links a { color: #5145a6; background: #ece9ff; }

/* 運送事業許可・車庫証明LP */
.us-hero { background: radial-gradient(circle at 86% 22%,rgba(232,111,25,.14),transparent 32%),linear-gradient(130deg,#eef6ff 0%,#fff 58%,#fff5eb 100%); }
.us-hero__inner { min-height: 625px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.us-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #14528d; background: #e6f2ff; border: 1px solid #c4ddf7; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.us-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.65rem); line-height: 1.28; }
.us-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.us-hero__panel { padding: 35px; color: #fff; background: linear-gradient(145deg,#12345b,#1d65a2); border-radius: 22px; box-shadow: 0 24px 50px rgba(18,52,91,.22); }
.us-hero__panel h2 { margin: 0 0 15px; font-size: 1.4rem; }
.us-hero__panel a { display: block; margin-top: 12px; padding: 16px; color: #fff; background: rgba(255,255,255,.09); border: 1px solid rgba(255,255,255,.23); border-radius: 10px; text-decoration: none; }
.us-hero__panel strong,.us-hero__panel span { display: block; }
.us-hero__panel span { color: #d6e5f2; font-size: .8rem; }
.us-select { background: #0c2b4a; }
.us-select__inner { display: grid; grid-template-columns: 1fr 1fr; }
.us-select a { display: flex; gap: 16px; align-items: center; justify-content: center; padding: 22px; color: #fff; border-right: 1px solid rgba(255,255,255,.15); text-decoration: none; }
.us-select a:last-child { border-right: 0; }
.us-select a > span { color: #7fb4e4; font-size: 1.8rem; font-weight: 900; }
.us-select strong,.us-select small { display: block; }
.us-select small { color: #b9cde0; }
.us-chapter { scroll-margin-top: 75px; padding: 43px 0; color: #fff; }
.us-chapter--transport { background: linear-gradient(135deg,#12345b,#1d65a2); }
.us-chapter--garage { background: linear-gradient(135deg,#9a430c,#e86f19); }
.us-chapter__inner { display: flex; gap: 24px; align-items: center; }
.us-chapter__inner > span { color: rgba(255,255,255,.25); font-size: 4rem; font-weight: 900; line-height: 1; }
.us-chapter p { margin: 0; color: rgba(255,255,255,.7); font-size: .78rem; font-weight: 900; letter-spacing: .12em; }
.us-chapter h2 { margin: 0; font-size: 2.4rem; }
.us-type-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 23px; }
.us-type-grid article { padding: 30px; background: #fff; border: 1px solid var(--line); border-top: 6px solid #1d65a2; border-radius: 14px; box-shadow: 0 10px 25px rgba(18,52,91,.06); }
.us-type-grid article > div { display: grid; width: 50px; height: 50px; place-items: center; color: #fff; background: #1d65a2; border-radius: 11px; font-weight: 900; }
.us-type-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.us-type-grid p { color: var(--muted); font-size: .88rem; }
.us-type-grid article > span { display: block; padding: 9px 12px; color: #14528d; background: #e9f4ff; border-radius: 8px; font-size: .78rem; font-weight: 800; }
.us-notice,.us-label-note { margin-top: 25px; padding: 20px 23px; color: #68410b; background: #fff6df; border: 1px solid #f3d28d; border-left: 6px solid #e39b19; border-radius: 10px; }
.us-notice strong,.us-label-note strong { display: block; color: #8b5100; }
.us-require-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.us-require-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.us-require-grid span { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: #1d65a2; border-radius: 50%; font-weight: 900; }
.us-require-grid h3 { margin: 10px 0 5px; color: var(--navy); }
.us-require-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.us-exam-note { margin: 25px 0 0; padding: 18px 21px; color: #164c7a; background: #e9f4ff; border: 1px solid #c7ddf1; border-radius: 10px; }
.us-dark { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#0b2743,#174f7e); }
.us-dark .yl-kicker { color: #99c7ed; }
.us-dark .yl-title { color: #fff; }
.us-risk-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.us-risk-grid article { padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; }
.us-risk-grid strong { color: #fff; }
.us-risk-grid p { margin: 7px 0 0; color: #d2e2ef; font-size: .85rem; }
.us-flow { display: grid; grid-template-columns: repeat(6,1fr); gap: 13px; }
.us-flow article { padding: 21px 13px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.us-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #1d65a2; border-radius: 50%; font-weight: 900; }
.us-flow h3 { margin: 0 0 5px; color: var(--navy); font-size: .9rem; }
.us-flow p { margin: 0; color: var(--muted); font-size: .72rem; }
.us-transport-price { background: #edf6ff; }
.us-price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.us-price-grid article { padding: 28px; text-align: center; background: #fff; border: 1px solid #bfd7ee; border-top: 6px solid #1d65a2; border-radius: 13px; }
.us-price-grid span,.us-price-grid strong,.us-price-grid p { display: block; }
.us-price-grid span { color: var(--navy); font-weight: 900; }
.us-price-grid strong { margin: 8px 0 3px; color: #e86f19; font-size: 1.55rem; }
.us-price-grid p { margin: 0; color: var(--muted); font-size: .8rem; }
.us-garage-clients { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.us-garage-clients article,.us-doc-grid article { padding: 26px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.us-garage-clients article > div,.us-doc-grid span { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: #e86f19; border-radius: 11px; font-size: .78rem; font-weight: 900; }
.us-garage-clients h3,.us-doc-grid h3 { margin: 12px 0 6px; color: var(--navy); }
.us-garage-clients p,.us-doc-grid p { margin: 0; color: var(--muted); font-size: .85rem; }
.us-doc-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.us-garage-flow { display: grid; grid-template-columns: repeat(4,1fr); gap: 18px; }
.us-garage-flow article { padding: 24px 18px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.us-garage-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #e86f19; border-radius: 50%; font-weight: 900; }
.us-garage-flow h3 { margin: 0 0 6px; color: var(--navy); }
.us-garage-flow p { margin: 0; color: var(--muted); font-size: .8rem; }
.us-garage-price { max-width: 760px; margin: 32px auto 0; padding: 25px; background: #fff7ed; border: 1px solid #f2cda8; border-radius: 13px; }
.us-garage-price > div { display: flex; gap: 20px; justify-content: space-between; align-items: center; }
.us-garage-price span { color: var(--navy); font-weight: 900; }
.us-garage-price strong { color: #e86f19; font-size: 1.5rem; }
.us-garage-price p { margin: 5px 0 0; color: var(--muted); font-size: .8rem; }
.us-links a { color: #14528d; background: #e6f2ff; }

.sk-hero { background: radial-gradient(circle at 86% 22%,rgba(181,126,35,.16),transparent 33%),linear-gradient(130deg,#fff8eb 0%,#fff 58%,#f5f8fc 100%); }
.sk-hero__inner { min-height: 620px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 54px; align-items: center; padding: 72px 0; }
.sk-eyebrow { display: inline-flex; margin-bottom: 17px; padding: 6px 13px; color: #8b5a0b; background: #fff0cf; border: 1px solid #efd292; border-radius: 999px; font-size: .8rem; font-weight: 900; }
.sk-hero h1 { margin: 0 0 20px; color: var(--navy); font-size: clamp(2.35rem,4.4vw,3.65rem); line-height: 1.28; }
.sk-hero h1 em { color: #b67816; font-style: normal; }
.sk-hero__copy { max-width: 680px; margin: 0 0 25px; color: #455568; font-size: 1.03rem; }
.sk-hero__panel { padding: 35px; color: #fff; background: linear-gradient(145deg,#493816,#8a641d); border-radius: 22px; box-shadow: 0 24px 50px rgba(73,56,22,.22); }
.sk-hero__panel > span { display: inline-block; padding: 4px 10px; color: #6e4b0e; background: #fff1d1; border-radius: 999px; font-size: .73rem; font-weight: 900; }
.sk-hero__panel h2 { margin: 15px 0; font-size: 1.45rem; }
.sk-hero__panel li { margin: 8px 0; }
.sk-type-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.sk-type-grid article { padding: 27px; background: #fff; border: 1px solid var(--line); border-top: 6px solid #b67816; border-radius: 14px; box-shadow: 0 9px 25px rgba(18,52,91,.05); }
.sk-type-grid article > div { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: #b67816; border-radius: 11px; font-weight: 900; }
.sk-type-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.sk-type-grid p { color: var(--muted); font-size: .86rem; }
.sk-type-grid article > span { display: block; padding: 8px 10px; color: #80530d; background: #fff3d8; border-radius: 8px; font-size: .75rem; font-weight: 800; }
.sk-notice { margin-top: 25px; padding: 20px 23px; color: #68410b; background: #fff6df; border: 1px solid #f3d28d; border-left: 6px solid #b67816; border-radius: 10px; }
.sk-notice strong { display: block; color: #704607; }
.sk-require-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.sk-require-grid article { padding: 25px; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.sk-require-grid span { display: grid; width: 44px; height: 44px; place-items: center; color: #fff; background: #b67816; border-radius: 50%; font-weight: 900; }
.sk-require-grid h3 { margin: 10px 0 5px; color: var(--navy); }
.sk-require-grid p { margin: 0; color: var(--muted); font-size: .84rem; }
.sk-dark { padding: 82px 0; color: #fff; background: linear-gradient(135deg,#30230d,#765218); }
.sk-dark .yl-kicker { color: #f1ce89; }
.sk-dark .yl-title { color: #fff; }
.sk-risk-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 18px; }
.sk-risk-grid article { padding: 25px; background: rgba(255,255,255,.08); border: 1px solid rgba(255,255,255,.18); border-radius: 13px; }
.sk-risk-grid p { margin: 7px 0 0; color: #eee4d3; font-size: .85rem; }
.sk-support { max-width: 940px; margin: auto; }
.sk-support article { display: grid; grid-template-columns: 75px 1fr; gap: 22px; margin-bottom: 15px; padding: 24px 27px; align-items: center; background: #fff; border: 1px solid var(--line); border-radius: 13px; }
.sk-support span { display: grid; width: 58px; height: 58px; place-items: center; color: #fff; background: #b67816; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.sk-support h3 { margin: 0 0 4px; color: var(--navy); }
.sk-support p { margin: 0; color: var(--muted); font-size: .87rem; }
.sk-flow { display: grid; grid-template-columns: repeat(5,1fr); gap: 13px; }
.sk-flow article { padding: 21px 13px; text-align: center; background: #fff; border: 1px solid var(--line); border-radius: 12px; }
.sk-flow span { display: grid; width: 36px; height: 36px; margin: 0 auto 10px; place-items: center; color: #fff; background: #b67816; border-radius: 50%; font-weight: 900; }
.sk-flow h3 { margin: 0 0 5px; color: var(--navy); font-size: .9rem; }
.sk-flow p { margin: 0; color: var(--muted); font-size: .72rem; }
.sk-price { background: #fff8e9; }
.sk-price__box { max-width: 760px; margin: auto; padding: 29px; background: #fff; border: 1px solid #ead19f; border-radius: 14px; }
.sk-price__box + .sk-price__box { margin-top: 14px; }
.sk-price__box > div { display: flex; gap: 25px; align-items: center; justify-content: space-between; }
.sk-price__box span { color: var(--navy); font-weight: 800; }
.sk-price__box strong { color: #a9680b; font-size: 1.55rem; white-space: nowrap; }
.sk-price__box p { margin: 8px 0 0; color: var(--muted); font-size: .84rem; }
.sk-links a { color: #80530d; background: #fff1d1; }

/* 古物商許可LP */
.kb-hero { background: radial-gradient(circle at 86% 22%,rgba(19,126,126,.15),transparent 33%),linear-gradient(130deg,#eefafa 0%,#fff 58%,#f1f7fb 100%); }
.kb-page .sk-eyebrow { color: #116868; background: #e2f6f4; border-color: #a8ddd8; }
.kb-page .sk-hero h1 em { color: #16807d; }
.kb-page .sk-hero__panel,.kb-page .sk-dark { background: linear-gradient(145deg,#0d3f50,#147b78); }
.kb-page .sk-hero__panel > span { color: #0d6361; background: #e5f8f4; }
.kb-page .sk-type-grid article { border-top-color: #16807d; }
.kb-page .sk-type-grid article > div,.kb-page .sk-require-grid span,.kb-page .sk-support span,.kb-page .sk-flow span { background: #16807d; }
.kb-page .sk-type-grid article > span,.kb-links a { color: #0d6663; background: #e5f7f4; }
.kb-case-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
.kb-case { padding: 27px; background: #fff; border: 1px solid var(--line); border-top: 6px solid #16807d; border-radius: 14px; box-shadow: 0 9px 25px rgba(18,52,91,.05); }
.kb-case--check { border-top-color: #d09128; }
.kb-case > span { display: inline-block; padding: 5px 10px; color: #0d6663; background: #e5f7f4; border-radius: 999px; font-size: .72rem; font-weight: 900; }
.kb-case--check > span { color: #84530a; background: #fff2d5; }
.kb-case h3 { margin: 13px 0 8px; color: var(--navy); }
.kb-case ul { margin: 0; padding-left: 1.4em; color: var(--muted); font-size: .85rem; }
.kb-doc-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.kb-doc-grid article { padding: 27px; background: #fff; border: 1px solid var(--line); border-radius: 14px; }
.kb-doc-grid span { display: grid; width: 48px; height: 48px; place-items: center; color: #fff; background: #16807d; border-radius: 50%; font-size: .72rem; font-weight: 900; }
.kb-doc-grid h3 { margin: 13px 0 7px; color: var(--navy); }
.kb-doc-grid p { margin: 0; color: var(--muted); font-size: .85rem; }
.kb-price { background: #edf9f7; }
.kb-price .sk-price__box { border-color: #a8dcd7; }
.kb-price .sk-price__box strong { color: #16807d; }

@media (max-width: 960px) {
  .yl-nav { display: none; }
  .yl-header__tel { display: none; }
  .yl-hero__inner { grid-template-columns: 1fr .66fr; gap: 25px; }
  .yl-grid--3 { grid-template-columns: repeat(2, 1fr); }
  .yl-steps { grid-template-columns: repeat(2, 1fr); gap: 36px 18px; }
  .nl-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .nl-use-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-noushin-grid { grid-template-columns: repeat(2, 1fr); }
  .nl-process--five { grid-template-columns: repeat(3, 1fr); }
  .nl-process { grid-template-columns: repeat(3, 1fr); gap: 34px 14px; }
  .sp-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .sp-point-grid, .sp-risk-grid, .sp-price-grid { grid-template-columns: repeat(2,1fr); }
  .sp-support-grid { grid-template-columns: repeat(2,1fr); }
  .hj-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .hj-purpose-grid { grid-template-columns: repeat(2,1fr); }
  .hj-flow { grid-template-columns: repeat(3,1fr); gap: 18px; }
  .us-hero__inner { grid-template-columns: 1fr .8fr; gap: 28px; }
  .us-require-grid { grid-template-columns: repeat(2,1fr); }
  .us-flow { grid-template-columns: repeat(3,1fr); }
}

@media (max-width: 700px) {
  .yl-wrap { width: min(calc(100% - 28px), var(--max)); }
  .yl-section { padding: 62px 0; }
  .yl-header__inner { min-height: 60px; gap: 8px; }
  .yl-brand strong { font-size: .82rem; white-space: nowrap; }
  .yl-brand small { display: none; }
  .yl-header__mail { padding: 8px 10px; border-radius: 7px; font-size: .68rem; }
  .yl-hero__inner { min-height: auto; grid-template-columns: 1fr; padding: 36px 0 0; text-align: center; }
  .yl-badge { margin-bottom: 14px; padding: 5px 10px; font-size: .7rem; }
  .yl-hero h1 {
    margin-bottom: 18px;
    font-size: clamp(1.72rem, 7.7vw, 2rem);
    line-height: 1.38;
    letter-spacing: -.035em;
  }
  .yl-hero__copy { margin-bottom: 20px; font-size: .88rem; line-height: 1.85; text-align: left; }
  .yl-checks { display: grid; gap: 5px; justify-content: start; margin-bottom: 18px; text-align: left; }
  .yl-checks li { font-size: .82rem; }
  .yl-hero .yl-actions, .yl-hero .yl-note { display: none; }
  .yl-portrait { width: 72%; margin: 8px auto 0; }
  .yl-portrait__label { right: -12%; font-size: .78rem; }
  .yl-strip__inner { grid-template-columns: 1fr; }
  .yl-strip__item { border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .yl-grid--3, .yl-grid--2, .yl-concerns, .yl-profile, .yl-access { grid-template-columns: 1fr; }
  .yl-concerns-section { padding: 42px 0 46px; }
  .yl-concerns-section .yl-kicker { margin-bottom: 5px; font-size: .66rem; }
  .yl-concerns-section .yl-title {
    margin-bottom: 0;
    font-size: 1.52rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .yl-concerns-section .yl-title span { display: block; }
  .yl-concerns-section .yl-concerns { gap: 9px; margin-top: 22px; }
  .yl-concerns-section .yl-concern {
    min-height: 0;
    padding: 13px 14px 13px 43px;
    border-radius: 9px;
    font-size: .82rem;
    line-height: 1.65;
  }
  .yl-concerns-section .yl-concern::before {
    top: 50%;
    left: 14px;
    width: 20px;
    height: 20px;
    font-size: .7rem;
    transform: translateY(-50%);
  }
  .yl-card__link { min-height: 52px; margin-top: 18px; font-size: .84rem; }
  .yl-special-badge { top: 16px; right: 16px; font-size: .66rem; }
  .yl-strengths-section { padding: 42px 0 46px; }
  .yl-strengths-section .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .yl-strengths-section .yl-title {
    margin-bottom: 22px;
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .yl-strengths-section .yl-title span { display: block; }
  .yl-strengths-section .yl-strength { gap: 10px; }
  .yl-strengths-section .yl-card { padding: 18px 20px; border-radius: 10px; }
  .yl-strengths-section .yl-strength__no { font-size: 1.55rem; }
  .yl-strengths-section .yl-card h3 { margin: 7px 0 5px; font-size: 1rem; }
  .yl-strengths-section .yl-card p { font-size: .8rem; line-height: 1.75; }
  .yl-profile-section { padding: 44px 0 48px; }
  .yl-profile { gap: 20px; }
  .yl-profile img { width: 62%; margin: auto; }
  .yl-profile-section .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .yl-profile-section .yl-title {
    margin-bottom: 18px;
    font-size: 1.45rem;
    line-height: 1.48;
    letter-spacing: 0;
  }
  .yl-profile-section .yl-title span { display: block; }
  .yl-profile-section .yl-profile h3 { font-size: 1.16rem; }
  .yl-profile-section .yl-profile__sub { margin-bottom: 16px; font-size: .82rem; }
  .yl-profile-section .yl-profile p:not(.yl-kicker):not(.yl-profile__sub) { font-size: .82rem; line-height: 1.8; }
  .yl-flow-section { padding: 42px 0 48px; }
  .yl-flow-section .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .yl-flow-section .yl-title {
    margin-bottom: 22px;
    font-size: 1.5rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .yl-flow-section .yl-title span { display: inline; }
  .yl-steps { grid-template-columns: 1fr; gap: 9px; }
  .yl-step {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 2px 11px;
    align-items: center;
    padding: 14px 16px;
    text-align: left;
  }
  .yl-step::before {
    grid-row: 1 / 3;
    width: 34px;
    height: 34px;
    margin: 0;
  }
  .yl-step h3 { margin: 0; font-size: .92rem; }
  .yl-step p { font-size: .75rem; line-height: 1.6; }
  .yl-services-section { padding: 42px 0 48px; }
  .yl-services-section .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .yl-services-section .yl-title { margin-bottom: 12px; font-size: 1.55rem; }
  .yl-services-section .yl-lead {
    margin-bottom: 24px;
    font-size: .82rem;
    line-height: 1.8;
    text-align: left;
  }
  .yl-services-section .yl-grid { gap: 11px; }
  .yl-services-section .yl-card { padding: 18px 20px; border-radius: 11px; }
  .yl-services-section .yl-card__icon { width: 40px; height: 40px; margin-bottom: 10px; border-radius: 8px; }
  .yl-services-section .yl-card h3 { margin-bottom: 5px; font-size: 1rem; }
  .yl-services-section .yl-card p { font-size: .8rem; line-height: 1.75; }
  .yl-services-section .yl-special-badge { top: 14px; right: 14px; padding: 3px 8px; font-size: .61rem; }
  .yl-services-section .yl-card__link { min-height: 44px; margin-top: 12px; padding: 9px 12px; font-size: .76rem; }
  .yl-price-section { padding: 42px 0 48px; }
  .yl-price-section .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .yl-price-section .yl-title { margin-bottom: 12px; font-size: 1.5rem; letter-spacing: 0; }
  .yl-price-section .yl-lead { margin-bottom: 22px; font-size: .8rem; line-height: 1.75; text-align: left; }
  .yl-price-section .yl-price-nav { gap: 6px; margin-bottom: 20px; }
  .yl-price-section .yl-price-nav a { padding: 6px 9px; font-size: .7rem; }
  .yl-price-section .yl-price details { margin-bottom: 9px; border-radius: 9px; }
  .yl-price-section .yl-price summary { padding: 14px 15px; font-size: .9rem; }
  .yl-price-section .yl-price__body { padding: 4px 14px 18px; }
  .yl-price-section .yl-table-wrap { overflow: visible; }
  .yl-price-section .yl-table { min-width: 0; table-layout: fixed; font-size: .76rem; }
  .yl-price-section .yl-table th,
  .yl-price-section .yl-table td { padding: 8px 6px; overflow-wrap: anywhere; }
  .yl-price-section .yl-table th:first-child,
  .yl-price-section .yl-table td:first-child { width: 56%; }
  .yl-price-section .yl-table th:last-child,
  .yl-price-section .yl-table td:last-child { width: 44%; text-align: right; }
  .yl-price-section .yl-price h4 { margin-top: 16px; font-size: .9rem; }
  .yl-price-section .yl-price ul,
  .yl-price-section .yl-price__notes { font-size: .75rem; line-height: 1.7; }
  .yl-access-section { padding: 42px 0 48px; scroll-margin-top: 60px; }
  .yl-access-section .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .yl-access-section .yl-title { margin-bottom: 22px; font-size: 1.48rem; letter-spacing: 0; }
  .yl-access { gap: 14px; }
  .yl-access__info { padding: 20px; border-radius: 11px; }
  .yl-access__info h3 { margin-bottom: 14px; font-size: 1.08rem; }
  .yl-access__info p { margin: 9px 0; font-size: .8rem; line-height: 1.7; }
  .yl-access__info a { overflow-wrap: anywhere; }
  .yl-map { min-height: 250px; width: 100%; border-radius: 11px; }
  .yl-cta { padding: 34px 0 38px; }
  .yl-cta h2 {
    margin-bottom: 8px;
    font-size: 1.34rem;
    line-height: 1.48;
    letter-spacing: -.025em;
  }
  .yl-cta h2 span { display: block; }
  .yl-cta p {
    max-width: 330px;
    margin: 0 auto;
    font-size: .8rem;
    line-height: 1.75;
    text-align: left;
  }
  .yl-cta .yl-actions { display: none; }
  .yl-footer { padding: 28px 0 82px; }
  .yl-footer strong { margin-bottom: 10px; font-size: .95rem; }
  .yl-footer p { margin: 5px 0; font-size: .7rem; line-height: 1.6; }
  .yl-footer__contact {
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
  }
  .yl-mobile-cta {
    position: fixed; z-index: 70; right: 0; bottom: 0; left: 0;
    display: grid; grid-template-columns: 1fr 1fr;
    box-shadow: 0 -5px 20px rgba(0,0,0,.15);
  }
  .yl-mobile-cta a { padding: 11px 8px; color: #fff; font-size: .78rem; font-weight: 900; text-align: center; text-decoration: none; }
  .yl-mobile-cta a:first-child { background: var(--blue); }
  .yl-mobile-cta a:last-child { background: var(--orange); }
  .nl-page .yl-section, .sp-page .yl-section { padding: 50px 0; }
  .nl-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .nl-eyebrow { max-width: 100%; margin-bottom: 11px; padding: 5px 10px; font-size: .64rem; line-height: 1.5; }
  .nl-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem, 7.4vw, 1.95rem); line-height: 1.38; letter-spacing: -.025em; }
  .nl-hero h1 em { display: inline; }
  .nl-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .nl-hero .yl-actions, .nl-hero .yl-note { display: none; }
  .nl-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .nl-hero__panel h2 { margin-bottom: 10px; font-size: 1.05rem; }
  .nl-hero-choice { padding: 12px 14px; }
  .nl-hero-choice strong { font-size: .96rem; }
  .nl-hero-choice span { font-size: .74rem; }
  .nl-use-grid, .nl-compare, .nl-compare--three, .nl-point-grid, .nl-route-grid, .nl-intro-grid, .nl-noushin-grid { grid-template-columns: 1fr; }
  .nl-process { grid-template-columns: repeat(2, 1fr); gap: 34px 12px; }
  .nl-process--five { grid-template-columns: repeat(2, 1fr); }
  .nl-price-box { grid-template-columns: 1fr; gap: 6px; }
  .nl-price-box strong { font-size: 1.2rem; }
  .nl-chapter__heading { gap: 15px; }
  .nl-chapter__number { font-size: 3.2rem; }
  .nl-chapter h2 { font-size: 1.55rem; }
  .nl-route { padding: 23px; }
  .nl-price-single > div { align-items: flex-start; flex-direction: column; gap: 2px; }
  .nl-page .yl-section { padding: 40px 0; }
  .nl-page .yl-kicker { margin-bottom: 5px; font-size: .68rem; }
  .nl-page .yl-title {
    margin-bottom: 20px;
    font-size: 1.38rem;
    line-height: 1.48;
    letter-spacing: 0;
    text-wrap: balance;
  }
  .nl-page .yl-lead {
    margin-bottom: 22px;
    font-size: .8rem;
    line-height: 1.75;
    text-align: left;
  }
  .nl-page .yl-card { padding: 18px 20px; border-radius: 10px; }
  .nl-page .yl-card__icon { width: 38px; height: 38px; margin-bottom: 9px; border-radius: 8px; }
  .nl-page .yl-card h3 { margin-bottom: 5px; font-size: .96rem; }
  .nl-page .yl-card p { font-size: .78rem; line-height: 1.7; }
  .nl-process,
  .nl-process--five { grid-template-columns: 1fr; gap: 8px; }
  .nl-process__item {
    display: grid;
    grid-template-columns: 36px 1fr;
    gap: 2px 10px;
    align-items: center;
    padding: 13px 15px;
    text-align: left;
  }
  .nl-process__item::before {
    position: static;
    grid-row: 1 / 3;
    width: 32px;
    height: 32px;
  }
  .nl-process__item h3 { margin: 0; font-size: .88rem; }
  .nl-process__item p { font-size: .73rem; line-height: 1.55; }
  .nl-use-grid { gap: 9px; margin-top: 22px; }
  .nl-use {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 2px 11px;
    align-items: center;
    padding: 14px 16px;
    text-align: left;
  }
  .nl-use__icon {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    margin: 0;
    font-size: 1rem;
  }
  .nl-use h3 { margin: 0; font-size: .9rem; }
  .nl-use p { font-size: .74rem; line-height: 1.55; }
  .nl-compare { gap: 10px; }
  .nl-law-card { padding: 19px 20px; border-radius: 10px; }
  .nl-law-card__no { font-size: 1.85rem; }
  .nl-law-card h3 { margin: 8px 0 5px; font-size: 1rem; }
  .nl-law-card p { margin: 0 0 10px; font-size: .8rem; line-height: 1.7; }
  .nl-example { padding: 9px 11px; font-size: .74rem; }
  .nl-intro-grid { gap: 20px; }
  .nl-intro-grid > div > p { font-size: .8rem; line-height: 1.8; }
  .nl-example-list,
  .nl-noushin-order { padding: 18px; border-radius: 10px; }
  .nl-noushin-order li { padding: 8px 0; }
  .nl-noushin-order b { font-size: .82rem; }
  .nl-noushin-order small { font-size: .7rem; }
  .nl-noushin-grid { gap: 9px; }
  .nl-noushin-grid article {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 2px 10px;
    padding: 15px 17px;
    border-radius: 10px;
  }
  .nl-noushin-grid span { grid-row: 1 / 3; font-size: 1.25rem; }
  .nl-noushin-grid h3 { margin: 0; font-size: .9rem; }
  .nl-noushin-grid p { font-size: .74rem; line-height: 1.6; }
  .nl-point-grid { gap: 9px; }
  .nl-point {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 2px 11px;
    padding: 17px 18px;
    border-radius: 10px;
  }
  .nl-point__no { grid-row: 1 / 3; font-size: 1.35rem; }
  .nl-point h3 { margin: 0; font-size: .92rem; }
  .nl-point p { font-size: .74rem; line-height: 1.65; }
  .nl-price-single { margin-top: 22px; padding: 16px 18px; border-radius: 10px; }
  .nl-price-single > div {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  .nl-price-single span { font-size: .85rem; }
  .nl-price-single strong { font-size: 1.08rem; }
  .nl-price-single p { font-size: .72rem; line-height: 1.6; }
  .nl-price-box {
    grid-template-columns: 1fr auto;
    gap: 10px;
    padding: 15px 17px;
    border-radius: 9px;
  }
  .nl-price-box h3 { font-size: .88rem; }
  .nl-price-box strong { font-size: 1.08rem; }
  .nl-warning-box { margin-top: 22px; padding: 17px 18px; }
  .nl-warning-box h3 { font-size: .92rem; }
  .nl-warning-box p { font-size: .75rem; line-height: 1.65; }
  .nl-faq details { margin-bottom: 8px; border-radius: 9px; }
  .nl-faq summary { padding: 13px 15px; font-size: .8rem; line-height: 1.65; }
  .nl-faq p { padding: 0 15px 15px; font-size: .76rem; line-height: 1.7; }
  .nl-links { gap: 7px; margin-top: 19px; }
  .nl-links a { padding: 6px 10px; font-size: .68rem; }
  .nl-alert { padding: 16px 17px; font-size: .78rem; line-height: 1.7; }
  .nl-space-top { margin-top: 22px; }
  .nl-update-note { margin-top: 20px; padding: 13px 15px; font-size: .74rem; line-height: 1.65; }
  .nl-hero__inner { gap: 16px; padding: 28px 0 32px; }
  .nl-hero h1 {
    margin-bottom: 14px;
    font-size: 1.62rem;
    line-height: 1.42;
    letter-spacing: -.035em;
  }
  .nl-hero h1 span,
  .nl-hero h1 em { display: block; }
  .nl-hero__copy { font-size: .8rem; line-height: 1.78; }
  .nl-hero__panel { padding: 17px; border-radius: 12px; }
  .nl-hero__panel h2 { margin-bottom: 8px; font-size: .92rem; }
  .nl-hero-choice { margin-top: 8px; padding: 10px 12px; border-radius: 8px; }
  .nl-hero-choice strong { font-size: .85rem; }
  .nl-hero-choice span { font-size: .68rem; }
  .nl-route-section { padding: 36px 0 40px !important; }
  .nl-route-section .yl-title { margin-bottom: 20px; font-size: 1.32rem; }
  .nl-route-grid { gap: 9px; }
  .nl-route { padding: 15px 17px; border-width: 1px; border-top-width: 5px; border-radius: 10px; }
  .nl-route__tag { padding: 3px 8px; font-size: .64rem; }
  .nl-route strong { margin-top: 8px; font-size: 1rem; }
  .nl-route p { margin: 3px 0 7px; font-size: .75rem; line-height: 1.6; }
  .nl-route__link { font-size: .75rem; }
  .nl-separation-note { margin-top: 12px; padding: 13px 15px; font-size: .74rem; line-height: 1.65; }
  .nl-intro-grid .yl-title { margin-bottom: 12px; font-size: 1.34rem; }
  .nl-example-list strong { font-size: .9rem; }
  .nl-example-list ul { margin: 9px 0 0; padding-left: 1.25em; }
  .nl-example-list li { margin: 5px 0; font-size: .76rem; line-height: 1.65; }
  .nl-page .yl-grid--2 { gap: 9px; }
  .nl-page .yl-grid--2 .yl-card {
    display: grid;
    grid-template-columns: 38px 1fr;
    gap: 2px 10px;
    align-items: center;
    padding: 15px 17px;
  }
  .nl-page .yl-grid--2 .yl-card__icon {
    grid-row: 1 / 3;
    margin: 0;
  }
  .nl-page .yl-grid--2 .yl-card h3 { margin: 0; font-size: .88rem; }
  .nl-page .yl-grid--2 .yl-card p { font-size: .73rem; line-height: 1.6; }
  .sp-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .sp-eyebrow { max-width: 100%; margin-bottom: 11px; padding: 5px 10px; font-size: .64rem; line-height: 1.5; }
  .sp-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem,7.4vw,1.95rem); line-height: 1.38; letter-spacing: -.025em; }
  .sp-hero h1 em { display: inline; }
  .sp-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .sp-hero .yl-actions, .sp-hero .yl-note { display: none; }
  .sp-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .sp-hero__panel h2 { margin: 12px 0 10px; font-size: 1.08rem; }
  .sp-hero__panel li { margin: 6px 0; font-size: .83rem; }
  .sp-strip__inner { grid-template-columns: repeat(2,1fr); }
  .sp-strip__inner div { padding: 15px 8px; border-bottom: 1px solid rgba(255,255,255,.14); }
  .sp-strip strong { font-size: .88rem; }
  .sp-strip span { font-size: .66rem; }
  .sp-need-grid, .sp-point-grid, .sp-risk-grid, .sp-support-grid, .sp-price-grid { grid-template-columns: 1fr; }
  .sp-permit-area { padding: 42px 0 46px !important; }
  .sp-permit-area .yl-kicker { margin-bottom: 5px; font-size: .72rem; }
  .sp-permit-area .yl-title { margin-bottom: 24px; font-size: 1.45rem; line-height: 1.55; }
  .sp-route-example { grid-template-columns: 1fr; gap: 8px; margin: 0 auto 20px; }
  .sp-pref { padding: 18px 15px; border-width: 1px; border-radius: 11px; box-shadow: 0 6px 16px rgba(14,69,91,.06); }
  .sp-pref b { font-size: 1.22rem; }
  .sp-pref span { font-size: .76rem; }
  .sp-arrow { min-height: 44px; flex-direction: column; gap: 0; justify-content: center; font-size: .72rem; line-height: 1.1; text-align: center; }
  .sp-arrow b { font-size: 1.55rem; transform: rotate(90deg); }
  .sp-route-answer { margin: 0 auto 28px; font-size: .84rem; line-height: 1.85; text-align: left; }
  .sp-requirements article { grid-template-columns: 1fr; gap: 5px; padding: 22px; }
  .sp-requirements span { font-size: 1.55rem; }
  .sp-dark { padding: 50px 0; }
  .sp-need, .sp-point-grid article, .sp-risk-grid article, .sp-support-grid article, .sp-price-grid article { padding: 22px; }
  .sp-requirements-section { padding-bottom: 32px !important; }
  .sp-pitfalls { padding: 38px 0 42px; }
  .sp-pitfalls .yl-kicker { margin-bottom: 5px; font-size: .7rem; }
  .sp-pitfalls .yl-title {
    margin-bottom: 22px;
    font-size: 1.48rem;
    line-height: 1.45;
    letter-spacing: 0;
  }
  .sp-pitfalls .yl-title span { display: block; }
  .sp-pitfalls .sp-risk-grid { gap: 12px; }
  .sp-pitfalls .sp-risk-grid article { padding: 18px 20px; border-radius: 11px; }
  .sp-pitfalls .sp-risk-grid b { font-size: 1rem; }
  .sp-pitfalls .sp-risk-grid p { margin-top: 5px; font-size: .8rem; line-height: 1.75; }
  .sp-page .yl-section { padding: 40px 0; }
  .sp-page .yl-kicker { margin-bottom: 5px; font-size: .68rem; }
  .sp-page .yl-title {
    margin-bottom: 20px;
    font-size: 1.38rem;
    line-height: 1.48;
    letter-spacing: 0;
    text-wrap: balance;
  }
  .sp-page .yl-lead {
    margin-bottom: 22px;
    font-size: .8rem;
    line-height: 1.75;
    text-align: left;
  }
  .sp-hero__inner { gap: 16px; padding: 28px 0 32px; }
  .sp-hero h1 { margin-bottom: 14px; font-size: 1.62rem; line-height: 1.42; letter-spacing: -.035em; }
  .sp-hero h1 span,
  .sp-hero h1 em { display: block; }
  .sp-hero__copy { font-size: .8rem; line-height: 1.78; }
  .sp-hero__panel { padding: 17px; border-radius: 12px; }
  .sp-hero__panel > span { padding: 3px 8px; font-size: .65rem; }
  .sp-hero__panel h2 { margin: 9px 0 7px; font-size: .95rem; }
  .sp-hero__panel li { margin: 4px 0; font-size: .74rem; }
  .sp-need-grid { gap: 9px; }
  .sp-need { padding: 17px 19px; border-radius: 10px; }
  .sp-need > span { padding: 3px 8px; font-size: .65rem; }
  .sp-need h3 { margin: 9px 0 5px; font-size: .96rem; }
  .sp-need p { font-size: .78rem; line-height: 1.7; }
  .sp-notice { margin-top: 12px; padding: 14px 16px; font-size: .75rem; line-height: 1.65; }
  .sp-need-section { padding-bottom: 24px !important; }
  .sp-permit-area { padding: 30px 0 36px !important; }
  .sp-permit-area .yl-title { margin-bottom: 16px; font-size: 1.3rem; }
  .sp-route-example { gap: 5px; margin-bottom: 14px; }
  .sp-pref { padding: 11px 13px; }
  .sp-pref b { font-size: 1.05rem; }
  .sp-pref span { font-size: .68rem; }
  .sp-arrow { min-height: 30px; font-size: .65rem; }
  .sp-arrow b { font-size: 1.25rem; }
  .sp-route-answer { margin-bottom: 16px; font-size: .75rem; line-height: 1.72; }
  .sp-page .yl-cta h2 {
    width: 100%;
    font-size: 1.12rem;
    letter-spacing: -.035em;
    overflow-wrap: anywhere;
  }
  .sp-page .yl-cta h2 span {
    display: block;
    max-width: 100%;
    white-space: normal;
  }
  .sp-point-grid { gap: 9px; }
  .sp-point-grid article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 2px 11px;
    align-items: center;
    padding: 15px 17px;
    border-radius: 10px;
  }
  .sp-point-grid article > div {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    border-radius: 8px;
  }
  .sp-point-grid h3 { margin: 0; font-size: .9rem; }
  .sp-point-grid p { font-size: .73rem; line-height: 1.6; }
  .sp-requirements article {
    grid-template-columns: 38px 1fr;
    gap: 2px 10px;
    margin-bottom: 8px;
    padding: 15px 17px;
    border-radius: 10px;
  }
  .sp-requirements span { grid-row: 1 / 3; font-size: 1.2rem; }
  .sp-requirements h3 { margin: 0; font-size: .9rem; }
  .sp-requirements p { font-size: .73rem; line-height: 1.6; }
  .sp-support-grid { gap: 9px; }
  .sp-support-grid article {
    display: grid;
    grid-template-columns: 40px 1fr;
    gap: 2px 11px;
    align-items: center;
    padding: 15px 17px;
    border-radius: 10px;
    text-align: left;
  }
  .sp-support-grid span {
    grid-row: 1 / 3;
    width: 38px;
    height: 38px;
    margin: 0;
    font-size: .66rem;
  }
  .sp-support-grid h3 { margin: 0; font-size: .9rem; }
  .sp-support-grid p { font-size: .73rem; line-height: 1.6; }
  .sp-price-grid { gap: 9px; margin-bottom: 16px; }
  .sp-price-grid article {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 3px 10px;
    align-items: center;
    padding: 15px 17px;
    border-radius: 10px;
    text-align: left;
  }
  .sp-price-grid span { font-size: .85rem; }
  .sp-price-grid strong { margin: 0; font-size: 1.1rem; }
  .sp-price-grid p { grid-column: 1 / -1; font-size: .7rem; }
  .sp-price-section .yl-price__notes { font-size: .72rem; line-height: 1.65; }
  .yl-mobile-cta a { min-height: 56px; display: grid; place-items: center; padding: 8px; }
  .hj-page .yl-section { padding: 50px 0; }
  .hj-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .hj-eyebrow { margin-bottom: 11px; padding: 5px 10px; font-size: .65rem; }
  .hj-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem,7.4vw,1.95rem); line-height: 1.42; letter-spacing: -.025em; }
  .hj-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .hj-hero .yl-actions,.hj-hero .yl-note { display: none; }
  .hj-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .hj-hero__panel h2 { margin: 12px 0 10px; font-size: 1.08rem; }
  .hj-hero__panel li { margin: 6px 0; font-size: .83rem; }
  .hj-facts__inner,.hj-purpose-grid,.hj-check-grid,.hj-warning-grid,.hj-flow { grid-template-columns: 1fr; }
  .hj-facts__inner div { padding: 14px 10px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .hj-purpose-grid article,.hj-check-grid article,.hj-warning-grid article { padding: 22px; }
  .hj-warning { padding: 50px 0; }
  .hj-support article { grid-template-columns: 55px 1fr; gap: 13px; padding: 20px; align-items: start; }
  .hj-support span { width: 48px; height: 48px; font-size: .67rem; }
  .hj-flow { gap: 10px; }
  .hj-flow article { display: grid; grid-template-columns: 42px 1fr; gap: 3px 10px; text-align: left; }
  .hj-flow span { grid-row: 1 / 3; margin: 0; }
  .hj-price__box { padding: 22px; }
  .hj-price__box > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .hj-price__box strong { font-size: 1.35rem; }
  .hj-page .yl-section { padding: 36px 0; }
  .hj-page .yl-kicker { margin-bottom: 5px; font-size: .68rem; }
  .hj-page .yl-title {
    margin-bottom: 18px;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: -.02em;
    text-wrap: balance;
  }
  .hj-hero__inner { gap: 16px; padding: 28px 0 32px; }
  .hj-hero h1 { font-size: 1.58rem; line-height: 1.4; }
  .hj-hero__copy { font-size: .79rem; line-height: 1.75; }
  .hj-hero__panel { padding: 17px; border-radius: 12px; }
  .hj-hero__panel h2 { margin: 9px 0 8px; font-size: .96rem; }
  .hj-hero__panel li { margin: 4px 0; font-size: .74rem; }
  .hj-facts__inner { grid-template-columns: repeat(3,1fr); }
  .hj-facts__inner div { padding: 11px 6px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 0; }
  .hj-facts strong { font-size: .76rem; }
  .hj-facts span { font-size: .58rem; line-height: 1.45; }
  .hj-purpose-grid,
  .hj-check-grid,
  .hj-warning-grid { gap: 10px; }
  .hj-purpose-grid article,
  .hj-check-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 3px 11px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 10px;
  }
  .hj-purpose-grid article > div {
    grid-row: 1 / 3;
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }
  .hj-purpose-grid h3,
  .hj-check-grid h3 { margin: 0 0 3px; font-size: .94rem; line-height: 1.45; }
  .hj-purpose-grid p,
  .hj-check-grid p { font-size: .74rem; line-height: 1.65; }
  .hj-check-grid span {
    grid-row: 1 / 3;
    font-size: 1.25rem;
    line-height: 1.2;
  }
  .hj-program-note { margin-top: 14px; padding: 13px 15px; font-size: .72rem; line-height: 1.65; }
  .hj-warning { padding: 36px 0; }
  .hj-warning-grid article { padding: 15px 17px; border-radius: 10px; }
  .hj-warning-grid strong { font-size: .9rem; }
  .hj-warning-grid p { margin-top: 4px; font-size: .74rem; line-height: 1.65; }
  .hj-support article {
    grid-template-columns: 42px 1fr;
    gap: 3px 11px;
    margin-bottom: 9px;
    padding: 15px 17px;
    border-radius: 10px;
  }
  .hj-support span {
    grid-row: 1 / 3;
    width: 40px;
    height: 40px;
    font-size: .6rem;
  }
  .hj-support h3 { margin: 0 0 3px; font-size: .94rem; line-height: 1.45; }
  .hj-support p { font-size: .74rem; line-height: 1.65; }
  .hj-flow article {
    grid-template-columns: 38px 1fr;
    min-height: 0;
    padding: 14px 16px;
  }
  .hj-flow span { width: 34px; height: 34px; }
  .hj-flow h3 { font-size: .9rem; line-height: 1.45; }
  .hj-flow p { font-size: .72rem; line-height: 1.6; }
  .hj-price__box { padding: 16px; border-radius: 10px; }
  .hj-price__box span { font-size: .78rem; }
  .hj-price__box strong { font-size: 1.2rem; }
  .hj-price__box p,
  .hj-price .yl-price__notes { font-size: .7rem; line-height: 1.6; }
  .hj-page .yl-cta h2 {
    font-size: 1.16rem;
    line-height: 1.45;
    letter-spacing: -.03em;
  }
  .hj-page .yl-cta h2 span { display: block; }
  .us-page .yl-section { padding: 50px 0; }
  .us-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 22px; padding: 30px 0 38px; text-align: center; }
  .us-eyebrow { margin-bottom: 11px; padding: 5px 10px; font-size: .65rem; }
  .us-hero h1 { margin-bottom: 15px; font-size: clamp(1.62rem,7.4vw,1.95rem); line-height: 1.42; letter-spacing: -.025em; }
  .us-hero__copy { margin-bottom: 0; font-size: .84rem; line-height: 1.85; text-align: left; }
  .us-hero .yl-actions { display: none; }
  .us-hero__panel { padding: 22px; text-align: left; border-radius: 16px; }
  .us-hero__panel h2 { font-size: 1.08rem; }
  .us-hero__panel a { padding: 12px 14px; }
  .us-select__inner,.us-type-grid,.us-require-grid,.us-risk-grid,.us-flow,.us-price-grid,.us-garage-clients,.us-doc-grid,.us-garage-flow { grid-template-columns: 1fr; }
  .us-select a { justify-content: flex-start; padding: 15px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .us-select a > span { font-size: 1.35rem; }
  .us-chapter { padding: 30px 0; }
  .us-chapter__inner { gap: 14px; }
  .us-chapter__inner > span { font-size: 2.8rem; }
  .us-chapter h2 { font-size: 1.65rem; }
  .us-type-grid article,.us-require-grid article,.us-risk-grid article,.us-garage-clients article,.us-doc-grid article { padding: 22px; }
  .us-dark { padding: 50px 0; }
  .us-flow,.us-garage-flow { gap: 10px; }
  .us-flow article,.us-garage-flow article { display: grid; grid-template-columns: 42px 1fr; gap: 3px 10px; text-align: left; padding: 18px; }
  .us-flow span,.us-garage-flow span { grid-row: 1 / 3; margin: 0; }
  .us-garage-price > div { align-items: flex-start; flex-direction: column; gap: 3px; }
  .us-faq-section { padding-bottom: 28px !important; }
  .us-faq-section .nl-links { gap: 8px; margin-top: 22px; }
  .us-faq-section .nl-links a { padding: 7px 11px; font-size: .7rem; }
  .us-page .yl-cta { padding: 34px 0 38px; }
  .us-page .yl-cta h2 {
    margin-bottom: 8px;
    font-size: clamp(1.2rem, 6vw, 1.38rem);
    line-height: 1.45;
    letter-spacing: -.035em;
    white-space: nowrap;
  }
  .us-page .yl-cta p {
    max-width: 330px;
    margin: 0 auto;
    font-size: .82rem;
    line-height: 1.75;
    text-align: left;
  }
  .us-page .yl-cta .yl-actions { display: none; }
  .us-page .yl-section { padding: 36px 0; }
  .us-page .yl-kicker { margin-bottom: 5px; font-size: .68rem; }
  .us-page .yl-title {
    margin-bottom: 18px;
    font-size: 1.3rem;
    line-height: 1.45;
    letter-spacing: -.02em;
    text-wrap: balance;
  }
  .us-page .yl-lead {
    margin-bottom: 20px;
    font-size: .79rem;
    line-height: 1.72;
    text-align: left;
  }
  .us-hero__inner { gap: 13px; padding: 24px 0 28px; }
  .us-hero h1 { font-size: 1.43rem; line-height: 1.42; letter-spacing: -.035em; }
  .us-hero h1 span { display: block; white-space: nowrap; }
  .us-hero__copy { font-size: .75rem; line-height: 1.7; }
  .us-hero__panel { padding: 14px 16px; border-radius: 12px; }
  .us-hero__panel h2 { margin-bottom: 7px; font-size: .9rem; line-height: 1.45; }
  .us-hero__panel a { margin-top: 7px; padding: 9px 11px; }
  .us-hero__panel strong { font-size: .84rem; }
  .us-hero__panel span { font-size: .68rem; line-height: 1.55; }
  .us-chapter { padding: 22px 0; }
  .us-chapter__inner { gap: 11px; }
  .us-chapter__inner > span { font-size: 2.25rem; }
  .us-chapter p { font-size: .65rem; }
  .us-chapter h2 { font-size: 1.35rem; }
  .us-chapter small { font-size: .68rem; line-height: 1.55; }
  .us-type-grid,
  .us-require-grid,
  .us-garage-clients,
  .us-doc-grid { gap: 10px; }
  .us-type-grid article,
  .us-require-grid article,
  .us-garage-clients article,
  .us-doc-grid article {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 3px 11px;
    align-items: start;
    padding: 16px 18px;
    border-radius: 10px;
  }
  .us-type-grid article > div,
  .us-garage-clients article > div,
  .us-doc-grid span,
  .us-require-grid span {
    grid-row: 1 / 4;
    width: 40px;
    height: 40px;
    border-radius: 9px;
  }
  .us-require-grid span { border-radius: 50%; }
  .us-type-grid h3,
  .us-require-grid h3,
  .us-garage-clients h3,
  .us-doc-grid h3 {
    margin: 0 0 3px;
    font-size: .94rem;
    line-height: 1.45;
  }
  .us-type-grid p,
  .us-require-grid p,
  .us-garage-clients p,
  .us-doc-grid p {
    font-size: .74rem;
    line-height: 1.65;
  }
  .us-type-grid article > span {
    grid-column: 2;
    padding: 6px 8px;
    font-size: .68rem;
  }
  .us-notice,
  .us-label-note,
  .us-exam-note { margin-top: 14px; padding: 13px 15px; font-size: .74rem; line-height: 1.65; }
  .us-dark { padding: 36px 0; }
  .us-risk-grid { gap: 10px; }
  .us-risk-grid article { padding: 15px 17px; border-radius: 10px; }
  .us-risk-grid strong { font-size: .9rem; }
  .us-risk-grid p { margin-top: 4px; font-size: .74rem; line-height: 1.65; }
  .us-flow article,
  .us-garage-flow article {
    grid-template-columns: 38px 1fr;
    min-height: 0;
    padding: 14px 16px;
  }
  .us-flow span,
  .us-garage-flow span { width: 34px; height: 34px; }
  .us-flow h3,
  .us-garage-flow h3 { font-size: .9rem; line-height: 1.45; }
  .us-flow p,
  .us-garage-flow p { font-size: .72rem; line-height: 1.6; }
  .us-price-grid { gap: 10px; }
  .us-transport-price .yl-title {
    font-size: 1.16rem;
    white-space: nowrap;
  }
  .us-price-grid article { padding: 18px 15px; border-radius: 10px; }
  .us-price-grid span { font-size: .84rem; line-height: 1.55; }
  .us-price-grid strong { margin: 5px 0 2px; font-size: 1.35rem; }
  .us-price-grid p { font-size: .7rem; }
  .us-transport-price .yl-price__notes { margin-top: 13px; font-size: .72rem; line-height: 1.65; }
  .us-garage-price { margin-top: 14px; padding: 16px; }
  .us-garage-price span { font-size: .82rem; }
  .us-garage-price strong { font-size: 1.25rem; }
  .us-garage-price p { font-size: .7rem; line-height: 1.6; }
  .sk-page .yl-section { padding: 36px 0; }
  .sk-page .yl-kicker { margin-bottom: 5px; font-size: .68rem; }
  .sk-page .yl-title { margin-bottom: 18px; font-size: 1.3rem; line-height: 1.45; letter-spacing: -.02em; text-wrap: balance; }
  .sk-hero__inner { min-height: auto; grid-template-columns: 1fr; gap: 13px; padding: 24px 0 28px; text-align: center; }
  .sk-eyebrow { margin-bottom: 10px; padding: 5px 10px; font-size: .64rem; }
  .sk-hero h1 { margin-bottom: 13px; font-size: 1.43rem; line-height: 1.42; letter-spacing: -.035em; }
  .sk-hero h1 span { display: block; }
  .sk-hero h1 span:last-child { white-space: nowrap; }
  .sk-hero h1 em { display: inline; }
  .sk-hero__copy { margin-bottom: 0; font-size: .75rem; line-height: 1.7; text-align: left; }
  .sk-hero .yl-actions { display: none; }
  .sk-hero__panel { padding: 14px 16px; text-align: left; border-radius: 12px; }
  .sk-hero__panel h2 { margin: 8px 0 6px; font-size: .9rem; line-height: 1.45; }
  .sk-hero__panel ul { margin: 0; padding-left: 1.25em; }
  .sk-hero__panel li { margin: 2px 0; font-size: .7rem; line-height: 1.55; }
  .sk-type-grid,.sk-require-grid,.sk-risk-grid,.sk-flow { grid-template-columns: 1fr; gap: 10px; }
  .sk-type-grid article,.sk-require-grid article {
    display: grid; grid-template-columns: 42px 1fr; gap: 3px 11px; align-items: start; padding: 16px 18px; border-radius: 10px;
  }
  .sk-type-grid article > div,.sk-require-grid span { grid-row: 1 / 4; width: 40px; height: 40px; }
  .sk-type-grid h3,.sk-require-grid h3 { margin: 0 0 3px; font-size: .94rem; line-height: 1.45; }
  .sk-type-grid p,.sk-require-grid p { font-size: .74rem; line-height: 1.65; }
  .sk-type-grid article > span { grid-column: 2; padding: 6px 8px; font-size: .67rem; }
  .sk-notice { margin-top: 14px; padding: 13px 15px; font-size: .73rem; line-height: 1.65; }
  .sk-dark { padding: 36px 0; }
  .sk-risk-grid article { padding: 15px 17px; border-radius: 10px; }
  .sk-risk-grid strong { font-size: .9rem; }
  .sk-risk-grid p { margin-top: 4px; font-size: .74rem; line-height: 1.65; }
  .sk-support article { grid-template-columns: 42px 1fr; gap: 3px 11px; margin-bottom: 9px; padding: 15px 17px; border-radius: 10px; }
  .sk-support span { grid-row: 1 / 3; width: 40px; height: 40px; font-size: .58rem; }
  .sk-support h3 { margin: 0 0 3px; font-size: .94rem; }
  .sk-support p { font-size: .74rem; line-height: 1.65; }
  .sk-flow article { display: grid; grid-template-columns: 38px 1fr; gap: 3px 10px; padding: 14px 16px; text-align: left; }
  .sk-flow span { grid-row: 1 / 3; width: 34px; height: 34px; margin: 0; }
  .sk-flow h3 { font-size: .9rem; line-height: 1.45; }
  .sk-flow p { font-size: .72rem; line-height: 1.6; }
  .sk-price__box { padding: 16px; border-radius: 10px; }
  .sk-price__box > div { align-items: flex-start; flex-direction: column; gap: 4px; }
  .sk-price__box span { font-size: .78rem; }
  .sk-price__box strong { font-size: 1.2rem; }
  .sk-price__box p { font-size: .7rem; line-height: 1.6; }
  .sk-page .yl-cta h2 { font-size: 1.12rem; line-height: 1.45; letter-spacing: -.035em; }
  .sk-page .yl-cta h2 span { display: block; }
  .kb-case-grid,.kb-doc-grid { grid-template-columns: 1fr; gap: 10px; }
  .kb-case,.kb-doc-grid article { padding: 16px 18px; border-radius: 10px; }
  .kb-case h3,.kb-doc-grid h3 { margin: 8px 0 4px; font-size: .94rem; line-height: 1.45; }
  .kb-case ul,.kb-doc-grid p { font-size: .74rem; line-height: 1.65; }
  .kb-doc-grid article { display: grid; grid-template-columns: 42px 1fr; gap: 3px 11px; align-items: start; }
  .kb-doc-grid span { grid-row: 1 / 3; width: 40px; height: 40px; }
  .kb-doc-grid h3,.kb-doc-grid p { grid-column: 2; }
  .kb-page .sk-hero h1 { font-size: 1.25rem; }
  .kb-page .sk-hero h1 span { white-space: nowrap; }
}
