/* =========================================================
   TEAM ONE - バイク車検ページ
   /new/inspection-test/
   ========================================================= */

.subpage {
  background: #fff;
}

.inspection-hero {
  width: 100%;
  background: #f3f3f3;
}

.inspection-hero picture,
.inspection-hero img {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

.inspection-hero img {
  display: block;
  width: 100%;
  height: auto;
}

.page-kicker,
.section-eyebrow {
  margin: 0 0 8px;
  color: var(--red);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.14em;
}

.page-kicker {
  color: #fff;
}

.page-hero h1 {
  margin: 0;
  font-size: clamp(30px, 4vw, 52px);
  line-height: 1.25;
  font-weight: 900;
}

.page-hero h1 span {
  color: #fff;
}

.page-hero-content > p:last-child {
  max-width: 650px;
  margin: 16px 0 0;
  font-size: 15px;
}

.page-section {
  padding: 72px 0;
}

.page-section.alt {
  background: var(--soft);
}

.page-heading {
  margin: 0 0 18px;
  font-size: 31px;
  line-height: 1.45;
  font-weight: 900;
}

.page-heading span {
  color: var(--red);
}

.page-heading.center,
.section-eyebrow.center {
  text-align: center;
}

.page-lead {
  max-width: 760px;
  margin: 0 auto 30px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

.intro-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 46px;
  align-items: center;
}

.intro-copy > p {
  margin: 0 0 16px;
  color: #444;
  font-size: 15px;
}

.intro-photo {
  min-height: 360px;
  overflow: hidden;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.intro-photo img {
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
}

.feature-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  margin-top: 24px;
}

.feature-chips span {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  font-size: 12px;
  font-weight: 800;
}

.feature-chips i {
  color: var(--red);
}

/*.price-table-wrap {
  overflow-x: auto;
  border: 1px solid #ddd;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.inspection-price {
  width: 100%;
  min-width: 850px;
  border-collapse: collapse;
  font-size: 14px;
}

.inspection-price th,
.inspection-price td {
  padding: 16px 12px;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  text-align: center;
}

.inspection-price th:last-child,
.inspection-price td:last-child {
  border-right: 0;
}

.inspection-price thead th {
  background: #111;
  color: #fff;
  font-weight: 900;
}

.inspection-price tbody th {
  background: #fafafa;
  text-align: left;
}

.inspection-price .price-total {
  color: var(--red);
  font-size: 17px;
  font-weight: 900;
}

.inspection-price small {
  font-size: 11px;
  color: #666;
}

.price-notes {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  padding: 18px 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
}

.price-notes p {
  margin: 0;
  color: #555;
  font-size: 12px;
}

.price-notes i {
  margin-right: 7px;
  color: var(--red);
}*/

.prepare-panel {
  display: grid;
  grid-template-columns: 150px 1fr;
  gap: 34px;
  align-items: center;
  padding: 34px;
  border: 1px solid #ddd;
  border-radius: 14px;
  box-shadow: var(--shadow);
}

.prepare-icon {
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff1f2;
  color: var(--red);
  font-size: 58px;
}

.prepare-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.prepare-item {
  min-height: 110px;
  padding: 18px 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fafafa;
  text-align: center;
}

.prepare-item i {
  margin-bottom: 9px;
  color: var(--red);
  font-size: 28px;
}

.prepare-item strong {
  font-size: 14px;
}

.inspection-flow {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}

.inspection-flow article {
  position: relative;
  min-height: 210px;
  padding: 28px 16px 20px;
  border: 1px solid #ddd;
  border-radius: 11px;
  background: #fff;
  text-align: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
}

.inspection-flow article > i {
  margin-bottom: 13px;
  color: var(--red);
  font-size: 34px;
}

.flow-number {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 27px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #111;
  color: #fff;
  font-size: 12px;
  font-weight: 900;
}

.inspection-flow h3 {
  margin: 0 0 8px;
  font-size: 16px;
}

.inspection-flow p {
  margin: 0;
  color: #555;
  font-size: 12px;
}

.inspection-faq {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 44px;
  align-items: start;
}

.faq-intro {
  color: #555;
  font-size: 13px;
}

.faq-list {
  border-top: 1px solid #ddd;
}

.faq-list details {
  border-bottom: 1px solid #ddd;
}

.faq-list summary {
  padding: 18px 4px;
  font-size: 14px;
  font-weight: 900;
}

.faq-body {
  padding: 0 4px 18px;
  color: #555;
  font-size: 13px;
  line-height: 1.8;
}

@media screen and (max-width: 980px) {
  .intro-grid {
    gap: 28px;
  }

  .inspection-flow {
    grid-template-columns: repeat(3, 1fr);
  }

  .prepare-panel {
    grid-template-columns: 120px 1fr;
  }

  .prepare-icon {
    width: 110px;
    height: 110px;
    font-size: 46px;
  }
}

@media screen and (max-width: 768px) {

  .inspection-hero picture {
    max-width: none;
  }

  .inspection-hero img {
    width: 100%;
  }

  .page-section {
    padding: 48px 0;
  }

  .page-heading {
    font-size: 23px;
  }

  .intro-grid,
  .inspection-faq {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .intro-copy > p {
    font-size: 13px;
  }

  .intro-photo,
  .intro-photo img {
    min-height: 250px;
  }

  .feature-chips {
    gap: 7px;
  }

  .feature-chips span {
    font-size: 11px;
  }

  /*.inspection-price {
  min-width: 0;
  }

  .inspection-price thead {
    display: none;
  }

  .inspection-price,
  .inspection-price tbody,
  .inspection-price tr,
  .inspection-price th,
  .inspection-price td {
    display: block;
    width: 100%;
  }

  .inspection-price tbody tr {
    padding: 0 14px 14px;
    border-bottom: 8px solid var(--soft);
  }

  .inspection-price tbody th {
    margin: 0 -14px 10px;
    padding: 13px 14px;
    background: #111;
    color: #fff;
    text-align: left;
  }

  .inspection-price td {
  display: grid;
  grid-template-columns: 1fr 100px 55px;
  align-items: center;
  gap: 4px;
  padding: 9px 0;
  border-right: 0;
  }

  .inspection-price td::before {
    content: attr(data-label);
    color: #555;
    text-align: left;
    font-weight: 800;
  }

  .inspection-price td small {
    margin: 0;
    font-size: 11px;
    line-height: 1;
    color: #666;
    text-align: right;
  }

  .inspection-price td.price-total {
    color: var(--red);
    font-size: 17px;
    font-weight: 900;
  }*/

  .prepare-panel {
    grid-template-columns: 1fr;
    padding: 24px 16px;
  }

  .prepare-icon {
    margin: auto;
  }

  .prepare-copy .section-eyebrow,
  .prepare-copy .page-heading {
    text-align: center;
  }

  .prepare-grid {
    grid-template-columns: 1fr;
  }

  .prepare-item {
    min-height: 82px;
  }

  .inspection-flow {
    grid-template-columns: 1fr 1fr;
    gap: 9px;
  }

  .inspection-flow article {
    min-height: 185px;
  }

  .faq-intro {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 430px) {
  .inspection-flow {
    grid-template-columns: 1fr;
  }

  .inspection-flow article {
    min-height: auto;
    padding: 24px 16px 18px;
  }
}

/* =========================================================
   車検料金
   ========================================================= */

.inspection-price-box {
  display: grid;
  grid-template-columns: 1fr 70px 1.3fr;
  gap: 20px;
  align-items: stretch;
  max-width: 920px;
  margin: 0 auto;
}

.inspection-main-price {
  display: flex;
  min-height: 220px;
  padding: 28px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px solid var(--red);
  border-radius: 14px;
  background: #fff;
  text-align: center;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.inspection-price-label {
  margin-bottom: 10px;
  color: #333;
  font-size: 17px;
  font-weight: 900;
}

.inspection-main-price strong {
  color: var(--red);
  font-size: 38px;
  line-height: 1.2;
  font-weight: 900;
}

.inspection-plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #999;
  font-size: 38px;
  font-weight: 900;
}

.inspection-legal-fee {
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.05);
}

.inspection-legal-fee h3 {
  margin: 0;
  padding: 15px 18px;
  background: #111;
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.inspection-legal-fee dl {
  margin: 0;
}

.inspection-legal-fee dl div {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  align-items: center;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.inspection-legal-fee dl div:last-child {
  border-bottom: 0;
}

.inspection-legal-fee dt {
  color: #444;
  font-size: 14px;
  font-weight: 800;
}

.inspection-legal-fee dd {
  margin: 0;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  text-align: right;
}


/* =========================================================
   車検料金 合計
   ========================================================= */

.inspection-total {
  display: flex;
  max-width: 920px;
  margin: 22px auto 0;
  padding: 22px 26px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 8px 24px;
  border-radius: 12px;
  background: #111;
  color: #fff;
  text-align: center;
}

.inspection-total span {
  font-size: 16px;
  font-weight: 900;
}

.inspection-total strong {
  color: #fff;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
}

.inspection-total small {
  width: 100%;
  color: #ccc;
  font-size: 11px;
}


/* =========================================================
   車検料金 注意事項
   ========================================================= */

.inspection-price-notes {
  max-width: 920px;
  margin: 20px auto 0;
}

.inspection-price-note-main {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 18px 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fff;
}

.inspection-price-note-main > i {
  margin-top: 3px;
  color: var(--red);
  font-size: 22px;
}

.inspection-price-note-main strong {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}

.inspection-price-note-main p {
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.8;
}

.inspection-price-note-list {
  display: grid;
  gap: 7px;
  margin-top: 13px;
  padding: 17px 20px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #e3e3e3;
}

.inspection-price-note-list p {
  margin: 0;
  color: #555;
  font-size: 12px;
  line-height: 1.7;
}

.inspection-price-note-list i {
  margin-right: 6px;
  color: var(--red);
}


/* =========================================================
   車検料金 SP
   ========================================================= */

@media screen and (max-width: 768px) {

  .inspection-price-box {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .inspection-main-price {
    min-height: 150px;
    padding: 22px 16px;
  }

  .inspection-price-label {
    font-size: 15px;
  }

  .inspection-main-price strong {
    font-size: 32px;
  }

  .inspection-plus {
    min-height: 28px;
    font-size: 28px;
  }

  .inspection-legal-fee h3 {
    padding: 13px 15px;
    font-size: 16px;
  }

  .inspection-legal-fee dl div {
    padding: 13px 15px;
  }

  .inspection-legal-fee dt {
    font-size: 13px;
  }

  .inspection-legal-fee dd {
    font-size: 14px;
  }

  .inspection-total {
    margin-top: 16px;
    padding: 18px 14px;
    gap: 5px 12px;
  }

  .inspection-total span {
    width: 100%;
    font-size: 13px;
  }

  .inspection-total strong {
    font-size: 27px;
  }

  .inspection-price-note-main {
    padding: 16px;
  }

  .inspection-price-note-list {
    padding: 15px 16px;
  }

}