@charset "UTF-8";
body#page-maintenance {
  /* ---- ページヒーロー（縦位置調整: 覗き込む頭部と車両下部が入るように） ---- */
}
body#page-maintenance section#page-header .contents-header__visual img {
  object-position: center 22%;
}
body#page-maintenance {
  /* ---- 導入文 ---- */
}
body#page-maintenance section#maintenance-intro {
  padding-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-intro {
    padding-top: 3rem;
  }
}
body#page-maintenance section#maintenance-intro .maintenance-intro__text {
  text-align: center;
}
body#page-maintenance section#maintenance-intro .maintenance-intro__text p {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.4;
}
body#page-maintenance section#maintenance-intro .maintenance-intro__text p + p {
  margin-top: 2.4em;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-intro .maintenance-intro__text {
    text-align: left;
  }
  body#page-maintenance section#maintenance-intro .maintenance-intro__text p {
    line-height: 2;
  }
  body#page-maintenance section#maintenance-intro .maintenance-intro__text p br {
    display: none;
  }
}
body#page-maintenance {
  /* ---- 車検基本料金 ---- */
}
body#page-maintenance section#maintenance-price {
  padding: 5rem 0 16rem;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-price {
    padding: 3rem 0 5rem;
  }
}
body#page-maintenance section#maintenance-price .maintenance-price__title {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1b4282;
  border-top: 0.0625rem solid #252525;
  padding-top: 1.9rem;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-price .maintenance-price__title {
    font-size: 1.25rem;
    padding-top: 1.25rem;
  }
}
body#page-maintenance section#maintenance-price .maintenance-price__lead {
  margin-top: 3rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #252525;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-price .maintenance-price__lead {
    margin-top: 1.5rem;
    line-height: 2;
  }
}
body#page-maintenance section#maintenance-price .maintenance-price__cols {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-price .maintenance-price__cols {
    display: block;
    margin-top: 2.5rem;
  }
}
body#page-maintenance section#maintenance-price .maintenance-price__col {
  width: 48%;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-price .maintenance-price__col {
    width: 100%;
  }
  body#page-maintenance section#maintenance-price .maintenance-price__col + .maintenance-price__col {
    margin-top: 2.5rem;
  }
}
body#page-maintenance section#maintenance-price .maintenance-price__col-title {
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #1b4282;
}
body#page-maintenance section#maintenance-price .maintenance-price__list {
  margin-top: 1.75rem;
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
}
body#page-maintenance section#maintenance-price .maintenance-price__row {
  display: flex;
  gap: 1rem;
}
body#page-maintenance section#maintenance-price .maintenance-price__row dt {
  width: 32%;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  letter-spacing: 0.09em;
  color: #252525;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #252525;
}
body#page-maintenance section#maintenance-price .maintenance-price__row dd {
  flex: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  color: #252525;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #ddd;
}
body#page-maintenance section#maintenance-price .maintenance-price__note {
  margin-top: 2.5rem;
  font-family: "Zen Kaku Gothic New", "Hiragino Kaku Gothic ProN", "Yu Gothic", Meiryo, sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.8;
  color: #6b6b6b;
}
@media screen and (max-width: 767px) {
  body#page-maintenance section#maintenance-price .maintenance-price__note {
    margin-top: 1.75rem;
  }
}
