@charset "UTF-8";

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.wrapper {
  width: 100%;
}

.wrapper__inner {
  width: 1020px;
  margin: auto;
}

section {
  width: 1020px;
  margin: auto;
}

.detail .page-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 16px;
  padding: 12px 0 8px;
  border-top: 1px solid #CCC;
}

.detail .page-title__small {
  font-size: 18px;
  margin: 0 0 0 4px;
}

.detail__bg {
  background-color: #f7f4f4;
  padding: 32px 0;
  margin: 24px 0 32px;
}

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

.detail__body {
  margin: auto;
  max-width: 1340px;
  width: 1020px;
}

.detail__body .heading {
  text-align: center;
}

.detail__body .heading span {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  padding: 0 45px;
  text-align: center;
  position: relative;
  /*
      &::before,
      &::after {
        content: '';
        position: absolute;
        top: 30%;
        display: inline-block;
        width: 40px;
        height: 2px;
        background-color: black;
      }

      &::before {
        left: 0;
        transform: rotate(50deg);
      }

      &::after {
        right: 0;
        transform: rotate(-50deg);
      }
    */
}

.detail__body .heading + p {
  text-align: center;
  margin-top: 8px;
}

.detail .slider {
  position: relative;
  width: 500px;
}

.detail .sliders-thum {
  margin-top: 8px;
}

.detail .sliders-thum img {
  width: 113px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
}

.detail .data {
  width: calc(100% - 520px);
}

.detail .catchphrase {
  display: flex;
  justify-content: flex-start;
  font-size: 19px;
  font-weight: 700;
  line-height: 1;
  color: #FFF;
  margin: 8px 0 0;
}

.detail .catchphrase span {
  padding: 12px 15px;
  box-sizing: border-box;
  text-align: center;
}

.detail .catchphrase span:nth-child(1) {
  background-color: #FF5E00;
  width: 42%;
}

.detail .catchphrase span:nth-child(2) {
  background-color: #333;
  width: 59%;
}

