@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
  font-family: Hiragino Sans, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: middle;
}

p {
  margin: 0 0 1em;
}

/*カラー変数*/

/*MOTAブラック*/

/*MOTAレッド-プライマリカラー*/

/*MOTA leaseブラック*/

/*MOTA leaseレッド*/

* {
  box-sizing: border-box;
}

body {
  overflow-x: hidden;
}

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

.section {
  margin-top: 50px;
}

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

.section--inner {
  width: 1020px;
  margin: auto;
}

.section--inner + .section--inner {
  margin-top: 40px;
}

.area-h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  margin-bottom: 8px;
}

.area-h3 {
  margin: 20px 0 8px;
  font-weight: 700;
  line-height: 1.3;
}

.area-p {
  margin-bottom: 0;
  font-size: 15px;
  line-height: 1.5;
}

.area-cap {
  display: block;
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

/* 探す*/

.search {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  position: relative;
  margin-bottom: 8px;
  /*メーカー・ボディタイプ共通*/
  /*ボディタイプ*/
  /*メーカー*/
}

.search .search__more {
  text-align: center;
}

.search .search__more a {
  display: inline-block;
  margin-top: 12px;
  background-color: #1f5db6;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  color: #fcfcfc;
  padding: 16px;
  width: 400px;
}

.search h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

.search .search__inner {
  width: 1020px;
  margin: auto;
}

.search .search__body-type--icon,
.search .search__maker--icon {
  display: flex;
  justify-content: center;
  padding: 2px 0 6px;
}

.search .search__body-type--icon img {
  width: auto;
}

.search .search__body-type--name,
.search .search__maker--name {
  display: block;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  margin: 0 0;
}

.search .search__body-type--link,
.search .search__maker--link {
  color: inherit;
  text-decoration: none;
}

.search .search__body-type--link::before,
.search .search__maker--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.search .search__body-type {
  width: 49.5%;
}

.search .search__body-type--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-top: 8px;
  padding: 24px;
}

.search .search__body-type--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search .search__body-type--list li {
  padding: 16px 8px 8px;
  background-color: #FFF;
  border: solid 1px #E3E3E3;
  border-radius: 6px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  width: calc((100% - 24px) / 3);
}

.search .search__body-type--list li:hover {
  background-color: #fffaca;
}

.search .search__maker {
  width: 49.5%;
}

.search .search__maker img {
  width: auto;
  height: 51px;
}

.search .search__maker li {
  width: calc((100% - 16px) / 3 - 0.1px);
  padding: 8px;
  background-color: #FFF;
  border: solid 1px #E3E3E3;
  border-radius: 6px;
  box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.search .search__maker li:not(:nth-child(-n+3)) {
  margin-top: 10px;
}

.search .search__maker li:not(:nth-child(3n)) {
  margin-right: 8px;
}

.search .search__maker li:hover {
  background-color: #fffaca;
}

.search .search__maker--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #F5F5F5;
  border-radius: 10px;
  margin-top: 8px;
  padding: 24px;
  text-align: center;
}

/*タブ（SPのみ）*/

.search__tab {
  display: none;
}

.search__tab li {
  color: #999;
  font-size: 13px;
  font-weight: 700;
  padding: 16px 8px;
  text-align: center;
  background-color: #EFEFEF;
  border-top: 1px solid #EFEFEF;
  width: 50%;
  box-sizing: border-box;
}

.search__tab li.active {
  color: #333;
  background-color: #FFF;
}

.rating {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}

.rating__title {
  font-size: 12px;
  width: 2em;
  margin-top: 4px;
}

.rating__star {
  position: relative;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}

.rating__star--front {
  color: #FF9F0E;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating__star--back {
  color: #ccc;
}

.rating__value {
  font-family: Arial, Helvetica, sans-serif;
  color: #DE4545;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-left: 0.25em;
  margin-top: 4px;
}

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

.rating__button:hover {
  opacity: 0.5;
}

