.carInspection__list {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 54px;
}

.carInspection__list_item {
  max-width: 341px;
  width: 30%;
}

.carInspection__list_item-img {
  width: 100%;
  margin-bottom: 16px;
}

.carInspection__list_item-img img {
  width: 100%;
  height: 341px;
  object-fit: cover;
  border-radius: 8px;
}

.carInspection__list_item-title,
.carInspection__list_item-content {
  font-family: var(--font-zen-kaku-new-type);
  font-style: normal;
  line-height: 160%;
}

.carInspection__list_item-title {
  color: var(--base-color);
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 12px;
}

.carInspection__list_item-content {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 500;
}

/* 車両料金 */
.carInspection__price {
  margin: 48px 0 80px 0;
}

.carInspection__price_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

.carInspection__price_item {
  max-width: 258px;
  width: 24%;
  padding: 16px;
  background-color: var(--global-bg-color);
  border-radius: 10px;
  text-align: center;
  font-family: var(--font-zen-kaku-new-type);
}

.carInspection__price_item-img {
  width: 100%;
  margin-bottom: 16px;
}

.carInspection__price_item-img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 5px;
}

.carInspection__price_item-title {
  color: var(--text-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 16px;
}

.carInspection__price_item-content {
  color: var(--base-color);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
}

.carInspection__price_item-content .small {
  font-size: 16px;
}

.carInspection__price_item-note {
  color: var(--text-color);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; 
}

.carInspection__price_note {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

/* ポイント */
.carInspection-point {
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 32px;
}

.carInspection-point__item {
  max-width: 341px;
  width: 30%;
  border-radius: 8px;
  background-color: var(--global-bg-color);
  padding: 24px 33px 40px 33px;
  position: relative;
}

.carInspection-point__item_num {
  color: var(--base-color);
  font-family: var(--font-rubik);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  position: absolute;
  top: 24px;
  left: 32px;
}

.carInspection-point__item_icon {
  width: 171px;
  height: 171px;
  border-radius: 50%;
  background-color: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 24px;
}

.carInspection-point__item_icon img {
  width: 80px;
  height: 80px;
}

.carInspection-point__item_title {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  margin-bottom: 20px;
  text-align: center;
}

.carInspection-point__item_content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.carInspection-point__content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  .carInspection__list {
    display: block;
    margin-top: 32px;
    margin-bottom: 64px;
  }

  .carInspection__list_item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 40px;
  }

  .carInspection__list_item-img img {
    height: 175px;
  }

  .carInspection__list_item-img {
    margin-bottom: 12px;
  }

  .carInspection__list_item-title {
    margin-bottom: 8px;
  }

  .carInspection__list_item-content {
    font-size: 14px;
  }

  .carInspection__price_list {
    display: block;
  }

  .carInspection__price_item {
    max-width: 100%;
    width: 100%;
    margin-bottom: 12px;
  }

  .carInspection__price_item-title {
    margin-bottom: 12px;
  }

  .carInspection-point {
    display: block;
  }

  .carInspection-point__top {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
    margin-bottom: 12px;
  }

  .carInspection-point__item {
    max-width: 100%;
    width: 100%;
    padding: 16px 20px 24px 20px;
    margin-bottom: 12px;
  }

  .carInspection-point__item_icon {
    width: 96px;
    height: 96px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .carInspection-point__item_num {
    position: absolute;
    right: 0;
    top: -10px;
    left: auto;
    font-size: 24px;
  }

  .carInspection-point__item_title {
    width: 175px;
    text-align: left;
    margin-bottom: 0;
  }

  .carInspection-point__item_icon img {
    width: 48px;
    height: 48px;
  }

  .carInspection-point__item_content {
    font-size: 14px;
  }
  
  .carInspection-point__content {
    font-size: 14px;
  }
}