:root {
  --ink: #1c2823;
  --muted: #5f6a64;
  --green: #173c32;
  --green-2: #245849;
  --paper: #f7f5ef;
  --paper-2: #eee9dc;
  --white: #fff;
  --gold: #b28a4b;
  --line: #d9d8d0;
  --red: #c0392b;
  --photo: #3b3b3b;
  --serif: "Yu Mincho", "Hiragino Mincho ProN", "Noto Serif JP", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", "Noto Sans JP", sans-serif;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 84px; }
body { margin: 0; color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.75; background: var(--paper); -webkit-font-smoothing: antialiased; overflow-x: hidden; }
img { max-width: 100%; display: block; height: auto; }
a { color: inherit; }
button, input, select, textarea { font: inherit; color: inherit; }
h1, h2, h3 { line-height: 1.35; text-wrap: balance; }
p, li, dd, summary { text-wrap: pretty; }
h1, h2, h3, p, li, dd, dt, summary, small, b, span { word-break: auto-phrase; }
.skip-link { position: fixed; left: 1rem; top: -80px; background: #fff; padding: .7rem 1rem; z-index: 1000; border: 2px solid var(--green); }
.skip-link:focus { top: 1rem; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 40px)); }
.section-pad { padding: 80px 0; }
.fine { color: var(--muted); font-size: .82rem; line-height: 1.7; }
.eyebrow { margin: 0 0 12px; color: var(--green-2); font-weight: 700; font-size: .75rem; letter-spacing: .2em; }
.eyebrow.light { color: #b9d0bf; }
.section-heading { margin-bottom: 36px; }
.section-heading h2 { margin: 0 0 12px; font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.3rem); font-weight: 600; }
.section-heading p:not(.eyebrow) { margin: 0; color: var(--muted); max-width: 46em; }