.rating__button--campaign {
  font-size: 13px;
  text-align: center;
  padding: 10px 10px 12px;
  color: #FFF;
  background-color: #ffae3f;
  border-radius: 20px;
  margin: 8px 0 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.rating__button--campaign:hover {
  opacity: 0.5;
}

.__ranking {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.__ranking--value {
  font-size: 16px;
}

.search__ranking-type--list li:nth-of-type(1) .__ranking {
  background-color: #FFBE0A;
}

.search__ranking-type--list li:nth-of-type(2) .__ranking {
  background-color: #AFAFAF;
}

.search__ranking-type--list li:nth-of-type(3) .__ranking {
  background-color: #B75500;
}

.search__ranking-type--list li:nth-of-type(4) .__ranking,
.search__ranking-type--list li:nth-of-type(5) .__ranking {
  font-weight: 400;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #333;
}

.reference .reference__inner {
  width: 720px;
  margin: auto;
  z-index: 10;
  position: relative;
}

.reference .reference__heading {
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.reference .reference__heading--color {
  display: block;
  margin-bottom: 16px;
  color: #C00;
  font-size: 20px;
}

.reference .reference__heading--color::before,
.reference .reference__heading--color::after {
  content: "";
  display: inline-block;
  width: 31px;
  height: auto;
  border-top: 2px solid #C00;
}

.reference .reference__heading--color::before {
  transform: rotate(47deg);
  transform-origin: 80% 0%;
}

.reference .reference__heading--color::after {
  transform: rotate(-47deg);
  transform-origin: 20% 0%;
}

.reference .reference__search {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.reference .reference__search--item,
.reference .reference__search--item_immediate {
  width: calc(33% - 8px);
  margin-left: 8px;
  padding: 8px 2px;
  font-size: 9px;
  font-weight: 700;
  border-radius: 4px;
  border: solid #000 1px;
  background: #FFF;
  text-align: center;
  box-shadow: 0 5px 0 #aaaaaa;
  transition: 0.3s;
  cursor: pointer;
  line-height: 1.2;
}

.reference .reference__search--item:first-child,
.reference .reference__search--item_immediate:first-child {
  margin-left: 0;
}

.reference .reference__search--item span,
.reference .reference__search--item_immediate span {
  display: block;
}

.reference .reference__search--item:hover,
.reference .reference__search--item_immediate:hover {
  background: #CCC;
  transform: translateY(3px);
  text-decoration: none;
  box-shadow: 0 2px 0 #CCC;
}

.reference .reference__search--item .icon,
.reference .reference__search--item_immediate .icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 4px;
}

.reference .reference__search--item .text,
.reference .reference__search--item_immediate .text {
  text-decoration: none;
  color: #000;
}

.reference .reference__search--item img,
.reference .reference__search--item_immediate img {
  width: 100%;
}

.reference .reference__search--item a::before,
.reference .reference__search--item_immediate a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.reference .reference__search--item span,
.reference .reference__search--item_immediate span {
  display: block;
}

.reference .reference__form {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: center;
  width: 690px;
  border: 1px solid #000;
  margin: 20px auto 12px;
}

.reference .reference__input {
  border: 0;
  padding: 4px 8px;
  font-size: 16px;
  width: 100%;
  outline: none;
}

.reference .reference__button {
  background-color: #000;
  color: #FFF;
  padding: 12px;
  border: 0;
  font-size: 18px;
  width: 70px;
  outline: none;
  cursor: pointer;
}

.reference .reference__button--icon img {
  width: 20px;
  height: 20px;
}

.is-open {
  overflow: hidden;
}

.reference-modal__bg {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.reference-modal__close {
  position: fixed;
  top: 10px;
  right: 10px;
  border: 0;
  background: 0;
  font-size: 60px;
  font-weight: 400;
  padding: 0;
  display: block;
  line-height: 1;
  z-index: 10000;
  color: #FFF;
  width: 60px;
  height: 60px;
}

.reference-modal {
  width: 600px;
  margin: auto;
  position: fixed;
  z-index: 1000;
  top: 60px;
  left: 0;
  right: 0;
  box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.3);
}

.reference-modal .reference-modal__inner {
  background-color: #FFF;
  padding: 20px;
}

.reference-modal .reference-modal__heading {
  padding-top: 24px;
}

.reference-modal .search {
  margin-bottom: 0;
}

.reference-modal .search .search__maker,
.reference-modal .search .search__body-type {
  width: 100%;
  display: block;
}

.reference-modal .search .search__body-type--icon,
.reference-modal .search .search__maker--icon {
  width: 60%;
  margin: auto;
}

.reference-modal .price__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 8px;
}

.reference-modal .price__list li {
  width: calc((100% - 20px) / 5);
}

.reference-modal .price__list a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  background-color: #EFEFEF;
  border-radius: 8px;
  padding: 16px 8px;
  color: #333;
}

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

.definition summary {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
  text-align: center;
  border-radius: 20px;
  cursor: pointer;
}

.definition ul {
  padding: 12px;
  background-color: #EFEFEF;
}

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

.new {
  position: relative;
}

.new::before {
  position: absolute;
  left: 24px;
  content: "NEW";
  background-color: #C00;
  color: #FFF;
  font-size: 10px;
  font-weight: 700;
  margin-right: 8px;
  padding: 2px 2px;
  border-radius: 2px;
}

.reference-area {
  position: relative;
}

.suggestion-area {
  position: absolute;
  background: #FFF;
  box-shadow: 0 2px 8px 1px rgba(64, 60, 67, 0.24);
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  width: 100%;
  top: 46px;
}

.suggestion-area__text {
  padding: 12px 8px;
}

/*ランキング*/

.ranking {
  position: relative;
  width: 1020px;
}

.ranking .ranking__heading {
  font-size: 28px;
  font-weight: 900;
  position: relative;
  margin-bottom: 16px;
}

.ranking .ranking__date {
  font-size: 12px;
}

.ranking .ranking__row {
  display: flex;
  justify-content: flex-start;
}

.ranking .ranking__wrap {
  width: 340px;
}

.ranking .ranking__wrap--heading {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}

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

.ranking .ranking__list {
  width: 340px;
}

.ranking .ranking__list a {
  color: inherit;
  text-decoration: none;
}

.ranking .ranking__list li {
  box-sizing: border-box;
  font-size: 13px;
  position: relative;
  outline: none;
}

.ranking .ranking__list li .ranking__icon--1 {
  background-color: #FFBE0A;
}

.ranking .ranking__list li .ranking__icon--2 {
  background-color: #AFAFAF;
}

.ranking .ranking__list li .ranking__icon--3 {
  background-color: #B75500;
}

.ranking .ranking__list li .ranking__icon--4,
.ranking .ranking__list li .ranking__icon--5 {
  font-weight: 400;
  border: 1px solid #EFEFEF;
  background-color: #FFF;
  color: #333;
}

.ranking .ranking__list li:not(:first-of-type) {
  margin-top: 34px;
}

.ranking .ranking__list li:not(:nth-child(-n+3)) {
  display: none;
}

.ranking .ranking__rank {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.ranking .ranking__rank--value {
  font-size: 16px;
}

.ranking .ranking__item {
  display: flex;
}

.ranking .ranking__item--name {
  font-weight: 700;
  line-height: 1.3;
  margin-top: 4px;
}

.ranking .ranking__item--maker {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.ranking .ranking__item--model {
  display: block;
  font-size: 16px;
}

.ranking .ranking__item-thumb {
  width: 180px;
  padding-left: 40px;
}

.ranking .ranking__item-thumb--image {
  width: 140px;
}

.ranking .ranking__item-thumb--image img {
  max-width: 100%;
  height: auto;
}

.ranking .ranking__item-thumb--icon {
  font-size: 11px;
  font-weight: 700;
  background-color: #FF3455;
  border-radius: 4px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  padding: 4px 8px;
  margin: 4px 0 0;
}

.ranking .ranking__item-data {
  width: calc(100% - 180px);
}

.ranking .ranking__item-price {
  margin-top: 4px;
  text-align: right;
}

.ranking .ranking__item-price dd {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
}

.ranking .ranking__item-price--disabled {
  font-size: 12px;
  line-height: 1.3;
  margin-top: 8px;
}

.ranking .ranking__item-price--month-value {
  color: #ff5e00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 2px;
}

.ranking .ranking__item-price--month-unit {
  font-size: 11px;
  font-weight: 400;
}

.ranking .ranking__item-price--bonus {
  padding: 4px;
  background-color: #F7F7F7;
  width: 100%;
  text-align: center;
  font-size: 10px;
  line-height: 1.3;
  margin: 4px 0;
}

.ranking .ranking__button {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  color: #FFF;
  background-color: #00ACEA;
  border-radius: 20px;
  margin: 8px 0 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.ranking .ranking__button a {
  display: block;
  padding: 10px 10px 12px;
}

.ranking .more-link {
  display: block;
}

/*特選車*/

.specialty {
  font-size: 16px;
  line-height: 1.8;
}

.specialty .specialty__bg-image {
  background-color: #D3E5F5;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, #F9F9F9), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, #F9F9F9), color-stop(0.75, #F9F9F9), color-stop(0.75, transparent), to(transparent));
  -webkit-background-size: 7px 7px;
}

.specialty .specialty__inner {
  width: 1020px;
  margin: auto;
}

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

.specialty .specialty__list {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.specialty .specialty__list li {
  width: calc((100% - 25px) / 4 - 0.1px);
  padding: 6px 6px 10px;
  background-color: #FFF;
  border: solid 1px #e3e3e3;
  border-radius: 10px;
  font-size: 13px;
  position: relative;
}

.specialty .specialty__list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}

.specialty .specialty__list li:nth-child(5) {
  display: none;
}

.specialty .specialty__item {
  display: flex;
}

.specialty .specialty__icon {
  display: inline-block;
  position: absolute;
  top: -7px;
  left: 10px;
  margin: 0;
  padding: 5px 0;
  z-index: 2;
  width: 100px;
  text-align: center;
  color: #F9F9F9;
  font-size: 13px;
  font-weight: 700;
  background-color: #FF3455;
  border-radius: 2px 0 0 0;
}

.specialty .specialty__icon::before {
  position: absolute;
  content: "";
  top: 0;
  right: -5px;
  border: none;
  border-bottom: solid 6px #FF3455;
  border-right: solid 5px transparent;
}

.specialty .specialty__icon::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  height: 0;
  width: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 10px solid #FF3455;
}

.specialty .specialty__icon.specialty__icon--new-model {
  background-color: #FFC926;
  color: #333;
}

.specialty .specialty__icon.specialty__icon--new-model::before {
  border-bottom-color: #FFC926;
}

.specialty .specialty__icon.specialty__icon--new-model::after {
  border-top-color: #FFC926;
}

.specialty .specialty__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

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

.specialty .specialty__data {
  font-size: 12px;
  margin-top: 8px;
}

.specialty .specialty__price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.specialty .specialty__price--disabled {
  font-size: 12px;
  line-height: 1.3;
}

.specialty .specialty__price dd {
  margin-top: 4px;
  line-height: 1;
}

.specialty .specialty__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;
}

.specialty .specialty__month--icon {
  font-size: 12px;
  margin: 4px 0 0;
}

.specialty .specialty__month--value {
  color: #ff5e00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

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

.specialty .specialty__rating {
  margin: 4px 0 0;
}

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

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

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

.specialty .specialty__bonus {
  padding: 4px;
  background-color: #F7F7F7;
  width: 100%;
  font-size: 11px;
  line-height: 1.2;
  margin-top: 4px;
}

/*特長*/

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

.features .features__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

.features .features__list li {
  width: calc((100% - 40px) / 3);
}

.features .features__thumb {
  width: 100%;
  margin-bottom: 8px;
}

.features h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.features p {
  font-size: 16px;
  line-height: 1.5;
  margin-top: 8px;
}

.features p.features__cap {
  color: #666;
  font-size: 12px;
  line-height: 1.5;
}

/*ご納車までの流れ*/

.flow .flow__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 16px;
}

.flow .flow__item {
  width: calc((100% - 60px) / 4);
  text-align: center;
}

.flow .flow__item dt {
  width: 100%;
}

.flow .flow__item dt img {
  border: 1px solid #CCC;
}

.flow .flow__item dd {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 8px;
}

.flow .flow__item p {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 8px;
  text-align: left;
}

.flow .flow__item--step {
  color: #C00;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

/*ヒーローイメージ*/

.hero_image {
  position: relative;
}

.hero_image.is-pc {
  display: block;
}

.hero_image.is-pc {
  display: block;
}

.hero_image .hero_image__inner {
  position: relative;
  margin: auto;
  text-align: center;
}

.hero_image .hero_image__main .is-pc {
  display: block;
}

.hero_image .hero_image__main .is-sp {
  display: none;
}

.hero_image .hero_image__main--pc {
  display: block;
  margin: auto;
}

.hero_image__main--slider {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.hero_image__main--slider.slick-initialized {
  opacity: 1;
}

.hero_image__inner .slick-slider .slick-track,
.hero_image__inner .slick-slider .slick-list {
  background-color: transparent;
}

.hero_image__inner .slick-initialized .slick-slide {
  opacity: 0.3;
  /* 両サイドの画像を透過 */
}

.hero_image__inner .slick-initialized .slick-slide.slick-active {
  opacity: 1;
  /* センター画像を非透過 */
}

/*FAQ*/

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

.faq p {
  line-height: 1.5;
}

.faq .faq__heading {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.3;
  color: #333;
  position: relative;
  margin-bottom: 8px;
}

.faq .faq__list {
  border-bottom: 1px dotted #CCC;
}

.faq .faq__list dt {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
  margin-top: 1px;
}

.faq .faq__list dt::before {
  position: absolute;
  z-index: 2;
  top: 40%;
  right: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #9e9e9e;
  border-right: 2px solid #9e9e9e;
  transform: rotate(135deg);
}

.faq .faq__list dt.open::before {
  transform: rotate(-45deg);
}

.faq .faq__list dd {
  display: none;
  font-size: 15px;
  line-height: 1.6;
  padding: 24px 0 24px 60px;
}

.faq .faq__list--heading {
  font-size: 18px;
  background-color: #F5F5F5;
  padding: 14px 14px 14px 60px;
  position: relative;
}

.faq .faq__list--heading::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 .faq__icon {
  display: inline-block;
  color: #53C0DE;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  width: 60px;
  position: absolute;
  left: 0;
  top: 17px;
}

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;
}

/*口コミ*/

.users-voice {
  width: 1020px;
  margin: auto;
}

.users-voice .users-voice__heading {
  display: flex;
  align-items: baseline;
  margin-bottom: 8px;
}

.users-voice .users-voice__heading span {
  font-size: 12px;
  font-weight: 400;
  color: #333;
  margin-left: 1em;
}

.users-voice .users-voice__heading h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  color: #333;
  position: relative;
}

.users-voice .users-voice__list {
  display: flex;
  justify-content: space-between;
}

.users-voice .users-voice__item {
  padding: 16px;
  box-sizing: border-box;
  background-color: #f3f3f3;
  width: 32%;
}

.users-voice .users-voice__image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.users-voice .users-voice__image--thumb {
  width: 100px;
}

.users-voice .users-voice__image--thumb img {
  width: 100%;
  height: auto;
}

.users-voice .users-voice__data {
  width: calc(100% - 110px);
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 12px;
  line-height: 1.3;
}

.users-voice .users-voice__data .users-voice__data--name {
  width: 100%;
  margin-bottom: 4px;
}

.users-voice .users-voice__data .users-voice__data--model {
  width: 100%;
  margin-bottom: 4px;
}

.users-voice .users-voice__data .users-voice__data--degree {
  width: 40%;
}

.users-voice .users-voice__data .rating__star {
  font-size: 14px;
  margin-left: 0;
}

.users-voice .users-voice__text {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.5;
}

.users-voice .users-voice__text p {
  margin-bottom: 0;
}

.users-voice .users-voice__text--title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 8px;
}

.users-voice .users-voice__text--date {
  color: #999;
  font-size: 12px;
  margin: -1em 0 0;
  text-align: right;
}

/*口コミ*/

.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__thumbnail img {
  max-width: 100%;
  height: auto;
}

.user-review {
  width: 1020px;
}

.user-review__list {
  display: flex;
  flex-wrap: wrap;
}

.user-review__item {
  width: 31.25%;
  border-top: 2px solid #CCC;
  padding-top: 16px;
  display: flex;
  flex-direction: column;
}

.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__name--maker {
  font-size: 12px;
  font-weight: 400;
  display: block;
}

.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: 6px;
}

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

