@charset "UTF-8";
* {
  box-sizing:border-box
}
html {
  scroll-behavior:smooth
}
body {
  margin:0;
  font-family:"Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", "Meiryo", sans-serif;
  color:#1f2b4d;
  background:#ffffff;
  line-height:1.8;
}
img {
  max-width:100%;
  display:block
}
a {
  text-decoration:none
}
.container {
  width:min(1100px, calc(100% - 32px));
  margin:0 auto
}
.site-header {
  background:#fff;
  border-bottom:1px solid #e6e6e6
}
.site-header .inner {
  width:min(1180px, calc(100% - 32px));
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  padding:18px 0;
}
.logo-area {
  display:flex;
  align-items:center;
  gap:14px;
  flex-wrap:wrap
}
.logo-mark img {
  width:56px;
  height:auto;
  display:block
}
.logo-text {
  font-size:14px;
  color:#333;
  line-height:1.5
}
.top-nav {
  display:flex;
  gap:24px;
  align-items:center;
  flex-wrap:wrap;
  justify-content:flex-end
}
.top-nav a {
  color:#111;
  font-size:13px;
  font-weight:700
}
.sub-head {
  background:#042c8c;
  color:#fff;
  text-align:center;
  padding:18px 16px;
  font-size:14px;
  font-weight:700;
  position:sticky;
  top:0;
  z-index:50;
  display:flex;
  justify-content:center;
  align-items:center;
  gap:8px;
}
.sub-head .brand {
  font-size:34px;
  font-weight:800;
  font-style:italic;
  color:#e6111c;
  margin-right:10px;
  vertical-align:middle
}
.hero {
  text-align:center;
  position:relative;
  background:url('../images/service-04/TOP_visual.jpg') center/cover no-repeat;
  color:#fff;
  padding:72px 0 88px;
}
.hero .copy-small {
  font-size:18px;
  font-weight:700;
  margin-bottom:8px
}
.hero h1 {
  font-size:52px;
  line-height:1.35;
  margin:0 0 18px;
  font-weight:800
}
.hero p {
  margin:0 0 28px;
  font-size:16px
}
.cta-btn__img {
  margin: 0 auto;
}
.quick-links {
  background:#0437a6;
  padding:18px 0 26px;
  position:relative;
  left:0;
  width:100%;
  z-index:40;
  transition:padding .25s ease, box-shadow .25s ease;
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.quick-links-toggle {
  display:none
}
.quick-links.is-visible {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:none;
}
.quick-links.is-sticky {
  padding:12px 0 16px;
  box-shadow:0 10px 24px rgba(0,0,0,.18)
}
body.quick-links-stuck {
  padding-top:140px
}
.quick-links .grid {
  display:grid;
  grid-template-columns:repeat(7, auto);
  justify-content:center;
  gap:16px;
}
.quick-links .container {
  width:min(1280px, calc(100% - 24px));
}
.quick-card {
  text-decoration:none;
  cursor:pointer;
  background:transparent;
  border-radius:0;
  min-height:86px;
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:0;
  font-size:13px;
  font-weight:700;
  color:#1a2a59;
  border:none;
  transition:transform .2s ease;
  white-space:nowrap;
  width:160px;
}
.quick-card img {
  width:100%;
  height:auto;
  display:block;
}
.quick-card.alert {
  background:transparent;
  color:inherit
}
.quick-links.is-sticky .quick-card {
  min-height:86px;
  font-size:13px;
  padding:0;
}
.quick-links.is-sticky .quick-card img {
  width:100%;
  height:auto;
  display:block;
  transform:none;
}
.intro-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0
}
.photo-box {
  min-height:420px;
  background:center/cover no-repeat
}
.photo-car {
  background-image:url('../images/service-04/aisha.png')
}
.photo-check {
  background-image:url('../images/service-04/yobosebi.png')
}
.text-panel {
  padding:58px 56px;
  background:#fff
}
.text-panel h2 {
  margin:0 0 22px;
  color:#082d8f;
  font-size:42px;
  line-height:1.45;
  font-weight:700
}
.text-panel p {
  margin:0;
  font-size:15px;
  color:#333
}
.experience {
  background:#06298c;
  color:#fff;
  padding:56px 0 70px
}
.experience .box {
  background:#fff;
  color:#1a2340;
  border-radius:18px;
  padding:32px 36px;
  width:min(860px, 100%);
  margin:0 auto 22px;
  box-shadow:0 12px 28px rgba(0,0,0,.08);
}
.experience h3,
.section-title {
  text-align:center;
  font-size:34px;
  margin:0 0 26px;
  font-weight:700
}
.checks {
  list-style:none;
  margin:0;
  padding:0;
  display:grid;
  gap:14px
}
.checks li {
  font-size:18px;
  font-weight:500;
  display:flex;
  align-items:flex-start;
  gap:10px
}
.check-icon {
  width:20px;
  height:auto;
  flex-shrink:0;
  margin-top:4px
}
.lead-center {
  text-align:center;
  font-size:22px;
  font-weight:700;
  margin:14px 0 22px
}
.caption-center {
  text-align:center;
  font-size:15px;
  margin-bottom:28px
}
.preventive-accordion {
  width:min(920px, 100%);
  margin:0 auto 28px
}
.preventive-toggle {
  width:100%;
  border:0;
  border-radius:999px;
  background:#f4c419;
  color:#1f2b4d;
  text-align:center;
  padding:14px 56px 14px 24px;
  font-family:inherit;
  font-weight:700;
  font-size:24px;
  cursor:pointer;
  position:relative;
}
.preventive-toggle::after {
  content:"＋";
  position:absolute;
  right:22px;
  top:50%;
  transform:translateY(-50%);
  font-size:28px;
  line-height:1
}
.preventive-accordion.is-open .preventive-toggle::after {
  content:"−"
}
.preventive-content {
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .3s ease, opacity .25s ease, margin-top .25s ease;
  margin-top:0
}
.preventive-accordion.is-open .preventive-content {
  max-height:1800px;
  opacity:1;
  margin-top:18px
}
.preventive-grid {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:16px
}
.preventive-card {
  background:#fff;
  color:#22325e;
  border-radius:8px;
  padding:18px 18px;
  min-height:150px;
  display:flex;
  gap:14px;
  align-items:flex-start
}
.preventive-card img {
  width:40px;
  height:40px;
  object-fit:contain;
  flex-shrink:0
}
.preventive-card .text {
  flex:1
}
.preventive-card h4 {
  margin:0 0 10px;
  font-size:20px;
  color:#082d8f
}
.preventive-card p {
  margin:0;
  font-size:14px;
  line-height:1.7;
  color:#333
}
.promise {
  margin-top:46px
}
.promise .cards {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:18px;
  margin-top:22px
}
.promise .card {
  background:#f8f5ef;
  color:#1f2b4d;
  border-radius:12px;
  padding:24px 22px;
  text-align:center
}
.promise .card h4 {
  margin:0 0 10px;
  font-size:22px;
  color:#082d8f
}
.promise .card p {
  margin:0;
  font-size:14px;
  color:#333
}
.cta-block {
  text-align:center;
  padding:54px 0 72px;
  background:#06298c;
  color:#fff
}
.cta-block h3 {
  margin:0 0 16px;
  font-size:34px;
  font-weight:700
}
.cta-block p {
  margin:0 0 24px;
  font-size:15px
}
.section-wrap {
  padding:72px 0
}
.section-gray {
  background:#ededed
}
.section-beige {
  background:#ece8db
}
.icon-title {
  text-align:center;
  margin-bottom:28px
}
.icon-title .mini {
  display:flex;
  align-items:center;
  justify-content:center;
  width:88px;
  height:88px;
  margin:0 auto 10px
}
.icon-title .mini img {
  max-width:100%;
  max-height:100%;
  width:auto;
  height:auto;
  object-fit:contain;
  display:block
}
.icon-title h2 {
  margin:0;
  color:#e60012;
  font-size:42px;
  font-weight:800;
  line-height:1.3
}
.icon-title.green h2 {
  color:#35b34a
}
.icon-title.orange h2 {
  color:#f4a000
}
/* ロードサービス見出しだけ赤 */
    #road-service-section .icon-title h2 {
  color:#e60012;
}
/* 事故時の対応手順：白枠高さを揃える */
    #accident-flow-section .flow-row-top,
 #accident-flow-section .flow-row-bottom {
  display:grid;
  gap:10px;
  align-items:stretch;
}
#accident-flow-section .flow-row-top {
  grid-template-columns:280px repeat(3, minmax(0, 1fr));
  margin-top:0;
}
#accident-flow-section .flow-row-bottom {
  grid-template-columns:repeat(4, minmax(0, 1fr));
  margin-top:10px;
}
#accident-flow-section .flow-card {
  background:#fff;
  padding:28px 22px 18px;
  text-align:center;
  height:100%;
  display:flex;
  flex-direction:column;
}
#accident-flow-section .flow-card.top {
  min-height:352px;
}
#accident-flow-section .flow-card.bottom {
  min-height:392px;
}
#accident-flow-section .flow-card-title {
  color:#f50012;
  font-size:28px;
  font-weight:900;
  margin-bottom:18px;
}
#accident-flow-section .flow-card-heading {
  font-size:22px;
  font-weight:800;
  color:#111;
  line-height:1.6;
  margin-bottom:14px;
}
#accident-flow-section .flow-card-text {
  font-size:14px;
  line-height:2;
  color:#333;
  margin:0;
}
.tabs {
  display:flex;
  justify-content:center;
  gap:16px;
  margin-bottom:28px;
}
.tab {
  border:0;
  cursor:pointer;
  width: 50%;
  background:#0a3093;
  color:#fff;
  border-radius:20px;
  padding:18px;
  font-weight:800;
  text-align:center;
  box-shadow:0 10px 0 #06246e;
  transition:transform .2s ease, box-shadow .2s ease, background-color .2s ease;
  position:relative;
  transform:translateY(0);
  display:inline-flex;
  align-items:center;
  justify-content:center;
}
.tab:hover {
  background:#123aa8;
}
/* 特定タブは浮かせない */
.js-tab[data-tab-group="inspection"]:hover,
.js-tab[data-tab-group="oil"]:hover,
.js-tab[data-tab-group="insurance"]:hover {
  transform:none !important;
  box-shadow:0 10px 0 #06246e !important;
}
.tab:active {
  transform: translateY(2px);
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.tab-panel {
  display:none
}
.tab-panel.is-active {
  display:block
}
.tab.is-active {
  transform:translateY(6px);
  box-shadow:0 4px 0 #06246e
}
.tab:not(.is-active):hover {
  transform:translateY(-6px);
  box-shadow:0 16px 24px rgba(0,0,0,.2)
}
.tab.is-active:hover {
  transform:translateY(2px);
  box-shadow:0 10px 18px rgba(0,0,0,.18)
}
.quick-card:hover {
  transform:translateY(-4px)
}
.top-nav a {
  transition:transform .2s ease, color .2s ease
}
.top-nav a:hover {
  transform:translateY(-2px);
  color:#e60012
}
.tab.is-active::after {
  background:rgba(0,0,0,0)
}
.panel {
  overflow: hidden;
  background:#fff;
  border-radius:30px;
  box-shadow:0 10px 30px rgba(0,0,0,.05)
}
.panel-grid {
  display:grid;
grid-template-columns:1.1fr .9fr;
  gap:24px;
  align-items:start
}
.heading-red {
  color:#e60012;
  font-size:34px;
  font-weight:700;
  line-height:1.45;
  margin: 18px 0;
}
.panel p {
  color:#333;
  font-size:15px;
  margin:0 0 16px
}
.feature-grid {
  display:grid;
  grid-template-columns:repeat(2, 1fr);
  gap:14px;
  margin-top:18px
}
.inspection-shaken-main {
  max-width:100%;
  margin:0;
  width:100%;
}
#inspection-shaken .panel {
  padding:0 0 34px;
  border-radius:30px;
  background:#fdfdfd;
  overflow:hidden;
}
}
#insurance-benefit .panel {
  padding:0 0 34px;
  border-radius:30px;
  background:#fdfdfd;
  overflow:hidden;
}
#inspection-shaken .panel-grid {
  grid-template-columns:1fr;
  justify-content:stretch;
  gap:0;
}
.insurance-inner {
  padding: 1em;
}
.inspection-top {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 680px;
  gap:0;
  align-items:stretch;
  margin-bottom:18px;
  overflow:visible;
  padding-left:0;
  padding-top:0;
}
.inspection-top-text {
  text-align:left;
  padding:46px 44px 20px;
  background:transparent;
  max-width:520px;
  position:relative;
  z-index:3;
  background:transparent;
  max-width:520px;
  position:relative;
  z-index:3;
  background:transparent;
  max-width:520px;
  position:relative;
  z-index:3;
}
.inspection-top-text .heading-red,
 .inspection-top-text > p {
  text-align:left;
}
.inspection-top-text > p {
  font-size:15px;
  line-height:2;
  margin:0;
}
.inspection-top-image {
  align-self:stretch;
  justify-self:stretch;
  margin:0 !important;
  overflow:hidden;
  position:relative;
  z-index:2;
  line-height:0;
}
.inspection-top-image img {
  width:100% !important;
  height:auto !important;
  object-fit:cover !important;
  display:block !important;
  margin:0 !important;
}
.feature-group {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  margin:10px auto 0;
  align-items:start;
  max-width:860px;
  padding:0 32px;
}
/* 左：縦並びグレー */
    .left-group {
  display:grid;
  grid-template-columns:1fr;
  gap:12px;
}
.left-group .feature {
  background:#eeeeee;
  border-radius:4px;
}
/* 右：ベージュで囲う */
    .right-group {
  background:#efe9dc;
  padding:18px;
  border-radius:12px;
  display:flex;
  flex-direction:column;
  gap:14px;
}
.right-group .feature {
  background:#ffffff;
  border-radius:12px;
}
.inspection-shaken-main .feature-grid {
  max-width:100%;
  margin:0;
  gap:14px 18px;
  align-items:start;
}
/* 個別デザイン上書き（グループ単位で統一） */
    .left-group .feature {
  background:#eeeeee;
  border-radius:4px;
}
/* 指定：2,4を5と同じデザインに（統一） */
    .left-group .feature:nth-child(2),
 .left-group .feature:nth-child(4) {
  background:#eeeeee;
  border-radius:4px;
}
/* 右グループ：中央（保証ポイント）と同じ枠に統一 */
    .right-group .feature {
  background:#ffffff;
  border-radius:12px;
}
.right-group .feature:nth-child(1),
 .right-group .feature:nth-child(3) {
  background:#ffffff;
  border-radius:12px;
}
.inspection-shaken-main .feature h4 {
  font-size:17px;
  margin-bottom:8px;
  line-height:1.45;
}
.inspection-shaken-main .feature p {
  font-size:12px;
  line-height:1.8;
  margin:0;
}
.inspection-shaken-main .green-btn {
  display:block;
  width:100%;
  text-align:center;
  border-radius:8px;
  margin-top:14px;
  padding:14px 18px;
  font-size:15px;
}
.inspection-shaken-main .kobac-banner {
  margin: 0 20px 20px;
  width: auto;
  border-radius:10px;
  padding:14px 18px;
  box-shadow:0 6px 14px rgba(0,0,0,.12);
}
.feature {
  background:#f7f7f7;
  padding:18px 16px;
  border-radius:6px;
  min-height:110px
}
.feature h4 {
  margin:0 0 8px;
  color:#082d8f;
  font-size:18px
}
.feature p {
  margin:0;
  font-size:13px;
  line-height:1.65
}
.green-btn {
  display:inline-block;
  background:#2daf52;
  color:#fff;
  padding:14px 22px;
  border-radius:8px;
  font-weight:800;
  margin-top:8px
}
.kobac-banner {
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  width:320px;
  margin:24px auto 0;
  background:#e60012;
  color:#fff;
  text-align:center;
  border-radius:8px;
  padding:14px 18px;
  font-weight:700;
  text-decoration:none;
  cursor:pointer
}
.kobac-banner img {
  height:38px;
  width:auto;
}
.kobac-banner span {
  font-size:13px;
  line-height:1.4;
  font-weight:500
}
.contact-bar {
  margin-top:28px;
  background:#e60012;
  color:#fff;
  padding:14px 20px;
  border-radius:6px;
  display:flex;
  flex-direction:column;
  align-items:center;
  text-align:center;
  gap:6px;
  text-decoration:none;
  transition:all .3s ease;
  cursor:pointer;
  width:100%;
  max-width:1050px;
  margin-left:auto;
  margin-right:auto;
}
.contact-bar .label {
  font-size:14px;
  font-weight:500;
  line-height:1.4
}
.contact-bar .tel {
  font-size:20px;
  font-weight:700;
  white-space:nowrap;
  display:flex;
  align-items:center;
  gap:8px
}
.contact-bar .tel img {
  width:18px;
  height:auto
}
.contact-bar:hover {
  background:#c40010;
  transform:translateY(-3px);
  box-shadow:0 10px 20px rgba(230,0,18,.35)
}
.final-contact {
  background:#f7f2e8;
  padding:72px 0 0
}
.final-contact-top {
  display:grid;
  grid-template-columns:1fr 420px;
  gap:60px;
  align-items:center;
  max-width:920px;
  margin:0 auto 56px
}
.final-contact-info {
  text-align:center;
  color:#2a1b1b;
  background:#f7f2e8;
  padding:24px;
  border-radius:8px
}
.final-contact-logo {
  width:360px;
  max-width:100%;
  margin:0 auto 16px
}
.final-contact-shop {
  font-size:24px;
  font-weight:800;
  color:#e60012;
  line-height:1.4;
  margin-bottom:18px
}
.final-contact-telblock {
  display:flex;
  flex-direction:column;
  gap:8px;
  align-items:center;
  margin-bottom:14px
}
.final-contact-telrow {
  display:flex;
  align-items:flex-end;
  gap:10px;
  color:#2a1b1b;
  line-height:1
}
.final-contact-telrow img {
  width:44px;
  height:auto;
  flex-shrink:0
}
.final-contact-telrow .small-note {
  display:block;
  font-size:9px;
  line-height:1.2;
  margin-top:4px;
  text-align:center;
  color:#2a1b1b
}
.final-contact-telrow .telnum {
  font-size:44px;
  font-weight:900;
  letter-spacing:.02em
}
.final-contact-address {
  font-size:16px;
  font-weight:700;
  color:#2a1b1b;
  margin:8px 0 18px
}
.final-contact-hours-label {
  display:inline-block;
  background:#e60012;
  color:#fff;
  border-radius:999px;
  padding:7px 20px;
  font-size:14px;
  font-weight:800;
  line-height:1;
  margin-bottom:12px
}
.final-contact-hours-main {
  font-size:52px;
  font-weight:900;
  line-height:1;
  color:#2a1b1b;
  margin-bottom:6px
}
.final-contact-hours-sub {
  font-size:16px;
  font-weight:700;
  color:#2a1b1b;
  margin-bottom:10px
}
.final-contact-holiday {
  font-size:18px;
  font-weight:400;
  color:#2a1b1b
}
.final-contact-map {
  background:#f7f2e8;
  aspect-ratio: 1.35 / 1;
  border-radius:0;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center
}
.final-contact-map iframe {
  width:100%;
  height:100%;
  border:0;
  display:block;
  background:#f7f2e8;
}
.final-contact-map-placeholder {
  color:#fff;
  font-size:28px;
  font-weight:500
}
.final-contact-cta {
  background:#08298c;
  padding:72px 0 86px;
  color:#fff;
  text-align:center
}
.final-contact-cta h3 {
  margin:0 0 14px;
  font-size:48px;
  line-height:1.25;
  font-weight:900;
  letter-spacing:.02em
}
.final-contact-cta p {
  margin:0 0 42px;
  font-size:18px;
  line-height:1.8;
  font-weight:500
}
.final-contact-cta-row {
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:28px;
  max-width:1050px;
  margin:0 auto
}
.final-contact-cta-card {
  border-radius:20px;
  color:#fff;
  padding:18px 26px 22px;
  box-shadow:0 12px 0 rgba(0,0,0,.22);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:116px
}
.final-contact-cta-card.red {
  background:#f00012
}
.final-contact-cta-card.green {
  background:#18d451
}
.final-contact-cta-card-inner {
  text-align:center;
  width:100%
}
.final-contact-cta-label {
  font-size:18px;
  font-weight:800;
  line-height:1.4;
  margin-bottom:6px
}
.final-contact-cta-main {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  font-size:32px;
  font-weight:900;
  line-height:1.2
}
.final-contact-cta-main img {
  width:40px;
  height:auto;
  flex-shrink:0
}
 @media (max-width:980px) {
.final-contact-top {
  grid-template-columns:1fr;
  gap:28px;
  max-width:680px
}
.final-contact-cta h3 {
  font-size:46px
}
.final-contact-cta p {
  font-size:18px
}
.final-contact-cta-row {
  grid-template-columns:1fr;
  max-width:720px
}
}
 @media (max-width:640px) {
.panel {
  border-radius:20px !important;
}
/* SP: 保険ボタン幅調整 */
      #contact-insurance.contact-bar {
  width:calc(100% - 32px);
  margin-left:auto;
  margin-right:auto;
  max-width:480px;
}
.final-contact {
  padding:48px 0 0
}
.final-contact-top {
  gap:24px;
  margin-bottom:36px
}
.final-contact-logo {
  width:260px;
  margin-bottom:10px
}
.final-contact-shop {
  font-size:20px;
  margin-bottom:14px
}
.final-contact-telrow img {
  width:34px
}
.final-contact-telrow .telnum {
  font-size:32px
}
.final-contact-address {
  font-size:14px;
  margin:6px 0 14px
}
.final-contact-hours-label {
  font-size:12px;
  padding:6px 16px;
  margin-bottom:10px
}
.final-contact-hours-main {
  font-size:40px
}
.final-contact-hours-sub {
  font-size:14px;
  margin-bottom:8px
}
.final-contact-holiday {
  font-size:16px
}
.final-contact-map {
  aspect-ratio: 1.2 / 1
}
.final-contact-cta {
  padding:48px 0 56px
}
.final-contact-cta h3 {
  font-size:34px;
  line-height:1.35
}
.final-contact-cta p {
  font-size:16px;
  line-height:1.8;
  margin-bottom:28px
}
.final-contact-cta-row {
  grid-template-columns:1fr;
  gap:16px
}
.final-contact-cta-card {
  min-height:96px;
  border-radius:16px;
  padding:16px 18px 18px
}
.final-contact-cta-label {
  font-size:16px
}
.final-contact-cta-main {
  font-size:24px;
  gap:12px
}
.final-contact-cta-main img {
  width:30px
}
}
.deep-blue-card {
  background:#0a3093;
  color:#fff;
  border-radius:8px;
  padding:18px 16px;
  text-align:left
}
.deep-blue-card h4 {
  margin:0 0 10px;
  font-size:18px
}
.deep-blue-card p {
  margin:0;
  font-size:13px;
  line-height:1.7;
  color:#fff
}
.triple-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:14px;
  margin-top:18px
}
#oil-oil .panel-grid {
  grid-template-columns:1fr;
  justify-content:stretch;
  gap:0;
}
#oil-oil .panel {
  padding:0 0 34px;
  overflow:hidden;
  border-radius:30px;
}
}
.oil-oil-main {
  max-width:100%;
  margin:0;
  width:100%;
}
.oil-top {
  display:grid;
 grid-template-columns:1.08fr .92fr;
  gap:0;
  align-items:stretch;
  overflow:hidden;
  border-radius:14px 14px 0 0;
  margin-bottom:18px;
}
.oil-top-text {
  text-align:left;
  background:transparent;
}
.oil-top-image {
  align-self:stretch;
  justify-self:stretch;
  margin:0;
  overflow:hidden;
  background:#fff;
}
.oil-top-image img {
  width:100%;
  height:auto;
  min-height:0;
  object-fit:contain;
  border-radius:0;
  display:block;
}
.road-top {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 680px;
  gap:0;
  align-items:stretch;
  margin-bottom:18px;
  overflow:visible;
  padding-left:0;
  padding-top:0;
  position:relative;
}
.road-top-text {
  text-align:left;
  padding:46px 44px 20px;
  background:transparent;
  max-width:520px;
  position:relative;
  z-index:3;
}
.road-top-image {
  position:absolute;
  top:0;
  right:0;
  width:680px;
  margin:0;
  transform:translateX(200px);
  overflow:visible;
  z-index:2;
}
.road-top-image img {
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
}
.oil-oil-main {
  max-width:100%;
  margin:0;
  width:100%;
  text-align:center;
}
.oil-oil-main .heading-red,
 .oil-oil-main > p {
  text-align:center;
}
.oil-oil-main .triple-grid {
  max-width:760px;
  margin:18px auto 0;
}
.oil-oil-main .line-btn {
  width:min(760px, 100%);
  margin:16px auto 0;
  text-align:center;
}
.oil-oil-main .note-small {
  text-align:center;
  width:min(760px, 100%);
  margin:10px auto 0;
}
.line-btn {
  display:block;
  background:#06c755;
  text-align:center;
  padding:16px 18px;
  border-radius:12px;
  font-weight:800;
  margin-top:16px;
  position:relative;
}
.line-btn::after {
  content:"";
  position:absolute;
  top:-10px;
  right:24px;
  left:auto;
  transform:none;
  border-width:0 10px 10px 10px;
  border-style:solid;
  border-color:transparent transparent #06c755 transparent;
}
.note-small {
  text-align:left;
  font-size:11px;
  color:#777;
  margin-top:8px
}
.paint-copy-red,
.paint-copy-blue,
.thanks {
  font-weight:800
}
.paint-copy-red {
  color:#e60012;
  font-size:34px;
  line-height:1.7;
  margin:0 0 14px;
  text-align:center;
  font-weight:700
}
.paint-copy-blue {
  color:#082d8f;
  font-size:34px;
  line-height:1.6;
  margin:0 0 18px;
  text-align:center;
  font-weight:700
}
.paint-intro {
  display:grid;
 grid-template-columns:1.08fr .92fr;
  gap:0;
  align-items:start;
  overflow:hidden;
  border-radius:14px 14px 0 0;
}
.paint-intro-text {
  padding:46px 44px 28px
}
.paint-intro-text p {
  font-size:15px;
  line-height:2;
  color:#333;
  margin:0
}
.paint-highlight {
  color:#e60012;
  font-weight:800
}
.paint-intro-image img {
  width:100%;
  height:100%;
  object-fit:cover;
  display:block
}
.paint-detail-box {
  background:#f3eee3;
  padding:34px 34px 30px;
  margin:18px 26px 0;
  border-radius:2px
}
.paint-copy-blue {
  color:#082d8f;
  font-size:24px;
  line-height:1.6;
  margin:0 0 18px;
  text-align:center
}
.paint-list {
  display:grid;
  grid-template-columns:1fr;
  gap:18px;
  align-items:start
}
.paint-row {
  display:grid;
  grid-template-columns:minmax(0, 1fr) 260px;
  gap:20px;
  align-items:start
}
.paint-row p {
  font-size:14px;
  line-height:2;
  color:#333;
  margin:0
}
.paint-row p strong {
  color:#e60012
}
.paint-side {
  display:block
}
.paint-side .blue-box {
  background:#0a3093;
  color:#fff;
  border-radius:0;
  padding:20px 16px;
  font-size:14px;
  font-weight:700;
  line-height:1.8;
  position:relative;
  text-align:center
}
.paint-side .blue-box::before {
  content:"";
  position:absolute;
  left:-18px;
  top:50%;
  transform:translateY(-50%);
  border-width:12px 18px 12px 0;
  border-style:solid;
  border-color:transparent #0a3093 transparent transparent;
}
.sp-only-blue {
  display:none
}
.thanks {
  text-align:center;
  color:#e60012;
  font-size:24px;
  margin:28px 0 16px
}
.paint-closing {
  max-width:760px;
  margin:0 auto;
  text-align:left
}
.paint-closing p {
  font-size:14px;
  line-height:2;
  color:#333;
  margin:0 0 12px
}
.insurance-top {
  display:grid;
  grid-template-columns:minmax(0, 1fr);
  position:relative;
  margin-bottom:18px;
  padding:0;
}
.insurance-top-text {
  background:transparent;
  text-align:left;
  max-width:520px;
  position:relative;
  z-index:3;
}
.insurance-top-copy {
  text-align:left;
  color:#35b34a;
  font-size: 22px;
  font-weight:700;
  margin-top:6px;
  margin-bottom:0
}
.insurance-top-image {
  position:absolute;
  top:-26px;
  right:-26px;
  margin:0;
  padding:0;
  line-height:0;
  z-index:2;
  transform:translate(0, 0);
  width:680px; /* 車検と同じサイズに調整 */
}
.insurance-top-image img {
  width:100%;
  height:auto;
  object-fit:contain;
  display:block;
}
.benefit-title {
  background:#0a3093;
  color:#fff;
  text-align:center;
  padding:16px;
  border-radius:10px 10px 0 0;
  font-weight:800;
}
.benefit-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  background:#0a3093;
  padding:0 18px 18px;
  border-radius:0 0 16px 16px
}
.benefit-card {
  background:#fff;
  border-radius:8px;
  padding:18px 16px;
  text-align:center;
  color:#1f2b4d
}
.benefit-card h4 {
  margin:0 0 8px;
  font-size:18px;
  color:#082d8f
}
.benefit-card p {
  margin:0;
  font-size:13px;
  line-height:1.65
}
.insurance-bottom-note {
  text-align:center;
  color:#fff;
  font-weight:500;
  line-height:1.8
}
.teiki-hero,
.tire-hero {
  display:grid;
  gap:0;
  align-items:stretch;
  overflow:hidden
}
.teiki-hero {
  grid-template-columns:1fr 320px;
  border-radius:14px;
  margin-bottom:24px
}
.teiki-hero-text {
  padding:36px 34px
}
.teiki-hero-text h3 {
  margin:0 0 16px;
  color:#e60012;
  font-size: 24px;
  line-height:1.5;
  font-weight:800
}
@media (min-width: 992px) {
.teiki-hero-text h3 {
  font-size:36px;
}
}
.teiki-hero-text p {
  margin:0;
  font-size:14px;
  line-height:2
}
.teiki-block-title {
  font-size: 24px;
}
.teiki-block-title,
.teiki-menu-title,
.qa-title,
.merit-title,
.voice-title {
  background:#082d8f;
  color:#fff;
  text-align:center;
  padding:14px 18px;
  border-radius:2px;
  font-weight:800;
  font-size:18px;
  margin: 0;
}
.teiki-necessity {
  background:#f3ede2;
  padding:22px 26px
}
.teiki-necessity h4 {
  margin:0 0 12px;
  color:#e60012;
  font-size:24px;
  font-weight:800
}
.teiki-necessity p {
  margin:0 0 14px;
  font-size:13px;
  line-height:1.9;
  color:#333
}
.teiki-points {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
  margin-top:14px
}
.teiki-point {
  border:2px solid #234a9b;
  border-radius:12px;
  background:#f7f5ee;
  padding:18px 16px;
  min-height:228px
}
.teiki-point h5 {
  margin:0 0 10px;
  background:#163f95;
  color:#fff;
  border-radius:999px;
  padding:8px 12px;
  text-align:center;
  font-size:14px
}
.teiki-point p {
  margin:0;
  font-size:13px;
  line-height:1.9
}
.teiki-law {
  margin-top:16px;
  color:#e60012;
  font-weight:800;
  font-size:13px;
  line-height:1.9
}
.teiki-menu-grid {
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap: 1em;
  margin: 1em;
}
.teiki-menu-card {
  background:#fff;
  border-radius:10px;
  overflow:hidden;
  box-shadow:0 6px 14px rgba(0,0,0,.15);
  border:1px solid #ddd;
}
.teiki-menu-head {
  padding:14px 12px;
  text-align:center;
  color:#fff;
  font-size:28px;
  font-weight:800
}
.teiki-menu-head.green {
  background:#72a71c
}
.teiki-menu-head.orange {
  background:#ff8400
}
.teiki-menu-head.lightorange {
  background:#f3a24f
}
.teiki-menu-body {
  padding:18px 18px 14px
}
.teiki-menu-body h5 {
  margin:0 0 8px;
  text-align:center;
  color:#17367d;
  font-size:18px;
  font-weight:800
}
.teiki-menu-body .price {
  margin:0 0 14px;
  text-align:center;
  line-height:1.8
}
.teiki-menu-desc {
  background:#efefef;
  padding:14px;
  font-size:12px;
  line-height:1.8;
  min-height:138px;
  color:#333
}
.teiki-pill {
  display:block;
  background:#123c97;
  color:#fff;
  border-radius:999px;
  padding:7px 18px;
  font-size:12px;
  font-weight:800;
  margin:14px auto 10px;
  width:max-content
}
.teiki-list {
  margin:0;
  padding-left:18px;
  font-size:12px;
  line-height:1.8;
  color:#333
}
.teiki-list li {
  margin:0 0 8px
}
.teiki-time {
  display:flex;
  align-items:flex-end;
  gap:10px;
  margin-top:12px
}
.teiki-time .label {
  background:#7aa61f;
  color:#fff;
  padding:8px 10px;
  border-radius:4px;
  font-size:12px;
  font-weight:800
}
.teiki-time.orange .label {
  background:#ff8400
}
.teiki-time .value {
  font-size:28px;
  font-weight:800;
  color:#7aa61f;
  line-height:1
}
.teiki-time.orange .value {
  color:#ff8400
}
.teiki-note {
  font-size:11px;
  line-height:1.7;
  color:#333
}
.teiki-timeband {
  margin-top:14px;
  background:#f3a24f;
  color:#fff;
  text-align:center;
  padding:10px;
  border-radius:6px;
  font-weight:800
}
.teiki-times {
  display:flex;
  justify-content:center;
  gap:8px;
  margin-top:10px
}
.teiki-times span {
  background:#666;
  color:#fff;
  border-radius:4px;
  padding:7px 10px;
  font-size:12px;
  font-weight:800
}
.coupon-box {
  display:flex;
  align-items:center;
  gap:16px;
  background:#f1e7d5;
  padding:16px 22px;
  margin:18px 0 26px
}
.coupon-tag {
  background:#efc77f;
  color:#fff;
  padding:18px 20px;
  transform:rotate(-18deg);
  font-weight:800;
  min-width:108px;
  text-align:center
}
.coupon-box p {
  margin:0;
  font-size:14px;
  line-height:1.8
}
.coupon-box strong {
  color:#e60012
}
.qa-boxes {
  display:grid;
  gap: 1em;
  padding: 1em;
}
.qa-item {
  border:2px solid #9fb1db;
  border-radius:4px;
  overflow:hidden
}
.qa-q {
  padding:12px 18px;
  font-size:15px;
  font-weight:800;
  color:#17367d;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between
}
.qa-q.active {
  background:#757f97;
  color:#fff
}
.qa-a {
  display:none;
  padding:12px 18px;
  font-size:12px;
  line-height:1.8;
  background:#f8f8f8;
  color:#333;
  white-space:pre-line
}
.qa-a.is-open {
  display:block
}
.merit-grid2 {
  display:grid;
  grid-template-columns:repeat(4, 1fr);
  gap: 1em;
  padding: 1em;
}
.merit-card2 {
  border:2px solid #ef8f8f;
  border-radius:6px;
  padding:16px 14px;
  text-align:center;
  background:#fff
}
.merit-card2 h5 {
  margin:0 0 10px;
  color:#e60012;
  font-size:16px;
  font-weight:800
}
.merit-card2 p {
  margin:0;
  font-size:12px;
  line-height:1.8;
  color:#333
}
.voices {
  display:grid;
  gap:10px
}
.voice-row .bar {
  color:#fff;
  text-align:center;
  padding:8px 12px;
  font-size:12px;
  font-weight:800
}
.voice-row .bar.green {
  background:#6b9418
}
.voice-row .bar.orange {
  background:#ef7f1a
}
.voice-row .bar.lightorange {
  background:#f3a24f
}
.voice-row .text {
  padding:10px 16px;
  background:#fff;
  font-size:12px;
  line-height:1.8;
  color:#333;
  text-align:center
}
.reserve-copy {
  text-align:center;
  color:#e60012;
  font-weight:800;
  line-height:2;
  margin: 1em;
}
.line-wide {
  display:block;
  background:#14c84a;
  color:#fff;
  text-align:center;
  margin: 1em;
  padding: 1em;
  border-radius:10px;
  font-weight:800;
  line-height:1.8
}
.line-wide small {
  display:block;
  font-size:11px;
  font-weight:400;
  opacity:.95
}
.tire-hero {
  grid-template-columns:1fr 360px;
  background:#fff;
  border-radius:18px
}
.tire-hero-text {
  padding:44px 34px 10px
}
.tire-hero-text h3 {
  margin:0 0 18px;
  color:#e60012;
  font-size:34px;
  line-height:1.35;
  font-weight:700
}
.tire-hero-text p {
  margin:0;
  font-size:15px;
  line-height:2;
  color:#333
}
.tire-two-col {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:28px;
  padding:12px 34px 34px
}
.tire-box h4 {
  margin:0 0 14px;
  font-size:28px;
  line-height:1.5;
  font-weight:800
}
.tire-box h4.blue {
  color:#17367d
}
.tire-box h4.red {
  color:#e60012
}
.tire-box p {
  margin:0 0 16px;
  font-size:14px;
  line-height:2;
  color:#333
}
.bridge-btn {
  display:block;
  background:#082d8f;
  color:#fff;
  border-radius:10px;
  padding:22px 22px;
  font-weight:800;
  font-size:18px;
  line-height:1.8;
  margin:18px 0 22px
}
.tire-foot {
  font-size:16px;
  font-weight:800;
  color:#17367d;
  line-height:2
}
.insurance-panel {
  padding: 40px 0;
}
.insurance-qa-title {
  font-size:34px;
  color:#17367d;
  text-align:center;
  font-weight:800;
  margin:0 0 18px
}
.insurance-qa-list {
  display:grid;
  gap:12px;
  margin:0 40px;
  max-width:calc(100% - 80px);
}
.insurance-qa-item {
  border:2px solid #9fb1db;
  border-radius:4px;
  overflow:hidden;
  background:#fff;
}
.insurance-qa-q {
  padding:14px 18px;
  background:#fff;
  color:#17367d;
  font-weight:800;
  font-size:15px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  cursor:pointer;
}
.insurance-qa-q.active {
  background:#757f97;
  color:#fff
}
.insurance-qa-a {
  display:none;
  padding:12px 18px;
  background:#f8f8f8;
  color:#333;
  font-size:13px;
  line-height:1.9;
  white-space:pre-line;
}
.insurance-qa-a.is-open {
  display:block
}
 @media (max-width:980px) {
.insurance-top {
  grid-template-columns:1fr;
  margin-bottom:12px
}
.insurance-top-text {
  text-align:center;
  padding:24px 24px 18px
}
.insurance-top-copy {
  text-align:center
}
.oil-top {
  grid-template-columns:1fr;
  margin-bottom:12px
}
.road-top-image {
  justify-self:stretch;
  margin:0
}
.road-top-text {
  text-align:center;
  padding:24px 24px 18px
}
.road-top-text .heading-red {
  text-align:center
}
#oil-oil .panel {
  padding:32px 24px
}
#oil-oil .panel-grid {
  grid-template-columns:1fr
}
.oil-oil-main {
  max-width:100%;
  padding: 18px;
}
.oil-oil-main .triple-grid,
.oil-oil-main .line-btn,
.oil-oil-main .note-small {
  max-width:100%;
  color:#fff;
}
.feature-group {
  grid-template-columns:1fr;
  gap:18px
}
.right-group {
  padding:14px
}
.feature-group {
  grid-template-columns:1fr;
  gap:14px;
  padding: 20px;
  max-width:100%
}
.left-group,
.right-group {
  max-width:100%
}
#inspection-shaken .panel {
  padding:36px 24px
}
#inspection-shaken .panel-grid {
  grid-template-columns:1fr
}
.inspection-shaken-main {
  max-width:100%
}
.inspection-top {
  grid-template-columns:1fr
}
.inspection-top-text {
  max-width:100%
}
.inspection-shaken-main .feature-grid {
  max-width:100%;
  gap:12px
}
.quick-links .grid {
  grid-template-columns:repeat(3, 1fr)
}
.intro-grid,
.panel-grid,
.paint-list,
.benefit-grid,
.triple-grid,
.feature-grid,
.preventive-grid,
.promise .cards,
.teiki-hero,
.tire-hero,
.tire-two-col,
.teiki-points,
.teiki-menu-grid,
.merit-grid2 {
  grid-template-columns:1fr
}
.text-panel {
  padding:36px 24px
}
.hero h1 {
  font-size:38px
}
.text-panel h2,
.icon-title h2,
.heading-red,
.paint-copy-red,
.paint-copy-blue,
.thanks,
.section-title,
.experience h3,
.insurance-qa-title {
  font-size:30px
}
.contact-bar {
  font-size:22px
}
}
 @media (max-width:640px) {
/* SP：予防整備への思いだけ並び順を調整 */
      .intro-grid {
  display:flex;
  gap:0;
  flex-direction:column;
}
.intro-grid > .photo-car {
  order:-1 !important;
}
.intro-grid > .text-panel:first-of-type {
  order:2 !important;
  padding-top:0;
}
.intro-grid > .photo-check {
  order:3 !important;
}
.intro-grid > .text-panel:nth-of-type(2) {
  order:4 !important;
}
.intro-grid .photo-box {
  min-height:220px;
}
.intro-grid .text-panel {
  padding:28px 34px;
}
.paint-side {
  display:none;
}
.site-header .inner {
  flex-direction:column;
  align-items:flex-start
}
.top-nav {
  justify-content:flex-start;
  gap:12px
}
.quick-links {
  padding: 14px 0;
  background:#0437a6
}
.quick-links .container {
  width:min(1100px, calc(100% - 24px))
}
/* トグル表示 */
      .quick-links-toggle {
  display:block;
  width:100%;
  background:#fff;
  border-radius:8px;
  padding:12px;
  font-weight:700;
}
/* 初期は閉じる */
      .quick-links .grid {
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:12px 14px;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:max-height .3s ease, opacity .25s ease;
}
/* 開いた時 */
      .quick-links.is-open .grid {
  max-height:1000px;
  opacity:1;
  margin-top:10px;
}
.quick-card,
.quick-links.is-sticky .quick-card {
  min-height:auto;
  padding:0;
  font-size:14px;
  width:100%;
}
.quick-card img,
.quick-links.is-sticky .quick-card img {
  width:100%;
  height:auto;
  display:block;
}
.quick-links .quick-card:first-child {
  grid-column:1 / -1;
  width:100%;
  max-width:none;
}
.logo-mark {
  font-size:44px
}
.hero {
  padding:56px 0 66px
}
.hero .copy-small {
  font-size:14px
}
.hero h1 {
  font-size:28px
}
.text-panel h2,
.icon-title h2,
.heading-red,
.paint-copy-red,
.paint-copy-blue,
.thanks,
.section-title,
.experience h3,
.insurance-qa-title {
  font-size:25px
}
.checks li {
  font-size:16px
}
.preventive-toggle {
  font-size:20px
}
/* SP: 車検・定期点検の画像を見出しの上に */
      #inspection-shaken .inspection-top {
  display:flex !important;
  flex-direction:column !important;
}
#inspection-shaken .inspection-top-image {
  order:-1 !important;
}
/* SP: オイル交換の画像を見出しの上に */
      #oil-oil .oil-top {
  display:flex !important;
  flex-direction:column !important;
}
#oil-oil .oil-top-image {
  order:-1 !important;
}
/* SP: 車検・オイル・保険・ロードの上段を板金塗装と同じ並びに */
      #inspection-shaken .inspection-top {
  display:flex !important;
  flex-direction:column !important;
}
#inspection-shaken .inspection-top-image {
  order:-1 !important;
}
/* SP: 車検・オイル・保険・ロードの上段を板金塗装と同じ並びに */
      .inspection-top,
 .oil-top,
 .insurance-top,
 .road-top {
  grid-template-columns:1fr !important;
  margin-bottom:0 !important;
  overflow:hidden !important;
  border-radius:14px 14px 0 0 !important;
  position:relative !important;
  padding:0 !important;
}
.inspection-top-image,
 .oil-top-image,
 .insurance-top-image,
 .road-top-image {
  order:-1;
  position:relative !important;
  top:auto !important;
  right:auto !important;
  transform:none !important;
  margin:0 !important;
  width:100% !important;
  overflow:hidden !important;
  justify-self:stretch !important;
  align-self:stretch !important;
}
.inspection-top-image img,
 .oil-top-image img,
 .insurance-top-image img,
 .road-top-image img {
  width:100% !important;
  height:auto !important;
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}
.inspection-top-text,
 .oil-top-text,
 .insurance-top-text,
 .road-top-text {
  order:2;
  max-width:none !important;
  text-align:left !important;
}
.insurance-top-copy,
 .road-top-text .heading-red,
 .oil-top-text .heading-red,
 .inspection-top-text .heading-red {
  text-align:left !important;
}
#road-service-section .panel {
  padding:0 0 22px !important;
  overflow:hidden !important;
  border-radius:14px !important;
}
#road-service-section .panel > div[style="padding:20px 30px 0;"] {
  padding:18px 14px 0 !important;
}
#road-service-section .panel div[style*="display:grid;grid-template-columns:1fr 1.9fr"] {
  grid-template-columns:1fr !important;
}
#road-service-section .panel div[style*="display:flex;justify-content:space-between"] {
  flex-direction:column !important;
  gap:14px !important;
}
#road-service-section .panel div[style*="min-width:min(660px,100%)"] {
  min-width:100% !important;
  width:100% !important;
  padding:18px 16px !important;
  font-size:24px !important;
}
/* SP: 車検・オイルの上段画像を板金塗装と同じく白枠最上部に密着 */
      #inspection-shaken .panel,
 #oil-oil .panel {
  padding:0 !important;
  overflow:hidden !important;
  border-radius:14px !important;
}
.inspection-shaken-main,
 .oil-oil-main {
  max-width:100% !important;
  margin:0 !important;
  width:100% !important;
}
.inspection-top,
 .oil-top {
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:14px 14px 0 0 !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:14px 14px 0 0 !important;
}
.inspection-top-image,
 .oil-top-image {
  display:block !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
  overflow:hidden !important;
}
.inspection-top-image img,
 .oil-top-image img {
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  object-fit:cover !important;
}
.inspection-top-text,
 .oil-top-text {
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}
/* SP: ロードサービス崩れ修正 */
      #road-service-section .panel {
  padding:0 0 22px !important;
  overflow:hidden !important;
  border-radius:14px !important;
}
.road-top {
  display:block !important;
  width:100% !important;
  margin:0 0 12px !important;
  padding:0 !important;
  overflow:hidden !important;
  border-radius:14px 14px 0 0 !important;
}
.road-top-image {
  position:relative !important;
  top:auto !important;
  right:auto !important;
  transform:none !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
  overflow:hidden !important;
}
.road-top-image img {
  width:100% !important;
  height:auto !important;
  margin:0 !important;
  display:block !important;
  object-fit:cover !important;
}
.road-top-text {
  max-width:none !important;
  margin:0 !important;
  padding:18px 18px 12px !important;
}
#paint-section .container {
  width:min(1100px, calc(100% - 24px))
}
#paint-section .icon-title {
  margin-bottom:16px
}
#paint-section .icon-title .mini {
  width:64px;
  height:64px;
  margin-bottom:6px
}
#paint-section .icon-title h2 {
  font-size:22px;
  line-height:1.4
}
#paint-section .panel {
  padding:0 0 22px !important;
  border-radius:14px
}
.paint-intro {
  grid-template-columns:1fr;
  border-radius:14px 14px 0 0
}
.paint-intro-image {
  order:1
}
.paint-intro-image img {
  height:auto;
  min-height:150px
}
.paint-intro-text {
  order:2;
  padding:18px 18px 12px
}
.paint-copy-red {
  font-size:22px;
  line-height:1.7;
  margin-bottom:12px
}
.paint-intro-text p {
  font-size:13px;
  line-height:2
}
.paint-detail-box {
  margin:12px 14px 0;
  padding:18px 14px 16px
}
.paint-copy-blue {
  font-size:20px;
  line-height:1.7;
  margin-bottom:14px
}
.paint-list {
  grid-template-columns:1fr;
  gap:12px
}
.paint-row {
  grid-template-columns:1fr;
  gap:8px
}
.paint-row p {
  font-size:13px;
  line-height:2;
  margin:0 0 8px
}
.thanks {
  font-size:22px;
  line-height:1.7;
  margin:18px 0 12px
}
.paint-closing {
  max-width:none;
  margin:0;
  padding:0 18px
}
.paint-closing p {
  font-size:13px;
  line-height:2
}
#contact-paint.contact-bar {
  margin-top:14px;
  font-size:18px;
  line-height:1.7;
  padding:16px 14px;
  border-radius:8px
}
/* SOS section mobile */
      #accident-flow-section .container > div {
  max-width:280px;
  margin:0 auto
}
#accident-flow-section .container > div > div:first-child {
  padding:8px !important;
  border-radius:14px !important
}
#accident-flow-section .container > div > div:first-child > div {
  padding:10px !important;
  border-radius:10px !important
}
#accident-flow-section .container > div > div:first-child > div > div:first-child,
 #accident-flow-section .container > div > div:first-child > div > div:last-child {
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:8px !important;
  margin-top:0 !important
}
 #accident-flow-section \[style\*="grid-template-columns:280px"\] {
