﻿:root {
  --ink: #17212b;
  --muted: #64717d;
  --line: #d9e7e7;
  --paper: #ffffff;
  --soft: #f2fbf8;
  --sun: #fff7df;
  --accent: #10a6a0;
  --accent-dark: #08716f;
  --gold: #e3a23a;
  --coral: #e9775f;
  --leaf: #7aa95c;
  --shadow: 0 18px 44px rgba(23, 33, 43, 0.12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, system-ui, sans-serif;
  background: var(--paper);
  line-height: 1.75;
  line-break: strict;
  word-break: normal;
  overflow-wrap: break-word;
}
p, li, dd, summary {
  line-break: strict;
  overflow-wrap: break-word;
  text-wrap: pretty;
}
h1, h2, h3, h4 {
  line-break: strict;
  text-wrap: balance;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, select { font: inherit; }
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid rgba(15, 139, 141, 0.18);
  background: rgba(255, 255, 255, 0.96);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 24px rgba(23, 33, 43, 0.06);
}
.header-inner, .section-inner {
  width: min(1140px, calc(100% - 32px));
  margin: 0 auto;
}
.header-inner {
  display: flex;
  min-height: 74px;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.brand {
  display: flex;
  align-items: center;
  flex: 0 1 auto;
  min-width: 0;
}
.brand-logo {
  display: block;
  width: min(300px, 36vw);
  height: auto;
  max-height: 46px;
  object-fit: contain;
}
.global-nav {
  display: flex;
  align-items: center;
  gap: 4px;
}
.global-nav a {
  border-radius: 8px;
  color: #33414e;
  font-size: 0.88rem;
  font-weight: 800;
  padding: 9px 10px;
}
.global-nav a:hover { background: var(--soft); color: var(--accent-dark); }
.nav-toggle {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
}
.nav-toggle span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: var(--ink);
}

.hero {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  align-items: start;
  background:
    linear-gradient(180deg, #f4fbff 0%, #fff 68%),
    #fff;
}
.hero-inner {
  position: relative;
  width: min(1240px, 100%);
  margin: 0 auto;
  padding: 0 0 42px;
}
.eyebrow, .section-kicker {
  margin: 0 0 10px;
  color: var(--accent-dark);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}
.hero .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(90deg, var(--accent-dark), var(--accent));
  box-shadow: 0 10px 22px rgba(8, 113, 111, 0.22);
  padding: 6px 13px;
}
.hero .eyebrow::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #fff;
}
.hero-title-banner {
  width: 100%;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  object-fit: contain;
}
.hero-copy {
  max-width: 980px;
  margin: 20px auto 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #0074d9;
  box-shadow: none;
  font-size: clamp(1.18rem, 2vw, 1.55rem);
  font-weight: 900;
  text-align: left;
  line-height: 1.85;
  padding: 18px 24px;
}
.hero-checks {
  display: grid;
  max-width: 900px;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin: 24px auto 0;
  padding: 0;
  list-style: none;
}
.hero-checks li {
  position: relative;
  border: 1px solid rgba(16, 166, 160, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.62);
  color: #344250;
  font-size: 0.88rem;
  font-weight: 900;
  line-height: 1.55;
  padding: 12px 12px 12px 34px;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.04);
}
.hero-checks li::before {
  content: "";
  position: absolute;
  left: 13px;
  top: 18px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--accent);
  box-shadow: 0 0 0 4px rgba(16, 166, 160, 0.14);
}
.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-top: 28px;
}
.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid transparent;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 900;
  line-height: 1.2;
  padding: 12px 18px;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease;
}
.button:hover { transform: translateY(-1px); }
.button.primary { color: #fff; background: var(--accent); box-shadow: 0 12px 24px rgba(16, 166, 160, 0.28); }
.button.primary:hover { background: var(--accent-dark); }
.button.secondary { color: var(--accent-dark); border-color: var(--accent); background: #fff; }
.hero-stats {
  display: grid;
  width: min(920px, 100%);
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 34px auto 0;
  padding: 0;
  list-style: none;
}
.hero-stats li {
  border: 1px solid rgba(16, 166, 160, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.68);
  padding: 16px 18px;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.04);
}
.hero-stats strong, .hero-stats span { display: block; }
.hero-stats strong { color: var(--accent-dark); font-size: 1.22rem; line-height: 1.25; }
.hero-stats span { color: var(--muted); font-size: 0.82rem; font-weight: 800; line-height: 1.5; margin-top: 4px; }

.section { padding: 76px 0; }
.best-summary {
  position: relative;
  z-index: 2;
  margin-top: -34px;
  padding-bottom: 36px;
}
.summary-heading {
  display: grid;
  grid-template-columns: 270px minmax(0, 1fr);
  gap: 10px 22px;
  align-items: end;
  margin-bottom: 16px;
}
.summary-heading h2,
.summary-heading p {
  margin: 0;
}
.summary-heading h2 {
  display: inline-flex;
  width: fit-content;
  padding: 10px 18px;
  border-radius: 0;
  background: #0074d9;
  color: #fff;
  box-shadow: none;
  font-size: 1.65rem;
  line-height: 1.25;
}
.summary-heading .section-kicker {
  grid-column: 1 / -1;
}
.summary-heading p:last-child {
  color: #12384f;
  background: #d8efff;
  border: 1px solid #8ecbf2;
  border-radius: 8px;
  font-weight: 700;
  font-size: 1.02rem;
  line-height: 1.8;
  max-width: 720px;
  padding: 10px 14px;
  text-align: left;
}
.best-tabs { position: relative; }
.best-tab-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
}
.best-tab {
  border: 1px solid #a9d9f7;
  border-radius: 999px;
  color: #075f9c;
  background: linear-gradient(180deg, #f4fbff, #dff2ff);
  box-shadow: 0 8px 18px rgba(7, 110, 184, 0.1);
  cursor: pointer;
  font-size: 0.92rem;
  font-weight: 900;
  padding: 10px 16px;
}
.best-tab.is-active,
.best-tab:hover,
.best-tab:focus-visible {
  color: #fff;
  border-color: #087bd0;
  background: linear-gradient(135deg, #1493df 0%, #076eb8 100%);
  box-shadow: 0 10px 22px rgba(7, 110, 184, 0.22);
}
.best-viewport {
  overflow: hidden;
  border-radius: 8px;
}
.best-grid {
  display: flex;
  gap: 0;
  overflow: visible;
  scroll-behavior: smooth;
  transform: translateX(0);
  transition: transform 420ms ease;
}
.best-grid article {
  display: grid;
  grid-template-columns: minmax(260px, 0.86fr) minmax(0, 1.14fr);
  flex: 0 0 100%;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(227, 162, 58, 0.34);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(23, 33, 43, 0.12);
}
.best-grid article > img {
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: contain;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 56%, #eef8f4 100%);
}
.best-grid article > div {
  display: grid;
  align-content: center;
  padding: 26px;
}
.best-rank {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 10px;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 10px;
}
.best-grid h3 {
  margin: 0 0 10px;
  color: #25333f;
  font-size: 1.5rem;
  line-height: 1.3;
}
.best-grid p {
  margin: 0;
  color: #4c5965;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.85;
}
.best-grid a {
  display: inline-flex;
  margin-top: 14px;
  color: var(--accent-dark);
  font-size: 0.9rem;
  font-weight: 900;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.quick-search {
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--sun);
  padding: 24px 0;
}
.search-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.search-inner h2, .section-heading h2, .guide-main h2, .contact-panel h2, .faq-layout h2 {
  margin: 0;
  font-size: 2.25rem;
  line-height: 1.25;
}
.search-inner p:last-child, .section-heading p:last-child {
  margin: 8px 0 0;
  color: var(--muted);
  max-width: 72ch;
  line-height: 1.85;
  text-align: left;
}
.filter-bar { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-button {
  min-height: 40px;
  border: 1px solid var(--line);
  border-radius: 999px;
  color: #344250;
  background: #fff;
  cursor: pointer;
  font-weight: 900;
  padding: 8px 14px;
}
.filter-button.is-active { border-color: var(--accent); color: #fff; background: var(--accent); }
.section-heading {
  max-width: 790px;
  margin-bottom: 30px;
  border: 1px solid #dbe9f2;
  border-left: 6px solid var(--accent);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 10px 24px rgba(23, 33, 43, 0.05);
  padding: 20px 22px;
}
.section-heading.compact { max-width: none; }
.section-heading .section-kicker,
.advice-copy .section-kicker {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border-radius: 999px;
  color: #075f9c;
  background: #e8f5ff;
  padding: 3px 10px;
}
.section-heading h2,
.advice-copy h2 {
  position: relative;
  display: inline-block;
  width: fit-content;
  max-width: 100%;
  border-radius: 8px;
  color: #fff;
  background: linear-gradient(135deg, #1493df 0%, #076eb8 100%);
  box-shadow: 0 12px 24px rgba(7, 110, 184, 0.2);
  padding: 10px 18px 10px 30px;
}
.section-heading h2::before,
.advice-copy h2::before {
  content: "";
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 14px;
  width: 5px;
  border-radius: 999px;
  background: #fff7bf;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.18);
}
.advice-copy h2 {
  margin: 0 0 14px;
  font-size: 2rem;
  line-height: 1.25;
}
.section-heading h2.image-heading {
  display: block;
  width: min(100%, 760px);
  padding: 0;
  border-radius: 8px;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
}
.section-heading h2.image-heading::before {
  content: none;
}
.image-heading img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
#ranking-title.image-heading img {
  height: clamp(150px, 18vw, 220px);
  object-fit: cover;
  object-position: center;
}
#photos-title.image-heading img {
  height: clamp(150px, 18vw, 220px);
  object-fit: cover;
  object-position: center;
}

.ranking-heading {
  position: relative;
  max-width: none;
  margin-bottom: 34px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0 0 18px;
}
.ranking-heading::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 4px;
  background: linear-gradient(90deg, #006fc9 0%, #18a8e0 45%, #ffd35a 45%, #ffd35a 100%);
}
.ranking-heading .section-kicker {
  display: inline-block;
  border-radius: 0;
  color: #fff;
  background: #005ea8;
  font-size: 0.96rem;
  font-weight: 900;
  padding: 7px 13px;
}
.ranking-heading h2.image-heading {
  width: min(100%, 900px);
  margin: 10px 0 14px;
  border-radius: 0;
  background: transparent;
}
.ranking-heading h2.image-heading img {
  display: block;
  border-radius: 0;
  box-shadow: 0 18px 35px rgba(0, 89, 160, 0.16);
}
.ranking-heading p:last-child {
  width: min(100%, 960px);
  border-left: 8px solid #ffd35a;
  color: #fff;
  background: #006fc9;
  font-size: clamp(1.02rem, 1.8vw, 1.22rem);
  font-weight: 900;
  line-height: 1.85;
  margin: 0;
  padding: 14px 18px;
}
.photo-section { background: #fff; }
.photo-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.photo-grid figure {
  overflow: hidden;
  margin: 0;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 28px rgba(23, 33, 43, 0.08);
}
.photo-grid img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.photo-grid figcaption {
  color: #344250;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 12px 14px;
}

.criteria-section {
  background: #f4fbff;
}
.criteria-section .section-heading {
  max-width: none;
  margin-bottom: 26px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}
.criteria-section .section-heading .section-kicker,
.criteria-section .section-heading h2 {
  border-radius: 0;
  box-shadow: none;
}
.criteria-section .section-heading .section-kicker {
  display: inline-block;
  color: #fff;
  background: #005ea8;
  font-size: 0.95rem;
  font-weight: 900;
  padding: 7px 13px;
}
.criteria-section .section-heading h2 {
  display: block;
  width: fit-content;
  max-width: 100%;
  margin: 8px 0 14px;
  color: #fff;
  background: #006fc9;
  font-size: clamp(1.7rem, 3vw, 2.45rem);
  line-height: 1.35;
  padding: 12px 18px;
}
.criteria-section .section-heading h2::before {
  content: none;
}
.criteria-section .section-heading p:last-child {
  max-width: 920px;
  color: #314c5f;
  font-size: 1.04rem;
  font-weight: 800;
  line-height: 1.9;
}
.criteria-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.criteria-grid article {
  border: 1px solid #b7dff4;
  border-left: 6px solid #087dcc;
  background: #fff;
  padding: 18px;
}
.criteria-grid span {
  display: inline-block;
  color: #075d91;
  background: #dff3ff;
  font-size: 0.84rem;
  font-weight: 900;
  padding: 4px 8px;
}
.criteria-grid h3 {
  margin: 12px 0 8px;
  color: #12394f;
  font-size: 1.12rem;
  line-height: 1.45;
}
.criteria-grid p,
.criteria-note,
.table-note {
  color: #445462;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.8;
}
.criteria-note {
  border: 1px solid #9fd1ea;
  background: #e6f6ff;
  margin: 16px 0 0;
  padding: 12px 14px;
}

.ranking-section { background: linear-gradient(180deg, var(--soft), #fff); }
.ranking-list {
  display: grid;
  gap: 18px;
}
.rank-card {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 33, 43, 0.08);
}
.rank-card.is-hidden, tr.is-hidden { display: none; }
.rank-card-top { border-color: rgba(227, 162, 58, 0.65); box-shadow: var(--shadow); }
.rank-card-simple .rank-content {
  padding: 18px;
}
.rank-card-simple .company-map {
  margin-top: 16px;
}
.rank-card-simple .card-button {
  margin-top: 16px;
}
.rank-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  border-bottom: 1px solid #dbe9f2;
  background: linear-gradient(180deg, #ffffff, #f4fbff);
  padding: 16px 20px;
}
.rank-heading img {
  width: 72px;
  height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
}
.rank-heading h3 {
  margin: 0;
  color: #14394f;
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  font-weight: 900;
  line-height: 1.2;
}
.rank-visual {
  position: relative;
  min-height: 240px;
  overflow: hidden;
  background: #e9f6fb;
}
.rank-visual > img {
  display: block;
  width: 100%;
  height: auto;
  min-height: 0;
  max-height: 310px;
  aspect-ratio: 16 / 6;
  object-fit: cover;
}
.rank-content {
  grid-column: 1;
  padding: 24px;
}
.company-area {
  display: block;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 0 12px;
  border-radius: 4px;
  color: #083f63;
  background: #e8f5ff;
  border: 1px solid #5fb2e8;
  border-left: 8px solid #087dcc;
  font-size: 1rem;
  font-weight: 900;
  line-height: 1.65;
  padding: 10px 14px;
}
.source-note {
  display: block;
  margin: 0 0 12px;
  border: 1px solid #c9dfeb;
  background: #f7fcff;
  color: #315468;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.65;
  padding: 9px 12px;
}
.rank-content p { margin: 0; color: #46535f; }
.rank-content > .company-area + p,
.rank-content > .source-note + p {
  border: 1px solid #93cbed;
  border-radius: 8px;
  background: linear-gradient(180deg, #e5f5ff, #d6edff);
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.04);
  color: #18394d;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.9;
  padding: 16px 18px;
  text-align: left;
}
.point-list {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
  border: 1px solid #cfe8d1;
  border-radius: 8px;
  background: #f4fbf1;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.04);
  padding: 14px;
  list-style: none;
}
.point-list::before {
  content: "比較ポイント";
  color: #24733c;
  font-size: 0.92rem;
  font-weight: 900;
}
.point-list li {
  border-left: 4px solid var(--leaf);
  border-radius: 6px;
  background: #fff;
  color: #3f4d38;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1.7;
  padding: 8px 10px;
}
.score-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  margin: 18px 0 0;
  border: 1px solid #d8e7ef;
  border-radius: 8px;
  background: #f7fbfd;
  box-shadow: 0 8px 18px rgba(23, 33, 43, 0.04);
  padding: 14px;
}
.score-list::before {
  content: "費用・保証の目安";
  grid-column: 1 / -1;
  color: #27506b;
  font-size: 0.92rem;
  font-weight: 900;
}
.score-list div {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  padding: 10px;
}
.score-list dt { color: var(--muted); font-size: 0.74rem; font-weight: 900; }
.score-list dd { margin: 2px 0 0; font-size: 0.92rem; font-weight: 900; }
.review-box {
  margin-top: 22px;
  border: 1px solid #d6e8f1;
  border-radius: 8px;
  background: linear-gradient(180deg, #e8f6ff, #d9efff);
  box-shadow: 0 10px 22px rgba(23, 33, 43, 0.05);
  padding: 18px;
}
.review-box h4 {
  margin: 0 0 12px;
  color: #27506b;
  background: #cbeaff;
  border-left: 5px solid #1493df;
  border-radius: 8px;
  font-size: 1.32rem;
  line-height: 1.45;
  padding: 9px 12px;
}
.review-list {
  display: grid;
  gap: 12px;
}
.review-note {
  margin: 0 0 14px;
  border: 1px solid #8ecae6;
  background: #f2fbff;
  color: #24506a;
  font-size: 0.9rem;
  font-weight: 800;
  line-height: 1.7;
  padding: 10px 12px;
}
.review-item {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}
.review-avatar {
  position: relative;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  color: #fff;
  background:
    radial-gradient(circle at 50% 35%, #ffe1cf 0 18%, transparent 19%),
    radial-gradient(circle at 50% 78%, #fff 0 20%, transparent 21%),
    linear-gradient(135deg, #79b9d8, #0f8b8d);
  box-shadow: 0 8px 18px rgba(39, 80, 107, 0.18);
  font-size: 0;
}
.review-avatar::before,
.review-avatar::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 999px;
}
.review-avatar::before {
  top: 8px;
  width: 14px;
  height: 14px;
  background: #ffd8c6;
}
.review-avatar::after {
  bottom: 6px;
  width: 25px;
  height: 14px;
  background: #fff;
}
.review-item p {
  position: relative;
  margin: 0;
  border: 1px solid #dbe9f2;
  border-radius: 8px;
  background: #fff;
  color: #445462;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.75;
  padding: 12px 14px;
  text-align: left;
}
.review-item p::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 16px;
  width: 12px;
  height: 12px;
  border-left: 1px solid #dbe9f2;
  border-bottom: 1px solid #dbe9f2;
  background: #fff;
  transform: rotate(45deg);
}
.company-facts {
  margin-top: 22px;
  border: 1px solid #8bd3ad;
  border-radius: 8px;
  background: #dff5e8;
  box-shadow: 0 10px 22px rgba(23, 33, 43, 0.05);
  overflow: hidden;
}
.company-facts h4 {
  margin: 0;
  background: linear-gradient(135deg, #1f9a68, #37b983);
  color: #fff;
  font-size: 1.22rem;
  line-height: 1.45;
  padding: 12px 16px;
}
.company-facts dl {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 14px 16px 16px;
}
.company-facts div {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 12px;
  border-top: 1px solid #cfeadc;
  padding-top: 10px;
}
.company-facts div:first-child {
  border-top: 0;
  padding-top: 0;
}
.company-facts dt {
  width: fit-content;
  border-radius: 999px;
  color: #126747;
  background: #bfeccd;
  font-size: 0.9rem;
  font-weight: 900;
  padding: 2px 9px;
}
.company-facts dd {
  margin: 0;
  color: #1f4533;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  text-align: left;
}
.company-map {
  margin-top: 22px;
  border: 1px solid #d7e9f2;
  border-radius: 8px;
  background: #f8fcff;
  box-shadow: 0 10px 22px rgba(23, 33, 43, 0.05);
  overflow: hidden;
}
.company-map h4 {
  margin: 0;
  color: #174054;
  background: #e9f6fb;
  font-size: 1rem;
  padding: 12px 14px;
}
.company-map-layout {
  display: grid;
  grid-template-columns: minmax(260px, 0.9fr) minmax(0, 1.1fr);
  gap: 0;
}
.company-map-frame {
  min-height: 220px;
  background: var(--soft);
}
.company-map-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 220px;
  border: 0;
}
.company-map dl {
  display: grid;
  align-content: center;
  gap: 10px;
  margin: 0;
  padding: 16px;
}
.company-map dl div {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 10px;
  border-top: 1px solid #d7e9f2;
  padding-top: 10px;
}
.company-map dl div:first-child {
  border-top: 0;
  padding-top: 0;
}
.company-map dt {
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
}
.company-map dd {
  margin: 0;
  color: #4f5c66;
  font-size: 0.9rem;
  font-weight: 800;
}
.tag-row { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 16px; }
.tag-row span {
  border-radius: 999px;
  color: var(--accent-dark);
  background: #e2f6f3;
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 9px;
}
.card-button {
  width: 100%;
  margin-top: 18px;
  color: #fff;
  background: var(--ink);
}
.card-button:hover { background: var(--accent-dark); }

.compare-section, .faq-section { background: var(--soft); }
.map-section {
  background: #fff;
}
.map-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.map-grid article {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(23, 33, 43, 0.08);
}
.map-frame {
  aspect-ratio: 16 / 10;
  border-bottom: 1px solid var(--line);
  background: var(--soft);
}
.map-frame iframe {
  width: 100%;
  height: 100%;
  border: 0;
}
.map-grid h3,
.map-grid p,
.map-grid dl {
  margin-right: 18px;
  margin-left: 18px;
}
.map-grid h3 {
  margin-top: 16px;
  margin-bottom: 6px;
  font-size: 1.12rem;
}
.map-grid p {
  margin-top: 0;
  margin-bottom: 12px;
  color: #46535f;
  font-weight: 700;
}
.map-grid dl {
  display: grid;
  gap: 8px;
  margin-top: 0;
  margin-bottom: 18px;
}
.map-grid dl div {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 8px;
  border-top: 1px solid var(--line);
  padding-top: 8px;
}
.map-grid dt {
  color: var(--accent-dark);
  font-size: 0.82rem;
  font-weight: 900;
}
.map-grid dd {
  margin: 0;
  color: var(--muted);
  font-size: 0.88rem;
  font-weight: 800;
}
.table-wrap {
  overflow-x: auto;
  border: 1px solid #9ed0ee;
  border-radius: 8px;
  background: #eaf6ff;
  box-shadow: 0 12px 34px rgba(23, 33, 43, 0.07);
}
table { width: 100%; min-width: 940px; border-collapse: collapse; }
th, td {
  border-bottom: 1px solid var(--line);
  padding: 14px 15px;
  text-align: left;
  vertical-align: top;
}
th { color: #fff; background: var(--ink); font-size: 0.88rem; }
td {
  color: #344250;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1.65;
}
tbody tr:nth-child(even) td { background: #e6f4ff; }
tbody tr:nth-child(odd) td { background: #ffffff; }
tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #f8fdfb; }
td a { color: var(--accent-dark); font-weight: 900; text-decoration: underline; text-underline-offset: 3px; }
.table-note {
  margin: 14px 0 0;
  border: 1px solid #b7dff4;
  background: #f4fbff;
  color: #445462;
  font-size: 0.95rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 12px 14px;
}

.guide-section, .article-section { background: #fff; }
.guide-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: start;
}
.guide-list { display: grid; gap: 14px; margin-top: 26px; }
.guide-list article {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: 16px;
  border: 1px solid #dfeaf1;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(23, 33, 43, 0.05);
  padding: 18px;
}
.guide-list span { color: var(--gold); font-size: 1.45rem; font-weight: 900; line-height: 1.2; }
.guide-list h3, .guide-list p { margin: 0; }
.guide-list h3 {
  display: inline;
  color: #183747;
  background: linear-gradient(transparent 58%, #dff3ff 58%);
  font-size: 1.22rem;
}
.guide-list p {
  color: #253d4f;
  background: #dff2ff;
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  margin-top: 9px;
  padding: 10px 12px;
  text-align: left;
}
.contact-panel {
  position: static;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: linear-gradient(90deg, #f6fbfb, #fff);
  box-shadow: 0 10px 26px rgba(23, 33, 43, 0.07);
  padding: 18px;
}
.contact-panel p { color: var(--muted); }
.contact-panel form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 12px;
  align-items: end;
  margin-top: 14px;
}
.contact-panel label {
  display: grid;
  gap: 6px;
  color: #33414e;
  font-size: 0.88rem;
  font-weight: 900;
}
.contact-panel select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  color: var(--ink);
  padding: 10px 12px;
}
.form-button {
  white-space: nowrap;
  margin-top: 0;
}

.article-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.article-grid article {
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 33, 43, 0.07);
  padding: 22px;
}
.article-grid h3 { margin: 0 0 8px; font-size: 1.15rem; }
.article-grid p { margin: 0; color: var(--muted); }

.pro-check-section {
  background: linear-gradient(180deg, #f5fbff, #fff);
}
.advice-flow {
  display: grid;
  gap: 18px;
}
.advice-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 330px;
  gap: 22px;
  align-items: center;
  border: 1px solid #d7e9f2;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 32px rgba(23, 33, 43, 0.08);
  padding: 24px;
}
.advice-row-alt {
  grid-template-columns: 330px minmax(0, 1fr);
}
.advice-row-alt .advice-copy {
  grid-column: 2;
  grid-row: 1;
}
.advice-row-alt .advice-balloon {
  grid-column: 1;
  grid-row: 1;
}
.advice-copy h3 {
  margin: 0 0 10px;
  color: #173642;
  font-size: 1.24rem;
  line-height: 1.45;
}
.advice-copy p {
  margin: 0;
  color: #41505b;
  background: #dff2ff;
  border: 1px solid #99cdee;
  border-radius: 8px;
  font-size: 1.04rem;
  font-weight: 700;
  line-height: 1.8;
  padding: 14px 16px;
  text-align: left;
}
.advice-copy ul {
  display: grid;
  gap: 7px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}
.advice-copy li {
  border-left: 4px solid var(--accent);
  background: #dff6f0;
  color: #173f3c;
  font-size: 1rem;
  font-weight: 800;
  padding: 9px 12px;
}
.advice-balloon {
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 12px;
}
.advice-balloon img {
  width: min(320px, 100%);
  max-height: 170px;
  object-fit: contain;
  margin: 0 auto;
  filter: drop-shadow(0 12px 18px rgba(23, 33, 43, 0.14));
}
.advice-balloon.important img {
  max-height: 178px;
}
.advice-balloon.pro img {
  max-height: 145px;
}
.advice-balloon p {
  margin: 0;
  border: 1px solid #d7e9f2;
  border-radius: 8px;
  background: #fff;
  color: #4b5360;
  font-size: 0.92rem;
  font-weight: 800;
  line-height: 1.75;
  padding: 12px 14px;
}

.trivia-section {
  background: linear-gradient(180deg, #fff, var(--sun));
}
.trivia-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.trivia-grid article {
  border: 1px solid #eadfc9;
  border-radius: 8px;
  background: linear-gradient(180deg, #fff5d8, #ffefbd);
  box-shadow: 0 12px 28px rgba(23, 33, 43, 0.07);
  padding: 22px;
}
.trivia-grid span {
  display: inline-flex;
  margin-bottom: 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  padding: 4px 10px;
}
.trivia-grid h3 {
  margin: 0 0 10px;
  color: #213947;
  background: linear-gradient(transparent 58%, #fff0ba 58%);
  font-size: 1.24rem;
  line-height: 1.45;
}
.trivia-grid p {
  margin: 0;
  color: #4a3a18;
  background: rgba(255, 255, 255, 0.86);
  border-radius: 8px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  padding: 10px 12px;
  text-align: left;
}

.faq-layout {
  display: grid;
  grid-template-columns: 320px minmax(0, 1fr);
  gap: 36px;
  align-items: start;
}
.faq-list { display: grid; gap: 12px; }
details {
  overflow: hidden;
  border: 1px solid #cfe3e5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 10px 24px rgba(23, 33, 43, 0.06);
}
summary {
  position: relative;
  cursor: pointer;
  color: #25333f;
  background: linear-gradient(180deg, #e8f6ff, #d7efff);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1.6;
  list-style: none;
  padding: 17px 54px 17px 20px;
}
summary::-webkit-details-marker {
  display: none;
}
summary::after {
  content: "+";
  position: absolute;
  top: 50%;
  right: 18px;
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 999px;
  color: #fff;
  background: var(--accent);
  transform: translateY(-50%);
  font-size: 1.1rem;
  line-height: 1;
}
details[open] summary {
  color: var(--accent-dark);
  background: #cbeee8;
}
details[open] summary::after {
  content: "-";
  background: var(--gold);
}
details p {
  margin: 0;
  border-top: 1px solid var(--line);
  color: #2f4656;
  background: #e9f7ff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.85;
  padding: 16px 20px 20px;
  text-align: left;
}
.site-footer {
  color: #d8e1e7;
  background: #17212b;
  padding: 46px 0 34px;
}
.footer-inner {
  display: grid;
  gap: 22px;
}
.footer-inner p { margin: 0; }
.footer-brand {
  max-width: 940px;
}
.footer-brand strong {
  display: block;
  color: #fff;
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.35;
  margin: 4px 0 10px;
}
.footer-brand p:last-child {
  color: #edf7ff;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.9;
}
.footer-kicker {
  display: inline-block;
  color: #102f40;
  background: #aee5ff;
  font-size: 0.86rem;
  font-weight: 900;
  padding: 5px 10px;
}
.footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.footer-grid section {
  border: 1px solid rgba(174, 229, 255, 0.24);
  background: rgba(255, 255, 255, 0.06);
  padding: 18px;
}
.footer-grid h2 {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.45;
}
.footer-grid p {
  color: #d8e9f2;
  font-size: 0.94rem;
  font-weight: 600;
  line-height: 1.85;
}
.footer-grid p + p {
  margin-top: 8px;
}
.footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 18px;
  border-top: 1px solid rgba(216, 225, 231, 0.2);
  color: #b7c8d3;
  font-size: 0.9rem;
  padding-top: 18px;
}

@media (max-width: 980px) {
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .criteria-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .nav-toggle { display: block; }
  .global-nav {
    position: absolute;
    top: 74px;
    right: 16px;
    left: 16px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid var(--line);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--shadow);
    padding: 8px;
  }
  .global-nav.is-open { display: flex; }
  .global-nav a { padding: 12px; }
  .search-inner, .guide-layout, .faq-layout { display: grid; grid-template-columns: 1fr; }
  .summary-heading,
  .map-grid {
    grid-template-columns: 1fr;
  }
  .best-grid article {
    grid-template-columns: 1fr;
  }
  .best-grid article > img { min-height: 220px; }
  .photo-grid { grid-template-columns: repeat(2, 1fr); }
  .rank-visual > img { max-height: 280px; aspect-ratio: 16 / 7; }
  .contact-panel { position: static; }
  .contact-panel form {
    grid-template-columns: 1fr;
  }
  .form-button {
    width: 100%;
  }
  .hero-checks { grid-template-columns: 1fr; }
  .search-inner h2, .section-heading h2, .advice-copy h2, .guide-main h2, .contact-panel h2, .faq-layout h2 { font-size: 1.95rem; }
  .article-grid,
  .trivia-grid {
    grid-template-columns: 1fr;
  }
  .advice-row,
  .advice-row-alt {
    grid-template-columns: 1fr;
  }
  .advice-row-alt .advice-copy,
  .advice-row-alt .advice-balloon {
    grid-column: auto;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .site-footer {
    padding: 36px 0 28px;
  }
  .footer-grid {
    grid-template-columns: 1fr;
  }
  .criteria-grid {
    grid-template-columns: 1fr;
  }
  .footer-grid section {
    padding: 16px;
  }
  .footer-bottom {
    display: grid;
  }
  .header-inner, .section-inner { width: min(100% - 24px, 1140px); }
  .hero-inner { width: 100%; }
  .brand-logo {
  display: block;
  width: min(300px, 36vw);
  height: auto;
  max-height: 46px;
  object-fit: contain;
}