.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__link {
  display: block;
  margin: auto;
}

.user-review__link span {
  text-align: center;
  color: #222;
  display: block;
  text-decoration: none;
  border: 1px solid #CCC;
  margin: 15px auto;
  max-width: 300px;
  width: auto;
  padding: 16px;
  font-size: 14px;
  box-shadow: 4px 4px 0 0px #efefef;
  cursor: pointer;
}

.user-review__link span::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(/lease/image/newcar/top/icon_arrow-4ef992c5c5dfc2eb43cf2c55ca679324.svg) no-repeat center;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -3px;
}

/* リース車を価格から探す*/

.price-search .price-search__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.price-search .price-search__list--item {
  position: relative;
  padding: 13px 10px 10px;
  background-color: #FFF;
  border: solid 4px #e3e3e3;
  border-radius: 10px;
}

.price-search .price-search__link {
  font-size: 18px;
  font-weight: 700;
}

.price-search .price-search__link a {
  color: #333;
  text-decoration: none;
  display: block;
  text-align: center;
}

.price-search .price-search__link a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
}

.price-search .price-search__link a:hover {
  text-decoration: underline;
}

.price-search .price-search__heading {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 8px 0 0;
}

.price-search .price-search__heading li {
  font-size: 11px;
  padding: 6px 6px 4px;
  box-sizing: border-box;
  background-color: #FFC107;
  border-radius: 20px;
  line-height: 1;
  color: #FFF;
}

.price-search .price-search__data {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.price-search .price-search__data--thumb {
  width: 80px;
}

.price-search .price-search__price {
  width: calc(100% - 85px);
  font-size: 11px;
}

.price-search .price-search__price--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.04em;
}

.price-search .price-search__price--unit {
  font-size: 10px;
  font-weight: 400;
  margin-left: 0.25em;
}

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

/*フロアマット*/

/*初めてのカーリース！パーフェクトガイド*/

.guide {
  width: 1020px;
  margin: 50px auto;
  color: #333;
}

.guide h2 {
  position: relative;
  margin-bottom: 24px;
  color: #333;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}

.guide .guidetitle {
  display: inline-block;
}

.guide .guide__list {
  margin-bottom: 24px;
}

.guide .guide__list--ctgwrap dt {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: 700;
}

.guide .guide__list--ctgwrap dt > img {
  width: 45px;
}

.guide .guide__list--ctgwrap dt.is-current::after {
  transform: rotate(90deg);
}

.guide .guide__list--ctgwrap dd {
  position: relative;
}

.guide .guide__list--ctgwrap dd > ul li > a {
  display: grid;
  align-items: center;
  position: relative;
  padding: 0 16px 0 40px;
  height: 100%;
  min-height: 77px;
  font-size: 12px;
  color: #000;
  font-size: 16px;
  text-decoration: none;
  transition: 0.2s;
  line-height: 1.3;
}

.guide .guide__list--ctgwrap dd > ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  width: 9px;
  height: 9px;
  border-right: 2px solid #CC0000;
  border-bottom: 2px solid #CC0000;
  transform: rotate(-45deg);
}

/*ボーナス併用払い*/

.bonus-block .bonus-block__cap {
  font-size: 16px;
}

.bonus-block .bonus-block__time {
  font-size: 16px;
}

.bonus-block h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 8px;
}

.bonus-block .bonus-block__description {
  font-size: 14px;
  line-height: 1.5;
}

.bonus-block .bonus-block__description p {
  margin-bottom: 0;
}

.bonus-block .bonus-block__list {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bonus-block .bonus-block__item {
  width: 16%;
}

.bonus-block .bonus-block__icon {
  font-size: 12px;
  display: inline-block;
  padding: 4px;
  background-color: #00ACEA;
  color: #FFF;
}

.bonus-block .bonus-block__thumbnail img {
  max-width: 100%;
  height: auto;
}

.bonus-block .bonus-block__data {
  margin-top: 8px;
}

.bonus-block .bonus-block__carname {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.bonus-block .bonus-block__carname span {
  display: block;
  font-size: 10px;
}

.bonus-block .bonus-block__price {
  font-size: 12px;
  margin-top: 8px;
}

.bonus-block .bonus-block__price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #ff5e00;
}

.bonus-block .bonus-block__bonus {
  font-size: 10px;
  margin-top: 4px;
}

.bonus-block .bonus-block__bonus br {
  display: none;
}

.bonus-block .bonus-block__button {
  display: block;
  margin: 16px auto;
  padding: 16px;
  background-color: #00ACEA;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  width: 74%;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}

.bonus-block .bonus-block__button br {
  display: none;
}

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

.immediately {
  font-size: 14px;
  /*.immediately__button {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 700;
    @include max-screen($breakpoint-mobile) {
      font-size: 12px;
    }
    a {
      display: block;
      background-color: #00ACEA;
      border-radius: 50px;
      color: #FFF;
      text-decoration: none;
      text-align: center;
      padding: 8px;
    }
    span {
      font-size: 12px;
      margin-right: 1em;
  }}*/
}

.immediately h2 span {
  font-size: 15px;
  margin-right: 1em;
}

.immediately p {
  line-height: 1.5;
}

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

.immediately .immediately__item {
  width: 30%;
}

.immediately .immediately__item--photo {
  width: 240px;
  margin: auto;
}

.immediately .immediately__name {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 4px;
}

.immediately .immediately__name span {
  font-size: 12px;
  margin-left: 1em;
}

.immediately .immediately__price {
  font-size: 12px;
  line-height: 1;
}

.immediately .immediately__price--valu {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: #ff5e00;
}

.immediately .immediately__button2 {
  display: block;
  margin: 16px auto;
  padding: 16px;
  background-color: #00ACEA;
  border-radius: 30px;
  color: #FFF;
  text-align: center;
  text-decoration: none;
  width: 74%;
  font-size: 18px;
  font-weight: 700;
  box-sizing: border-box;
}

.immediately .immediately__button2 br {
  display: none;
}

/*値下げキャンペーン*/

.pricedown-block {
  margin-top: -87px;
  padding-top: 120px;
}

.pricedown-block__inner {
  width: 1020px;
  margin: auto;
}

.pricedown-block h2 br {
  display: none;
}

.pricedown-block .pricedown-block__cap {
  font-size: 16px;
}

.pricedown-block .pricedown-block__time {
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin-left: 33px;
}

.pricedown-block .pricedown-block__description {
  font-size: 14px;
  line-height: 1.5;
}

.pricedown-block .pricedown-block__description p {
  margin-bottom: 0;
}

.pricedown-block .pricedown-block__description p span {
  font-weight: 700;
}

.pricedown-block .pricedown-block__list {
  margin-top: 16px;
  display: flex;
  justify-content: center;
}

.pricedown-block .pricedown-block__list li {
  width: calc((100% - 25px) / 3 - 0.1px);
  margin: 0 25px 0 0;
  padding: 6px;
  background-color: #FFF;
  border: solid 4px #e3e3e3;
  border-radius: 10px;
  font-size: 13px;
  position: relative;
  list-style: none;
}

.pricedown-block .pricedown-block__list li:nth-child(3n) {
  margin-right: 0;
}

.pricedown-block .pricedown-block__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
}

.pricedown-block .pricedown-block__title span {
  display: block;
}

.pricedown-block .pricedown-block__title .carname {
  font-size: 20px;
}

.pricedown-block .pricedown-block__icon {
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  padding: 4px;
  background-color: #FFBE0A;
  color: #333;
  width: 44px;
  height: 44px;
  border-radius: 44px;
}

.pricedown-block .pricedown-block__thumbnail {
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}

.pricedown-block .pricedown-block__thumbnail img {
  bottom: 0;
  max-width: 100%;
  height: auto;
}

.pricedown-block .pricedown-block__data {
  margin-top: 8px;
}

.pricedown-block .pricedown-block__grade {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  text-align: right;
}

.pricedown-block .pricedown-block__grade span {
  display: block;
  font-size: 10px;
}

.pricedown-block .pricedown-block__price {
  font-size: 16px;
  text-align: right;
}

.pricedown-block .pricedown-block__price span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.pricedown-block .pricedown-block__price .year {
  font-size: 12px;
  font-weight: 400;
}

.pricedown-block .arrow {
  width: 30px;
  height: 35px;
  margin: 8px auto 0;
}

.pricedown-block .arrow:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15px;
  height: 20px;
  background: #888;
}

.pricedown-block .arrow:after {
  content: "";
  display: block;
  border-top: 20px solid #888;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  transform-origin: left top;
  transform: scaleY(0.5);
}

.pricedown-block .pricedown-block__down {
  font-size: 16px;
  text-align: right;
}

