/* 駆けつけ！パソコン大先生 LP（ご年配のお客様向け: 大きな文字・広い行間・高コントラスト） */
:root {
  color-scheme: light;
  --ink: #1a1a1a;
  --muted: #3d4350;
  --navy: #2e3192;       /* ロゴの紺 */
  --navy-dark: #1f2270;
  --cyan: #00a0e9;       /* ロゴの水色（飾りにのみ使う。文字色にはしない） */
  --red: #c4000e;        /* チラシの見出しの赤 */
  --cta: #c2410c;        /* チラシのオレンジ（白文字とのコントラストを確保した濃さ） */
  --cta-dark: #9a3412;
  --bg: #ffffff;
  --bg-soft: #eef6fc;
  --line: #c9d3e0;
  --radius: 14px;
}
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Meiryo", "Yu Gothic", sans-serif;
  font-size: 19px;
  line-height: 1.85;
  overflow-wrap: break-word;
}
.nb { display: inline-block; }  /* 語句の途中で折り返さない */
.nw { white-space: nowrap; }     /* 金額を途中で割らない */
@media (min-width: 768px) { body { font-size: 20px; } }
img { max-width: 100%; height: auto; display: block; }
a { color: var(--navy); }
a:focus-visible, .btn:focus-visible { outline: 4px solid #ffb400; outline-offset: 3px; }
.wrap { max-width: 1040px; margin: 0 auto; padding: 0 16px; }
.skip { position: absolute; left: -9999px; }
.skip:focus { left: 8px; top: 8px; background: #fff; padding: 8px 12px; z-index: 10; }

/* ── 上部: ロゴと電話 ── */
.topbar { border-bottom: 4px solid var(--navy); background: #fff; }
.topbar .wrap { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 12px 24px; padding-top: 14px; padding-bottom: 14px; }
.topbar .logo { width: 440px; max-width: 100%; }
.tel-box { text-align: center; }
.tel-box .hours { font-size: 18px; color: var(--muted); margin: 4px 0 0; line-height: 1.5; }

/* ── ボタン ── */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  min-height: 64px; padding: 10px 26px; border-radius: 999px;
  font-weight: 700; text-decoration: none; line-height: 1.3; text-align: center;
  border: 3px solid transparent; white-space: nowrap;
}
.btn-tel { background: var(--cta); color: #fff; font-size: 26px; letter-spacing: .02em; box-shadow: 0 4px 0 var(--cta-dark); }
.btn-tel:hover { background: var(--cta-dark); }
.btn-tel .lbl { font-size: 18px; display: block; font-weight: 700; }
.btn-mail { background: #fff; color: var(--navy); border-color: var(--navy); font-size: 21px; }
.btn-mail:hover { background: var(--bg-soft); }
.btn-row { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; }
.icon { width: 1.1em; height: 1.1em; flex: none; }

/* ── ヒーロー ── */
.hero { background: linear-gradient(#fff, var(--bg-soft)); padding: 28px 0 36px; text-align: center; }
.hero h1 { color: var(--red); font-size: clamp(24px, 6.6vw, 46px); line-height: 1.4; margin: 0 0 8px; }
.hero .catch { font-size: clamp(20px, 3.6vw, 26px); font-weight: 700; color: var(--navy); margin: 0 0 18px; }
.hero img { margin: 0 auto 22px; width: 680px; }
.hero .area { margin: 14px 0 0; font-size: 18px; color: var(--muted); }

/* ── セクション共通 ── */
section { padding: 44px 0; }
section.soft { background: var(--bg-soft); }
h2 {
  font-size: clamp(25px, 4.6vw, 34px); line-height: 1.4; margin: 0 0 22px; text-align: center; color: var(--navy);
}
h2::after { content: ""; display: block; width: 88px; height: 6px; background: var(--cyan); border-radius: 3px; margin: 12px auto 0; }
h3 { font-size: 23px; line-height: 1.45; margin: 0 0 6px; color: var(--navy); }
.lead { max-width: 760px; margin: 0 auto 26px; text-align: center; }

/* ── お困りごと ── */
.worries { list-style: none; padding: 0; margin: 0 auto 20px; max-width: 720px; }
.worries li {
  background: #fff; border: 2px solid var(--line); border-radius: var(--radius);
  padding: 12px 16px 12px 54px; margin: 0 0 12px; position: relative; font-weight: 700;
}
.worries li::before {
  content: "？"; position: absolute; left: 12px; top: 12px; width: 30px; height: 30px; border-radius: 50%;
  background: var(--red); color: #fff; font-size: 18px; line-height: 30px; text-align: center;
}
.illust { margin: 0 auto; width: 520px; }
.omakase { text-align: center; font-size: clamp(23px, 4.4vw, 32px); font-weight: 700; color: var(--red); margin: 26px 0 0; line-height: 1.5; }

/* ── サービス ── */
.cards { display: grid; grid-template-columns: 1fr; gap: 16px; }
@media (min-width: 720px) { .cards { grid-template-columns: 1fr 1fr; } }
.card { background: #fff; border: 3px solid var(--navy); border-radius: var(--radius); padding: 18px 20px; }
.card h3::before { content: "✓"; display: inline-block; width: 32px; height: 32px; margin-right: 8px; border-radius: 6px; background: var(--cyan); color: #fff; text-align: center; line-height: 32px; font-size: 22px; vertical-align: 2px; }
.card p { margin: 0; }
.more { margin: 26px auto 0; max-width: 820px; background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 18px 20px; }
.more h3 { text-align: center; }
.more ul { margin: 8px 0 0; padding-left: 1.3em; }
.more li { margin: 6px 0; }
.two { display: grid; grid-template-columns: 1fr; gap: 20px; align-items: center; }
@media (min-width: 820px) { .two { grid-template-columns: 1.1fr .9fr; } }

/* ── 料金 ── */
.price-meta { text-align: center; margin: -8px 0 18px; font-weight: 700; }
.price-list { list-style: none; padding: 0; margin: 0 auto; max-width: 860px; border-top: 3px solid var(--navy); }
.price-list li { display: grid; grid-template-columns: 1fr auto; gap: 2px 16px; padding: 14px 6px; border-bottom: 2px solid var(--line); background: #fff; }
.price-list .item { font-weight: 700; font-size: 1.05em; }
.price-list .price { font-weight: 700; font-size: 1.2em; color: var(--red); text-align: right; white-space: nowrap; font-variant-numeric: tabular-nums; }
.price-list .note { grid-column: 1 / -1; color: var(--muted); font-size: 18px; line-height: 1.7; }
@media (max-width: 480px) {
  .price-list li { grid-template-columns: 1fr; }
  .price-list .price { text-align: left; }
}
.price-more { text-align: center; margin: 22px 0 0; }
.price-more a { font-weight: 700; font-size: 1.05em; }
.notes { max-width: 860px; margin: 28px auto 0; background: #fff; border: 2px solid var(--line); border-radius: var(--radius); padding: 16px 20px; }
.notes h3 { text-align: center; }
.notes ul { margin: 6px 0 0; padding-left: 1.3em; }
.notes li { margin: 8px 0; }

/* ── 安心のポイント ── */
.points { list-style: none; padding: 0; margin: 0 auto; max-width: 820px; counter-reset: pt; }
.points li { counter-increment: pt; position: relative; padding: 14px 16px 14px 64px; margin-bottom: 12px; background: #fff; border-radius: var(--radius); border: 2px solid var(--line); }
.points li::before { content: counter(pt); position: absolute; left: 14px; top: 14px; width: 36px; height: 36px; border-radius: 50%; background: var(--navy); color: #fff; text-align: center; line-height: 36px; font-weight: 700; }

/* ── 事業者情報・お問い合わせ ── */
.contact { background: var(--navy); color: #fff; text-align: center; }
.contact h2 { color: #fff; }
.contact .tel-big { font-size: clamp(26px, 7vw, 44px); }
.contact .hours { font-size: 20px; margin: 12px 0 18px; }
.contact a.btn-mail { border-color: #fff; }
.info { max-width: 760px; margin: 30px auto 0; background: #fff; color: var(--ink); border-radius: var(--radius); padding: 8px 20px; text-align: left; }
.info dl { margin: 0; display: grid; grid-template-columns: 1fr; }
.info dt { font-weight: 700; color: var(--navy); padding-top: 12px; }
.info dd { margin: 0; padding-bottom: 12px; border-bottom: 1px solid var(--line); }
.info dd:last-child { border-bottom: 0; }
@media (min-width: 640px) {
  .info dl { grid-template-columns: 9em 1fr; }
  .info dt, .info dd { padding: 12px 0; border-bottom: 1px solid var(--line); }
  .info dt:nth-last-of-type(1), .info dd:last-child { border-bottom: 0; }
}

footer { padding: 26px 0 36px; font-size: 18px; color: var(--muted); text-align: center; }
footer p { margin: 6px 0; }