grid-template-columns:1fr !important
}
/* STEPをしっかり分割 */
      #accident-flow-section .flow-row-top,
 #accident-flow-section .flow-row-bottom {
  display:flex !important;
  flex-direction:column !important;
  gap:10px !important;
}
#accident-flow-section .flow-card {
  width:100% !important;
  border-radius:10px !important;
  overflow:hidden !important;
}
#accident-flow-section .flow-row-bottom {
  margin-top:16px !important;
}
#accident-flow-section .flow-row-bottom .flow-card {
  margin-top:8px !important;
}
#accident-flow-section [style*="min-height:352px"],
 #accident-flow-section [style*="min-height:392px"] {
  min-height:auto !important
}
#accident-flow-section img {
  max-width:150px;
  margin:0 auto 16px
}
#accident-flow-section div[style*="font-size:22px;font-weight:500"] {
  font-size:18px !important;
  line-height:1.8 !important;
  text-align:left !important
}
#accident-flow-section span[style*="font-size:40px"] {
  font-size:22px !important
}
#accident-flow-section div[style*="color:#f50012;font-size:28px"] {
  font-size:22px !important;
  margin-bottom:12px !important
}
#accident-flow-section div[style*="font-size:22px;font-weight:800"] {
  font-size:16px !important;
  margin-bottom:10px !important
}
#accident-flow-section div[style*="font-size:14px;line-height:2"] {
  font-size:12px !important;
  line-height:1.9 !important
}
#accident-flow-section .contact-bar {
  max-width:280px !important;
  margin:18px auto 0 !important
}
}
/* ----------------------------------------
  Road Service
---------------------------------------- */
.road-price-header {
  margin-bottom:14px;
  text-align:center;
  color:#082d8f;
  font-size:20px;
  font-weight:800;
}
.road-price-table {
  width: auto;
  min-width: 70%;
  margin: 0 auto;
  background: #fff;
  border-collapse: collapse;
}
.road-price-table__th {
  padding: 14px 10px;
  background:#e60012;
  border: 1px solid #fff;
  color:#fff;
  font-size:12px;
  font-weight:700;
}
.road-price-table__td {
  padding: 12px 10px;
  border: 1px solid #ddd;
}
/* ----------------------------------------
  Site Footer
---------------------------------------- */
.site-footer__logo {
  display: inline-block;
}