.pricedown-block .pricedown-block__down span {
  padding: 0 1px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #ff5e00;
}

.pricedown-block .pricedown-block__off {
  position: absolute;
  bottom: 88px;
  right: 10px;
  filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
}

.pricedown-block .pricedown-block__off .balloon {
  position: relative;
  display: inline-block;
  padding: 7px 5px;
  max-width: 100%;
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  background: #ff5e00;
  border-radius: 3px;
}

.pricedown-block .pricedown-block__off .balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 82%;
  margin-left: -15px;
  border: 6px solid transparent;
  border-top: 6px solid #ff5e00;
}

.pricedown-block .pricedown-block__off .balloon p {
  margin: 0;
  padding: 0;
  text-align: center;
}

.pricedown-block .pricedown-block__off .balloon span {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}

.pricedown-block .pricedown-block__button {
  margin: 8px 0;
  font-size: 16px;
  font-weight: 700;
}

.pricedown-block .pricedown-block__button a {
  display: block;
  background-color: #00ACEA;
  border-radius: 50px;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  padding: 10px 8px;
}

/*MOTAカーリースのスタッフ一同で審査申込後も誠心誠意ご対応いたします*/

.reassurance {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
}

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

.reassurance h3 {
  font-size: 18px;
  line-height: 1.3;
  display: flex;
}

.reassurance h3::before {
  content: "";
  background: url("/lease/image/newcar/top/top_icon_point-55f7bf3e71aad8bc5a6bec9d425804a7.png") no-repeat;
  display: block;
  width: 14px;
  height: 21px;
  background-size: contain;
  margin: 0 8px 0 0;
}

.reassurance .reassurance p {
  font-size: 16px;
  line-height: 1.6;
}

.reassurance .reassurance__button {
  display: block;
  width: 50%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px 12px;
  color: #fff;
  background-color: #00acea;
  border-radius: 20px;
  margin: 8px auto 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

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

.reassurance .reassurance__row li {
  width: 320px;
}

.reassurance .reassurance__row h3 {
  font-size: 16px;
}

.reassurance .reassurance__shikumi {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}

.reassurance .reassurance__shikumi dt {
  width: 500px;
}

.reassurance .reassurance__shikumi dd {
  font-size: 14px;
  line-height: 1.5;
  width: calc(100% - 530px);
}

.reassurance .reassurance__list li::after {
  clear: both;
  content: "";
  display: block;
}

.reassurance .reassurance__list li:not(:first-of-type) {
  margin-top: 32px;
}

.reassurance .reassurance__item--txt {
  font-size: 14px;
  line-height: 1.5;
  width: calc(100% - 310px);
}

.reassurance .reassurance__item--img {
  float: right;
  width: 300px;
  margin-top: -48px;
}

.reassurance .reassurance__item br {
  display: none;
}

.reassurance .reassurance__staff--photo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.reassurance .reassurance__staff--photo img {
  width: 320px;
}

.reassurance-simple {
  width: 1020px;
  margin: auto;
  font-size: 16px;
  line-height: 1.5;
}

.reassurance-simple .reassurance-simple__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.reassurance-simple .reassurance-simple__row li {
  width: 320px;
}

.reassurance-simple h3 {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 8px;
  line-height: 1.3;
  text-align: center;
}

.reassurance-simple .reassurance-simple__button {
  display: block;
  width: 50%;
  font-size: 15px;
  text-align: center;
  text-decoration: none;
  padding: 10px 10px 12px;
  color: #fff;
  background-color: #00acea;
  border-radius: 20px;
  margin: 8px auto 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

/*クルマをもっとシンプルに 動画CM公開中*/

.footage {
  width: 320px;
}

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

.footage .footage__list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

/*固定ヘッダー */

.fixed-nav {
  background-color: #FFF;
  visibility: hidden;
  height: 0;
}

.fixed-nav.is-fixed {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 200;
  width: 100%;
  padding: 12px 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
  height: auto;
}

.fixed-nav .fixed-nav__inner {
  width: 1020px;
  margin: auto;
}

.fixed-nav .fixed-nav__header {
  width: 240px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
}

.fixed-nav .fixed-nav__header span {
  position: relative;
}

.fixed-nav .fixed-nav__header a {
  color: inherit;
  text-decoration: none;
}

.fixed-nav .fixed-nav__body {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
}

.fixed-nav .fixed-nav__body li {
  width: 20%;
}

.fixed-nav .fixed-nav__body li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("/lease/image/newcar/top/icon_arrow-4ef992c5c5dfc2eb43cf2c55ca679324.svg") no-repeat center;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -3px;
}

.fixed-nav .fixed-nav__body a {
  color: inherit;
  text-decoration: none;
}

.fixed-nav .fixed-nav__footer {
  width: 400px;
}

.fixed-nav .fixed-nav__footer a {
  color: inherit;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  border-radius: 6px;
  border: 1px solid #CCC;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  background: linear-gradient(to bottom, #fff 85%, #f6f6f6 100%);
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.fixed-nav .fixed-nav__footer span {
  color: #C00;
  font-size: 18px;
}

.fixed-nav .fixed-nav__footer--text {
  margin: 0 8px;
}

.fixed-nav .fixed-nav__footer dt {
  font-size: 13px;
  background-color: #C00;
  color: #FFF;
  text-align: center;
  padding: 8px;
}

.fixed-nav .fixed-nav__footer dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  margin-top: 4px;
  text-align: center;
}

.fixed-nav .fixed-nav__footer dd span::before {
  content: "";
  width: 32px;
  height: 16px;
  display: inline-block;
  background: url("https://cdn.autoc-one.jp/lease/image/newcar/icon/freedial.png") no-repeat center;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -1px;
}

.fixed-nav .fixed-nav__menu {
  visibility: hidden;
  height: 0;
}

.down-menu {
  background-color: #FFF;
  width: 100%;
  height: 100vh;
  padding: 10px;
  box-sizing: border-box;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.down-menu.is-open {
  display: block;
}

.down-menu .down-menu__close {
  border: 0;
  padding: 0;
  background: none;
  font-size: 60px;
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 8px;
  top: 8px;
}

.down-menu .down-menu__heading {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 8px;
}

.down-menu .down-menu__inner {
  margin-top: 44px;
  font-size: 15px;
}

.down-menu .down-menu__list a {
  padding: 12px 8px;
  display: block;
  border-bottom: 1px solid #EFEFEF;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.down-menu .down-menu__list a::after {
  position: absolute;
  top: 40%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #C00;
  border-right: 2px solid #C00;
  transform: rotate(45deg);
}

.down-menu .down-menu__list--title {
  font-weight: 700;
  padding: 8px;
  background-color: #EFEFEF;
}

.down-menu .down-menu__tel {
  width: 180px;
  margin: 32px auto 0;
}

.down-menu .down-menu__tel dt {
  font-size: 13px;
  background-color: #C00;
  text-align: center;
  padding: 8px;
  color: #FFF;
}

.down-menu .down-menu__tel dd {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-top: 4px;
  position: relative;
}

.down-menu .down-menu__tel dd::before {
  content: "";
  width: 32px;
  height: 16px;
  display: inline-block;
  background: url("https://cdn.autoc-one.jp/lease/image/newcar/icon/freedial.png") no-repeat center;
  background-size: cover;
  margin-right: 4px;
  vertical-align: -1px;
}

.down-menu a {
  color: inherit;
  text-decoration: none;
}

/*人気の検索*/

.popular {
  width: 100%;
  background-color: #b3e3ff;
}

.popular .popular__inner {
  width: 1020px;
  margin: auto;
  padding: 16px;
  box-sizing: border-box;
}

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

.popular .popular__item {
  width: 32%;
}

.popular .popular__link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: #FFF;
  padding: 12px;
  border-radius: 4px;
  color: inherit;
  text-decoration: none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 14px;
  font-weight: 700;
}

/*期間限定 値引きキャンペーン*/

.discount .discount__inner {
  width: 1020px;
  margin: auto;
  font-size: 14px;
  line-height: 1.5;
}

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

.discount .discount__time {
  font-size: 16px;
  display: block;
}

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

.discount .discount__item {
  width: 49%;
  box-sizing: border-box;
  padding: 10px;
  border: solid 4px #e3e3e3;
  border-radius: 10px;
  position: relative;
}

.discount .discount__item--icon {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -20px;
  left: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background-color: #FFBE0A;
  color: #333;
  width: 44px;
  height: 44px;
  border-radius: 100%;
}

.discount .discount__item > dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.discount .discount__item > dl > dt {
  width: 50%;
  position: relative;
}

.discount .discount__item > dl > dt img {
  width: 100%;
  height: auto;
}

.discount .discount__item > dl > dd {
  width: 50%;
  font-size: 13px;
}

.discount .discount__item--heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.discount .discount__item--heading span {
  font-size: 14px;
}

.discount .discount__item--heading a {
  color: inherit;
  text-decoration: none;
}

.discount .discount__item--heading a::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.discount .discount__button {
  font-size: 13px;
  text-align: center;
  font-weight: 700;
  padding: 10px 10px 12px;
  color: #FFF;
  background-color: #00ACEA;
  border-radius: 20px;
  margin: 8px 0 0;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.discount .discount__price {
  margin-top: 4px;
}

.discount .discount__price--basic {
  position: relative;
}

.discount .discount__price--basic::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 0 15px;
  border-color: #ff5e00 transparent transparent transparent;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: auto;
}

.discount .discount__price--campaign {
  margin-top: 16px;
}

.discount .discount__price--discount {
  margin-top: 4px;
  background-color: #fff64f;
  text-align: center;
  font-weight: 700;
}

.discount .discount__month--unit {
  font-size: 13px;
}

.discount .discount__month--value {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #ff5e00;
}

/*人気の新車カーリースサービス比較*/

.comparison-table {
  width: 1020px;
  margin: auto;
}

.comparison-table .table {
  border: 1px solid #EEE;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.3;
  width: 100%;
}

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

.comparison-table .table th {
  background-color: #F5F5F5;
}

.comparison-table .table thead th {
  text-align: center;
}

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

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

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

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

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

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

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

.table__scroll {
  font-size: 13px;
  margin-bottom: 8px;
}

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

.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;
}