.proposal-banner { padding: 6px 16px; color: #f3f4ef; background: #102d26; text-align: center; font-size: .75rem; line-height: 1.6; }
.proposal-banner span { opacity: .75; }

/* header */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247,245,239,.95); border-bottom: 1px solid rgba(23,60,50,.1); backdrop-filter: blur(12px); }
.header-inner { height: 68px; width: min(1240px, calc(100% - 32px)); margin: auto; display: flex; align-items: center; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; margin-right: auto; }
.brand strong { display: block; font-family: var(--serif); font-size: 1.3rem; letter-spacing: .16em; line-height: 1.1; }
.brand small { display: block; margin-top: 4px; color: var(--muted); font-size: .56rem; letter-spacing: .23em; }
.brand-mark { position: relative; width: 28px; height: 36px; display: block; }
.brand-mark i { position: absolute; width: 4px; height: 35px; background: var(--green); border-radius: 5px; transform: rotate(29deg); }
.brand-mark i:first-child { left: 7px; top: 0; }
.brand-mark i:last-child { right: 4px; top: 2px; }
.global-nav { display: flex; gap: 22px; font-size: .88rem; font-weight: 600; }
.global-nav a { text-decoration: none; padding: 8px 0; }
.global-nav a:hover { color: var(--green-2); text-decoration: underline; }
.nav-cta { display: inline-flex; align-items: center; gap: 8px; min-height: 44px; padding: 8px 16px; color: #fff; background: var(--green); border-radius: 3px; font-weight: 700; font-size: .88rem; text-decoration: none; white-space: nowrap; }
.badge { display: inline-grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; border-radius: 12px; background: #fff; color: var(--green); font-size: .8rem; }

/* buttons */
.button { min-height: 50px; padding: 12px 22px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; border: 1px solid var(--green); border-radius: 3px; font-weight: 700; cursor: pointer; text-decoration: none; transition: background .2s, color .2s; }
.button-primary { color: #fff; background: var(--green); }
.button-primary:hover { background: var(--green-2); }
.button-ghost { background: #fff; color: var(--green); }
.button-ghost:hover { background: var(--paper-2); }
.text-button { background: none; border: 0; color: var(--green-2); font-weight: 700; text-decoration: underline; cursor: pointer; min-height: 44px; }

/* hero */
.hero { background: linear-gradient(180deg, #ece8dc, var(--paper)); padding: 56px 0 64px; }
.hero-grid { display: grid; grid-template-columns: 1fr 1.15fr; gap: 48px; align-items: center; }
.hero h1 { margin: 0 0 20px; font-family: var(--serif); font-size: clamp(2rem, 3.6vw, 3.1rem); font-weight: 600; }
.hero h1 em { font-style: normal; color: var(--green); background: linear-gradient(transparent 70%, rgba(178,138,75,.28) 70%); }
.hero-lead { margin: 0 0 26px; color: #45514b; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-visual { margin: 0; padding: 18px; background: var(--photo); border-radius: 6px; box-shadow: 0 18px 50px rgba(23,60,50,.18); }
.hero-visual figcaption { margin-top: 10px; color: #e9e6dc; font-size: .78rem; }

/* same scale list */
.scale-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 6px; }
.scale-list li { display: grid; grid-template-columns: 4.2em 1fr; align-items: center; gap: 10px; }
.scale-list span { color: #f3f1ea; font-weight: 700; font-size: .85rem; text-align: right; }
.scale-list img { width: 100%; border-radius: 2px; }
.lineup-board { background: var(--photo); padding: 20px 20px 12px; border-radius: 6px; }
.scale-list-lg li { grid-template-columns: 11em 1fr; }
.ruler { display: grid; grid-template-columns: 11em 1fr; gap: 10px; }
.ruler-track { grid-column: 2; position: relative; height: 34px; border-top: 2px solid #e9e6dc; margin-top: 8px; }
.ruler-track span { position: absolute; top: 0; transform: translateX(-50%); padding-top: 8px; color: #e9e6dc; font-size: .75rem; }
.ruler-track span::before { content: ""; position: absolute; left: 50%; top: -2px; width: 2px; height: 8px; background: #e9e6dc; }

/* use cases & filters */
.usecase-title { margin: 0 0 10px; font-weight: 700; }
.usecase-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 22px; }
.usecase-grid button { text-align: left; padding: 14px 16px; border: 1px solid var(--line); background: #fff; border-radius: 6px; cursor: pointer; min-height: 44px; }
.usecase-grid button b { display: block; font-size: .95rem; }
.usecase-grid button span { display: block; color: var(--muted); font-size: .8rem; margin-top: 4px; }
.usecase-grid button:hover, .usecase-grid button.on { border-color: var(--green); box-shadow: inset 0 0 0 1px var(--green); }
.filters { background: #fff; border: 1px solid var(--line); border-radius: 6px; padding: 16px 18px; margin-bottom: 28px; }
.filter-row { display: grid; grid-template-columns: 4.5em 1fr; gap: 10px; align-items: start; padding: 6px 0; }
.filter-label { font-weight: 700; font-size: .9rem; padding-top: 9px; }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chip { min-height: 40px; padding: 6px 14px; border: 1px solid var(--line); border-radius: 20px; background: var(--paper); cursor: pointer; font-size: .9rem; }
.chip.on { background: var(--green); color: #fff; border-color: var(--green); }
.filter-foot { display: flex; justify-content: space-between; align-items: center; border-top: 1px solid var(--line); margin-top: 8px; padding-top: 6px; }
.filter-foot p { margin: 0; }
.filter-foot b { font-size: 1.3rem; color: var(--green); }

/* cards */
.card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; display: flex; flex-direction: column; }
.card[hidden] { display: none; }
.card-media { background: var(--photo); padding: 12px; display: grid; gap: 8px; }
.zoomable { position: relative; display: block; width: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.zoomable img { width: 100%; border-radius: 3px; }
.card-media .full img { aspect-ratio: 6 / 1; object-fit: cover; }
.zooms img, .compare-table img, .end-zoom img { aspect-ratio: 12 / 5; object-fit: cover; }
.wrap-row > .zoomable img { aspect-ratio: 6 / 1; object-fit: cover; }
.card-media .zoomable span { display: block; padding: 4px 2px 0; color: #ecebe4; font-size: .74rem; font-weight: 700; line-height: 1.4; text-align: left; }
.zooms { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; gap: 10px; flex: 1; }
.card-body > h3 { margin: 0; font-size: 1.15rem; }
.card-title { display: flex; justify-content: space-between; align-items: baseline; gap: 10px; }
.card-title h3 { margin: 0; font-size: 1.15rem; }
.sku { flex: none; font-size: .78rem; color: var(--muted); border: 1px solid var(--line); padding: 1px 8px; border-radius: 3px; }
.point { margin: 0; padding: 10px 12px; background: #f1f5f1; border-left: 3px solid var(--green); font-size: .92rem; }
.point b { display: block; font-size: .75rem; }
.feature { margin: 0; font-size: .88rem; color: #3d4843; }
.feature b { display: inline-block; margin-right: 8px; padding: 0 6px; font-size: .72rem; color: var(--green); border: 1px solid var(--green); border-radius: 3px; }
.memo { margin: 0; padding: 8px 10px; font-size: .8rem; color: #4a4a4a; background: repeating-linear-gradient(135deg, #f6f6f6 0 8px, #efefef 8px 16px); border: 1px dashed #999; border-radius: 4px; }
.memo b { display: block; font-size: .72rem; color: #666; }
.total { grid-column: 1 / -1; margin: 0; font-weight: 700; color: var(--green); font-size: .9rem; }
.flow { list-style: none; margin: 0 0 24px; padding: 0; display: grid; grid-template-columns: repeat(5, 1fr); gap: 8px; }
.flow li { display: flex; align-items: center; gap: 10px; padding: 12px; background: #fff; border: 1px solid var(--line); border-radius: 6px; font-size: .85rem; line-height: 1.5; }
.flow b { flex: none; display: grid; place-items: center; width: 28px; height: 28px; border-radius: 50%; background: var(--green); color: #fff; }
.spec { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 4px 16px; font-size: .88rem; }
.spec div { display: flex; gap: 8px; border-bottom: 1px dashed var(--line); padding: 3px 0; }
.spec dt { flex: none; width: 3.6em; color: var(--muted); }
.spec dd { margin: 0; }
.spec-src { margin: 0; font-size: .75rem; color: var(--muted); }
.note { margin: 0; font-size: .8rem; color: #8a4b12; background: #fff8ec; padding: 6px 10px; border-radius: 4px; }
.add-row { margin-top: auto; display: grid; grid-template-columns: auto 1fr; gap: 8px 14px; align-items: end; }
.add-row label { display: grid; font-size: .75rem; color: var(--muted); gap: 2px; }
.add-row input, .add-row select { min-height: 44px; border: 1px solid var(--line); border-radius: 4px; padding: 6px 8px; background: #fff; width: 100%; }
.add-btn { grid-column: 1 / -1; min-height: 48px; }
.add-btn.done { background: var(--green-2); }
.official { font-size: .82rem; color: var(--green-2); }
.group-head { grid-column: 1 / -1; margin-top: 18px; padding-bottom: 6px; border-bottom: 2px solid var(--green); }
.group-head[hidden] { display: none; }
.group-head h3 { margin: 0; font-size: 1.25rem; }
.group-head p { margin: 2px 0 0; color: var(--muted); font-size: .88rem; }
.grid-note { margin: 0 0 4px; }
.in-list { margin: 0; color: var(--green-2); font-weight: 700; font-size: .85rem; }
.empty { padding: 30px; text-align: center; background: #fff; border-radius: 6px; }

/* spec table */
.spec-table-wrap { margin-top: 48px; }
.spec-table-wrap h3 { margin: 0 0 4px; font-size: 1.2rem; }
.table-scroll { overflow-x: auto; border: 1px solid var(--line); border-radius: 6px; background: #fff; }
.spec-table { width: 100%; border-collapse: collapse; font-size: .88rem; min-width: 760px; }
.spec-table th, .spec-table td { padding: 10px 12px; border-bottom: 1px solid var(--line); text-align: left; white-space: nowrap; }
.spec-table thead th { background: var(--paper-2); font-size: .8rem; }
.spec-table tbody th { position: sticky; left: 0; background: #fff; box-shadow: 1px 0 0 var(--line); }
.spec-table tbody th a { color: var(--green); }
.mini-add { min-height: 36px; padding: 4px 12px; border: 1px solid var(--green); background: #fff; color: var(--green); border-radius: 3px; cursor: pointer; font-weight: 700; }

/* guide */
.guide { background: var(--green); color: #f3f1ea; }
.guide .section-heading p:not(.eyebrow), .guide .fine { color: #c9d6cd; }
.guide-block { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); border-radius: 8px; padding: 26px; margin-bottom: 26px; }
.guide-block h3 { margin: 0 0 6px; font-size: 1.3rem; display: flex; align-items: center; gap: 12px; }
.guide-block h3 span { font-size: .8rem; letter-spacing: .1em; color: #b9d0bf; }
.guide-block > p { margin: 0 0 18px; color: #d7e0da; }
.compare-table { display: grid; gap: 10px; }
.ct-head, .ct-row { display: grid; grid-template-columns: 11em repeat(3, 1fr); gap: 10px; align-items: center; }
.ct-head.two, .ct-row.two { grid-template-columns: 11em repeat(2, 1fr); }
.ct-head span { font-size: .8rem; font-weight: 700; color: #b9d0bf; }
.ct-label b { display: block; font-size: 1.1rem; }
.ct-label small { display: block; color: #d7e0da; font-size: .8rem; line-height: 1.5; }
.ct-label a { font-size: .75rem; color: #b9d0bf; }
.ct-group { margin: 12px 0 0; font-weight: 700; }
.zoomable .cap { display: none; }
.mark-legend { list-style: none; margin: 18px 0 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 20px; font-size: .9rem; }
.mark-legend b { display: inline-grid; place-items: center; width: 22px; height: 22px; margin-right: 8px; border-radius: 50%; background: var(--red); color: #fff; font-size: .78rem; }
.wrap-table { display: grid; gap: 12px; }
/* 全体(6:1)と拡大(12:5)の高さを揃えるため列幅は2.5:1 */
.wrap-row { display: grid; grid-template-columns: 11em 2.5fr 1fr; gap: 12px; align-items: start; }
.wrap-row .ct-label { padding-top: 2px; }
.end-zoom { position: relative; }
.end-zoom img { outline: 3px solid var(--red); outline-offset: -3px; }
.end-zoom span { display: block; font-size: .72rem; color: #d7e0da; margin-top: 4px; }
.end-zoom.none { display: grid; place-items: center; aspect-ratio: 12 / 5; border: 1px dashed rgba(255,255,255,.3); border-radius: 4px; }
.glossary { margin: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 6px 24px; }
.glossary div { display: flex; gap: 12px; padding: 6px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.glossary dt { flex: none; width: 5em; font-weight: 700; }
.glossary dd { margin: 0; color: #d7e0da; font-size: .92rem; }

/* quote */
.quote-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 28px; align-items: start; }
.quote-main, .quote-side { background: #fff; border: 1px solid var(--line); border-radius: 8px; padding: 22px; }
.quote-side { position: sticky; top: 84px; }
.quote h3 { margin: 0 0 12px; font-size: 1.05rem; }
.quote-main h3:not(:first-child) { margin-top: 26px; }
.quote-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 8px; }
.quote-list li { display: grid; grid-template-columns: 1fr 5.5em 7em auto; gap: 8px; align-items: end; padding: 10px; border: 1px solid var(--line); border-radius: 6px; }
.quote-list li small { display: block; color: var(--muted); font-size: .75rem; }
.quote-list label { display: grid; font-size: .72rem; color: var(--muted); }
.quote-list input, .quote-list select { min-height: 40px; border: 1px solid var(--line); border-radius: 4px; padding: 4px 6px; background: #fff; width: 100%; }
.remove { min-height: 40px; border: 0; background: none; color: var(--red); cursor: pointer; text-decoration: underline; }
.quote-empty { margin: 0; color: var(--muted); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.form-grid label { display: grid; gap: 4px; font-size: .85rem; font-weight: 700; }
.form-grid input, .form-grid select, .form-grid textarea { min-height: 44px; border: 1px solid var(--line); border-radius: 4px; padding: 8px 10px; background: #fff; font-weight: 400; width: 100%; }
.span-2 { grid-column: 1 / -1; }
#quote-text { width: 100%; min-height: 250px; border: 1px solid var(--line); border-radius: 4px; padding: 10px; font-size: .88rem; background: var(--paper); resize: vertical; }
.quote-buttons { display: grid; gap: 8px; margin-top: 10px; }
.status { min-height: 1.5em; margin: 8px 0; color: var(--green-2); font-weight: 700; font-size: .88rem; }
.paste-guide { margin: 0 0 12px; padding-left: 1.3em; font-size: .88rem; }
.tel { font-size: .9rem; }
.tel a { font-weight: 700; color: var(--green); }

/* faq */
.faq details { background: #fff; border: 1px solid var(--line); border-radius: 6px; margin-bottom: 10px; }
.faq summary { padding: 14px 18px; cursor: pointer; font-weight: 700; min-height: 44px; }
.faq details p { margin: 0; padding: 0 18px 16px; color: #45514b; }

/* company */
.company { background: var(--paper-2); }
.company-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; }
.company h2 { font-family: var(--serif); font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 600; margin: 0 0 16px; }
.company-table { margin: 0; background: #fff; border-radius: 6px; padding: 8px 20px; }
.company-table div { display: grid; grid-template-columns: 6em 1fr; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.company-table div:last-child { border-bottom: 0; }
.company-table dt { color: var(--muted); }
.company-table dd { margin: 0; }

.site-footer { background: #102d26; color: #c9d6cd; padding: 32px 0 96px; font-size: .8rem; }
.site-footer a { color: #fff; }

.floating-quote { position: fixed; right: 16px; bottom: 16px; z-index: 90; display: flex; align-items: center; gap: 10px; min-height: 52px; padding: 10px 20px; background: var(--green); color: #fff; border-radius: 30px; box-shadow: 0 10px 30px rgba(0,0,0,.25); text-decoration: none; font-weight: 700; }
.floating-quote[hidden] { display: none; }
body.has-quote { padding-bottom: 76px; }
.floating-quote span { font-size: .85rem; opacity: .9; }

.lightbox { border: 0; padding: 16px; border-radius: 8px; max-width: min(1200px, 94vw); background: #222; color: #eee; }
.lightbox::backdrop { background: rgba(0,0,0,.75); }
.lightbox img { max-height: 78vh; width: auto; margin: 0 auto; }
.lightbox p { margin: 10px 0 0; font-size: .9rem; }
.lightbox-close { position: absolute; right: 8px; top: 4px; width: 44px; height: 44px; border: 0; background: none; color: #fff; font-size: 1.8rem; cursor: pointer; }

/* responsive */
@media (max-width: 960px) {
  .flow { grid-template-columns: repeat(3, 1fr); }
  html { scroll-padding-top: 124px; }
  .header-inner { flex-wrap: wrap; height: auto; padding: 8px 0 0; gap: 8px 16px; }
  .global-nav { order: 3; width: 100%; overflow-x: auto; gap: 0; border-top: 1px solid rgba(23,60,50,.1); scrollbar-width: none; }
  .global-nav a { flex: none; padding: 10px 14px; font-size: .85rem; }
  .global-nav a:first-child { padding-left: 0; }
  .hero-grid, .quote-grid, .company-layout { grid-template-columns: 1fr; }
  .usecase-grid { grid-template-columns: repeat(2, 1fr); }
  .quote-side { position: static; }
}
@media (max-width: 720px) {
  .section-pad { padding: 56px 0; }
  .container, .narrow { width: calc(100% - 32px); }
  .hero { padding: 36px 0 44px; }
  .hero-visual { padding: 12px; }
  .scale-list li { grid-template-columns: 1fr; gap: 2px; }
  .scale-list span { text-align: left; font-size: .78rem; }
  .scale-list-lg li { grid-template-columns: 1fr; }
  .lineup-board { padding: 14px 12px 8px; }
  .ruler { grid-template-columns: 1fr; }
  .ruler-track { grid-column: 1; }
  .usecase-grid { grid-template-columns: 1fr; }
  .filter-row { grid-template-columns: 1fr; gap: 4px; }
  .filter-label { padding-top: 0; }
  .card-grid { grid-template-columns: 1fr; }
  .spec { grid-template-columns: 1fr 1fr; gap: 2px 12px; font-size: .84rem; }
  .spec dt { width: auto; min-width: 3.2em; }
  .card-body { padding: 14px; gap: 8px; }
  .guide-block { padding: 16px; }
  .ct-head, .ct-row, .ct-head.two, .ct-row.two { grid-template-columns: 1fr 1fr; }
  .ct-head { display: none; }
  .ct-row .ct-label { grid-column: 1 / -1; }
  .sp-hide { display: none; }
  .zoomable .cap { display: block; font-size: .72rem; color: #c9d6cd; margin-top: 2px; }
  .glossary { grid-template-columns: 1fr; }
  .flow { grid-template-columns: 1fr; }
  .flow br { display: none; }
  .wrap-row { grid-template-columns: 1fr; gap: 6px; }
  .end-zoom { width: 60%; }
  .quote-list li { grid-template-columns: 1fr 1fr; }
  .quote-list li > div { grid-column: 1 / -1; }
  .quote-list .remove { grid-column: 1 / -1; justify-self: end; }
  .form-grid { grid-template-columns: 1fr; }
  .quote-main, .quote-side { padding: 16px; }
  .brand small { display: none; }
  .nav-cta { padding: 8px 12px; }
  .floating-quote { left: 12px; right: 12px; bottom: 12px; justify-content: center; }
}

.badge-official { display: inline-block; margin-left: 6px; padding: 0 6px; font-size: .7rem; font-weight: 700; color: #8a4b12; background: #fff3dc; border-radius: 3px; vertical-align: middle; }
.send-note { margin: 4px 0 0; font-size: .78rem; color: var(--muted); }
.print-only { display: none; }
@media print {
  @page { size: A4; margin: 14mm; }
  body { background: #fff; padding: 0; font-size: 11pt; }
  .proposal-banner, .site-header, .hero, #products, #lineup, #guide, #faq, #company, .site-footer, .floating-quote, .lightbox, .flow, .section-heading, .quote-buttons, .status, .paste-guide, .tel, .quote-side .fine, .quote-main .fine, .remove, .quote-empty { display: none !important; }
  .quote { padding: 0; }
  .print-only { display: block; }
  .print-head { border-bottom: 2px solid #000; margin-bottom: 10px; }
  .print-head h1 { font-size: 16pt; margin: 0; }
  .print-head p { margin: 2px 0; }
  .print-contact { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid #000; margin-top: 12px; }
  .print-contact div { border: 1px solid #000; padding: 8px; min-height: 12mm; font-size: 9pt; }
  .quote-grid { display: block; }
  .quote-main, .quote-side { border: 0; padding: 0; position: static; }
  .quote-main h3, .quote-side h3 { font-size: 11pt; margin: 10px 0 4px; }
  .quote-main, .quote-side > h3, .clear-quote { display: none !important; }
  #quote-text { field-sizing: content; resize: none; }
  #quote-text { border: 1px solid #000; background: #fff; min-height: 0; height: auto; font-size: 10pt; }
}

.hero-sample { margin: 14px 0 0; font-size: .85rem; color: var(--muted); }
.hero-sample .text-button { padding: 0; min-height: 44px; }

/* キーボード操作時のフォーカス表示 */
:focus-visible { outline: 3px solid #d98b2b; outline-offset: 2px; }
.filter-links { display: flex; gap: 16px; align-items: center; }
.quote-empty p { margin: 0 0 4px; }
.quote-empty a { color: var(--green-2); font-weight: 700; }
.clear-quote { margin-top: 6px; font-size: .85rem; color: var(--muted); }

.size-tag { display: inline-block; margin: 2px 0 0 4px; padding: 0 4px; font-size: .62rem; font-weight: 700; line-height: 1.5; color: #3b2a00; background: #f2c14e; border-radius: 3px; text-align: center; white-space: nowrap; }

.qty-wrap { display: flex; align-items: center; gap: 6px; }
.qty-wrap input { width: 5.5em; }
.qty-wrap span { color: var(--ink); font-size: .9rem; font-weight: 700; }
.total { grid-column: auto; display: grid; margin: 0; padding-bottom: 6px; }
.total small { color: var(--muted); font-weight: 400; font-size: .78rem; }
.point p { margin: 2px 0 0; }
.point .feature { margin-top: 6px; padding-top: 6px; border-top: 1px dashed #c9d6cd; font-size: .86rem; color: #3d4843; }
.point b { color: var(--green); }
.row-total { margin: 0; font-weight: 700; color: var(--green); align-self: center; }
.quote-list li { grid-template-columns: 1fr auto auto auto; }
.ruler-track span:last-child { white-space: nowrap; }

.spec dt { white-space: nowrap; }

/* カードの要点と折りたたみ */
.key-spec { margin: 0; font-size: .86rem; color: #3d4843; }
.key-spec span { margin: 0 6px; color: var(--line); }
.more { border-top: 1px solid var(--line); padding-top: 6px; }
.more summary { cursor: pointer; font-size: .85rem; font-weight: 700; color: var(--green-2); min-height: 36px; display: flex; align-items: center; }
.more[open] summary { margin-bottom: 6px; }
.more .spec, .more .memo { margin-bottom: 8px; }
.group-count { margin-left: 10px; font-size: .85rem; font-weight: 400; color: var(--muted); }
/* 送信ボタンの優先度 */
.button-lg { min-height: 58px; font-size: 1.05rem; }
.other-ways { margin-top: 6px; padding-top: 10px; border-top: 1px solid var(--line); display: grid; gap: 2px; }
.other-ways > p { margin: 0; font-size: .78rem; color: var(--muted); }
.other-ways .text-button { justify-self: start; padding: 0; font-size: .9rem; }
.form-way summary { cursor: pointer; font-size: .9rem; font-weight: 700; color: var(--green-2); text-decoration: underline; min-height: 40px; display: flex; align-items: center; }
.form-way .quote-buttons { margin-top: 6px; }
body.at-quote .floating-quote { display: none; }