.detail .bonus {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.detail .bonus .bonus__planbox {
  align-items: center;
  width: 40%;
}

.detail .bonus .bonus__plan {
  border-top: 4px solid #333;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding-top: 16px;
}

.detail .bonus .bonus__plan span {
  font-size: 12px;
}

.detail .bonus .bonus__color {
  width: 57%;
}

.detail .bonus .bonus__color .bonus__price--value {
  font-size: 44px;
}

.detail .bonus .bonus__plan--monthly {
  font-size: 16px;
  margin-right: 4px;
}

.detail .bonus .bonus__price {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: baseline;
}

.detail .bonus .bonus__price--value {
  font-weight: 700;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.03em;
  display: inline-block;
}

.detail .bonus .bonus__price--unit {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 0 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.detail .bonus .bonus__price--yen {
  order: 1;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.detail .bonus .bonus__cap {
  text-align: center;
  margin-top: 8px;
  font-size: 11px;
}

.detail .bonus + .base-grade {
  text-align: center;
}

.detail .planbox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.detail .monthly {
  background-color: #FF5E00;
  border-radius: 56px;
  color: #FFF;
  width: 56px;
  height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 0 10px;
}

.detail .campaign {
  margin-top: 16px;
}

.detail .plan-caption {
  font-size: 12px;
  font-weight: 400;
  margin: 4px 0 0;
  text-align: right;
}

.detail .basic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.detail .basic > div {
  width: 50%;
}

.detail .price {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.detail .price .value {
  color: #FF5E00;
  font-weight: 700;
  font-size: 66px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: -0.03em;
  display: inline-block;
}

.detail .price .unit {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.detail .price .yen {
  order: 1;
  display: block;
  font-size: 24px;
  margin: 4px 0 0;
}

.detail .price .tax {
  order: 0;
  display: block;
  margin: 0 0 0 -10px;
}

.detail .block {
  border-top: 1px solid #CCC;
  margin: 8px 0 0;
  padding: 8px 0 0;
}

.detail .base-grade {
  font-size: 13px;
  margin: 12px 0 0;
  text-align: right;
  border-bottom: 1px solid #CCC;
  padding: 0 0 10px;
}

.detail .point-list__heading {
  font-size: 18px;
  font-weight: 700;
}

.detail .point-list_area {
  position: relative;
}

.detail .point-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
  margin-bottom: 8px;
}

.detail .point-list li {
  background-color: #EFEFEF;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 4px 6px;
  font-weight: 700;
  border-radius: 4px;
  width: 33%;
  font-size: 12px;
  line-height: 1.3;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.detail .point-list li::before {
  content: "";
  background-image: url(/lease/image/newcar/icon/icon_check-c6b16458edac37d4f0ad58b7254c3751.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}*/

.zero_tips_balloon,
.komi_tips_balloon,
.coupon_tips_balloon {
  position: absolute;
  display: none;
  width: 300px;
  margin: 12px 0;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #FFF;
  border: solid 2px #333;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  z-index: 1;
  box-sizing: border-box;
}

.zero_tips_balloon:before,
.komi_tips_balloon:before,
.coupon_tips_balloon:before {
  content: "";
  position: absolute;
  border: 13px solid transparent;
  border-bottom: 14px solid #FFF;
  z-index: 2;
}

.zero_tips_balloon:after,
.komi_tips_balloon:after,
.coupon_tips_balloon:after {
  content: "";
  position: absolute;
  border: 15px solid transparent;
  border-bottom: 16px solid #333;
  z-index: 1;
}

.zero_tips_balloon {
  left: 8px;
  top: 40px;
}

.zero_tips_balloon:before {
  top: -27px;
  left: 22px;
}

.zero_tips_balloon:after {
  top: -32px;
  left: 20px;
}

.komi_tips_balloon {
  left: 165px;
  top: 40px;
}

.komi_tips_balloon:before {
  top: -27px;
  left: 22px;
}

.komi_tips_balloon:after {
  top: -32px;
  left: 20px;
}

.coupon_tips_balloon {
  right: 0;
  top: 40px;
}

.coupon_tips_balloon:before {
  top: -27px;
  right: 134px;
}

.coupon_tips_balloon:after {
  top: -32px;
  right: 132px;
}

.zero_tips_balloon p,
.komi_tips_balloon p,
.coupon_tips_balloon p {
  margin: 0;
}

.icon-tip {
  margin-right: 4px;
  width: 20px;
  height: auto;
}

.detail .point-list .plans__explain {
  top: 24%;
  display: inline-block;
  vertical-align: 2px;
  background-color: #FF9800;
  color: #FFF;
  text-decoration: none;
  width: 1em;
  height: 1em;
  padding: 4px;
  border-radius: 1em;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 0 4px;
  cursor: pointer;
}

.detail details {
  font-size: 13px;
  line-height: 1.8;
  margin-top: 24px;
  letter-spacing: -0.02em;
}

.detail details summary {
  font-size: 16px;
  font-weight: 700;
  outline: none;
  pointer-events: none;
  list-style: none;
}

.plan {
  margin: 16px 0 0;
  background-color: #F7F7F7;
  padding: 12px;
}

.plan h2 {
  margin: 0 0 8px;
}

.plan button {
  display: block;
  position: unset;
  padding: 10px;
  border: 1px solid #CCC;
  border-radius: 5px;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.plans .plans__product {
  width: 800px;
  margin: auto;
}

.plans .plans__product .plans__select {
  margin-top: 32px;
  position: relative;
}

.plans .plans__product .plans__select::before {
  counter-increment: number 1;
  content: counter(number) "";
  width: 50px;
  height: 50px;
  background-color: #333;
  position: absolute;
  top: 23px;
  left: -65px;
  border-radius: 50px;
  color: #FFF;
  font-size: 28px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.plans .plans__product .plans__select::after {
  content: "";
  position: absolute;
  top: 30px;
  left: -40px;
  width: 2px;
  height: 130px;
  background-color: #333;
}

.plans .plans__product .plans__select:last-of-type::after {
  content: none;
}

.plans .plans__product--select {
  width: 90%;
  padding-left: 10%;
  counter-reset: number 0;
}

.plans .plans__title {
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 12px 8px 0;
  border-radius: 8px 8px 0 0;
}

.plans .plans__bottom {
  margin: 0;
}

.plans .plans__select--cap {
  font-size: 13px;
  margin-top: 8px;
}

.plans .plans__button {
  background-color: #C00;
  color: #FFF;
  text-align: center;
  padding: 9px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 10px auto 0;
  width: 60%;
  box-shadow: 0 5px 0 0 #a80303;
  border-radius: 4px;
  cursor: pointer;
}

.plans .plans__button--mc {
  position: initial;
  margin-bottom: 0.2em;
  color: inherit;
  font-size: 15px;
}

.plans .plans__button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.plans .plans__button--cap {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}

.plans .plans__pack {
  margin: 4px 0 0;
}

.plans .plans__pack--option {
  padding: 0 0 0 32px;
  font-size: 16px;
  line-height: 1;
}

.plans .plans__pack--heading {
  color: #FF5E00;
  font-size: 14px;
  font-weight: 700;
}

.plans .plans__pack--small {
  display: block;
  font-size: 11px;
  margin: 4px 0 0;
}

.plans .check-box {
  display: none;
}

.plans .check-box:checked + .check-plan::before {
  background-color: #03A9F4;
  border-color: #03A9F4;
}

.plans .check-box:checked + .check-plan::after {
  opacity: 1;
}

.plans .check-plan {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  margin: 8px 0 0;
  height: 26px;
}

.plans .check-plan::before {
  position: absolute;
  top: 0;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 4px;
  width: 24px;
  height: 24px;
  content: "";
  margin: 0 8px 0 0;
}

.plans .check-plan::after {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 11px;
  height: 5px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg);
  opacity: 0;
}

.plans .radio-button {
  display: none;
}

.plans .radio-button:checked + .radio-plan::before {
  background-color: #FF5E00;
  border-color: #FF5E00;
}

.plans .radio-button:checked + .radio-plan::after {
  opacity: 1;
}

.plans .radio-plan {
  position: relative;
  display: flex;
  align-items: center;
  position: relative;
  margin: 6px 0 0;
}

.plans .radio-plan::before {
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 18px;
  width: 24px;
  height: 24px;
  content: "";
  margin: 0 8px 0 0;
}

.plans .radio-plan::after {
  position: absolute;
  top: 7px;
  left: 5px;
  content: "";
  width: 11px;
  height: 5px;
  border-top: 4px solid #FFF;
  border-right: 4px solid #FFF;
  transform: rotate(135deg);
  opacity: 0;
}

.plans .plans__select--arrow::after {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #FF5E00 transparent transparent transparent;
  transform: rotate(0deg);
}

.plans .plans__grade-select {
  width: 100%;
  text-align: left;
  padding: 12px 28px 12px 12px;
  background-color: #fff;
  border: solid 1px #CCC;
  border-radius: 4px;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.plans .plans__grade-select::before {
  content: "";
  border-left: 1px solid #EEE;
  position: absolute;
  top: 0;
  right: 52px;
  height: 100%;
}

.plans .plans__grade-select::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 18px;
  bottom: 0;
  margin: auto;
  width: 0;
  height: 0;
  border: 6px dashed;
  border-color: #333 transparent;
  pointer-events: none;
  border-top-style: solid;
  border-bottom: none;
}

.plans .plans__term {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.plans .plans__data {
  font-size: 13px;
  line-height: 1.3;
  margin-top: 8px;
}

.plans .plans__item li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.plans .plans__item li:not(:first-of-type) {
  margin: 4px 0 0;
}

.plans .plans__item--price {
  display: block;
}

.plans .plans__campaign {
  font-size: 11px;
}

.plans .plans__campaign a {
  display: inline-block;
  color: #666;
  border: 1px solid #AAA;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 6px;
  text-decoration: none;
}

.plans .plans__explain {
  display: inline-block;
  vertical-align: 2px;
  background-color: #FF9800;
  color: #FFF;
  text-decoration: none;
  width: 1em;
  height: 1em;
  padding: 4px;
  border-radius: 1em;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1;
  margin: 0 0 0 4px;
  cursor: pointer;
}

.plans .plans__price {
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 24px;
}

.plans .plans__price dt {
  font-size: 16px;
  margin-right: 8px;
}

.plans .plans__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 56px;
  font-weight: 700;
}

.plans .plans__price--unit {
  font-size: 16px;
}

.plans .plans__price--small {
  display: block;
  font-size: 14px;
}

.plans__term--new {
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
  background-color: #C00;
  padding: 3px 4px 2px;
  display: flex;
  margin-left: 5px;
  align-items: center;
  justify-content: center;
}

.plans__option {
  margin: 4px 0 0;
}

.plans__option--title {
  color: #FF5E00;
  font-size: 14px;
  font-weight: 700;
}

.plans__option li {
  position: relative;
  margin: 4px 0 0;
}

.plans__cash-back {
  font-size: 14px;
  font-weight: 700;
  padding: 8px;
  margin: 8px 0 0;
  background-color: #f4f97e;
}

.plans__cash-back span {
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
}

.readonly-price {
  border: none;
  outline: none;
  padding: 0;
  display: inline-block;
}

.plans__comment {
  width: 970px;
  border: 1px dashed #ffb400;
  background: #fff9f2;
  border-radius: 12px;
  padding: 16px 25px;
  display: grid;
  place-items: center;
  font-size: 11px;
  line-height: 1.5;
  color: #24272a;
  margin: 30px auto 0;
}

.plans__comment p {
  margin: 0;
}

.holiday__comment {
  width: 970px;
  border: 1px dashed #ffb400;
  border-radius: 12px;
  padding: 16px 25px;
  display: grid;
  place-items: center;
  font-size: 11px;
  line-height: 1.5;
  color: #24272a;
  margin: 32px auto 32px;
}

.holiday__comment p {
  font-size: 14px;
  margin: 0;
  margin-top: 8px;
}

.holiday__comment .holiday__comment-title {
  font-size: 18px;
  font-weight: 700;
}

.modal-open {
  display: block;
}

.modal-close {
  display: none;
}

.button__close {
  color: #FFF;
  font-size: 70px;
  line-height: 70px;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  z-index: 2;
  top: -65px;
  right: -18px;
  font-family: sans-serif;
}

.modal-window {
  width: 880px;
  margin: auto;
  background-color: #FFF;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  height: 600px;
  border-radius: 10px;
}

.modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
  z-index: 1;
}

@keyframes modal {
  0% {
    top: -100%;
  }

  100% {
    top: 10%;
  }
}

@keyframes modalClose {
  0% {
    top: 0%;
  }

  100% {
    top: -200%;
  }
}

[id^=js-],
summary,
button,
#thumbnail {
  cursor: pointer;
}

.campaign-target {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 0 16px;
}

.campaign-target img {
  margin: 0 8px 0 0;
}

.description {
  font-size: 13px;
  line-height: 1.6;
  margin-top: 16px;
  position: relative;
}

.description__title {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 4px;
}

.description__more {
  position: absolute;
  bottom: -60px;
  right: 0px;
  text-align: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 70%);
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: bottom 0.2s;
  border: 1px solid #FF5E00;
  padding: 6px 16px;
  text-decoration: none;
  color: #FF5E00;
}

.description .active {
  background: none;
  bottom: -30px;
}

/*スライドショー*/

.detail__header--icon {
  background-color: #EFEFEF;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.detail__header--icon span {
  font-size: 14px;
}

.detail__header--icon span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}

.sliders-main,
.sliders-thum {
  display: none;
}

.slick-initialized {
  display: block;
}

.sliders-main {
  margin: 44px 2px 0;
}

.slick-prev {
  z-index: 1;
  left: 10px;
}

.slick-prev::before {
  content: "";
  border-top: 4px solid #CCC;
  border-left: 4px solid #CCC;
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
  display: block;
}

.slick-next {
  z-index: 1;
  right: 10px;
}

.slick-next::before {
  content: "";
  border-top: 4px solid #CCC;
  border-right: 4px solid #CCC;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  display: block;
}

.first-detail-image {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 300px;
}

/*レコメンド*/

.recommend {
  margin: 44px 0;
}

.recommend__heading {
  display: flex;
  font-weight: 700;
}

.recommend__heading--cap {
  font-size: 12px;
  font-weight: 400;
  margin-left: 1em;
}

.recommend__list {
  display: flex;
}

.recommend__list li {
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
  position: relative;
}

.recommend__list li:nth-child(1) .ranking__icon {
  color: #fff;
  background-color: #d9b340;
  border-color: #d9b340;
}

.recommend__list li:nth-child(2) .ranking__icon {
  color: #fff;
  background-color: #6f7b83;
  border-color: #6f7b83;
}

.recommend__list li:nth-child(3) .ranking__icon {
  color: #fff;
  background-color: #a15326;
  border-color: #a15326;
}

.recommend__thumbnail {
  text-align: center;
}

.recommend__thumbnail img {
  height: auto;
}

.recommend__title {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.recommend__title a {
  color: inherit;
}

.recommend__title a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.recommend__deta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 11px;
}

.recommend__deta:first-of-type {
  margin-top: 8px;
}

.recommend__deta dt,
.recommend__deta dd {
  margin-top: 4px;
}

.recommend__deta dt {
  font-size: 11px;
  width: 6em;
}

.recommend__deta dd {
  width: calc(100% - 6em);
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.recommend__deta--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.recommend__deta--cap {
  font-size: 11px;
  margin-top: 8px;
}

.recommend__bonus {
  width: 100%;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 4px;
}

.recommend__data--spec {
  font-size: 12px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #a5a5a5;
}

.recommend__button {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px 12px;
  color: #c00;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 8px;
  border: 1px solid #c00;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.recommend__price--disabled {
  font-size: 12px;
  text-align: center;
}

/**/

.contents-block__list {
  margin-top: 8px;
  display: flex;
  flex-wrap: wrap;
}

.contents-block__list--wrap {
  font-size: 0;
}

.contents-block__list--item {
  width: calc((100% - 60px) / 4);
}

.contents-block__list--item:not(:nth-child(4n)) {
  margin-right: 20px;
}

.contents-block__list + .more_link {
  margin-top: 0;
}

.contents-block__category a,
.contents-block__category span {
  color: #333;
}

.contents-block__data--caption {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.contents-block__thumbnail {
  margin-bottom: 5px;
}

.contents-block__thumbnail img {
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
  border: solid 1px #ccc;
  width: 100%;
  height: auto;
}

.contents-block__category {
  color: #333;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  margin-top: 8px;
}

.contents-block__data--title {
  font-size: 14px;
  line-height: 1.4;
  margin-top: 8px;
}

.contents-block__data--title a {
  color: #333;
  text-decoration: none;
}

.more_link {
  margin: 8px 0 0;
  clear: both;
  font-size: 12px;
  line-height: 1.3;
  text-align: right;
}

/* キャンペーン共通用 */

.campaign-block .campaign-block__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.campaign-block .campaign-block__title:before {
  content: "";
  width: 30px;
  height: 27px;
  background: url("/lease/image/newcar/icon-72a5b881c24763404147662f26bfe59a.png") 0 0 no-repeat;
  display: inline-block;
  background-size: cover;
  margin: 0 4px 0 0;
  vertical-align: -1px;
}

.campaign-block .campaign-block__inner {
  padding: 15px;
  border: solid 4px #DDD;
  border-radius: 5px;
  margin-top: 16px;
}

.campaign-block .campaign-block__inner--title {
  margin: 0 0 10px;
  color: #FF5E00;
  font-size: 24px;
  font-weight: 700;
}

.campaign-block .campaign-block__inner--title span {
  color: #000;
  font-size: 14px;
}

.campaign-block .campaign-block__inner--text {
  font-size: 14px;
}

.campaign-block .campaign-block__inner--text span {
  font-size: 18px;
  font-weight: 700;
}

.campaign-block .campaign-block__inner--2column {
  display: flex;
  justify-content: space-between;
}

.campaign-block .campaign-block__inner--button {
  border-radius: 4px;
  background-color: #00ACEA;
  box-shadow: 0 5px 0 0 #0391c4;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.campaign-block .campaign-block__inner--button a {
  display: block;
  padding: 12px 10px 10px;
  color: #fff;
  text-decoration: none;
}

/*車両詳細情報*/

.spec {
  margin-top: 44px;
}

.spec__data {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 8px;
  border-top: solid 1px #EEE;
}

.spec__data th {
  background-color: #F8F8F8;
  font-weight: 400;
}

.spec__data th,
.spec__data td {
  text-align: left;
  padding: 10px;
  border-bottom: solid 1px #EEE;
}

.spec__cap {
  color: #666;
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
}

/*jd-power*/

.jd-power {
  margin-top: 60px;
}

.jd-power__none {
  padding: 30px !important;
  border: solid 1px #ccc !important;
  border-radius: 8px;
  background-color: #fff;
  color: #666;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.7;
  text-align: center;
}

.jd-power section:after {
  display: block;
  clear: both;
  content: "";
}

.jd-power__inner {
  box-sizing: border-box;
  position: relative;
  width: 1020px;
  margin: 20px auto auto;
}

.jd-power__inner:after {
  display: block;
  clear: both;
  content: "";
}

.jd-power__inner .more_link {
  font-size: 14px;
  text-align: center;
}

.jd-power__inner .more_link a {
  display: inline-block;
  position: unset;
  width: 50%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.jd-power__inner .more_link a:hover {
  border: 1px solid #7f8fa1;
  background-color: #7f8fa1;
  color: #fff;
  text-decoration: none !important;
}

.jd-power__inner .more_link a:before {
  content: unset;
}

.jd-power__title {
  position: relative;
  padding: 0 0 8px;
}

.jd-power__title--main {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.jd-power__title--sub {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.3;
}

.jd-power__title--credit {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: -30px;
  align-items: center;
  font-size: 12px;
  font-weight: 400;
}

.jd-power__title--logo {
  width: 100px;
  height: 15px;
  margin: 0 0 0 5px;
}

.jd-power__model {
  margin-top: -10px;
}

.jd-power__model .grade__history-model--icon {
  vertical-align: 1px;
}

.jd-power__model--caption {
  font-size: 12px;
  font-weight: 400;
}

.jd-power__circle {
  box-sizing: border-box;
  position: relative;
  width: 280px;
  height: 280px;
  margin: 0;
  float: left;
  text-align: center;
}

.jd-power__circle .jd-power__score--main {
  font-size: 50px;
}

.jd-power__circle--data {
  position: absolute;
  top: 85px;
  right: 0;
  left: 0;
  margin: auto;
}

.jd-power__heading {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.jd-power__heading br {
  display: none;
}

.jd-power__score {
  text-align: center;
}

.jd-power__score--main {
  margin: 0 0 3px;
  color: #e31837;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 50px;
  font-weight: 700;
  letter-spacing: -0.03em;
}

.jd-power__score--sub {
  margin: 0 0 10px;
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.1;
}

.jd-power__rank {
  color: #e31837;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.jd-power__howto {
  box-sizing: border-box;
  width: 100%;
  margin: 16px 0 0;
  clear: both;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.6;
}

.jd-power__howto:after {
  display: block;
  clear: both;
  content: "";
}

.jd-power__howto--heading {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: dotted 1px #999;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
}

.jd-power__howto--text {
  overflow: hidden;
  font-size: 12px;
}

.jd-power__howto--text p {
  margin-bottom: 0;
}

.jd-power__howto--icon {
  width: 90px;
  margin: 0 20px 0 0;
  float: left;
  overflow: hidden;
}

.jd-power__howto--icon img {
  max-width: 100%;
  height: auto;
}

.jd-power__total-rating {
  width: 70%;
  float: right;
  font-size: 100%;
}

.jd-power__total-rating--wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.jd-power__total-rating--point {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}

.jd-power__total-rating--list {
  display: inline-block;
  width: 200px;
  margin: 10px 15px 0 0;
  padding: 16px 14px 12px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fff;
  text-align: center;
  vertical-align: top;
}

.jd-power__total-rating--list:last-child {
  margin-right: 0;
}

.jd-power__total-rating .jd-power__heading {
  margin: 0 0 10px;
  font-size: 14px;
  line-height: 1.4;
}

.jd-power__point {
  width: 49%;
}

.jd-power__point--heading {
  margin: 0 0 0.5em;
  font-size: 18px;
  font-weight: 700;
}

.jd-power__point li {
  -webkit-border-radius: 20px;
  padding: 10px;
  border-radius: 20px;
  background-color: #f7f7f7;
  font-size: 14px;
  line-height: 1;
}

.jd-power__point li:before {
  content: "●";
}

.jd-power__point li:not(:first-child) {
  margin: 8px 0 0;
}

.jd-power__question {
  -webkit-borde-radius: 4px;
  width: 22px;
  height: 22px;
  margin-left: 4px;
  padding: 4px;
  border: none;
  border-radius: 4px;
  color: #999;
  font-family: arial, Hiragino Kaku Gothic ProN, Meiryo, Yu Gothic, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  vertical-align: 2px;
  cursor: pointer;
}

.jd-power__question:hover {
  background-color: #999;
  color: #fff;
}

.jd-power .readmore {
  margin: 16px 0 0;
}

.jd-power .readmore a {
  display: block;
  position: unset;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  color: #333;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.jd-power__detailrating {
  display: flex;
  flex-wrap: wrap;
}

.jd-power__detailrating--container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.jd-power__detailrating--box {
  box-sizing: border-box;
  flex: 0 0 49%;
  margin: 0 5px 12px 5px;
  padding: 19px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(132, 136, 138, 0.1);
}

.jd-power__detailrating--box h3 {
  margin: 0 0 0.25em 0;
}

.jd-power__detailrating--box h3 span {
  display: block;
  font-weight: 700;
}

.jd-power__detailrating--box p {
  margin: 1em 0;
  font-size: 14px;
  line-height: 18px;
}

.jd-power__detailrating--box--label {
  margin: 8px auto 4px auto;
  font-size: 12px;
  text-align: center;
}

.jd-power__detailrating--box--target:before {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 4px 0 0;
  background-color: #ffcd45;
  content: "";
}

.jd-power__detailrating--box--same:before {
  display: inline-block;
  width: 20px;
  height: 10px;
  margin: 0 4px 0 0;
  background-color: #e5e5e5;
  content: "";
}

.jd-power__detailrating--box dl {
  position: relative;
  flex: 0 0 100%;
  margin: 0 0 4px 0;
}

.jd-power__detailrating--box dl dt {
  width: 38%;
  padding: 0 4px 0 0;
  float: left;
  font-size: 14px;
  line-height: 32px;
  text-align: right;
}

.jd-power__detailrating--box dl dd {
  position: absolute;
  left: 40%;
  width: 60%;
  text-align: center;
}

.jd-power__detailrating--box dl dd span {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
}

.jd-power__detailrating--this {
  z-index: 3;
  margin: 4px 0;
  padding: 4px 0;
  background-color: #6c86a2;
  opacity: 0.7;
}

.jd-power__detailrating--average {
  z-index: 2;
  padding: 8px 0;
  background-color: #808080;
  opacity: 0.7;
}

.jd-power__technology {
  margin: 0 0 40px;
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(132, 136, 138, 0.1);
  font-size: 14px;
  line-height: 1.6;
}

.jd-power__technology--list {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 auto;
}

.jd-power__technology--list li {
  flex: 0 0 244px;
}

.jd-power__technology--list li dl {
  padding: 12px 0;
}

.jd-power__technology--list li dl dt {
  margin: 4px 0;
  font-weight: 700;
  line-height: 18px;
}

.jd-power__technology--category {
  display: inline-block;
  padding: 4px 10px 3px 10px;
  border-radius: 3px;
  background-color: #6c86a2;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  vertical-align: -1px;
}

.jd-power__technology--cap {
  display: block;
  font-weight: 400;
}

.jd-power__technology--caption {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.jd-power__technology--caption li {
  margin: 0 0 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.jd-power__rating:after {
  display: block;
  clear: both;
  content: "";
}

.jd-power__rating--total {
  width: 200px;
  padding: 19px;
  float: left;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(132, 136, 138, 0.1);
  text-align: center;
}

.jd-power__rating--term {
  width: 170px;
  float: left;
  font-size: 12px;
  line-height: 15px;
}

.jd-power__rating--value {
  width: 150px;
  padding-top: 3px;
  float: right;
  text-align: center;
}

.jd-power__rating-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 760px;
  float: right;
  font-size: 0;
}

.jd-power__rating-list--item {
  display: inline-block;
  width: 330px;
  margin: 0 20px 10px 0;
  padding: 19px;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(132, 136, 138, 0.1);
  vertical-align: top;
}

.jd-power__rating-list--item:nth-child(2n) {
  margin-right: 0;
}

.jd-power__rating-list--item:after {
  display: block;
  clear: both;
  content: "";
}

.jd-power__resale {
  box-sizing: border-box;
  width: 760px;
  padding: 19px;
  float: right;
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(132, 136, 138, 0.1);
  font-size: 14px;
}

.jd-power__resale--tabel {
  width: 100%;
  margin: 10px 0 15px;
  border-collapse: collapse;
  font-size: 13px;
}

.jd-power__resale--tabel th,
.jd-power__resale--tabel td {
  padding: 8px;
}

.jd-power__resale--tabel th {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  background-color: #eee;
  font-weight: 700;
  text-align: left;
}

.jd-power__resale--tabel td {
  border-bottom: solid 1px #ddd;
}

.jd-power__comment {
  margin: 0 0 40px;
  padding: 20px;
  border: solid 1px #eee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 1px 0 rgba(132, 136, 138, 0.1);
  font-size: 14px;
  line-height: 1.6;
}

.jd-power__comment--inner:after {
  display: block;
  clear: both;
  content: "";
}

.jd-power__comment p:last-child {
  margin-bottom: 0;
}

.jd-power__comment--title {
  margin: 0 0 20px;
  padding: 0 0 5px;
  border-bottom: dotted 1px #999;
  font-size: 16px;
  line-height: 1.3;
}

.jd-power__comment--heading {
  margin: 0 0 1em;
}

.jd-power__comment--total {
  width: 48%;
  float: left;
}

.jd-power__comment--total pre {
  white-space: pre-wrap;
}

.jd-power__comment--point {
  width: 48%;
  float: right;
}

.jd-power__comment--fullwidth {
  padding: 22px 0 0 0;
  clear: both;
}

.jd-power__comment--caption {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

.jd-power__comment--caption li {
  margin: 0 0 5px;
  padding-left: 1em;
  text-indent: -1em;
}

.jd-power__tooltip {
  visibility: hidden;
  z-index: 10000;
  position: absolute;
  right: -73px;
  bottom: 125%;
  left: 50%;
  width: 350px;
  margin-left: -60px;
  padding: 15px;
  border: solid 1px #ccc;
  border-radius: 5px;
  background-color: #666;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms;
}

.jd-power__tooltip--title {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.jd-power__tooltip--icon {
  display: inline-block;
  position: relative;
  margin: 0 0 0 5px;
  padding: 3px 6px;
  border: none;
  border-radius: 30px;
  background-color: #999;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.jd-power__tooltip--icon:hover {
  background-color: #e31837;
  text-decoration: none;
}

.jd-power__tooltip--icon:hover > .jd-power__tooltip {
  visibility: visible;
  opacity: 1;
}

.jd-power__author {
  margin: 30px 0 0;
  padding: 15px;
  border: solid 1px #ccc;
  border-radius: 4px;
  font-size: 13px;
}

.jd-power__author--name {
  font-weight: 700;
}

.jd-power__author p:last-child {
  margin-bottom: 0;
}

.jd-power__tooltip--top {
  visibility: hidden;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 180px;
  width: 350px;
  padding: 15px;
  border-radius: 5px;
  background-color: #666;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  opacity: 0;
  transition: opacity 500ms;
}

.jd-power__tooltip--top p {
  margin: 0;
}

.tooltip__tooltip--close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 18px;
  font-weight: 700;
  cursor: pointer;
}

.aboutjd {
  padding: 30px;
}

.togglebox_txt {
  line-height: 1.8;
}

.jd-power__rank--icon {
  position: relative;
  width: 87px;
  height: 34.5px;
  margin: auto;
  background: url("https://cdn.autoc-one.jp/catalog/assets/image/common/icon_reting_medal.png") no-repeat;
  background-size: 172.41379%, 391.30435%;
}

.jd-power__rank--icon.jd-power__rank--gold {
  background-position: 0% 0%;
}

.jd-power__rank--icon.jd-power__rank--silver {
  background-position: 0% 34.32836%;
}

.jd-power__rank--icon.jd-power__rank--bronze {
  background-position: 0% 68.65672%;
}

.jd-power__circle .jd-power__rank--icon {
  width: 116px;
  height: 46px;
}

/*ユーザーレビュー*/

.review {
  margin: 8px 0 40px;
}

.review .review__inner {
  width: 1020px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.review .review__primary {
  width: 630px;
}

.review .review__secondary {
  width: 360px;
}

.review .review__rating {
  display: flex;
  align-items: center;
}

.review .review__rating--star {
  margin: 0 8px 0 0;
}

.review .review__rating--star img {
  vertical-align: baseline;
}

.review .review__rating--value {
  font-family: Arial, Helvetica, sans-serif;
  color: #e31837;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.review .review__rating--unit {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 3px 4px;
  align-self: flex-end;
}

.review .review__price {
  margin: 16px 0 0;
  display: flex;
  justify-content: flex-start;
  border-top: 1px solid #CCC;
  padding: 8px 0 0;
}

.review .review__price .review__meta:not(:first-child) {
  margin-left: 16px;
}

.review .review__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.review .review__meta {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 14px;
  margin: 4px 0 0;
}

.evaluation .evaluation__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.evaluation .evaluation__list {
  width: 150px;
  text-align: center;
  height: 150px;
  background-color: #fff;
  border: 1px solid #CCC;
  box-sizing: border-box;
  border-radius: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 4px;
}

.evaluation .evaluation__list dt {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
}

.evaluation .evaluation__list dd {
  margin: 4px 0 0;
}

.evaluation .evaluation__list a {
  color: inherit;
  text-decoration: none;
}

.evaluation .evaluation__list .value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #e31837;
}

.evaluation .evaluation__list svg {
  fill: #ffc116;
  margin: 0 4px 0 0;
}

.evaluation .evaluation__caption {
  font-size: 12px;
}

/*即納！最短3週間で新車が納車キャンペーン！！*/

.immediately__amazon .gift {
  color: #C00;
}

.immediately__cargrade {
  margin: 10px 0 0;
  display: flex;
  justify-content: space-between;
}

.immediately__cargrade--data {
  width: 600px;
  margin: 10px 0 0 0;
  font-size: 14px;
  line-height: 1.5;
}

.immediately__cargrade--data div:last-child {
  margin: 5px 0 0;
}

.immediately__cargrade--button a.btn_link {
  position: relative;
  display: block;
  margin: 0 0 10px;
  text-decoration: none;
  border-radius: 4px;
  box-shadow: 0 5px 0 0 #c94e06;
  padding: 10px 20px 10px 50px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

.immediately__cargrade--button a.btn_link::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.immediately__cargrade--button a.btn_link span {
  display: block;
  font-size: 22px;
}

.immediately__cargrade--button a.btn_link .left {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 15px;
  color: #FFF;
  line-height: 1.4;
  padding: 17px 9px 13px;
  border-radius: 4px 0 0 4px;
  font-size: 14px;
}

.immediately__cargrade--button a.btn_link:active {
  transform: translateY(4px);
  box-shadow: none;
}

.immediately__cargrade--button .web {
  color: #FFF;
  background-color: #FF5E00;
}

.immediately__cargrade--button .web .left {
  background-image: linear-gradient(to bottom, #FA8717 85%, #FA8717 100%);
}

/* 20200902即納キャンペーン*/

.immediately__inner {
  padding: 15px;
  border: solid 4px #DDD;
  border-radius: 5px;
  margin-top: 16px;
}

.immediately__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.immediately__title span {
  color: #FF5E00;
  font-size: 24px;
}

.immediately__title .car__name {
  padding: 0 0 0 0;
  font-size: 22px;
  color: #000;
}

.immediately__amazon {
  padding: 5px 10px;
  background: #fffae9;
  border-radius: 15px;
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
}

.lp_link {
  width: 98%;
  margin: 5px 0 0 0;
  position: relative;
  display: inline-block;
  padding-right: 13px;
  font-size: 13px;
  text-align: right;
}

.lp_link a {
  color: #000;
  text-decoration: none;
}

.lp_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #FF5E00;
  border-right: solid 2px #FF5E00;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -4px;
}

/*ランキング*/

.ranking {
  margin: 44px 0 0;
}

.ranking img {
  width: 178px;
  height: 89px;
  display: block;
  margin: auto;
}

.ranking__heading {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
}

.ranking__heading--cap {
  font-size: 12px;
  font-weight: 400;
  margin-left: 1em;
}

.ranking__date {
  font-size: 12px;
  font-weight: 400;
}

.ranking__list {
  display: flex;
  flex-wrap: wrap;
}

.ranking__list li {
  width: calc((100% - 60px) / 4);
  box-sizing: border-box;
  position: relative;
}

.ranking__list li:not(:nth-child(4n)) {
  margin-right: 20px;
}

.ranking__list li:not(:nth-child(-n+4)) {
  margin-top: 20px;
}

.ranking__icon {
  position: absolute;
  z-index: 1;
  background-color: #FFF;
  border: 1px solid #CCC;
  color: #333;
  font-size: 11px;
  padding: 8px;
  border-radius: 50px;
  height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
}

.ranking__list li:nth-child(1) .ranking__icon {
  color: #fff;
  background-color: #d9b340;
  border-color: #d9b340;
}

.ranking__list li:nth-child(2) .ranking__icon {
  color: #fff;
  background-color: #6f7b83;
  border-color: #6f7b83;
}

.ranking__list li:nth-child(3) .ranking__icon {
  color: #fff;
  background-color: #a15326;
  border-color: #a15326;
}

.ranking__list li:hover .ranking__button {
  opacity: 0.8;
  z-index: -1;
  cursor: pointer;
  background-color: #c00;
  color: #fff;
}

.ranking__thumbnail {
  position: relative;
}

.ranking__title {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
}

.ranking__title a {
  color: inherit;
}

.ranking__title a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.ranking__data--spec {
  font-size: 12px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-bottom: 1px solid #a5a5a5;
}

.ranking__deta {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 11px;
}

.ranking__deta:first-of-type {
  margin-top: 8px;
}

.ranking__deta--disabled {
  font-size: 12px;
  line-height: 1.3;
  margin-top: auto;
  padding: 27px;
  text-align: center;
}

.ranking__deta--item {
  position: relative;
  width: 6em;
  margin: 4px 0 0;
}

.ranking__deta--price {
  margin: 4px 0 0;
  width: calc(100% - 6em);
  text-align: right;
}

.ranking__deta--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ranking__bonus {
  width: 100%;
  font-size: 11px;
  line-height: 1.3;
  margin-top: 4px;
}

.ranking__deta--item {
  position: relative;
  width: 6em;
  margin: 4px 0 0;
}

.ranking__deta--price {
  margin: 4px 0 0;
  width: calc(100% - 6em);
  text-align: right;
}

.ranking__button {
  display: block;
  font-size: 13px;
  line-height: 1;
  text-align: center;
  box-sizing: border-box;
  padding: 10px 10px 12px;
  color: #c00;
  background-color: #fff;
  border-radius: 4px;
  margin-top: 8px;
  border: 1px solid #c00;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.footer-top__inquiry--primary a,
.footer-top__inquiry--secondary a {
  text-decoration: none;
}

/*古いバナー
.campaign_banner_top {
  margin: 0 0 12px;
}

/* キャンペーン共通用 */

.campaign-block .campaign-block__title {
  margin: 0 0 10px;
  font-size: 22px;
  font-weight: 700;
}

.campaign-block .campaign-block__title:before {
  content: "";
  width: 30px;
  height: 27px;
  background: url("/lease/image/newcar/icon-72a5b881c24763404147662f26bfe59a.png") 0 0 no-repeat;
  display: inline-block;
  background-size: cover;
  margin: 0 4px 0 0;
  vertical-align: -1px;
}

.campaign-block .campaign-block__inner {
  padding: 15px;
  border: solid 4px #DDD;
  border-radius: 5px;
  margin-top: 16px;
}

.campaign-block .campaign-block__inner--title {
  margin: 0 0 10px;
  color: #FF5E00;
  font-size: 24px;
  font-weight: 700;
}

.campaign-block .campaign-block__inner--title span {
  color: #000;
  font-size: 14px;
}

.campaign-block .campaign-block__inner--text {
  font-size: 14px;
}

.campaign-block .campaign-block__inner--text span {
  font-size: 18px;
  font-weight: 700;
}

.campaign-block .campaign-block__inner--2column {
  display: flex;
  justify-content: space-between;
}

.campaign-block .campaign-block__inner--button {
  border-radius: 4px;
  background-color: #00ACEA;
  box-shadow: 0 5px 0 0 #0391c4;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
}

.campaign-block .campaign-block__inner--button a {
  display: block;
  padding: 12px 10px 10px;
  color: #fff;
  text-decoration: none;
}

.lease-info {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 44px;
}

.lease-info h2 {
  margin-bottom: 8px;
}

.lease-info h3 {
  font-size: 20px;
  text-align: center;
}

.lease-info .lease-info__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

.lease-info .lease-info__list > li {
  width: 32%;
  position: relative;
}

.lease-info img {
  max-width: 100%;
  height: auto;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
}

.lease-info .lease-info__text {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 8px;
  margin-bottom: 0;
}

.lease-info .reason__item--icon {
  margin-right: 4px;
  vertical-align: -2px;
  width: 24px;
  height: 24px;
  border: 0;
}

section h2 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 8px;
}

/*比較テーブル*/

.comparison-table {
  margin-top: 44px;
  margin-bottom: 44px;
}

.comparison-table .table {
  border: 1px solid #CCC;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 13px;
  line-height: 1.6;
  width: 100%;
  position: relative;
}

.comparison-table .table th,
.comparison-table .table td {
  border: 1px solid #EEE;
  padding: 16px 8px;
  vertical-align: middle;
  text-align: center;
}

.comparison-table .table td.best {
  background-color: #fffad0;
}

.comparison-table .table td {
  background-color: #FFF;
}

.comparison-table .table thead th:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
}

.comparison-table .table thead th {
  padding: 8px;
  position: sticky;
  top: 0;
  z-index: 1;
  text-align: center;
}

.comparison-table .table tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
  text-align: left;
}

.comparison-table .table tbody th span {
  display: block;
}

.table__scroll {
  font-size: 13px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.table__cap {
  font-size: 12px;
  margin-top: 4px;
}

.table__scroll li {
  text-indent: -1em;
  padding-left: 1em;
}

.table__scroll::-webkit-scrollbar {
  width: 15px;
}

.table__scroll::-webkit-scrollbar-thumb {
  background: #c1c1c1;
}

.table__scroll::-webkit-scrollbar-track-piece:start {
  background: #f1f1f1;
}

.table__scrol::-webkit-scrollbar-track-piece:end {
  background: #f1f1f1;
}

[role=region][aria-labelledby][tabindex] {
  width: 100%;
  max-height: 98vh;
  overflow: auto;
}

[role=region][aria-labelledby][tabindex]:focus {
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
  outline: 0;
}

.comparison-table img {
  width: 20px;
  height: auto;
}

.comparison-table .cap {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  display: block;
  margin-top: 4px;
}

/*MOTAカーリースは3つの心配ナシ!!!*/

.reason {
  font-size: 13px;
  line-height: 1.5;
  background-color: #fbf9f3;
}

.reason .reason__heading {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  margin-bottom: 8px;
}

.reason .reason__heading--color {
  color: #C00;
}

.reason .reason__item--heading span {
  background-color: #C00;
  color: #FFF;
  font-size: 12px;
  line-height: 1;
  padding: 4px 6px;
  display: inline-block;
  border-radius: 4px;
  margin-right: 4px;
  margin-bottom: 3px;
}

.reason .reason__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reason .reason__item {
  width: 31%;
}

.reason .reason__item--heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.reason .reason__item--small-heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.reason .reason__item--icon {
  margin-right: 4px;
  vertical-align: -2px;
  width: 24px;
  height: 24px;
}

.reason .reason__item--text {
  margin-top: 8px;
}

.reason p {
  margin-bottom: 0;
}

/*車両写真*/

.catlog-photo {
  margin-top: 40px;
}

.catlog-photo .catlog-photo__heading {
  margin-bottom: 8px;
}

.catlog-photo .catlog-photo__list {
  display: flex;
  flex-wrap: wrap;
}

.catlog-photo .catlog-photo__list a {
  display: block;
  width: calc((100% - 40px) / 6);
  box-sizing: border-box;
}

.catlog-photo .catlog-photo__list a:not(:nth-child(-n+6)) {
  margin-top: 8px;
}

.catlog-photo .catlog-photo__list a:not(:nth-child(6n)) {
  margin-right: 8px;
}

.catlog-photo .catlog-photo__list img {
  width: 163px;
  height: 110px;
  -o-object-fit: contain;
  object-fit: contain;
  border: 1px solid #EFEFEF;
  box-sizing: border-box;
}

.catlog-photo .catlog-photo--message {
  font-size: 14px;
}

.catlog-photo .catlog-photo__link {
  font-size: 12px;
  margin-top: 8px;
  text-align: right;
}

.catlog-photo .catlog-photo__link a {
  color: inherit;
}

.plans__button--middle {
  width: 520px;
}

.plans__button {
  background-color: #C00;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  margin: 38px auto 0;
  box-shadow: 0 5px 0 0 #a80303;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}

.plans__button--mc {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2.4em;
  width: 100%;
  color: #333;
  font-size: 15px;
}

.plans__button--mc::before,
.plans__button--mc::after {
  content: "";
  display: inline-block;
  height: 2em;
}

.plans__button--mc::before {
  margin-right: 1em;
  border-left: 3px solid #C00;
  transform: rotate(-30deg);
}

.plans__button--mc::after {
  margin-left: 0.6em;
  border-right: 3px solid #C00;
  transform: rotate(30deg);
}

.plans__button:active {
  transform: translateY(4px);
  box-shadow: none;
}

.plans__button--icon {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-color: #a80303;
  box-shadow: 0 5px 0 0 #890101;
  width: 1em;
  padding: 8px;
  display: flex;
  align-items: center;
  border-radius: 4px 0 0 4px;
  line-height: 1;
  color: #fff;
}

.plans__button:active .plans__button--icon {
  transform: translateY(4px);
  box-shadow: none;
  top: -4px;
  bottom: 4px;
}

.plans__button--cap {
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  margin-top: 16px;
}

.button__entry--link {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 24px;
}

.button__entry__campaign--link {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 14px 14px 14px 50px;
}

.campaign__button {
  margin: 32px auto 0;
  width: 500px;
  text-align: center;
}

.campaign__text {
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
}

.campaign__text--main {
  font-size: 18px;
  font-weight: 700;
}

.plans__button--campaign {
  font-size: 18px;
  line-height: 1.5;
  background-color: #C00;
  box-shadow: 0 5px 0 0 #9a0303;
  margin-top: 16px;
}

.plans__button--campaign .button__entry--link {
  padding: 16px 10px 16px 34px;
}

.plans__button--campaign .plans__button--icon {
  background-color: #e47b7b;
  box-shadow: 0 5px 0 0 #a35656;
}

.contact {
  background-color: #F7F7F7;
}

.contact__inner {
  width: 1020px;
  margin: 44px auto 16px;
  text-align: center;
  padding: 46px;
}

.contact .contact__heading {
  font-weight: 700;
}

.contact .contact__body {
  margin-top: 8px;
}

.contact__body--tel {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.contact__body--time {
  font-size: 14px;
  line-height: 1.5;
}

.contact__link {
  display: inline-block;
  color: #FFF;
  background-color: #333;
  text-decoration: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 4px;
  margin-top: 8px;
}

.popup {
  width: 800px;
  position: fixed;
  z-index: 101;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.popup__close {
  border: 0;
  background: none;
  outline: 0;
  padding: 0;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 36px;
  height: 36px;
  cursor: pointer;
}

.popup__close img {
  width: 100%;
  height: auto;
}

.popup__button {
  border: 1px solid #CCC;
  display: block;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  font-size: 14px;
  width: 470px;
  margin: auto;
  color: inherit;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.popup__title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
}

.popup__contents {
  background-color: #FFF;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  border-radius: 8px;
}

.popup__contents img {
  max-width: 100%;
  height: auto;
}

.popup__bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.popup-open {
  overflow: hidden;
}

.plans__button--online {
  position: relative;
  margin-bottom: 8px;
}

.plans__button--online a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #c00;
  text-decoration: none;
  border: 1px solid #c00;
  padding: 14px 24px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  margin: auto;
  position: relative;
}

.plans__button--online .plans__button--icon {
  box-shadow: none;
}

.plans__button--illust {
  width: 71px;
  height: auto;
  margin-right: 8px;
}

.plans__inquiry {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plans__inquiry--heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  margin-right: 14px;
  border: solid 1px #CCC;
  padding: 16px;
}

.plans__inquiry--tel {
  text-align: left;
}

.plans__inquiry--number {
  font-size: 32px;
  font-weight: 700;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: -4px;
}

.plans__inquiry--number img {
  width: 46px;
  height: auto;
  vertical-align: top;
}

.plans__inquiry--time {
  font-size: 12px;
  line-height: 1;
  display: inline-block;
}

.plans__inquiry--cap {
  font-size: 11px;
  line-height: 1;
  text-indent: -0.5em;
  display: inline-block;
}

.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}

.marker_blue {
  background: linear-gradient(transparent 60%, #66ccff 60%);
}

.marker_pink {
  background: linear-gradient(transparent 60%, #ff66ff 60%);
}

.marker_green {
  background: linear-gradient(transparent 60%, #66FFCC 60%);
}

.sns {
  margin-top: 16px;
}

.sns .sns__list {
  margin: 12px auto 24px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 400px;
}

.sns .sns__list--item {
  list-style: none;
  width: 16.6666666667%;
  margin: 0;
}

.sns .sns__list--item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  margin: auto;
}

.sns .sns__list--item a > img {
  width: 22px;
  height: auto;
  vertical-align: unset;
}

.sns .sns__list--item a:hover .icon-sns {
  position: absolute;
  z-index: -1;
  border: 1px solid #EEE;
  border-radius: 100px;
  opacity: 0;
  box-shadow: 0px 0px 2px #EEE, inset 0px 0px 2px #EEE;
  animation: pulsate 0.7s ease-out;
  animation-iteration-count: infinite;
  height: 80px;
  width: 80px;
  top: -20px;
  left: -20px;
  margin: auto;
}

.share__btn--clip .share__tooltip {
  display: none;
}

.share__btn--clip:hover .share__tooltip {
  display: block;
  border-radius: 4px;
  background: #4DABFF;
  color: #FFF;
  font-size: 14px;
  line-height: 1.3;
  position: absolute;
  width: 12em;
  top: -35px;
  left: -60px;
  padding: 4px;
}

@keyframes pulsate {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  /* リングの大きさ */
  100% {
    transform: scale(0.9, 0.9);
    opacity: 0;
  }
}

.user-review {
  width: 1020px;
  margin: 44px auto;
}

.user-review__heading {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  position: relative;
  margin-bottom: 8px;
}

.user-review__heading > span {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.user-review__list {
  display: flex;
}

.user-review__item {
  width: 330px;
  border-top: 2px solid #CCC;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
}

.user-review__head {
  display: flex;
  justify-content: space-between;
}

.user-review__body {
  background-color: #fbf9f3;
  padding: 12px;
  margin-top: 8px;
  border-radius: 8px;
  height: 100%;
}

.user-review__item--icon {
  font-size: 12px;
  background-color: #FFF;
  border: 1px solid #C00;
  color: #C00;
  display: inline-block;
  padding: 8px;
}

.user-review__name {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}

.user-review__thumbnail {
  width: 100px;
  height: auto;
}

.user-review__reting {
  margin-top: 8px;
  display: flex;
  align-items: baseline;
}

.user-review__reting__icon {
  width: 24px;
  height: auto;
  align-self: flex-start;
}

.user-review__reting__title {
  font-size: 15px;
  font-weight: 700;
  margin-right: 8px;
  align-self: baseline;
  margin-top: 8px;
}

.user-review__reting__comment {
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.user-review__text {
  font-size: 13px;
  line-height: 1.5;
}

.user-review__user {
  font-size: 12px;
  line-height: 1.5;
}

.user-review__date {
  font-size: 11px;
  line-height: 1.5;
  text-align: right;
  display: block;
}

.user-review__name--maker {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.user-review .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  z-index: 100;
}

.user-review .prev::before {
  left: -6px;
  transform: translateX(-50%) rotate(225deg);
}

.user-review .next::before {
  right: -21px;
  transform: translateX(-50%) rotate(45deg);
}

.user-review .slick-initialized .slick-slide:not(:root) {
  display: flex;
}

.car-review__primary {
  display: flex;
}

.car-review__post {
  display: flex;
}

/*MOTAカーリースの取扱最安値車種*/

.lowest {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 24px;
  margin-bottom: 44px;
}

.lowest .lowest__inner {
  width: 1020px;
  margin: auto;
}

.lowest .lowest__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 8px;
}

.lowest .lowest__list {
  display: flex;
  justify-content: space-around;
}

.lowest .lowest__list li {
  width: 240px;
  background-color: #FFF;
  font-size: 13px;
  position: relative;
  margin: 0 28px;
}

.lowest .lowest__list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.lowest .lowest__thumb {
  width: 240px;
  display: flex;
  align-items: center;
}

.lowest .lowest__thumb img {
  max-width: 100%;
  height: auto;
  margin: auto;
  display: block;
}

.lowest .lowest__name {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.lowest .lowest__name a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.lowest .lowest__cap {
  font-size: 12px;
  font-weight: 400;
  margin-top: 4px;
}

.lowest .lowest__data {
  font-size: 12px;
  margin-top: 8px;
}

.lowest .lowest__price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  width: 220px;
  margin: auto;
}

.lowest .lowest__price dd {
  margin-top: 8px;
  line-height: 1;
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
}

.lowest .lowest__yea--iconr {
  font-size: 11px;
  font-weight: 700;
  background-color: #FF3455;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  margin-top: 4px;
}

.lowest .lowest__month--icon {
  font-size: 12px;
  margin: 4px 0 0;
}

.lowest .lowest__month--title {
  font-size: 13px;
  font-weight: 400;
  margin-right: auto;
}

.lowest .lowest__month--value {
  color: #e31837;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.lowest .lowest__month--unit {
  font-size: 11px;
  font-weight: 400;
  margin-left: 0.25em;
}

.lowest .lowest__rating {
  margin: 4px 0 0;
}

.lowest .lowest__rating--icon {
  color: #FF9F0E;
  font-size: 20px;
  vertical-align: -1px;
  letter-spacing: -0.1em;
  margin-left: 0.25em;
}

.lowest .lowest__rating--value {
  font-family: Arial, Helvetica, sans-serif;
  color: #DE4545;
  font-size: 16px;
  font-weight: 700;
  margin-left: 0.25em;
}

.lowest .lowest__button {
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 12px;
  color: #FFF;
  background-color: #00ACEA;
  border-radius: 20px;
  margin-top: 8px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.lowest .lowest__bonus {
  padding: 4px;
  background-color: #F7F7F7;
  width: 100%;
  font-size: 12px;
  line-height: 1.2;
  margin-top: 4px;
  text-align: center;
}

.reject {
  background-color: #F3F3F3;
}

.reject .reject__inner {
  padding: 24px 0;
  text-align: center;
}

.reject .reject__heading {
  font-size: 22px;
  font-weight: 700;
}

.reject .button {
  background-color: #FFF;
  border: 1px solid #ccc;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 8px 44px;
  font-size: 16px;
  margin-top: 16px;
}

/*車種閲覧履歴*/

.unfinished {
  width: 1020px;
  margin: 20px auto 0;
}

.unfinished .unfinished__ttile {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  position: relative;
  margin-bottom: 8px;
}

.unfinished .unfinished__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.unfinished .unfinished__photo {
  width: 100px;
  display: flex;
  align-items: center;
}

.unfinished .unfinished__photo img {
  max-width: 100%;
  height: auto;
}

.unfinished .unfinished__data {
  width: calc(100% - 100px);
}

.unfinished .unfinished__data--name {
  font-size: 14px;
}

.unfinished .unfinished__data--name a {
  color: inherit;
  text-decoration: none;
}

.unfinished .unfinished__data--name a:hover .unfinished__name--maker {
  text-decoration: underline;
}

.unfinished .unfinished__name--maker {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
}

.unfinished .unfinished__name--option {
  display: block;
  font-size: 12px;
  font-weight: 400;
  margin-top: 8px;
}

.unfinished .unfinished__data--list {
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
}

.unfinished .unfinished__data--list li {
  width: 11%;
}

.unfinished .unfinished__data--list li:nth-child(2) {
  width: 30%;
}

.unfinished .unfinished__price,
.unfinished .unfinished__status {
  text-align: center;
}

.unfinished .unfinished__price--title,
.unfinished .unfinished__status--title {
  display: block;
  font-size: 11px;
}

.unfinished .unfinished__price--value {
  color: #e31837;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.unfinished .unfinished__status--value {
  font-size: 11px;
}

.unfinished .unfinished__price--unit {
  font-size: 11px;
  margin-left: 4px;
}

.unfinished .unfinished__status--unit {
  font-size: 11px;
}

.unfinished .unfinished__close {
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  background: none;
  font-size: 12px;
  border: 1px solid #CCC;
  cursor: pointer;
  padding: 4px 6px;
}

.unfinished .unfinished__close:hover {
  background-color: #EFEFEF;
}

.unfinished .bx-wrapper {
  box-shadow: none;
  padding: 0 50px;
  border: 0;
  border: 1px solid #CCC;
  padding: 16px 50px;
  margin: 0;
}

.history__wrap {
  width: 200px;
}

.search-history {
  width: 49%;
}

.browsing-history {
  width: 49%;
}

.search-history__list,
.browsing-history__list {
  display: flex;
  flex-wrap: wrap;
}

.search-history__list--item,
.browsing-history__list--item {
  margin-top: 4px;
  margin-right: 4px;
}

.search-history__list a,
.browsing-history__list a {
  background-color: #F7F7F7;
  border-radius: 4px;
  padding: 6px;
  font-size: 12px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

.search-history__list a:hover,
.browsing-history__list a:hover {
  background-color: #CCC;
  color: #FFF;
}

.bxslider__inner {
  display: none;
  /*読み込み時は非表示*/
}

.bx-viewport .bxslider__inner {
  display: block !important;
  /*JSが読み込まれたら表示*/
}

.bx-wrapper .bx-controls-direction a {
  z-index: 100 !important;
}

.ev__banner {
  width: 1020px;
  margin: 32px auto 44px;
}

.reason {
  margin-top: 20px;
}

.contents-block {
  margin-top: 40px;
}

/*納期の早い人気車特集*/

.early-delivery {
  font-size: 16px;
  line-height: 1.8;
  background-color: #fcdf7f;
  margin-top: 0;
  /*.lowest__list li:nth-child(5) {
    display: none;
  }*/
  /*.link-entry::after {
    position: absolute;
    right: 10px;
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
    transform: rotate(45deg);
  }*/
  /* .link-detail::after {
     position: absolute;
     right: 10px;
     content: '';
     width: 6px;
     height: 6px;
     border-top: 2px solid #C00;
     border-right: 2px solid #C00;
     transform: rotate(45deg);
   }*/
}

.early-delivery .early-delivery__inner {
  width: 1020px;
  margin: auto;
}

.early-delivery .early-delivery__inner p {
  color: #000;
}

.early-delivery .early-delivery__heading {
  margin: 0 0 13px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.early-delivery .early-delivery__heading2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #000;
}

.early-delivery .early-delivery__time {
  font-size: 12px;
  display: block;
  color: #000;
}

.early-delivery .early-delivery__list--inner {
  background-color: #FFF;
  padding: 10px;
  position: relative;
}

.early-delivery .early-delivery__list--inner a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.early-delivery .lowest__item {
  position: relative;
}

.early-delivery .lowest__thumb {
  box-sizing: border-box;
}

.early-delivery .lowest__thumb img {
  width: 100%;
  margin: auto;
  display: block;
}

.early-delivery .lowest__name {
  margin: 0 0 8px;
  font-weight: 700;
  line-height: 1.3;
}

.early-delivery .lowest__name span {
  display: block;
}

.early-delivery .lowest__name a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.early-delivery .lowest__data {
  font-size: 12px;
}

.early-delivery .lowest__price dd {
  margin-top: 4px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.early-delivery .lowest__month--value {
  color: #ff5e00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.early-delivery .lowest__month--unit {
  font-weight: 400;
}

.early-delivery .lowest__rating--value {
  font-family: Arial, Helvetica, sans-serif;
  color: #DE4545;
  font-size: 14px;
  font-weight: 700;
  margin-left: 0.25em;
}

.early-delivery .lowest__button {
  font-size: 13px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 12px;
  color: #FFF;
  background-color: #00ACEA;
  border-radius: 20px;
  margin-top: 8px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.early-delivery .lowest__icon {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  left: 2px;
  top: 2px;
  padding: 2px 4px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  color: #000;
  background: #f9be00;
  border-radius: 4px;
}

.early-delivery .lowest__icon img {
  margin-right: 2px;
  max-width: 100%;
  height: 18px;
}

.early-delivery .link-entry {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #C00;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #C00;
  border-radius: 4px;
  position: relative;
  z-index: 2;
}

.early-delivery .link-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  color: #C00;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #C00;
  border-radius: 4px;
  margin-top: 8px;
  position: relative;
}

.slick01 .slick-prev {
  z-index: 100;
  left: -10px;
}

.slick01 .slick-next {
  z-index: 100;
  right: -10px;
}

.slick01 .slick-prev,
.slick01 .slick-next {
  width: 28px;
  height: 28px;
}

.slick01 .slick-prev:before,
.slick01 .slick-next:before {
  content: "";
}

.slick01 .slick-prev:before {
  position: absolute;
  right: 20px;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(225deg);
}

.slick01 .slick-next:before {
  position: absolute;
  left: 20px;
  content: "";
  width: 16px;
  height: 16px;
  border-top: 4px solid #333;
  border-right: 4px solid #333;
  transform: rotate(45deg);
}

.slick01 {
  display: none;
}

.slick01.slick-initialized {
  display: block;
  /*slick-initializedが付与されたら表示*/
}

.mb20 {
  margin-bottom: 20px;
}

.mt20 {
  margin-top: 20px;
}

/*短納期バッジ*/

.early-delivery_badge {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

.early-delivery_badge .deadline {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-align: center;
  background-color: #fcdf7f;
  border-radius: 4px;
  box-sizing: border-box;
}

.early-delivery_badge .deadline p {
  margin: 0;
}

.early-delivery_badge .early-delivery_tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(252, 223, 127, 0.5);
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}

.early-delivery_badge .early-delivery_tips .icon {
  height: auto;
}

.early-delivery_badge .early-delivery_tips img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.early-delivery_badge .early-delivery_tips p {
  margin: 0;
  font-weight: 700;
  line-height: 1.3;
}

.early-delivery_badge .early-delivery_tips p span {
  display: block;
}

.popup_tips_balloon {
  position: absolute;
  right: 12px;
  display: none;
  margin: 12px 0;
  padding: 12px 12px;
  font-size: 14px;
  line-height: 1.5;
  border-radius: 4px;
  background-color: #fdefbf;
  box-shadow: rgba(99, 99, 99, 0.3) 0px 2px 8px 0px;
  z-index: 1;
  box-sizing: border-box;
}

.popup_tips_balloon:before {
  content: "";
  position: absolute;
  top: -30px;
  border: 15px solid transparent;
  border-bottom: 15px solid #fdefbf;
}

.popup_tips__title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  margin: 0 0 4px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.icon-tip {
  margin-right: 4px;
  width: 20px;
  height: auto;
}

/*審査シミュレーションボタン*/

.simulator__button__title {
  margin: 16px 0 4px;
  font-weight: 700;
  color: #C00;
  text-align: center;
}

.simulator__button {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #ff7548;
  text-decoration: none;
  margin: 0 auto;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #c5532e;
  position: relative;
  box-sizing: border-box;
}

.simulator__button::after {
  position: absolute;
  top: 46%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.simulator__button__sub {
  background-color: #fff;
  color: #ff7548;
  font-size: 14px;
  font-weight: 700;
  border-radius: 14px;
}

.simulator__button__main {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.simulator__button__sub,
.simulator__button__main {
  line-height: 1;
}

.simulator__button__main--free {
  color: #fff;
  background-color: #333;
  box-shadow: 0 3px 0 0 #000;
  border-radius: 4px 0 0 4px;
  width: 2em;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

/*FAQ*/

summary {
  display: block;
}

summary::-webkit-details-marker {
  display: none;
}

.faq {
  /*details[open] .icon {*/
  /*  transform: rotate(180deg);*/
  /*}*/
  /* is-openedクラスが付与されたときのスタイル */
  /* アイコンのバーのスタイル */
}

.faq .icon {
  display: block;
  position: absolute;
  top: 54%;
  right: 2%;
  width: 12px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
}

.faq details.is-opened .icon {
  transform: rotate(180deg);
}

.faq .icon::before,
.faq .icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 2px;
  background-color: #9e9e9e;
}

.faq .icon::before {
  left: 0;
  transform: rotate(45deg);
}

.faq .icon::after {
  right: 0;
  transform: rotate(-45deg);
}

.faq__item {
  margin-bottom: 2px;
}

.faq__item--question {
  background-color: #F5F5F5;
  padding: 14px 14px 14px 60px;
  position: relative;
  font-weight: 700;
}

.faq__item--question::before {
  content: "Q";
  font-family: system-ui;
  font-size: 21px;
  margin-right: 12px;
  background-color: #333;
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.faq__item--anser {
  overflow: hidden;
}

.faq__item--anser__inner {
  font-size: 15px;
  line-height: 1.6;
  padding: 24px 0 24px 60px;
}

/*審査シミュレーション*/

.simulator__bg {
  background-color: #f1f1f1;
}

.simulator h2 {
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  position: relative;
  margin-bottom: 8px;
}

.simulator__wrap {
  display: flex;
  justify-content: space-between;
}

.simulator__img {
  height: auto;
}

.simulator__body {
  line-height: 1.6;
}

.simulator__button {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #ff7548;
  text-decoration: none;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 3px 0 0 #c5532e;
  position: relative;
}

.simulator__button::after {
  position: absolute;
  top: 46%;
  right: 20px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}

.simulator__button__sub {
  background-color: #fff;
  color: #ff7548;
  font-size: 14px;
  font-weight: 700;
  border-radius: 14px;
}

.simulator__button__main {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: center;
}

.simulator__button__sub,
.simulator__button__main {
  line-height: 1;
}

.simulator__button__main--free {
  color: #fff;
  background-color: #333;
  box-shadow: 0 3px 0 0 #000;
  border-radius: 4px 0 0 4px;
  width: 2em;
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.simulator-area {
  width: 100vw;
  margin: 40px calc(50% - 50vw);
}

@media screen and (min-width: 640px) {
  .detail__bg {
    margin: 24px 0 0;
  }

  .recommend__heading {
    font-size: 24px;
    margin-bottom: 8px;
    align-items: center;
  }

  .recommend__list {
    flex-wrap: wrap;
  }

  .recommend__list li:not(:nth-child(4n)) {
    margin-right: 20px;
  }

  .recommend__list li:not(:nth-child(-n+4)) {
    margin-top: 20px;
  }

  .recommend__list li:hover .recommend__button {
    opacity: 0.8;
    z-index: -1;
    cursor: pointer;
    background-color: #c00;
    color: #fff;
  }

  .recommend__thumbnail img {
    max-width: 80%;
  }

  .recommend__price--disabled {
    padding: 27px;
  }

  .ranking__list li > dl {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .ranking__body {
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .reason {
    width: 100vw;
    margin: 44px calc(50% - 50vw) 0;
  }

  .reason .reason__inner {
    width: 1020px;
    margin: auto;
    padding: 32px 0;
  }

  .reason .reason__item--img {
    border: 1px solid #CCC;
  }

  .popup__button:hover {
    color: #FFF;
    background-color: #FF8409;
    border-color: #FF8409;
  }

  .lowest .lowest__button:hover {
    opacity: 0.5;
  }

  .unfinished .unfinished__price--title,
  .unfinished .unfinished__status--title {
    margin-bottom: 8px;
    background-color: #F7F7F7;
    padding: 6px;
  }

  .history__row {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 16px auto;
  }

  .search-history__title,
  .browsing-history__title {
    margin-bottom: 8px;
  }

  .early-delivery .early-delivery__inner {
    padding: 40px 0;
  }

  .early-delivery .early-delivery__time {
    margin-top: -16px;
    margin-bottom: 16px;
  }

  .early-delivery .early-delivery__list--inner {
    width: 40%;
    margin: 0 4px;
  }

  .early-delivery .lowest__thumb {
    padding: 32px 10px 10px;
    overflow: hidden;
  }

  .early-delivery .lowest__name {
    font-size: 15px;
    height: 32px;
  }

  .early-delivery .lowest__name span {
    font-size: 13px;
  }

  .early-delivery .lowest__data {
    margin-top: 8px;
  }

  .early-delivery .lowest__month--value {
    margin: 0 2px;
  }

  .early-delivery .lowest__month--unit {
    font-size: 12px;
  }

  .early-delivery .lowest__button:hover {
    opacity: 0.5;
  }

  .early-delivery .link-entry {
    margin-top: 16px;
    font-size: 14px;
    height: 40px;
  }

  .early-delivery .link-detail {
    font-size: 14px;
    height: 40px;
  }

  .early-delivery .link-entry:hover {
    background-color: #a80303;
    /*background-color: #FFF;
    cursor: pointer;
    &:after {
      border-color: #C00;
    }*/
  }

  .early-delivery .early-delivery__list--inner:hover,
  .early-delivery .early-delivery__list--inner:hover .link-detail {
    background-color: #F7F7F7;
    cursor: pointer;
  }

  .early-delivery_badge {
    margin: 8px 0 4px;
  }

  .early-delivery_badge .deadline {
    padding: 8px;
    font-size: 14px;
  }

  .early-delivery_badge .deadline p span {
    font-size: 18px;
  }

  .early-delivery_badge .early-delivery_tips {
    width: 78%;
    padding: 8px 50px;
  }

  .early-delivery_badge .early-delivery_tips .icon {
    width: 30px;
  }

  .early-delivery_badge .early-delivery_tips p {
    font-size: 14px;
  }

  .early-delivery_badge .early-delivery_tips p span {
    font-size: 16px;
  }

  .early-delivery_badge {
    cursor: pointer;
  }

  .popup_tips_balloon {
    width: 380px;
  }

  .popup_tips_balloon:before {
    left: 12%;
  }

  .simulator__button {
    width: 570px;
    height: 74px;
    align-items: center;
  }

  .simulator__button:hover {
    opacity: 0.8;
  }

  .simulator__button__sub {
    margin-right: 8px;
    padding: 8px 16px;
  }

  .simulator__button__main--free {
    font-size: 22px;
    padding: 20px;
  }

  .modal__button--simulator {
    width: 50%;
    margin-bottom: 16px;
  }

  .modal__button--simulator .simulator__button {
    width: 100%;
    height: 70px;
  }

  .faq__item--question {
    font-size: 18px;
    cursor: pointer;
  }

  .simulator__inner {
    width: 1020px;
    margin: auto;
    padding: 40px 0;
  }

  .simulator h2 {
    font-size: 28px;
  }

  .simulator__wrap {
    align-items: center;
  }

  .simulator__img {
    width: 600px;
    margin-right: 20px;
  }

  .simulator__body {
    font-size: 16px;
  }

  .simulator__button {
    height: 78px;
    align-items: center;
  }

  .simulator__button:hover {
    opacity: 0.8;
  }

  .simulator__button__sub {
    margin-right: 8px;
    padding: 8px 26px;
  }

  .simulator__button__main--free {
    font-size: 22px;
    padding: 20px;
  }
}

@media screen and (max-width: 640px) {
  .detail img {
    width: 100%;
    height: auto;
  }

  .recommend {
    margin: 22px 0 0;
  }

  .recommend__heading {
    align-items: flex-start;
    flex-direction: column;
    font-size: 16px;
    line-height: 1.4;
  }

  .recommend__heading--cap {
    margin: 4px 0;
  }

  .recommend__list {
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 8px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .recommend__list li {
    box-sizing: border-box;
    position: relative;
    width: 85%;
    margin-right: 20px;
  }

  .recommend__thumbnail img {
    max-width: 100%;
  }

  .recommend__deta--value {
    font-size: 15px;
  }

  .recommend__data--spec {
    font-size: 11px;
  }

  .recommend__price--disabled {
    padding: 26px;
  }

  .reason {
    width: 100%;
    margin-top: 16px;
    line-height: 1.8;
  }

  .reason .reason__inner {
    padding: 16px;
  }

  .reason .reason__heading {
    font-size: 20px;
    background-color: #f5efd8;
    margin: -16px -16px 8px;
    text-align: center;
    line-height: 1;
    padding: 12px 10px;
  }

  .reason .reason__list {
    flex-direction: column;
  }

  .reason .reason__item {
    width: 100%;
  }

  .reason .reason__item:not(:first-of-type) {
    margin-top: 24px;
  }

  .reason .reason__item--heading {
    font-size: 18px;
    justify-content: flex-start;
  }

  .reason .reason__item--small-heading {
    font-size: 14px;
    margin-bottom: 4px;
  }

  .reason .reason__item--body {
    display: flex;
    align-items: flex-start;
  }

  .reason .reason__item--icon {
    width: 20px;
    height: 20px;
  }

  .reason .reason__item--img {
    width: 50%;
    height: auto;
    flex-shrink: 0;
    margin-right: 12px;
  }

  .reason .reason__item--text {
    margin-top: 0;
  }

  .popup {
    width: 320px;
    height: auto;
  }

  .popup__close {
    top: -17px;
    right: -6px;
  }

  .plans__inquiry {
    display: none;
  }

  .user-review {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .user-review__heading {
    font-size: 20px;
  }

  .unfinished {
    width: 100%;
    padding: 0 10px;
    margin: 20px 0 8px;
    box-sizing: border-box;
  }

  .unfinished .unfinished__ttile {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .unfinished .unfinished__inner {
    padding: 8px;
  }

  .unfinished .unfinished__photo {
    width: 80px;
  }

  .unfinished .unfinished__data {
    width: calc(100% - 80px);
    padding-right: 50px;
    box-sizing: border-box;
  }

  .unfinished .unfinished__name--maker {
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
  }

  .unfinished .unfinished__name--option {
    font-size: 11px;
    line-height: 1.5;
    margin-top: 0;
  }

  .unfinished .unfinished__data--list {
    margin-top: 4px;
  }

  .unfinished .unfinished__data--list li {
    width: auto;
  }

  .unfinished .unfinished__data--list li:nth-child(2) {
    width: auto;
  }

  .unfinished .unfinished__price {
    display: flex;
    align-items: baseline;
  }

  .unfinished .unfinished__status {
    display: none;
  }

  .unfinished .unfinished__price--title,
  .unfinished .unfinished__status--title {
    font-size: 11px;
  }

  .unfinished .unfinished__price--title {
    margin-right: 2px;
  }

  .unfinished .unfinished__price--value {
    font-size: 15px;
  }

  .unfinished .unfinished__close {
    top: 30px;
    right: 10px;
  }

  .unfinished .bx-wrapper {
    padding: 0;
  }

  .unfinished .bx-wrapper .bx-pager {
    bottom: -20px;
  }

  .history__row {
    margin-top: 16px;
  }

  .history__wrap {
    width: 100%;
  }

  .search-history {
    width: 100%;
    padding: 0 10px;
  }

  .browsing-history {
    width: 100%;
    padding: 0 10px;
    margin-top: 24px;
  }

  .browsing-history + .search-history {
    margin-top: 24px;
  }

  .bx-controls-direction {
    position: absolute;
    bottom: -22px;
    right: 0;
  }

  .bx-wrapper .bx-prev {
    right: 38px;
    left: auto !important;
  }

  .bx-wrapper .bx-next {
    right: 0 !important;
  }

  .early-delivery .early-delivery__inner {
    width: 100%;
    padding: 16px 10px 24px;
    font-size: 15px;
    line-height: 1.6;
    box-sizing: border-box;
  }

  .early-delivery .early-delivery__inner p {
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.5;
  }

  .early-delivery .early-delivery__heading {
    font-size: 20px;
  }

  .early-delivery .early-delivery__heading2 {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .early-delivery .early-delivery__heading2 + p {
    margin: 0 0 8px;
  }

  .early-delivery .early-delivery__time {
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .early-delivery .early-delivery__list {
    display: flex;
    overflow-x: scroll;
    width: 100%;
    padding-bottom: 8px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .early-delivery .early-delivery__list--inner {
    margin-right: 8px;
    /*&:not(:first-of-type) {
      margin-top: 12px;
    }*/
  }

  .early-delivery .lowest__item {
    width: 135px;
  }

  .early-delivery .lowest__thumb {
    width: 100%;
    padding: 40px 10px 12px;
  }

  .early-delivery .lowest__name {
    font-size: 13px;
    height: 34px;
  }

  .early-delivery .lowest__name span {
    font-size: 12px;
  }

  .early-delivery .lowest__month--value {
    font-size: 16px;
    margin: 0;
  }

  .early-delivery .lowest__month--unit {
    font-size: 10px;
  }

  .early-delivery .lowest__button {
    margin-top: 8px;
  }

  .early-delivery .link-entry {
    margin-top: 8px;
    font-size: 13px;
    height: 38px;
  }

  .early-delivery .link-detail {
    font-size: 13px;
    height: 38px;
  }

  .slick01 .slick-prev:before {
    right: 0;
  }

  .slick01 .slick-next:before {
    left: 0;
  }

  .early-delivery__list .slick-list {
    padding-right: 18px;
  }

  .early-delivery__list .slick-slide {
    margin: 0 2px;
  }

  .early-delivery_badge {
    margin: 0 0 8px;
  }

  .early-delivery_badge .deadline {
    width: 25%;
    padding: 4px;
    font-size: 12px;
  }

  .early-delivery_badge .deadline p span {
    font-size: 14px;
  }

  .early-delivery_badge .early-delivery_tips {
    width: 73%;
    padding: 4px 8px;
  }

  .early-delivery_badge .early-delivery_tips .icon {
    width: 22px;
  }

  .early-delivery_badge .early-delivery_tips p {
    font-size: 12px;
  }

  .early-delivery_badge .early-delivery_tips p span {
    font-size: 14px;
  }

  .popup_tips_balloon {
    width: 90%;
  }

  .popup_tips_balloon:before {
    left: 24%;
  }

  .icon-tip {
    width: 18px;
  }

  .icon-tip img {
    width: 18px !important;
  }

  .simulator__button {
    width: 100%;
    height: 50px;
    padding-left: 22px;
    align-items: center;
  }

  .simulator__button::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .simulator__button__sub {
    margin-right: 4px;
    padding: 4px 4px;
    font-size: 12px;
  }

  .simulator__button__main {
    font-size: 13px;
  }

  .simulator__button__main--free {
    font-size: 15px;
    padding: 8px;
    margin-right: 0.5em;
  }

  .modal__button--simulator {
    width: 90%;
  }

  .modal__button--simulator .simulator__button__main {
    font-size: 16px;
  }

  .faq__item--question {
    font-size: 14px;
    padding-left: 38px;
    line-height: 1.3;
  }

  .faq__item--question::before {
    font-size: 16px;
    width: 30px;
  }

  .faq__item--anser__inner {
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0;
  }

  .simulator__inner {
    padding: 24px 16px;
  }

  .simulator h2 {
    font-size: 20px;
    order: 1;
  }

  .simulator__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .simulator__img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    order: 3;
  }

  .simulator__body {
    display: contents;
    font-size: 14px;
    margin-top: 8px;
  }

  .simulator__body p {
    order: 2;
    margin-bottom: 8px;
  }

  .simulator__button {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 70px;
    order: 4;
    margin-top: 12px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 45px;
  }

  .simulator__button::after {
    right: 15px;
    width: 8px;
    height: 8px;
  }

  .simulator__button__sub {
    position: absolute;
    top: 13px;
    padding: 4px 32px;
    font-size: 12px;
    left: 44px;
  }

  .simulator__button__main {
    font-size: 16px;
    padding-top: 29px;
  }

  .simulator__button__main--free {
    font-size: 16px;
    padding: 8px;
    margin-right: 0.5em;
  }
}