/*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;
}

/*車種閲覧履歴*/

.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;
}

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

.lowest {
  font-size: 16px;
  line-height: 1.8;
}

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

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

.lowest .lowest__list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.lowest .lowest__list li {
  width: calc((100% - 25px) / 3 - 0.1px);
  background-color: #FFF;
  font-size: 13px;
  position: relative;
}

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

.lowest .lowest__list li:nth-child(5) {
  display: none;
}

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

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

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

.lowest .lowest__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
}

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

.lowest .lowest__data {
  width: calc(100% - 120px);
  font-size: 12px;
  margin-top: 8px;
}

.lowest .lowest__price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
}

.lowest .lowest__price dd {
  margin-top: 4px;
  line-height: 1;
}

.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--value {
  color: #ff5e00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  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: 11px;
  line-height: 1.2;
  margin-top: 4px;
}

/*今人気の検索条件*/

.search-conditions__list {
  display: flex;
  justify-content: center;
}

.search-conditions__item {
  background-color: #F7F7F7;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 16px;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  margin: 0 4px;
  box-shadow: 0 2px 0 0 #d7d7d7;
  border: solid 1px #DDD;
}

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

.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;
}

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

.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 {
  margin-top: 0;
}

/*ご相談から納車までの流れ*/

.reference__title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  margin-bottom: 0;
}

.reference__title:before,
.reference__title::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  height: 3px;
  background-color: #333;
}

.reference__title:before {
  transform: rotate(60deg);
}

.reference__title:after {
  transform: rotate(-60deg);
}

.reference__text {
  margin-top: 8px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.reference__text span {
  display: block;
  text-align: center;
}

.reference__button--link {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #C00;
  text-decoration: none;
  border-radius: 4px;
  border: 2px solid #C00;
  font-weight: 700;
  position: relative;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.reference__button--link::after {
  position: absolute;
  top: 50%;
  right: 15px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 2px solid #C00;
  border-right: 2px solid #C00;
  transform: rotate(45deg) translateY(-50%);
}

.reference__button--cap {
  font-size: 12px;
  margin-top: 8px;
  text-align: center;
  margin-bottom: 0;
}

.fixed-button {
  visibility: hidden;
}

.fixed-button.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 200;
  width: 100%;
  box-shadow: 0 -2px 0 0 rgba(0, 0, 0, 0.1);
  visibility: visible;
  height: auto;
  padding: 16px;
  background-color: #333;
}

.layout__row .breadcrumb__inner {
  width: auto;
  margin: 0;
}

.coupon {
  position: relative;
  text-align: center;
  background-color: #EDF2F6;
  color: #333;
}

.coupon .coupon_lead {
  margin-bottom: 0;
}

.coupon p {
  line-height: 1.5;
}

.coupon__inner {
  display: flex;
}

.coupon__item {
  background-color: #FFF;
  border-radius: 4px;
}

.coupon__illust {
  margin-bottom: 12px;
  text-align: center;
}

.coupon_subtitle {
  position: absolute;
  left: 50%;
  margin-left: -52px;
}

.coupon_subtitle > span {
  display: inline-block;
  position: relative;
  padding: 0 12px;
  color: #FFF;
  background-color: #D90D0D;
  font-size: 16px;
  text-align: center;
  line-height: 2em;
}

.coupon_subtitle > span::after,
.coupon_subtitle > span::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  border-top: 1em solid #D90D0D;
  border-bottom: 1em solid #D90D0D;
  border-right: 0.5em solid transparent;
  border-left: 0.5em solid transparent;
}

.coupon_subtitle > span::after {
  left: -0.5em;
}

.coupon_subtitle > span::before {
  right: -0.5em;
}

.coupon_title {
  margin: 0 0 4px;
  font-weight: 700;
  text-align: center;
  color: #D90D0D;
  line-height: 1.5;
}

.coupon__illust {
  margin: 0 auto 8px;
}

.coupon__title {
  color: #D90D0D;
  font-weight: 700;
}

.coupon__other {
  text-align: left;
}

.coupon__supplement {
  margin: 0;
}

.coupon-service_title {
  margin: 0 0 8px;
  color: #333;
}

.coupon__service {
  padding: 0 0 12px 20px;
  margin-bottom: 1px;
  border-bottom: solid 1px #CCC;
}

.coupon__service li {
  margin-bottom: 8px;
  line-height: 1.3;
  list-style-type: disc;
}

.coupon__note {
  margin: 12px 0 0;
}

.coupon__note li {
  margin-bottom: 8px;
  line-height: 1.3;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}

.coupon__note li::before {
  content: "※";
}

/*----- ▼20230510追加 M_LEASE-717 -----*/

.lease-rate .lease-rate__pic {
  position: relative;
  margin-top: 24px;
  padding: 40px 72px;
  background-color: #EDF2F6;
}

.lease-rate .lease-rate__pic--ttl {
  position: relative;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
}

.lease-rate .lease-rate__pic--ttl::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -26px;
  margin-left: -39px;
  width: 78px;
  height: 4px;
  background-color: #D90D0D;
}

.lease-rate .lease-rate__pic figure {
  margin-top: 48px;
}

.lease-rate .lease-rate__pic figure img {
  display: block;
  width: 396px;
}

.lease-rate .lease-rate__pic::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 196px;
  margin-left: -21px;
  width: 24px;
  height: 24px;
  border-bottom: 3px solid #D90D0D;
  border-right: 3px solid #D90D0D;
  transform: rotate(-45deg);
}

