@charset "UTF-8";

/* 
行間を本番と合わせるためコメントアウトしています。
h1 {
  margin: 4rem 0 1.9rem;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
} */

.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.modal .modal__bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 56%;
  height: auto;
  font-size: 1.6rem;
  border-radius: 0.8rem;
}

.modal__content--ttl .js-modal-close {
  position: relative;
  width: 4.2rem;
  height: 4.2rem;
  transform: rotate(45deg);
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.modal__content--ttl .js-modal-close::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.15rem;
  width: 0.3rem;
  height: 100%;
  background-color: #262626;
}

.modal__content--ttl .js-modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.15rem;
  width: 100%;
  height: 0.3rem;
  background-color: #262626;
}

.vehicle__search__sellector {
  flex-wrap: wrap;
}

.vehicle__search__btns button.disabled {
  background-color: #AAA;
  box-shadow: none;
  pointer-events: none;
}

.modal {
  z-index: 3;
}

.modal__content {
  padding: 3rem;
  max-height: 85vh;
  overflow: auto;
}

.modal__content .modal__content--lead {
  margin: 2rem 0;
}

.modal__content--ttl {
  margin-bottom: 0.5rem;
  font-size: 2rem;
}

.modal__content--ttl h3 {
  font-weight: 700;
}

.input__item {
  max-height: 60rem;
  overflow: auto;
}

.input__item label {
  display: inline-block;
  position: relative;
  padding: 0.5rem 3rem;
  padding-right: 0;
  width: auto;
  line-height: 1;
  cursor: pointer;
}

.input__item label::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.55em;
  left: 0.55rem;
  width: 1em;
  height: 1em;
  background: #fff;
  border: 0.1rem solid #5D5D5D;
  border-radius: 0.2rem;
}

.input__item label::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0.68em;
  margin-top: -0.4em;
  width: 0.25em;
  height: 0.5em;
  border-right: 0.2em solid #fff;
  border-bottom: 0.2em solid #fff;
  transform: rotate(45deg);
  opacity: 0;
}

.input__item input[type=checkbox] {
  display: none;
}

.input__item input[type=checkbox]:checked + label::before {
  background-color: #D90D0D;
}

.input__item input[type=checkbox]:checked + label::after {
  opacity: 1;
}

.input__item--pref dl {
  flex-wrap: wrap;
}

.modal__buttons {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
}

.modal__buttons > * {
  height: 5.3rem;
  font-size: 1.8rem;
  font-weight: 700;
  border-radius: 0.6rem;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.modal__buttons button + button {
  margin-left: 3rem;
}

.modal__buttons .modal__buttons--clear {
  width: 14.8rem;
  background-color: #fff;
  border: 1px solid #262626;
}

.modal__buttons .modal__buttons--confirm {
  width: 22.5rem;
  color: #fff;
  background-color: #D90D0D;
}

.vehicle__pageguide.pageguide__top {
  margin-top: 4rem;
  border-bottom: 0.2rem solid #EB8080;
}

.vehicle__pageguide.pageguide__btm {
  margin-top: 1.5rem;
  margin-bottom: 10rem;
}

.pageguide__number {
  font-size: 1.8rem;
  height: 2.5rem;
}

.pageguide__number > span {
  font-size: 2.6rem;
  font-weight: 700;
}

.pageguide__counter {
  display: flex;
}

.pageguide__counter > * {
  display: flex;
}

.pageguide__counter .pageguide__counter__pages {
  padding: 0 2.5em;
  line-height: 1;
}

.pageguide__counter .pageguide__counter__pages li {
  margin-left: 0.5em;
  font-weight: 700;
}

.pageguide__counter .pageguide__counter__pages li:first-child {
  margin-left: 0;
}

.pageguide__counter .pageguide__counter__pages li:not(.current-p) {
  font-size: 1.5;
}

.pageguide__counter .pageguide__counter__pages li:not(.current-p) a {
  text-decoration: underline;
}

.pageguide__counter .pageguide__counter__pages li:not(.current-p).is-current {
  color: #D90D0D;
}

.pageguide__counter .pageguide__counter__pages li:not(.current-p).is-current a {
  text-decoration: none;
  pointer-events: none;
}

.pageguide__counter .pageguide__counter__pages li.current-p {
  position: relative;
  width: 2em;
}

.pageguide__counter .pageguide__counter__pages li.current-p a {
  text-decoration: none;
}

.pageguide__counter .pageguide__counter__pages li.current-p.is-on {
  color: #959595;
}

.pageguide__counter .pageguide__counter__pages li.current-p.is-on a {
  pointer-events: none;
}

.pageguide__counter .pageguide__counter__btn li a {
  display: block;
  position: relative;
  padding: 0.2rem 0;
  width: 7rem;
  font-size: 1.3rem;
  border: 0.1rem solid #AAAAAA;
  border-radius: 0.4rem;
}

.pageguide__counter .pageguide__counter__btn li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.4rem;
  width: 0.6rem;
  height: 0.6rem;
}

.pageguide__counter .pageguide__counter__btn li.prev a {
  padding-left: 2.7rem;
}

.pageguide__counter .pageguide__counter__btn li.prev a::before {
  left: 1.2rem;
  border-top: 0.2rem solid #262626;
  border-left: 0.2rem solid #262626;
  transform: rotate(-45deg);
}

.pageguide__counter .pageguide__counter__btn li.next {
  margin-left: 0.8rem;
}

.pageguide__counter .pageguide__counter__btn li.next a {
  padding-right: 2.7rem;
  text-align: right;
}

.pageguide__counter .pageguide__counter__btn li.next a::before {
  right: 1.2rem;
  border-top: 0.2rem solid #262626;
  border-right: 0.2rem solid #262626;
  transform: rotate(45deg);
}

.pageguide__counter .pageguide__counter__btn li.is-on a {
  color: #999999;
  background-color: #EEEEEE;
  pointer-events: none;
}

.pageguide__counter .pageguide__counter__btn li.is-on a::before {
  border-color: #959595;
}

.vehicle__list__item {
  position: relative;
}

