/* アーカイブページのcss */
.font-weight-bold{
  font-weight: bold!important;
}

.mb-100{
 margin-bottom:100px!important;
}

.car__item__wrap {
  border-bottom: 2px solid #032B4B;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.car__item {
  display: flex;
}

.car__item .car__item__left {
  width: 50%;
  margin-right: 20px;
}

.car__item .car__item__left img {
  width: 100%;
  object-fit: cover;
}

.car__item .car__item__right {
  color: #032B4B;
}

.car__item .car__item__right h3 {
  font-size: 30px;
  margin: 0;
  font-weight: bold;
}

.car__item__grade {
  margin-bottom: 20px;
  font-weight: normal;
}

.car__price {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight:bold;
  color: #032B4B;
  text-shadow: 0 0 0.5px #032B4B;
}

.car__price .enn {
  font-size: 12px;
  font-weight: normal;
}

.car__detail {
  width: 100%;
  text-align: center;
}

.car__detail a {
  display: block;
  background: white;
  border: 1px solid #032B4B;
  color: #032B4B;
  font-size: 16px;
  width: 300px;
  padding: 12px 0;
  text-decoration: none;
}

.car__item__point {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
  color: #333333;
}

.sp-block {
  display: none;
}

@media screen and (max-width: 1280px) {
  .car__item__wrap {
    padding-bottom: 40px;
    margin-bottom: 60px;
  }
}


@media screen and (max-width: 600px) {
  .car__item {
    display: block;
  }

  .car__item .car__item__left {
    width: 100%;
    margin-bottom: 15px;
  }

  .car__item__point {
    margin-bottom: 30px;
  }

  .car__detail a {
    max-width: 300px;
    margin: 0 auto;
  }

  .sp-block {
    display: block;
  }

  .sp-none {
    display: none;
  }
}

/* アーカイブページのcss終わり */

/* シングルページのcss */
.display__car__img {
  width: 100%;
}

.display__car__img img {
  width: 100%;
}

.display__car__title h3 {
  font-size: 35px;
  color: #032B4B;
  font-weight: bold;
}

.display__car__title span {
  font-size: 25px;
  color: #032B4B;
  font-weight: normal;
}

.car__price__note {
  font-size: 14px;
  color: #333333;
}

.display__car__option-color {
  display: flex;
  border: 1px solid #032B4B;
  margin-top: 35px;
  font-size: 14px;
}

.display__car__option-color h4 {
  margin: 0;
  font-weight: bold;
  color: #032B4B;
}

.display__car__option__color__left {
  width: 50%;
  padding: 15px;
  border-right: 1px solid #032B4B;
  color: #333333;
}

.display__car__option__color__right {
  width: 50%;
  padding: 15px;
  color: #333333;
}

.display__car__point {
  margin-top: 50px;
}

.display__car__point h3 {
  font-size: 35px;
  color: #032B4B;
}

.display__car__point span {
  font-size: 16px;
  font-weight: normal;
}

.p-single--car-grade__table{
  margin-top:50px;
}

.p-single--car-grade__table tr,
.p-single--car-grade__table td,
.p-single--car-grade__table th {
  border: 1px solid black;
  border-collapse:collapse;

}
.p-single--car-grade__table table{
  border-collapse:collapse;
}
.border-top__none tr,.border-top__none td,.border-top__none th{
  border-top:none;
}
.p-single--car-grade__table .color_text_main{
  width: 170px;
  text-align: center;
  font-weight: normal;
}
.p-single--car-grade__table td{
  width: 75%;
  padding-left: 20px;
}

.display__car__other__img__contents {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}

.display__car__other__img {
  width: 30%;
  padding: 0 1% 3% 1%;
}

.display__car__other__img img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

@media screen and (max-width: 600px) {
  .display__car__option-color {
    display: block;
  }

  .display__car__option__color__left {
    width: 94%;
    border-bottom: 1px solid #032B4B;
    border-right: none;
  }

  .display__car__option__color__right {
    width: 94%;
  }

  .display__car__other__img {
    width: 48%;
    padding: 0 1% 3% 1%;
  }
}