@media screen and (min-width: 640px) {
  .area-h3 {
    font-size: 18px;
  }

  .search .search__body-type--icon img {
    height: 30px;
    margin-bottom: 6px;
  }

  .search .search__body-type--list li:not(:nth-child(3n)) {
    margin-right: 8px;
  }

  .search .search__body-type--list li:not(:nth-child(-n+3)) {
    margin-top: 8px;
  }

  .reference {
    margin-top: 40px;
    margin-bottom: 16px;
  }

  .reference .reference__search--item,
  .reference .reference__search--item_immediate {
    width: calc(33% - 16px);
    margin-left: 16px;
    font-size: 12px;
  }

  .reference .reference__search--item span,
  .reference .reference__search--item_immediate span {
    display: inline-block;
  }

  .reference .reference__search--item .icon,
  .reference .reference__search--item_immediate .icon {
    width: 55px;
    height: 55px;
  }

  .reference .reference__search--item .text,
  .reference .reference__search--item_immediate .text {
    display: block;
  }

  .reference-modal .reference-modal__inner {
    overflow-y: scroll;
    height: 80vh;
  }

  .reference-modal .price__list a:hover {
    background-color: #fffaca;
  }

  .definition {
    font-size: 12px;
    width: 1020px;
    margin: 8px auto 16px;
  }

  .new::before {
    top: 35%;
  }

  .suggestion-area {
    width: 690px;
    left: 15px;
  }

  .suggestion-area__text {
    font-size: 16px;
    cursor: pointer;
  }

  .suggestion-area__text:hover {
    background-color: #EFEFEF;
  }

  .ranking .ranking__item-thumb {
    margin-right: 8px;
  }

  .ranking .ranking__button:hover {
    opacity: 0.8;
  }

  .specialty .specialty__list {
    align-items: stretch;
  }

  .specialty .specialty__list li:not(:nth-child(4n)) {
    margin-right: 10px;
  }

  .specialty .specialty__item {
    flex-direction: column;
    height: 230px;
  }

  .specialty .specialty__thumb img {
    width: 80%;
    margin: auto;
    display: block;
  }

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

  .specialty .specialty__price--disabled {
    margin-top: auto;
  }

  .specialty .specialty__button:hover {
    opacity: 0.5;
  }

  .hero_image {
    background: url(/lease/image/newcar/top/lease_newcar_mv_normal_bg-2bea1403b1c013f71ebd5a5ed453facc.jpg) center center/cover no-repeat;
  }

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

  .user-review {
    margin: 50px auto 0;
  }

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

  .user-review__item:not(:nth-child(3n)) {
    margin-right: 3%;
  }

  .user-review__item:not(:nth-child(-n+3)) {
    margin-top: 24px;
  }

  .user-review__link span:hover {
    transform: translate3d(2px, 2px, 0);
    transition: all 0.2s;
    box-shadow: none;
  }

  .price-search .price-search__list--item {
    width: calc((100% - 21px) / 4);
  }

  .guide .guide__list--ctgwrap + div {
    margin-top: 32px;
  }

  .guide .guide__list--ctgwrap dt {
    pointer-events: none;
  }

  .guide .guide__list--ctgwrap dd > ul {
    display: flex;
    flex-wrap: wrap;
  }

  .guide .guide__list--ctgwrap dd > ul li {
    width: calc((100% - 32px) / 3);
    margin-left: 16px;
  }

  .guide .guide__list--ctgwrap dd > ul li:nth-child(3n+1) {
    margin-left: 0;
  }

  .guide .guide__list--ctgwrap dd > ul li:nth-child(n+4) {
    margin-top: 15px;
  }

  .guide .guide__list--ctgwrap dd > ul li > a {
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0 4px 0 #CCC;
  }

  .guide .guide__list--ctgwrap dd > ul li > a:hover {
    transform: translateY(4px);
    box-shadow: 0 0px 0 #CCC;
  }

  .guide .guide__list--ctgwrap dd > ul li > a::before {
    left: 14px;
  }

  .footage .footage__inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .footage .footage__list {
    width: 500px;
  }

  .footage .footage__item:not(:first-of-type) {
    margin-top: 12px;
  }

  .fixed-nav .fixed-nav__header span::before {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    background: url("/lease/image/newcar/top/icon_arrow-4ef992c5c5dfc2eb43cf2c55ca679324.svg") no-repeat center;
    background-size: cover;
    margin-right: 4px;
    vertical-align: -3px;
  }

  .fixed-nav .fixed-nav__header a:hover {
    text-decoration: underline;
  }

  .fixed-nav .fixed-nav__body a:hover {
    text-decoration: underline;
  }

  .fixed-nav .fixed-nav__footer a:hover {
    background: #fbf9f3;
  }

  .popular .popular__link:hover {
    background-color: #fffaca;
  }

  .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;
  }

  .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;
  }

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

  .search-conditions {
    margin-top: 4px;
  }

  .search-conditions__inner {
    width: 640px;
    margin: auto;
  }

  .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;
  }

  .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;
  }

  .ev__banner {
    margin-top: 60px;
  }

  .top__reference .reference__title {
    font-size: 27px;
  }

  .reference__title br {
    display: none;
  }

  .reference__title:before,
  .reference__title::after {
    width: 50px;
  }

  .top__reference .reference__title:before,
  .top__reference .reference__title::after {
    width: 50px;
  }

  .top__reference .reference__title:before {
    left: 10px;
  }

  .top__reference .reference__title::after {
    right: 10px;
  }

  .reference__title:before {
    left: 40px;
  }

  .reference__title:after {
    right: 40px;
  }

  .reference__text span {
    font-size: 18px;
  }

  .reference__button--link {
    font-size: 24px;
    padding: 24px;
  }

  .reference__button--link:hover {
    background-color: #C00;
    color: #FFF;
  }

  .reference__button--link:hover::after {
    border-color: #FFF;
  }

  .fixed-button.is-fixed {
    padding: 26px;
  }

  .fixed-button a {
    width: 500px;
    margin: auto;
    padding: 26px 16px;
    font-size: 24px;
  }

  .lp.footer {
    padding-bottom: 140px;
  }

  .breadcrumb.layout__row {
    display: flex;
    justify-content: space-between;
    width: 1020px;
    margin: 0 auto 10px;
  }

  .layout__row .page-title {
    font-size: 12px;
    font-weight: 400;
  }

  .coupon {
    padding: 40px 0;
    margin-top: 66px;
  }

  .coupon__inner {
    flex-direction: row;
    gap: 12px;
    width: 900px;
    margin: 12px auto 0;
  }

  .coupon__item {
    width: 50%;
    padding: 20px;
  }

  .coupon_subtitle {
    top: -76px;
    padding-top: 60px;
  }

  .coupon_title {
    font-size: 28px;
  }

  .coupon_title span {
    font-size: 32px;
  }

  .coupon__other {
    width: 880px;
    margin: 20px auto 0;
  }

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

  .coupon__service li {
    width: 430px;
  }

  .lease-rate .lease-rate__pic figure {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (max-width: 640px) {
  .section {
    margin-top: 20px;
  }

  .section .section__row {
    flex-direction: column;
    width: 100%;
  }

  .section--inner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .section--inner + .section--inner {
    margin-top: 15px;
  }

  .area-h2 {
    font-size: 20px;
  }

  .area-h3 {
    font-size: 16px;
  }

  .search {
    padding: 0;
    background: none;
  }

  .search {
    font-size: 20px;
  }

  .search .search__more {
    padding: 10px;
    margin: -10px 0 0;
  }

  .search .search__more a {
    display: inline-block;
    background-color: #FFF;
    border: 1px solid #C00;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
    padding: 12px;
    width: 100%;
    color: #C00;
    text-decoration: none;
    height: auto;
    margin-top: 8px;
  }

  .search .search__inner {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .search .search__body-type--icon img {
    height: 20px;
    margin-bottom: 4px;
  }

  .search .search__body-type {
    width: 100%;
  }

  .search .search__body-type--inner {
    padding: 12px 12px 16px;
  }

  .search .search__body-type--list {
    justify-content: space-between;
  }

  .search .search__body-type--list li {
    width: calc((100% - 24px) / 3);
  }

  .search .search__body-type--list li:not(:nth-child(3n)) {
    margin-right: 8px;
  }

  .search .search__body-type--list li:not(:nth-child(-n+3)) {
    margin-top: 8px;
  }

  .search .search__maker {
    width: 100%;
  }

  .search .search__maker img {
    height: 40px;
  }

  .search .search__maker--list {
    padding: 12px 12px 16px;
  }

  .search__tab {
    display: flex;
    border-left: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
  }

  .search__tab--contents {
    display: none;
  }

  .search__tab--contents.show {
    display: block;
  }

  .search__tab--contents h3 {
    display: none;
  }

  .reference {
    margin-top: 8px;
    background-color: #FFF;
  }

  .reference .reference__inner {
    width: 100%;
    padding: 16px;
  }

  .reference .reference__heading {
    font-size: 24px;
  }

  .reference .reference__heading--color {
    margin-bottom: 8px;
    font-size: 15px;
  }

  .reference .reference__heading--color::before,
  .reference .reference__heading--color::after {
    width: 21px;
  }

  .reference .reference__search {
    margin-top: 17px;
  }

  .reference .reference__form {
    width: 100%;
  }

  .reference .reference__input {
    padding: 12px 8px;
    font-size: 14px;
    width: 85%;
  }

  .reference .reference__button {
    font-size: 16px;
    width: 15%;
    padding: 12px 8px;
  }

  .reference-modal__close {
    color: #333;
    font-size: 40px;
    width: 40px;
    height: 40px;
  }

  .reference-modal {
    width: 100%;
    top: 0;
    height: 100vh;
    border-radius: 0;
    overflow: scroll;
    overflow-scrolling: touch;
    /* スクロールを滑らかにする */
    -webkit-overflow-scrolling: touch;
    /* スクロールを滑らかにする */
  }

  .reference-modal .reference-modal__inner {
    padding: 40px 10px 530px;
  }

  .reference-modal .search .search__body-type--icon,
  .reference-modal .search .search__maker--icon {
    width: 70%;
  }

  .reference-modal .price__list li {
    width: calc((100% - 8px) / 2);
  }

  .reference-modal .price__list li:not(:nth-child(-n+2)) {
    margin-top: 8px;
  }

  .reference-modal .price__list li:last-child {
    width: 100%;
  }

  .reference-modal .price__list a {
    border-radius: 4px;
    padding: 16px 4px;
  }

  .definition {
    padding: 0 10px;
  }

  .definition summary {
    border: 1px solid #CCC;
    padding: 8px;
  }

  .new::before {
    display: none;
  }

  .suggestion-area {
    left: 0px;
  }

  .suggestion-area__text {
    font-size: 14px;
  }

  .ranking {
    width: 100%;
    margin-top: 0;
  }

  .ranking .ranking__inner {
    width: 100%;
    padding: 10px 10px 12px;
    box-sizing: border-box;
  }

  .ranking .ranking__heading {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .ranking .ranking__row {
    flex-direction: column;
  }

  .ranking .ranking__wrap {
    width: 100%;
  }

  .ranking .ranking__wrap--cap {
    display: block;
    margin-top: 4px;
    font-size: 11px;
    margin-left: 0;
  }

  .ranking .ranking__list {
    width: 100%;
  }

  .ranking .ranking__list li {
    width: 100%;
  }

  .ranking .ranking__rank {
    top: 8px;
    left: 8px;
  }

  .ranking .ranking__item-thumb {
    width: 50%;
    display: flex;
    align-items: center;
    margin-right: 10px;
  }

  .ranking .ranking__item-data {
    width: 50%;
  }

  .ranking .ranking__item-price--month-value {
    font-size: 18px;
  }

  .ranking .ranking__item-price--bonus {
    text-align: right;
    white-space: nowrap;
  }

  .ranking .ranking__button {
    font-size: 12px;
  }

  .specialty .specialty__bg-image {
    background-image: none;
  }

  .specialty .specialty__inner {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .specialty .specialty__heading {
    font-size: 20px;
  }

  .specialty .specialty__list {
    flex-direction: column;
  }

  .specialty .specialty__list li {
    width: 100%;
    padding: 10px;
  }

  .specialty .specialty__list li:not(:first-of-type) {
    margin-top: 12px;
  }

  .specialty .specialty__item {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .specialty .specialty__thumb {
    display: flex;
    align-items: center;
    width: 120px;
  }

  .specialty .specialty__icon {
    padding: 8px 0;
  }

  .specialty .specialty__icon::after {
    border-top-width: 10px;
  }

  .specialty .specialty__data {
    width: calc(100% - 120px);
    margin-top: 0;
  }

  .specialty .specialty__price--disabled {
    margin-top: 8px;
  }

  .specialty .specialty__month--value {
    font-size: 18px;
  }

  .specialty .specialty__button {
    margin-top: 8px;
  }

  .specialty .specialty__bonus br {
    display: none;
  }

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

  .features .features__list {
    flex-direction: column;
    margin-top: 8px;
  }

  .features .features__list li {
    width: 100%;
  }

  .features .features__list li:not(:first-of-type) {
    margin-top: 16px;
  }

  .features .features__thumb {
    height: auto;
  }

  .flow .flow__list {
    flex-direction: column;
    margin-top: 8px;
  }

  .flow .flow__item {
    width: 100%;
  }

  .flow .flow__item:not(:first-of-type) {
    margin-top: 16px;
  }

  .flow .flow__item dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .flow .flow__item dt {
    width: 45%;
  }

  .flow .flow__item dd {
    width: 53%;
    font-size: 16px;
    margin-top: 0;
    padding-top: 4px;
    text-align: left;
  }

  .flow .flow__item dd br {
    display: none;
  }

  .flow .flow__item p {
    margin-bottom: 0;
  }

  .hero_image.is-pc {
    display: none;
  }

  .hero_image.is-pc {
    display: none;
  }

  .hero_image .hero_image__inner {
    width: 100%;
    height: auto;
  }

  .hero_image .hero_image__main .is-pc {
    display: none;
  }

  .hero_image .hero_image__main .is-sp {
    display: block;
  }

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

  .faq .faq__list dt {
    font-size: 14px;
  }

  .faq .faq__list dd {
    font-size: 14px;
    line-height: 1.8;
    padding: 20px 0;
  }

  .faq .faq__list--heading {
    font-size: 14px;
    padding-left: 38px;
    line-height: 1.3;
  }

  .faq .faq__list--heading::before {
    font-size: 16px;
    width: 30px;
  }

  .faq .faq__icon {
    width: 50px;
    top: 6px;
  }

  .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;
  }

  .users-voice {
    width: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px;
  }

  .users-voice .users-voice__heading {
    display: block;
  }

  .users-voice .users-voice__heading span {
    margin-left: 0;
    margin-top: -8px;
  }

  .users-voice .users-voice__heading h2 {
    font-size: 20px;
  }

  .users-voice .users-voice__list {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }

  .users-voice .users-voice__item {
    flex: 0 0 70%;
    display: block;
    background-color: #fff;
    border: 1px solid #CCC;
    border-radius: 8px;
    padding: 10px;
    margin-right: 8px;
  }

  .users-voice .users-voice__data .users-voice__data--degree {
    width: 6em;
  }

  .users-voice .users-voice__text {
    margin: 8px 0 0;
  }

  .users-voice .users-voice__text--title {
    font-size: 14px;
    margin: 0 0 8px !important;
  }

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

  .user-review {
    width: 100%;
    padding: 64px 10px 24px;
    box-sizing: border-box;
    margin-top: -30px;
  }

  .user-review__list {
    flex-direction: column;
  }

  .user-review__item {
    width: 100%;
  }

  .price-search {
    padding: 0 10px;
    margin: 10px 0 0;
  }

  .price-search .price-search__list--item {
    width: 100%;
    border: solid 1px #e3e3e3;
  }

  .price-search .price-search__list--item:not(:first-of-type) {
    margin-top: 8px;
  }

  .price-search .price-search__link a {
    text-align: left;
  }

  .price-search .price-search__heading {
    justify-content: space-around;
  }

  .price-search .price-search__heading li {
    font-size: 12px;
    padding: 6px 25px 4px;
  }

  .price-search .price-search__data {
    align-items: self-start;
    margin: 8px 0 0;
  }

  .price-search .price-search__data--thumb {
    width: 120px;
  }

  .price-search .price-search__price {
    width: calc(100% - 125px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
  }

  .price-search .price-search__price--value {
    font-size: 20px;
  }

  .price-search .price-search__price--unit {
    font-size: 12px;
  }

  .price-search .price-search__button {
    width: calc(100% - 125px);
    margin: -30px 0 0 125px;
  }

  .guide {
    margin: 30px auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
  }

  .guide h2 {
    margin-bottom: 16px;
    font-size: 20px;
  }

  .guide .guide__list {
    margin-bottom: 17px;
  }

  .guide .guide__list--ctgwrap dt {
    display: grid;
    align-items: center;
    position: relative;
    margin-bottom: 0;
    padding: 8px 43px 8px 8px;
    min-height: 56px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
  }

  .guide .guide__list--ctgwrap dt::before,
  .guide .guide__list--ctgwrap dt::after {
    content: "";
    display: block;
    position: absolute;
  }

  .guide .guide__list--ctgwrap dt::before {
    top: calc(50% - 1px);
    right: 13px;
    height: 2px;
    width: 12px;
    background-color: #CC0000;
  }

  .guide .guide__list--ctgwrap dt::after {
    top: calc(50% - 6px);
    right: 18px;
    height: 12px;
    width: 2px;
    background-color: #CC0000;
    transform: rotate(0);
    transition: 0.2s;
  }

  .guide .guide__list--ctgwrap dd {
    display: none;
  }

  .guide .guide__list--ctgwrap dd > ul li > a {
    padding: 8px 43px 8px 1.3em;
    min-height: 56px;
    font-size: 14px;
    border-bottom: 1px solid #CCC;
  }

  .guide .guide__list--ctgwrap dd > ul li > a::before {
    right: 17px;
    width: 7px;
    height: 7px;
  }

  .bonus-block {
    padding: 0 10px;
  }

  .bonus-block .bonus-block__cap {
    font-size: 14px;
  }

  .bonus-block .bonus-block__time {
    font-size: 14px;
    display: block;
  }

  .bonus-block h3 {
    font-size: 15px;
  }

  .bonus-block .bonus-block__description {
    font-size: 12px;
  }

  .bonus-block .bonus-block__description p br {
    display: none;
  }

  .bonus-block .bonus-block__list {
    flex-direction: column;
    margin-top: 0;
  }

  .bonus-block .bonus-block__item {
    width: 100%;
    display: flex;
    margin-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #CCC;
  }

  .bonus-block .bonus-block__icon {
    position: absolute;
    left: 0;
    top: 0;
  }

  .bonus-block .bonus-block__thumbnail {
    width: 130px;
    position: relative;
    display: flex;
    align-items: center;
  }

  .bonus-block .bonus-block__data {
    width: calc(100% - 120px);
  }

  .bonus-block .bonus-block__carname {
    font-size: 13px;
  }

  .bonus-block .bonus-block__carname span {
    font-size: 11px;
  }

  .bonus-block .bonus-block__bonus {
    font-size: 11px;
  }

  .bonus-block .bonus-block__button {
    font-size: 14px;
    line-height: 1.3;
    border-radius: 40px;
    width: 100%;
    padding: 8px;
  }

  .bonus-block .bonus-block__button br {
    display: block;
  }

  .immediately {
    font-size: 13px;
    padding: 10px;
  }

  .immediately h2 {
    font-size: 16px;
  }

  .immediately h2 span {
    font-size: 12px;
  }

  .immediately .immediately__list {
    display: block;
  }

  .immediately .immediately__item {
    width: 100%;
    display: flex;
  }

  .immediately .immediately__item:not(:first-of-type) {
    margin-top: 8px;
  }

  .immediately .immediately__item:not(:last-child) {
    border-bottom: 1px solid #CCC;
    padding-bottom: 8px;
  }

  .immediately .immediately__item--photo {
    width: 130px;
    margin: 0;
  }

  .immediately .immediately__item--data {
    width: calc(100% - 130px);
  }

  .immediately .immediately__name {
    font-size: 14px;
  }

  .immediately .immediately__name span {
    font-size: 11px;
    display: block;
    margin-left: 0;
  }

  .immediately .immediately__price--valu {
    font-size: 18px;
  }

  .immediately .immediately__price--time {
    display: block;
    margin-top: 4px;
  }

  .immediately .immediately__button2 {
    font-size: 14px;
    line-height: 1.3;
    border-radius: 40px;
    width: 100%;
    padding: 8px;
  }

  .immediately .immediately__button2 br {
    display: block;
  }

  .pricedown-block {
    margin-top: -60px;
    padding-top: 60px;
  }

  .pricedown-block__inner {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .pricedown-block h2 br {
    display: block;
  }

  .pricedown-block .pricedown-block__cap {
    font-size: 14px;
  }

  .pricedown-block .pricedown-block__time {
    font-size: 14px;
    display: block;
  }

  .pricedown-block .pricedown-block__description {
    font-size: 12px;
  }

  .pricedown-block .pricedown-block__description p br {
    display: none;
  }

  .pricedown-block .pricedown-block__list {
    flex-direction: column;
    margin-top: 8px;
  }

  .pricedown-block .pricedown-block__list li {
    width: 100%;
    margin: 0 0 5px;
    padding: 10px;
  }

  .pricedown-block .pricedown-block__title {
    text-align: left;
  }

  .pricedown-block .pricedown-block__title span {
    display: inline-block;
    font-size: 14px;
  }

  .pricedown-block .pricedown-block__title .carname {
    font-size: 18px;
  }

  .pricedown-block .pricedown-block__item {
    display: flex;
    justify-content: center;
  }

  .pricedown-block .pricedown-block__icon {
    left: 0;
    font-size: 12px;
    line-height: 28px;
    width: 34px;
    height: 34px;
    border-radius: 34px;
  }

  .pricedown-block .pricedown-block__thumbnail {
    margin: 0;
    width: 30%;
    position: relative;
    display: flex;
    align-items: center;
  }

  .pricedown-block .pricedown-block__thumbnail {
    padding: 15px 0 0;
    text-align: center;
  }

  .pricedown-block .pricedown-block__data {
    width: calc(100% - 90px);
  }

  .pricedown-block .pricedown-block__grade {
    font-size: 12px;
  }

  .pricedown-block .pricedown-block__grade span {
    font-size: 11px;
  }

  .pricedown-block .pricedown-block__price {
    font-size: 12px;
  }

  .pricedown-block .pricedown-block__price span {
    font-size: 14px;
  }

  .pricedown-block .pricedown-block__price {
    font-size: 11px;
  }

  .pricedown-block .arrow {
    width: 10px;
    height: 40px;
    margin: 5px 0 3px;
    padding-left: 30%;
    box-sizing: border-box;
  }

  .pricedown-block .arrow:before {
    width: 10px;
    height: 30px;
    margin-left: 10px;
  }

  .pricedown-block .arrow:after {
    border-top: 20px solid #888;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
  }

  .pricedown-block .pricedown-block__down {
    font-size: 12px;
  }

  .pricedown-block .pricedown-block__down span {
    font-size: 18px;
  }

  .pricedown-block .pricedown-block__off {
    bottom: 85px;
  }

  .pricedown-block .pricedown-block__off .balloon {
    padding: 4px 4px;
    font-size: 12px;
  }

  .pricedown-block .pricedown-block__off .balloon span {
    font-size: 14px;
  }

  .pricedown-block .pricedown-block__button {
    margin: 8px 0 0;
  }

  .pricedown-block .pricedown-block__button a {
    font-size: 12px;
  }

  .reassurance {
    width: 100%;
  }

  .reassurance .reassurance__inner {
    padding: 10px;
    box-sizing: border-box;
  }

  .reassurance .reassurance__heading {
    font-size: 20px;
  }

  .reassurance h3 {
    font-size: 16px;
    margin: 0 0 8px;
  }

  .reassurance h3::before {
    flex-basis: 9%;
    width: 27px;
    height: 40px;
  }

  .reassurance h3 span {
    flex-basis: 89%;
  }

  .reassurance .reassurance__row li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }

  .reassurance .reassurance__row li:not(:first-of-type) {
    margin-top: 16px;
  }

  .reassurance .reassurance__row h3 {
    width: 70%;
  }

  .reassurance .reassurance__row h3 br {
    display: none;
  }

  .reassurance .reassurance__shikumi dt {
    width: 100%;
  }

  .reassurance .reassurance__shikumi dd {
    width: 100%;
  }

  .reassurance .reassurance__item--txt {
    width: 100%;
  }

  .reassurance .reassurance__item--img {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 8px;
  }

  .reassurance .reassurance__item br {
    display: block;
  }

  .reassurance .reassurance__staff--photo img {
    width: 33%;
  }

  .reassurance-simple {
    width: 100%;
  }

  .reassurance-simple .reassurance-simple__inner {
    padding: 10px;
    box-sizing: border-box;
  }

  .reassurance-simple .reassurance-simple__row li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row-reverse;
  }

  .reassurance-simple .reassurance-simple__row li:not(:first-of-type) {
    margin-top: 16px;
  }

  .reassurance-simple h3 {
    width: 60%;
    font-size: 13px;
    line-height: 1.5;
    text-align: left;
  }

  .reassurance-simple .reassurance-simple__item--img {
    width: 40%;
  }

  .footage {
    width: 100%;
  }

  .footage {
    font-size: 12px;
    line-height: 1.5;
    padding: 10px;
  }

  .footage .footage__heading {
    font-size: 20px;
  }

  .footage .footage__list {
    flex-direction: row;
  }

  .footage .footage__item {
    width: 49%;
  }

  .fixed-nav.is-fixed {
    width: 60px;
    padding: 10px 10px 10px 16px;
  }

  .fixed-nav.is-fixed .fixed-nav__menu {
    visibility: visible;
  }

  .fixed-nav .fixed-nav__inner {
    width: 100%;
  }

  .fixed-nav .fixed-nav__header {
    width: 30%;
    font-size: 12px;
    line-height: 1.3;
  }

  .fixed-nav .fixed-nav__header span {
    display: none;
  }

  .fixed-nav .fixed-nav__header a {
    display: inline-block;
    padding: 8px;
    border: 1px solid #EFEFEF;
    border-radius: 4px;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  }

  .fixed-nav .fixed-nav__body {
    display: none;
  }

  .fixed-nav .fixed-nav__footer {
    width: 85%;
  }

  .fixed-nav .fixed-nav__footer a {
    font-size: 13px;
  }

  .fixed-nav .fixed-nav__footer--illust {
    width: 50px;
    height: auto;
  }

  .fixed-nav .fixed-nav__footer span {
    font-size: 15px;
  }

  .fixed-nav .fixed-nav__footer dt {
    font-size: 11px;
    padding: 4px;
  }

  .fixed-nav .fixed-nav__footer dd {
    font-size: 16px;
  }

  .fixed-nav .fixed-nav__footer dd span::before {
    width: 30px;
    height: 14px;
  }

  .fixed-nav .fixed-nav__menu {
    position: relative;
    width: 30px;
    height: 39px;
    cursor: pointer;
  }

  .fixed-nav .fixed-nav__menu::before,
  .fixed-nav .fixed-nav__menu::after {
    position: absolute;
    content: "";
    display: block;
    height: 6px;
    width: 30px;
    border-top-style: solid;
    border-bottom-style: solid;
    transition: 0.2s;
  }

  .fixed-nav .fixed-nav__menu::before {
    top: 6px;
    border-top-width: 4px;
    border-bottom-width: 2px;
    border-color: #333;
  }

  .fixed-nav .fixed-nav__menu::after {
    top: 18px;
    border-top-width: 2px;
    border-bottom-width: 4px;
    border-color: #333;
  }

  .popular .popular__inner {
    width: 100%;
    padding: 10px;
  }

  .popular .popular__list {
    margin-top: 8px;
  }

  .popular .popular__link {
    padding: 8px;
    font-size: 12px;
    line-height: 1.3;
  }

  .discount {
    padding: 10px;
  }

  .discount .discount__inner {
    width: 100%;
  }

  .discount .discount__time {
    font-size: 14px;
  }

  .discount .discount__item {
    width: 100%;
  }

  .discount .discount__item:not(:first-of-type) {
    margin-top: 8px;
  }

  .discount .discount__item--icon {
    top: -50px;
  }

  .discount .discount__item > dl > dt {
    width: 30%;
  }

  .discount .discount__item > dl > dd {
    font-size: 12px;
    width: 68%;
  }

  .discount .discount__item--heading {
    font-size: 15px;
  }

  .discount .discount__item--heading span {
    font-size: 12px;
  }

  .discount .discount__month--unit {
    font-size: 12px;
  }

  .discount .discount__month--value {
    font-size: 19px;
  }

  .comparison-table {
    width: 100%;
    padding: 0 10px;
    margin: 16px auto;
  }

  .comparison-table .table {
    width: 200%;
  }

  .comparison-table .table tbody th {
    width: 23vw;
  }

  .comparison-table img {
    width: 16px;
  }

  .table__scroll {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }

  .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;
  }

  .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;
  }

  .lowest .lowest__inner {
    width: 100%;
    padding: 10px;
    font-size: 15px;
    line-height: 1.3;
  }

  .lowest .lowest__heading {
    font-size: 20px;
  }

  .lowest .lowest__list {
    flex-direction: column;
  }

  .lowest .lowest__list li {
    width: 100%;
  }

  .lowest .lowest__list li:not(:first-of-type) {
    margin-top: 12px;
  }

  .lowest .lowest__data {
    width: calc(100% - 120px);
    margin-top: 0;
  }

  .lowest .lowest__month--value {
    font-size: 18px;
  }

  .lowest .lowest__button {
    margin-top: 8px;
  }

  .lowest .lowest__bonus br {
    display: none;
  }

  .search-conditions {
    margin-top: -12px;
  }

  .search-conditions__inner {
    padding: 0 16px 12px;
  }

  .search-conditions__item {
    padding: 10px 8px;
    font-size: 12px;
  }

  .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;
  }

  .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;
  }

  .simulator-area {
    margin-top: 0;
  }

  .ev__banner {
    margin-top: 10px;
  }

  .top__reference .reference__title {
    font-size: 24px;
  }

  .reference__title:before,
  .reference__title::after {
    width: 72px;
  }

  .top__reference .reference__title:before,
  .top__reference .reference__title::after {
    width: 60px;
  }

  .reference__title:before {
    left: -20px;
  }

  .reference__title:after {
    right: -20px;
  }

  .reference__text span {
    font-size: 16px;
  }

  .reference__button--link {
    padding: 16px;
    font-size: 18px;
  }

  .lp.footer {
    margin-bottom: 85px;
  }

  .layout__row .page-title {
    font-size: 13px;
    font-weight: 700;
  }

  .footer__inner--tertiary {
    padding-bottom: 100px;
  }

  .coupon {
    padding: 40px 0 20px;
  }

  .coupon .coupon_lead {
    padding: 0 20px;
  }

  .coupon__inner {
    flex-direction: column;
    gap: 12px;
    padding: 20px;
  }

  .coupon__item {
    padding: 20px 20px;
  }

  .coupon_subtitle {
    top: -31px;
    padding-top: 15px;
  }

  .coupon_title {
    font-size: 20px;
  }

  .coupon_title span {
    display: block;
    font-size: 28px;
  }

  .coupon__illust {
    width: 180px;
    height: auto;
  }

  .coupon__title {
    margin-bottom: 12px;
    font-size: 16px;
    text-align: center;
  }

  .coupon__other {
    padding: 0 20px;
  }

  .coupon__supplement {
    font-size: 14px;
  }

  .coupon__service li {
    font-size: 14px;
  }

  .lease-rate .lease-rate__pic {
    margin: 24px calc((100% - 100vw) / 2) 0;
    padding: 32px calc((100vw - 100%) / 2);
  }

  .lease-rate .lease-rate__pic--ttl {
    font-size: 24px;
  }

  .lease-rate .lease-rate__pic--ttl::before {
    bottom: -18px;
  }

  .lease-rate .lease-rate__pic figure img {
    width: 100%;
  }

  .lease-rate .lease-rate__pic figure img + img {
    margin-top: 64px;
  }

  .lease-rate .lease-rate__pic::before {
    bottom: 96.5vw;
    transform: rotate(45deg);
  }
}

@media screen and (max-width: 640px) and (max-width: 640px) {
  .bonus-block .bonus-block__thumbnail {
    width: 120px;
  }
}