.vehicle__list__item .list__item__wrap__link {
  display: block;
  background-color: none;
}

.vehicle__list__item .list__item--name {
  font-weight: 700;
}

.vehicle__list__item .list__item--name .maker {
  display: block;
  font-size: 1.5rem;
}

.vehicle__list__item .list__item--name .model {
  display: -webkit-box;
  width: 100%;
  height: 2.5em;
  color: #1E3F7E;
  font-size: 2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.25;
}

.vehicle__list__item .list__item__img {
  position: relative;
  width: 37rem;
}

.vehicle__list__item .list__item__img .item__img__icon {
  position: absolute;
  right: 0;
  padding: 0.7rem 0.5rem;
  z-index: 1;
}

.vehicle__list__item .list__item__img .item__img__icon > * {
  display: none;
  margin-left: 0.2rem;
  width: 4.5rem;
  height: 4.5rem;
}

.vehicle__list__item .list__item__img .list__item__img--main {
  position: relative;
  overflow: hidden;
  background-color: #E6E6E6;
}

.vehicle__list__item .list__item__img .list__item__img--main > img {
  width: 100%;
  height: 22.8rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vehicle__list__item .list__item__img .list__item__img__thumb {
  display: flex;
  flex-wrap: wrap;
}

.vehicle__list__item .list__item__img .list__item__img__thumb > div,
.vehicle__list__item .list__item__img .list__item__img__thumb > div > * {
  width: 8.4rem;
  height: 5.7rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.vehicle__list__item .list__item__img .list__item__img__thumb > div {
  position: relative;
  margin-left: 1.1rem;
}

.vehicle__list__item .list__item__img .list__item__img__thumb > div:first-child {
  margin-left: 0;
}

.vehicle__list__item .list__item__price {
  position: relative;
}

.vehicle__list__item .list__item__price .price-area {
  margin-bottom: 0.8rem;
  height: 10.1rem;
}

.vehicle__list__item .list__item__price .price-area > div {
  width: 14.3rem;
}

.vehicle__list__item .list__item__price .price-area .ttl {
  padding-top: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.1;
}

.vehicle__list__item .list__item__price .price-area .price-wtap {
  flex-direction: column;
}

.vehicle__list__item .list__item__price .price-area .price-wtap .unit {
  font-size: 1rem;
}

.vehicle__list__item .list__item__price .price-area .price-wtap .price-before {
  margin-bottom: 1.2rem;
  line-height: 1;
}

.vehicle__list__item .list__item__price .price-area .price-wtap .price-before .price {
  font-size: 2.2rem;
}

.vehicle__list__item .list__item__price .price-area .price-wtap .price-after .price {
  font-size: 3.3rem;
}

.vehicle__list__item .list__item__desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: absolute;
  top: 13.9rem;
  right: 0;
  width: 29.6rem;
  text-align: center;
}

.vehicle__list__item .list__item__desc > div {
  margin-bottom: 1rem;
  width: 7rem;
}

.vehicle__list__item .list__item__desc > div dt {
  padding: 0.8rem 0 0.5rem;
  color: #fff;
  background-color: #262626;
  font-size: 1.4rem;
  line-height: 1;
}

.vehicle__list__item .list__item__desc > div dd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 6.4rem;
  background-color: #F3F3F3;
  font-size: 1.8rem;
  font-weight: normal;
  overflow-wrap: break-word;
}

.vehicle__list__item .list__item__desc > div dd > * {
  line-height: 1.1;
}

.vehicle__list__item .list__item__desc > div dd .num {
  font-size: 2.2rem;
  font-weight: 700;
}

.vehicle__list__item .list__item__desc > div dd .unit {
  font-size: 1.5rem;
}

.vehicle__list__item .list__item__desc > div dd .stxt {
  margin-top: 0.3rem;
  font-size: 1.5rem;
}

.vehicle__list__item .list__item__comparisons dt {
  padding: 0.8rem 0 0.5rem;
  color: #fff;
  background-color: #262626;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1;
}

.vehicle__list__item .list__item__comparisons dd {
  display: flex;
  padding-bottom: 0.3rem;
  font-size: 1.2rem;
}

.vehicle__list__item .list__item__comparisons dd > * {
  height: 4.8rem;
}

.vehicle__list__item .list__item__comparisons dd > *::before {
  display: block;
  padding-top: 1rem;
  color: #262626;
  line-height: 1;
}

.vehicle__list__item .list__item__comparisons dd > * .num {
  font-size: 1.5rem;
  font-weight: 700;
}

.vehicle__list__item .list__item__comparisons dd .comparisons--price {
  width: 10rem;
  color: #770303;
}

.vehicle__list__item .list__item__comparisons dd .comparisons--price .num {
  font-size: 2rem;
}

.vehicle__list__item .list__item__comparisons dd .comparisons--price::before {
  content: "支払総額";
}

.vehicle__list__item .list__item__comparisons dd .comparisons--year {
  width: 5rem;
}

.vehicle__list__item .list__item__comparisons dd .comparisons--year::before {
  content: "年式";
}

.vehicle__list__item .list__item__comparisons dd .comparisons--mileage {
  width: 6.5rem;
}

.vehicle__list__item .list__item__comparisons dd .comparisons--mileage::before {
  content: "走行";
}

.vehicle__list__item .list__item__comparisons dd .comparisons--quote {
  display: -webkit-box;
  width: 10.2rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vehicle__list__item .list__item__comparisons dd .comparisons--quote::before {
  content: "引用";
}

.vehicle__list__item .item-btn {
  position: relative;
  padding-left: 3rem;
  height: 6.8rem;
  font-size: 2.1rem;
  border-radius: 0.8rem;
  overflow: hidden;
}

.vehicle__list__item .item-btn > span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  width: 4rem;
  height: 100%;
  background-color: #820B0B;
  font-size: 1.8rem;
  writing-mode: vertical-lr;
}

.vehicle__list__item + .vehicle__list__item {
  border-top: 0.1rem solid #707070;
}

.price-area.none-price-after .ttl {
  margin-bottom: 1rem;
}

.vehicle__list__item.inspection .list__item__img .item__img__icon .icon_inspection {
  display: inline-block;
}

.vehicle__list__item.sold .list__item__img .list__item__img--main::before {
  content: "売却済み";
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  top: -7.1rem;
  left: -6.6rem;
  padding-bottom: 1rem;
  width: 12.4rem;
  height: 12.5rem;
  color: #fff;
  background-color: #D90D0D;
  font-size: 1.4rem;
  font-weight: 700;
  transform: rotate(-45deg);
  line-height: 1;
  z-index: 1;
}

.notapplicable {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 10rem auto 17rem;
  padding: 2.8rem 0 2.5rem;
  width: 60.8rem;
  background-color: #EBEBEB;
  font-size: 1.6rem;
}

.notapplicable > span {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (min-width: 640px) {
  .vehicle__search {
    margin: 0 calc((100% - 100vw) / 2);
    padding: 2.5rem calc((100vw - 100%) / 2) 2.8rem;
    background-color: #EEF3F7;
  }

  .vehicle__search__sellector.pc {
    display: flex;
    justify-content: center;
  }

  .vehicle__search__sellector.pc .sellector__pref,
  .vehicle__search__sellector.pc .sellector__maker {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--ttl,
  .vehicle__search__sellector.pc .sellector__maker .sellector--ttl {
    margin-right: 1.5rem;
    font-weight: 700;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0 1rem;
    width: 100%;
    height: 4.5rem;
    color: #757575;
    background-color: #fff;
    font-size: 1.6rem;
    border: 1px solid #707070;
    border-radius: 0.6rem;
    cursor: pointer;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select::before,
  .vehicle__search__sellector.pc .sellector__pref .sellector--select::after,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select::before,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select::after {
    content: "";
    display: block;
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -1rem;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select::before,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select::before {
    width: 2rem;
    height: 2rem;
    background-color: #D90D0D;
    border-radius: 50%;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select::after,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select::after {
    right: 1.6rem;
    margin-top: -0.5rem;
    width: 0.6rem;
    height: 0.6rem;
    border-bottom: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    font-size: 1rem;
    transform: rotate(45deg);
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select:hover,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select:hover {
    opacity: 1;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select.added,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select.added {
    display: -webkit-box;
    height: auto;
    color: #262626;
    background-color: unset;
    font-size: 1.6rem;
    border: none;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select.added::before,
  .vehicle__search__sellector.pc .sellector__pref .sellector--select.added::after,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select.added::before,
  .vehicle__search__sellector.pc .sellector__maker .sellector--select.added::after {
    display: none;
  }

  .vehicle__search__sellector.pc .sellector__pref .sellector--select {
    width: 20.8rem;
  }

  .vehicle__search__sellector.pc .sellector__maker {
    margin-left: 3.7rem;
  }

  .vehicle__search__sellector.pc .sellector__maker .sellector--select {
    width: 25.6rem;
  }

  .vehicle__search__btns.pc {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
    width: 100%;
  }

  .vehicle__search__btns.pc button {
    padding: 1rem 0;
    border-radius: 0.8rem;
  }

  .vehicle__search__btns.pc button:nth-of-type(1) {
    font-size: 1.8rem;
    width: 17rem;
  }

  .vehicle__search__btns.pc button:nth-of-type(2) {
    flex-direction: row;
    align-items: baseline;
    margin-left: 2.7rem;
    width: 26rem;
    font-size: 1.8rem;
  }

  .vehicle__search__btns.pc button:nth-of-type(2) .num {
    display: inline-block;
    margin-right: 0.3rem;
    font-size: 2.5rem;
  }

  .modal .modal__bg .modal__content--ttl {
    display: none;
  }

  .modal__content {
    width: 100rem;
  }

  .modal__content--ttl {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .input__item dl > * {
    padding: 1rem 1.5rem;
  }

  .input__item--pref {
    border: 1px solid #262626;
  }

  .input__item--pref dl {
    border-top: 1px solid #262626;
  }

  .input__item--pref dl .pref__region {
    width: 20rem;
    background-color: #E9E9E9;
    border-right: 1px solid #262626;
  }

  .input__item--pref dl dd {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0;
    width: calc(100% - 20rem);
  }

  .input__item--pref dl dd > span {
    width: 25%;
  }

  .input__item--pref dl dd > span:nth-of-type(n+5) {
    margin-top: 0.5rem;
  }

  .input__item--pref dl:first-of-type {
    border-top: none;
  }

  .input__item--maker dl > * {
    padding: 0;
  }

  .input__item--maker dl dt {
    padding: 2.5rem 0 1.5rem;
    font-weight: 700;
    line-height: 1;
  }

  .input__item--maker dl .maker__list {
    display: flex;
    flex-wrap: wrap;
  }

  .input__item--maker dl .maker__list span {
    width: 20%;
  }

  .input__item--maker dl .maker__list span:nth-of-type(n+6) {
    margin-top: 0.5rem;
  }

  .input__item--maker dl .maker__list span label {
    line-height: 1.25;
  }

  .input__item--maker dl .maker__list span label::before {
    top: 0;
    margin-top: 0.3em;
  }

  .input__item--maker dl .maker__list span label::after {
    top: 0;
    margin-top: 0.45em;
  }

  .input__item--maker dl + dl {
    margin-top: 3rem;
    border-top: 1px solid #B2B2B2;
  }

  .modal__buttons.pc {
    display: flex;
  }

  .modal__buttons > *:hover {
    margin-top: 0.3rem;
    margin-bottom: -0.3rem;
    box-shadow: unset;
    opacity: 1;
  }

  .vehicle__pageguide {
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
    padding-bottom: 1rem;
  }

  .pageguide__counter {
    margin-left: auto;
    margin-right: 0;
  }

  .pageguide__counter > * {
    align-items: flex-end;
  }

  .vehicle__list {
    margin-top: 2rem;
    border-bottom: 0.1rem solid #707070;
  }

  .vehicle__list__item {
    transition: background-color 0.4s;
  }

  .vehicle__list__item:hover {
    background-color: #F3F3F3;
  }

  .vehicle__list__item .list__item__wrap__link {
    padding: 3rem 0;
  }

  .vehicle__list__item .list__item__wrap__link:hover {
    opacity: 1;
  }

  .vehicle__list__item .list__item__wrap__link:hover img {
    opacity: 1;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb {
    margin-top: 0.5rem;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb > div:nth-of-type(4n+1) {
    margin-left: 0;
  }

  .vehicle__list__item .list__item__desc > div dd {
    flex-direction: column;
  }

  .vehicle__list__item .list__item__comparisons dd {
    border-bottom: 1px solid #262626;
  }

  .vehicle__list__item .list__item__comparisons dd > *::before {
    padding-bottom: 0.2rem;
  }

  .vehicle__list__item .list__item--name {
    position: absolute;
    top: 3rem;
    left: 39rem;
    width: 31.8rem;
  }

  .vehicle__list__item .list__item__price {
    position: absolute;
    top: 3rem;
    right: 0;
    width: 29.6rem;
  }

  .vehicle__list__item .list__item__comparisons {
    position: absolute;
    top: 13.9rem;
    left: 39rem;
    width: 31.8rem;
  }

  .vehicle__list__item .item-btn {
    position: absolute;
    right: 0;
    bottom: 3.5rem;
    width: 29.6rem;
  }
}

@media screen and (max-width: 640px) {
  
  /* 
  ヘッダー文字の位置を本番と合わせるためコメントアウトしています。
  h1 {
    margin-top: 3rem;
    font-size: 2rem;
  } */

  .vehicle__search {
    margin: 0 calc((100% - 100vw) / 2);
  }

  .vehicle__search .vehicle__search__sellector.sp {
    display: flex;
    background-color: #EEEEEE;
    border: 1px solid #B7B7B7;
  }

  .vehicle__search .vehicle__search__sellector.sp > div {
    font-size: 1.6rem;
    font-weight: 600;
    width: 50%;
  }

  .vehicle__search .vehicle__search__sellector.sp > div + div {
    border-left: 1px solid #B7B7B7;
  }

  .vehicle__search .vehicle__search__sellector.sp > div a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 4.4rem;
  }

  .vehicle__search .vehicle__search__sellector.sp > div a > span::after {
    content: "";
    display: inline-block;
    margin-left: 1rem;
    width: 0.8rem;
    height: 0.8rem;
    border-top: 0.2rem solid #D90D0D;
    border-right: 0.2rem solid #D90D0D;
    transform: rotate(45deg);
  }

  .vehicle__search .vehicle__search__btns.sp {
    display: flex;
    justify-content: space-between;
    margin-top: 1.5rem;
    padding: 0 1rem;
  }

  .vehicle__search .vehicle__search__btns.sp button {
    padding: 1rem 0;
    font-size: 1.5rem;
  }

  .vehicle__search .vehicle__search__btns.sp button:nth-of-type(1) {
    width: 38%;
  }

  .vehicle__search .vehicle__search__btns.sp button:nth-of-type(2) {
    display: inline-flex;
    flex-direction: row;
    align-items: baseline;
    width: 58%;
  }

  .vehicle__search .vehicle__search__btns.sp button .num {
    margin-right: 0.1em;
    font-size: 2rem;
  }

  .modal .modal__bg {
    padding: 0 2rem;
    background-color: #fff;
  }

  .modal__content {
    top: 0;
    transform: translate(-50%, 0);
    margin-top: 6.8rem;
    padding: 0 2rem;
    width: 100%;
    border-radius: unset;
  }

  .modal__content--ttl.pc {
    display: none;
  }

  .modal__content--ttl.sp {
    height: 4.6rem;
  }

  .modal__content--ttl .js-modal-close {
    display: block;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: 0;
    width: 2rem;
    height: 2rem;
  }

  .modal__content--ttl .js-modal-close::before {
    width: 0.2rem;
  }

  .modal__content--ttl .js-modal-close::after {
    height: 0.2rem;
  }

  .modal__content--ttl h3 {
    font-size: 1.8rem;
  }

  .modal__content--ttl h3 > span {
    display: inline-block;
    margin-left: 1rem;
    font-size: 1.4rem;
    font-weight: normal;
  }

  .input__item label::after {
    left: 0.75em;
    height: 0.45em;
  }

  .input__item {
    padding-bottom: 9.5rem;
    font-size: 1.4rem;
  }

  .input__item > dl > * > span {
    display: block;
    border-bottom: 0.1rem solid #AAAAAA;
  }

  .input__item > dl > * > span label {
    padding-top: 1.5rem;
    padding-bottom: 1.3rem;
    width: 100%;
  }

  .input__item > dl dd > span {
    display: block;
  }

  .input__item > dl:last-of-type > dd > span:last-of-type {
    border-bottom: none;
  }

  .input__item dl > * {
    width: 100%;
  }

  .input__item dl > * > * {
    width: 100%;
  }

  .input__item--pref .pref__region__name {
    position: relative;
    padding: 1.5rem 0 1.3rem;
    font-weight: 700;
    border-bottom: 0.1rem solid #AAAAAA;
  }

  .input__item--pref .pref__region__name > span {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.1rem;
    width: 1rem;
    height: 0.2rem;
    background-color: #D90D0D;
  }

  .input__item--pref .pref__region__name > span::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -0.1rem;
    width: 1rem;
    height: 0.2rem;
    background-color: #D90D0D;
    transform: rotate(90deg);
    transition: all 0.2s;
  }

  .input__item--pref .pref__region__name.is-show > span::before {
    transform: rotate(0deg);
  }

  .input__item--maker dl dt {
    padding: 1.5rem 0 1.3rem;
    font-weight: 700;
    border-bottom: 0.1rem solid #AAAAAA;
  }

  .input__item--maker dl + dl dt {
    margin-top: 4rem;
    border-top: 0.2rem solid #262626;
  }

  .modal__buttons {
    position: fixed;
    bottom: 0;
    padding: 2rem;
    background-color: #262626;
  }

  .modal__buttons.sp {
    display: flex;
  }

  .modal__buttons button + button {
    margin-left: 2.2rem;
  }

  .modal__buttons .modal__buttons--clear {
    width: 12.2rem;
  }

  .modal__buttons .modal__buttons--confirm {
    width: 19rem;
  }

  .vehicle__pageguide {
    margin-top: 4rem;
    padding-bottom: 0.6rem;
  }

  .pageguide__counter {
    flex-direction: column;
    justify-content: center;
    margin-top: 4rem;
    padding-top: 2.5rem;
    border-top: 0.1rem solid #707070;
  }

  .pageguide__counter > * {
    justify-content: center;
  }

  .pageguide__counter .pageguide__counter__pages {
    flex-wrap: wrap;
    margin-top: 1.4rem;
    order: 2;
  }

  .pageguide__counter .pageguide__counter__pages li {
    margin-bottom: 0.8rem;
  }

  .pageguide__counter .pageguide__counter__btn {
    order: 1;
  }

  .pageguide__counter.pc {
    display: none;
  }

  .vehicle__list {
    margin-bottom: 0;
  }

  .vehicle__list__item {
    padding-top: 2.3rem;
  }

  .vehicle__list__item .list__item__wrap__link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .vehicle__list__item .list__item--name {
    margin-bottom: 1rem;
    width: 100%;
  }

  .vehicle__list__item .list__item--name .model {
    font-size: 1.8rem;
  }

  .vehicle__list__item .list__item__img {
    width: 15.4rem;
  }

  .vehicle__list__item .list__item__img .item__img__icon {
    padding: 0.45rem 0.5rem;
  }

  .vehicle__list__item .list__item__img .item__img__icon > * {
    width: 2.6rem;
    height: 2.6rem;
  }

  .vehicle__list__item .list__item__img .list__item__img--main > img {
    height: 10.8rem;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb {
    margin-top: 1rem;
    min-height: 7.5rem;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb > div,
  .vehicle__list__item .list__item__img .list__item__img__thumb > div > * {
    width: 4.93rem;
    height: 3.5rem;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb > div {
    margin-left: 0.3rem;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb > div:nth-of-type(3n+1) {
    margin-left: 0;
  }

  .vehicle__list__item .list__item__img .list__item__img__thumb > div:nth-of-type(n+4) {
    margin-top: auto;
  }

  .vehicle__list__item .list__item__price {
    width: 18rem;
  }

  .vehicle__list__item .list__item__price .price-area {
    margin-bottom: 1.2rem;
    height: 7.5rem;
  }

  .vehicle__list__item .list__item__price .price-area > div {
    width: 8.8rem;
  }

  .vehicle__list__item .list__item__price .price-area .ttl {
    font-size: 1.2rem;
  }

  .vehicle__list__item .list__item__price .price-area .price-wtap .price-before {
    margin-bottom: 1rem;
  }

  .vehicle__list__item .list__item__price .price-area .price-wtap .price-before .price {
    font-size: 1.4rem;
  }

  .vehicle__list__item .list__item__price .price-area .price-wtap .price-before .price .unit {
    font-size: 1rem;
  }

  .vehicle__list__item .list__item__price .price-area .price-wtap .price-after .arrow {
    display: none;
  }

  .vehicle__list__item .list__item__price .price-area .price-wtap .price-after .price {
    font-size: 2.1rem;
  }

  .vehicle__list__item .list__item__price .price-area .price-wtap .price-after .price .unit {
    font-size: 1.1rem;
  }

  .vehicle__list__item .list__item__desc {
    top: 19.1rem;
    margin-top: 0;
    width: 18rem;
  }

  .vehicle__list__item .list__item__desc > div {
    margin-bottom: 0.7rem;
    width: 8.8rem;
  }

  .vehicle__list__item .list__item__desc > div dt {
    padding: 0.4rem 0;
    font-size: 1.1rem;
  }

  .vehicle__list__item .list__item__desc > div dd {
    height: 3rem;
    font-size: 1.4rem;
  }

  .vehicle__list__item .list__item__desc > div dd > * {
    font-size: 1.4rem;
  }

  .vehicle__list__item .list__item__desc > div dd .num {
    font-size: 1.6rem;
  }

  .vehicle__list__item .list__item__desc > div dd .unit {
    margin-top: 0.25rem;
    font-size: 1.1rem;
  }

  .vehicle__list__item .list__item__desc > div dd .stxt {
    font-size: 1.2rem;
  }

  .vehicle__list__item .list__item__comparisons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
    width: 100%;
  }

  .vehicle__list__item .list__item__comparisons dt {
    padding: 0.7rem 0 0.5rem;
    width: 100%;
    font-size: 1.1rem;
  }

  .vehicle__list__item .list__item__comparisons dd {
    flex-direction: column;
    width: 11rem;
    font-size: 1rem;
  }

  .vehicle__list__item .list__item__comparisons dd > * {
    margin-bottom: 0.3rem;
    height: auto;
    line-height: 1.5rem;
  }

  .vehicle__list__item .list__item__comparisons dd > *::before {
    display: inline-block;
    margin-right: 0.8rem;
    padding-top: 0;
    font-size: 1.1rem;
  }

  .vehicle__list__item .list__item__comparisons dd > * .unit {
    font-size: 1rem;
  }

  .vehicle__list__item .list__item__comparisons dd .comparisons--price {
    margin-top: 0.8rem;
    margin-bottom: 0.6rem;
    padding-bottom: 0.4rem;
    width: 100%;
    border-bottom: 0.1rem solid #262626;
    line-height: 1.5rem;
  }

  .vehicle__list__item .list__item__comparisons dd .comparisons--price .num {
    font-size: 1.7rem;
  }

  .vehicle__list__item .list__item__comparisons dd .comparisons--price::before {
    width: 100%;
  }

  .vehicle__list__item .list__item__comparisons dd .comparisons--year {
    width: 100%;
  }

  .vehicle__list__item .list__item__comparisons dd .comparisons--mileage {
    width: 100%;
  }

  .vehicle__list__item .item-btn {
    margin-top: 0.8rem;
    width: 100%;
    font-size: 2.3rem;
  }

  .vehicle__list__item + .vehicle__list__item {
    margin-top: 3rem;
  }

  .vehicle__list__item.sold .list__item__img .list__item__img--main::before {
    top: -8.2rem;
    left: -5.8rem;
    padding-bottom: 0.5rem;
    width: 8.2rem;
    font-size: 1rem;
  }

  .notapplicable {
    margin: 6rem auto 13rem;
    width: 100%;
    font-size: 1.4rem;
  }

  .notapplicable > span {
    margin-bottom: 0.5rem;
    font-size: 1.6rem;
  }
}


.c-btn-modal-confirm, .c-btn-modal-reset, .c-btn-submit-search, .c-btn-reset {
  font-size: min(13px, 3.4666666667vw);
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-btn-modal-confirm, .c-btn-modal-reset, .c-btn-submit-search, .c-btn-reset {
    font-size: 1.5625vw;
    letter-spacing: 0.03em;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-modal-confirm, .c-btn-modal-reset, .c-btn-submit-search, .c-btn-reset {
    font-size: 16px;
  }
}

.c-btn-reset, .c-btn-modal-reset {
  border: 1px solid #cecece;
  border-radius: 5px;
  height: 50px;
  position: relative;
  transition-duration: var(--hover-transitiontime);
  transition-property: opacity;
  width: 37.8181818182%;
}
@media screen and (min-width: 768px) {
  .c-btn-reset, .c-btn-modal-reset {
    border-radius: 0.48828125vw;
    height: 4.8828125vw;
    width: 19.53125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-reset, .c-btn-modal-reset {
    border-radius: 5px;
    height: 50px;
    width: 200px;
  }
}
@media (hover) {
  .c-btn-reset:hover, .c-btn-modal-reset:hover {
    opacity: 0.8;
  }
}

.c-btn-submit-search {
  background-color: var(--color-primary);
  border-radius: 5px;
  box-shadow: 0px 2px 7.84px rgba(106, 94, 90, 0.2);
  color: var(--color-white);
  height: 50px;
  position: relative;
  transition-duration: var(--hover-transitiontime);
  transition-property: opacity;
  width: 56.7272727273%;
}
@media not all and (min-width: 768px) {
  .c-btn-submit-search {
    text-align: left;
    padding-left: 6.5454545455%;
  }
}
@media screen and (min-width: 768px) {
  .c-btn-submit-search {
    border-radius: 0.48828125vw;
    height: 4.8828125vw;
    width: 37.79296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-submit-search {
    border-radius: 5px;
    height: 50px;
    width: 387px;
  }
}
.c-btn-submit-search::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2012.18%22%3E%20%3Cg%3E%20%3Cpolyline%20points%3D%2210%2011.43%2016%206.09%2010%20.75%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23ffffff%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%22%2F%3E%20%3Cline%20x1%3D%2216%22%20y1%3D%226.09%22%20y2%3D%226.09%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23ffffff%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 10.5px;
  width: 14.5px;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 7.6923076923%;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-btn-submit-search::after {
    right: 5.1679586563%;
    height: 1.26953125vw;
    width: 1.66015625vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-submit-search::after {
    height: 13px;
    width: 17px;
  }
}
@media (hover) {
  .c-btn-submit-search:hover {
    opacity: 0.8;
  }
}
@media screen and (max-width: 767px) {
  .p-card-vehicle .p-card-vehicle-price .c-cardvdl-include {
    grid-column: 1/3;
  }
}
@media screen and (min-width: 768px) {
  .p-card-vehicle .p-card-vehicle-price .c-cardvdl-include {
    text-align: right;
    margin-top: -1em;
  }
}
.c-cardvdl-include {
  color: var(--color-gray);
  font-size: 11px;
}
@media screen and (min-width: 768px) {
  .c-cardvdl-include {
    font-size: 0.859375vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-include {
    font-size: 11px;
  }
}

.c-cardvdl-info {
  display: grid;
  grid-template-columns: 16.8539325843% 36.5168539326% auto auto;
  row-gap: 8px;
}
@media not all and (min-width: 768px) {
  .c-cardvdl-info {
    align-self: start;
  }
}
@media screen and (min-width: 768px) {
  .c-cardvdl-info {
    -moz-column-gap: 1.2195121951%;
         column-gap: 1.2195121951%;
    grid-template-columns: repeat(4, 24.0853658537%);
    row-gap: 0.5859375vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-info {
    row-gap: 6px;
  }
}

.c-cardvdl-info__dd {
  font-weight: 700;
  font-size: min(11px, 2.9333333333vw);
}
@media not all and (min-width: 768px) {
  .c-cardvdl-info__dd {
    padding-left: min(5px, 1.3333333333vw);
  }
}
@media screen and (min-width: 768px) {
  .c-cardvdl-info__dd {
    font-size: 1.09375vw;
    grid-row: 2;
    padding: 0.234375vw 0.3125vw 0 0.3125vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-cardvdl-info__dd {
    font-size: 14px;
    padding: 3px 4px 0 4px;
  }
}

.c-cardvdl-info__dt {
  color: var(--color-gray);
  background-color: var(--color-lightgray);
  font-size: 10px;
}
@media not all and (min-width: 768px) {
  .c-cardvdl-info__dt {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 20px;
  }
}
@media screen and (min-width: 768px) {
  .c-cardvdl-info__dt {
    font-size: 1.171875vw;
    grid-row: 1;
    height: 1.953125vw;
    padding-left: 0.390625vw;
    padding-right: 0.390625vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-info__dt {
    font-size: 12px;
    height: 20px;
    padding-left: 4px;
    padding-right: 4px;
  }
}

.c-cardvdl-market {
  border-bottom: 1px solid var(--color-lightgray);
  display: grid;
  padding-bottom: 7px;
}
@media not all and (min-width: 768px) {
  .c-cardvdl-market {
    grid-template-columns: repeat(4, 25%);
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .c-cardvdl-market {
    grid-template-columns: 25% repeat(2, 22.7272727273%) 29.5454545455%;
    padding-bottom: vwt;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-market {
    padding-bottom: 4px;
  }
}
.p-card-vehicle .p-card-vehicle-market .c-cardvdl-market {
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .p-card-vehicle .p-card-vehicle-market .c-cardvdl-market {
    margin-top: 0.390625vw;
  }
}
@media screen and (min-width: 1280px) {
  .p-card-vehicle .p-card-vehicle-market .c-cardvdl-market {
    margin-top: 5px;
  }
}

.c-cardvdl-market__dd {
  font-size: 0.625rem;
  line-height: 1.08;
  grid-row: 2;
}
@media not all and (min-width: 768px) {
  .c-cardvdl-market__dd {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-cardvdl-market__dd {
    font-size: 1.171875vw;
    line-height: 1.953125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-market__dd {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}

.c-cardvdl-market__dt {
  grid-row: 1;
  font-size: 0.625rem;
  line-height: 1.08;
  color: var(--color-gray);
  height: 19px;
}
@media not all and (min-width: 768px) {
  .c-cardvdl-market__dt {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .c-cardvdl-market__dt {
    font-size: 1.171875vw;
    line-height: 1.953125vw;
    height: 2.9296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-market__dt {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    height: 30px;
  }
}

.c-cardvdl-price-base {
  border-top: 3px solid var(--color-lightgray);
}
.c-cardvdl-price-total {
  border-top: 3px solid var(--color-primary);
}
@media not all and (min-width: 768px) {
  .c-cardvdl-price-total {
    display: grid;
  }
}

.c-cardvdl-price-total__dd {
  align-items: flex-end;
  justify-content: flex-end;
}

.c-cardvdl-price-total__dd.c-cardvdl-price-total__dd--self{
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: column;
}

.c-cardvhead-market {
  font-size: 0.625rem;
  line-height: 1.7;
  background-color: var(--color-lightgray);
  color: var(--color-gray);
  padding-left: 5px;
  padding-right: 5px;
}
@media screen and (min-width: 768px) {
  .c-cardvhead-market {
    font-size: 1.171875vw;
    line-height: 1.953125vw;
    padding-left: 0.48828125vw;
    padding-right: 0.48828125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvhead-market {
    font-size: 0.75rem;
    line-height: 1.6666666667;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media screen and (min-width: 768px) {
  .p-card-vehicle-btn-self{
    margin-top: 1rem;
  }
  }

.p-search-col:not(:first-child) {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-search-col {
    display: flex;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media screen and (min-width: 768px) {
  .p-search-col > * {
    width: calc(50% - 20px);
  }
}

.p-search-detail {
  display: none;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-search-detail {
    margin-top: 0;
  }
}

.p-search-detail-button {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin: 16px auto 0;
  text-align: center;
  text-decoration: underline;
  width: fit-content;
}

@media screen and (min-width: 768px) {
  .p-search-detail-button {
    margin: auto;
  }
}

.p-search-result {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  white-space: nowrap;
}

.p-search-result__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.p-search-result__list__item {
  background-color: #E9EBED;
  font-size: 13px;
  padding: 0.5em 1em;
}

.p-search-result__title {
  font-size: 16px;
  font-weight: 700;
  padding: 0.25em 0;
}

.p-search-sort {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-search-sort {
    width: 240px;
  }
}

.p-search-wrap {
  display: flex;
  flex-direction: column;
}

@media screen and (min-width: 768px) {
  .p-search-wrap {
    gap: 16px;
  }
}

/* 202503 ちむどんどんウェンズデー 車を探すページ誘導リンク */
.p-search_down__link {
  border: 1px solid var(--color-bordergray);
  border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
  padding: 10px 45px 10px 10px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-search_down__link {
    gap: 1.95vw;
    margin-top: 1.95vw;
    padding-right: 7.52vw;
    padding-left: 3.91vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-search_down__link {
    gap: 20px;
    margin-top: 20px;
    padding: 10px 77px 10px 40px;
  }
}

.p-search_down__link::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2012.18%22%3E%20%3Cg%3E%20%3Cpolyline%20points%3D%2210%2011.43%2016%206.09%2010%20.75%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23d90d0d%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%22%2F%3E%20%3Cline%20x1%3D%2216%22%20y1%3D%226.09%22%20y2%3D%226.09%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23d90d0d%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 10.5px;
  width: 14.5px;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 20px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .p-search_down__link::after {
    height: 1.26953125vw;
    right: 3.91vw;
    width: 1.66015625vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-search_down__link::after {
    height: 13px;
    right: 40px;
    width: 17px;
  }
}

.p-search_down__link:hover {
  opacity: 0.8;
}

.p-search_down__link__accent {
  color: var(--color-primary);
  font-style: normal;
}

.p-search_down__link__image {
  min-width: 62px;
  width: 62px;
}
@media screen and (min-width: 768px) {
  .p-search_down__link__image {
    min-width: auto;
    width: 6.05vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-search_down__link__image {
    width: 62px;
  }
}

.p-search_down__link__text {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .p-search_down__link__text {
    font-size: 1.56vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-search_down__link__text {
    font-size: 16px;
  }
}

.p-vehicle-list {
  border-bottom: 1px solid var(--color-lightgray);
  border-top: 1px solid var(--color-lightgray);
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .p-vehicle-list {
    border-top: 2px solid var(--color-lightgray);
    margin-top: 0.9765625vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-vehicle-list {
    margin-top: 10px;
  }
}

.p-vehicle-submit {
  border-top: 1px solid var(--color-lightgray);
  display: flex;
  justify-content: center;
  margin-top: 25px;
  padding-top: 25px;
}
@media not all and (min-width: 768px) {
  .p-vehicle-submit {
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-vehicle-submit {
    -moz-column-gap: 1.953125vw;
         column-gap: 1.953125vw;
    margin-top: 3.80859375vw;
    padding-top: 2.9296875vw;
  }
}
@media screen and (min-width: 1024px) {
  .p-vehicle-submit {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-top: 39px;
    padding-top: 30px;
  }
}

.c-btn-vehicle,
.c-btn-vehicle-large {
  align-items: center;
  background-color: var(--color-primary);
  border-radius: 5px;
  color: var(--color-white);
  display: flex;
  font-weight: 700;
  font-size: min(17px, 4.5333333333vw);
  height: 60px;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition-duration: var(--hover-transitiontime);
  transition-property: opacity;
  box-shadow: 0px 2px 7.84px rgba(106, 94, 90, 0.4);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .c-btn-vehicle,
  .c-btn-vehicle-large {
    border-radius: 0.390625vw;
    height: 5.46875vw;
    font-size: 1.40625vw;
  }
}
@media screen and (min-width: 1280px) {
  .c-btn-vehicle,
  .c-btn-vehicle-large {
    border-radius: 5px;
    height: 70px;
    font-size: 18px;
  }
}

.c-btn-vehicle::after,
.c-btn-vehicle-large::after {
  content: "";
  display: inline-block;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2017%2012.18%22%3E%20%3Cg%3E%20%3Cpolyline%20points%3D%2210%2011.43%2016%206.09%2010%20.75%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23ffffff%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%22%2F%3E%20%3Cline%20x1%3D%2216%22%20y1%3D%226.09%22%20y2%3D%226.09%22%20style%3D%22fill%3A%20none%3B%20stroke%3A%20%23ffffff%3B%20stroke-linejoin%3A%20round%3B%20stroke-width%3A%202px%3B%22%2F%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  height: 10.5px;
  width: 14.5px;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  right: 22px;
  top: 0;
}
@media screen and (min-width: 768px) {
  .c-btn-vehicle::after,
  .c-btn-vehicle-large::after {
    right: 7.9268292683%;
    height: 1.26953125vw;
    width: 1.66015625vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-btn-vehicle::after,
  .c-btn-vehicle-large::after {
    height: 13px;
    width: 17px;
  }
}
@media (hover) {
  .c-btn-vehicle:hover,
  .c-btn-vehicle-large:hover {
    opacity: 0.8;
  }
}

.c-cardvdl-price-total__dd,
.c-cardvdl-price-base__dd {
  font-size: 0.625rem;
  line-height: 1.08;
  display: flex;
  min-height: 50px;
}
@media screen and (min-width: 768px) {
  .c-cardvdl-price-total__dd,
  .c-cardvdl-price-base__dd {
    font-size: 1.171875vw;
    line-height: 2.109375vw;
    margin-top: 0.1953125vw;
    min-height: 5.46875vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-price-total__dd,
  .c-cardvdl-price-base__dd {
    font-size: 0.75rem;
    line-height: 1.8;
    min-height: 56px;
    margin-top: 2px;
  }
}

.c-cardvdl-price-base__dd {
  flex-direction: column;
  justify-content: space-between;
}

.c-cardvdl-price-total__dt,
.c-cardvdl-price-base__dt {
  font-size: min(2.9333333333vw, 11px);
  line-height: 1.8181818182;
}
@media screen and (min-width: 768px) {
  .c-cardvdl-price-total__dt,
  .c-cardvdl-price-base__dt {
    font-size: 1.171875vw;
    line-height: 2.109375vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvdl-price-total__dt,
  .c-cardvdl-price-base__dt {
    font-size: 0.75rem;
    line-height: 1.8;
  }
}

.c-cardvtext-maker {
  font-size: 0.6875rem;
  line-height: 1.8181818182;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .c-cardvtext-maker {
    font-size: 1.3671875vw;
    line-height: 2.109375vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvtext-maker {
    font-size: 0.875rem;
    line-height: 1.5428571429;
  }
}

.c-cardvtext-quote {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  text-overflow: ellipsis;
  text-decoration: underline;
  transition-duration: var(--hover-transitiontime);
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  z-index: 1;
}
@media (hover) {
  .c-cardvtext-quote:hover {
    -webkit-text-decoration-color: transparent;
    text-decoration-color: transparent;
  }
}

.c-cardvtext-title {
  font-size: 1rem;
  line-height: 1.6;
  font-weight: 700;
  overflow: hidden;
  display: -webkit-box;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
  text-overflow: ellipsis;
  transition-duration: var(--hover-transitiontime);
  transition-property: -webkit-text-decoration-color;
  transition-property: text-decoration-color;
  transition-property: text-decoration-color, -webkit-text-decoration-color;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (min-width: 768px) {
  .c-cardvtext-title {
    font-size: 1.953125vw;
    line-height: 3.515625vw;
    text-underline-offset: 0.48828125vw;
  }
}
@media screen and (min-width: 1024px) {
  .c-cardvtext-title {
    font-size: 1.25rem;
    line-height: 1.8;
    text-underline-offset: 5px;
  }
}
.p-card-vehicle .p-card-vehicle-link {
  position: absolute;
  inset: 0;
}

.p-card-vehicle .p-card-vehicle-title {
  grid-column: 1/3;
  grid-row: 1/2;
}

@media not all and (min-width: 768px) {
  .p-card-vehicle .p-card-vehicle-title {
    padding-bottom: 23px;
  }
}
@media screen and (min-width: 768px) {
  .p-card-vehicle .p-card-vehicle-title {
    grid-column: 2/3;
    grid-row: 1/2;
  }
}

.p-search-intro {
  margin-top: 82px;
}

.p-search-intro .c-heading-l {
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .p-search-intro {
    margin-top: 75px;
  }
}

.p-search-intro__result {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
}

@media screen and (min-width: 768px) {
  .p-search-intro__result {
    flex-wrap: nowrap;
    gap: 40px;
  }
}

.c-text-store-list {
  color: var(--color-black);
  font-weight: normal;
  font-size: min(2.9333333333vw, 11px);
  line-height: 1.8181818182;
  padding-top: 5px;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .c-text-store-list {
    font-size: 1.3671875vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .c-text-store-list {
    font-size: 14px;
    padding-top: 0;
  }
}

.p-card-vehicle .p-store {
  grid-column: 1/3;
  grid-row: 3/4;
  max-width: 200px;
}
@media screen and (min-width: 768px) {
  .p-card-vehicle .p-store {
    grid-column: 2/3;
    grid-row: 1/3;
    max-width: none;
    align-self: end;
    padding-bottom: 0;
  }
}