@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レッド*/

.header__head {
  border-bottom: 2px solid #333;
}

.header__head--inner {
  width: 1020px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  padding: 12px 0;
  box-sizing: border-box;
}

.header__head--service {
  width: 44px;
  margin-right: 30px;
}

.header__head--menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100px;
  margin-left: auto;
}

.header__head--button {
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.header__head--button span {
  display: block;
  font-size: 10px;
  color: #333;
}

.menu {
  width: 400px;
  height: 100vh;
  background-color: #FFF;
  position: fixed;
  z-index: 200;
  top: 0;
  right: -105%;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, 0.3);
  transition: all 300ms 0s ease;
}

.menu__keyword {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 1020px;
  margin: auto;
  padding: 16px;
}

.menu__keyword--valu {
  display: flex;
}

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

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

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

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

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

.service {
  width: 400px;
  height: 100%;
  background-color: #FFF;
  position: fixed;
  z-index: 200;
  top: 0;
  left: -105%;
  box-shadow: 0 5px 14px 3px rgba(0, 0, 0, 0.3);
  transition: all 300ms 0s ease;
}

.service__inner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menuBg {
  position: fixed;
  z-index: 200;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.7);
}

.menu-button {
  outline: none;
  background: none;
  border: none;
  cursor: pointer;
  color: #FFF;
  font-size: 64px;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
  width: 64px;
  height: 64px;
  top: 0;
}

.menu-button__left {
  left: 400px;
}

.menu-button__right {
  right: 400px;
}

.modal-open {
  overflow: hidden;
}

.header__logo {
  display: flex;
  align-items: flex-end;
}

.header__logo--sub {
  margin-left: 12px;
}

/* .header__logo {
  display: flex;
  align-items: flex-end;
  @include max-screen($breakpoint-mobile) {
    margin-left: 8px;
    padding-top: 8px;
    width: fit-content;
    justify-content: center;
    align-self: flex-start;
  }
}

.header__logo img {
  width: auto;
  height: 25px;
}

.header__head--service {
  width: 44px;
  margin-right: 12px;
}
 */

.header__logo img {
  width: auto;
  height: 25px;
}

.header__logo--main {
  display: flex;
  align-items: center;
}

.menu__button--close {
  background-color: #FFF;
  outline: none;
  text-align: center;
  display: block;
  margin: 24px auto 100px;
  border: 1px solid #CCC;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 8px 24px;
  font-size: 13px;
}

.header-modal {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.99);
  padding: 10px;
  box-sizing: border-box;
}

.header-modal a {
  color: #333;
}

.header-modal__inner {
  width: 100%;
  margin-top: 16px;
}

.header-modal .t-sns__list {
  padding: 10px;
}

.header-modal .header__logo {
  justify-content: flex-start;
  flex-direction: initial;
  margin-left: 0;
}

.header-modal .header__logo img {
  width: auto;
  height: 24px;
}

.header-modal__heading {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  padding: 0 0 10px;
  margin: 0 0 10px;
  border-bottom: solid 2px #CCC;
}

.header-modal__heading--small {
  font-size: 14px;
  margin: 0 0 10px;
}

.header-modal__catalog {
  margin: 0 0 20px;
}

.header-modal__catalog--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header-modal__catalog__primary {
  width: 100%;
}

.header-modal__catalog__secondary {
  width: 100%;
}

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

.header-modal__maker li {
  width: 20%;
  margin: 0;
}

.header-modal__maker--link {
  display: block;
  text-decoration: none;
}

.header-modal__maker--link img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.header-modal__maker--logo {
  display: block;
  margin: 0 0 5px;
}

.header-modal__maker--name {
  display: block;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.header-modal__more-link {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.header-modal__more-link::after {
  content: "";
  clear: both;
  display: block;
}

.header-modal__more-link a {
  display: block;
  float: right;
}

.header-modal__category-list {
  font-size: 14px;
}

.header-modal__category-list--list {
  border-bottom: 1px solid #C4C4C4;
}

.header-modal__category-list--list a {
  display: block;
  width: 100%;
  padding: 12px 0;
  text-decoration: none;
  cursor: pointer;
  background: no-repeat 100% 50% url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2224%22%20viewBox%3D%220%200%209%2028%22%3E%3Cpath%20fill%3D%22%23F26161%22%20d%3D%22M9.297%2015c0%200.125-0.063%200.266-0.156%200.359l-7.281%207.281c-0.094%200.094-0.234%200.156-0.359%200.156s-0.266-0.063-0.359-0.156l-0.781-0.781c-0.094-0.094-0.156-0.219-0.156-0.359%200-0.125%200.063-0.266%200.156-0.359l6.141-6.141-6.141-6.141c-0.094-0.094-0.156-0.234-0.156-0.359s0.063-0.266%200.156-0.359l0.781-0.781c0.094-0.094%200.234-0.156%200.359-0.156s0.266%200.063%200.359%200.156l7.281%207.281c0.094%200.094%200.156%200.234%200.156%200.359z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
  position: relative;
}

.header-modal__category-list--icon::after {
  content: "NEW";
  padding: 6px 6px 4px;
  background-color: #C00;
  color: #FFF;
  border-radius: 4px;
  display: inline-block;
  margin-left: 4px;
  font-size: 12px;
  font-family: sans-serif;
  font-weight: 700;
}

.header-modal__category-list--list span {
  font-size: 12px;
}

.header-modal__category__primary {
  width: 100%;
}

.header-modal__category__primary .header-modal__category-list {
  margin-bottom: 18px;
}

.header-modal__category__secondary {
  width: 100%;
  margin-bottom: 24px;
}

.header-modal__category__secondary .header-modal__news .header-modal__category-list--list {
  font-size: 16px;
  border-bottom: none;
}

.header-modal__category__secondary .header-modal__news .header-modal__category-list--list a {
  padding: 0;
}

.header-modal .menu-nav,
.header-modal .service-nav {
  margin-bottom: 20px;
}

.header-modal .service-nav__inner {
  display: flex;
  flex-wrap: wrap;
}

.header-modal .service-nav__inner--list {
  font-size: 14px;
  line-height: 1;
  width: 50%;
}

.header-modal .service-nav__inner a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  margin: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.menu__account {
  width: 100%;
  margin-top: 20px;
}

.menu__account a:hover {
  color: #F26161;
}

.menu__summary {
  font-weight: 700;
  cursor: pointer;
}

.menu__keyword--term {
  color: #FFF;
  font-weight: 700;
}

.menu__keyword--valu {
  width: 750px;
  margin-left: 10px;
}

.menu__keyword--list {
  font-size: 13px;
  line-height: 1.5;
}

.menu__keyword--item {
  display: inline;
}

.menu__keyword--item a {
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px #CCC;
  border-radius: 5px;
  text-decoration: none;
  margin-bottom: 5px;
}

.menu__keyword--item a:hover {
  background-color: #EFEFEF;
  text-decoration: none;
  transition: all 0.5s 0s ease;
}

.menu__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  margin: auto auto 20px;
  line-height: 1.6;
}

.menu__block .underline_large {
  border-bottom: 2px solid #707070;
  font-weight: 700;
  padding: 0 0 4px 0;
  margin: 0 0 8px 0;
  cursor: default;
}

.menu__account--term {
  font-weight: 700;
}

.menu__account--term:nth-of-type(2) {
  margin-top: 10px;
}

.menu__login {
  padding: 10px;
}

.menu__logout {
  margin-top: 20px;
}

.menu__logout--term {
  padding: 20px 10px;
  border: solid 1px #CCC;
  border-radius: 6px;
  text-align: center;
}

.menu__input {
  width: 100%;
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

.menu__input--keyword {
  width: 100%;
  margin-right: 10px;
  background-color: #fff;
  outline: none;
}

.menu__button--search {
  border-radius: 4px;
  cursor: pointer;
  width: 200px;
  outline: none;
  border: none;
  background-color: #fd7738;
  color: #FFF;
  font-weight: 700;
}

.menu__button--login {
  margin-top: 10px;
  cursor: pointer;
  background-color: #DDD;
}

.menu__button--login:hover {
  background-color: #C4C4C4;
}

.menu__reminder {
  font-size: 12px;
  margin-top: 6px;
  display: flex;
  justify-content: space-between;
}

.menu__reminder--item {
  box-sizing: border-box;
  text-align: center;
  width: 49%;
}

.header-search {
  width: 1020px;
  margin: auto;
  background-color: #FFF;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  padding: 28px;
}

.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;
  cursor: pointer;
}

.container {
  background-color: #F7F7F7;
}

.container__inner {
  width: 1020px;
  margin: auto auto 24px;
  padding-bottom: 16px;
}

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

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

.conditions__body-type,
.conditions__maker {
  margin: 16px 0 0;
}

.conditions__body-type--icon,
.conditions__maker--icon {
  display: block;
  padding: 10px 0 7px;
}

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

.conditions__body-type--link,
.conditions__maker--link {
  color: inherit;
  text-decoration: none;
}

.conditions__body-type--link::before,
.conditions__maker--link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.conditions__body-type {
  width: 49%;
}

.conditions__body-type--inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background-color: #53C0DE;
  border-radius: 10px;
  margin: 8px 0 0;
  padding: 24px;
}

.conditions__body-type--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 8px 0 0;
}

.conditions__body-type--list li {
  padding: 8px;
  background-color: #FFF;
  border: solid 1px #E3E3E3;
  border-radius: 6px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  position: relative;
  box-sizing: border-box;
}

.conditions__maker {
  width: 49%;
}

.conditions__maker--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 8px 0 0;
}

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

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

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

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

.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;
  width: 100%;
  z-index: 2;
}

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

.search-form {
  position: relative;
  margin: 16px 0 0;
  width: 70%;
}

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

.search-form__input {
  padding: 12px;
  font-size: 16px;
  width: 100%;
  border: 1px solid #CCC;
  box-sizing: border-box;
  margin: 8px 0 0;
}

.search-form__input:focus {
  outline: solid 1px #000;
}

.checkbox {
  display: none;
}

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

.checkbox__wrap li {
  width: calc((100% - 32px) / 5 - 0.1px);
}

.checkbox__wrap--half {
  display: flex;
  flex-wrap: wrap;
}

.checkbox__wrap--half li {
  width: calc((100% - 8px) / 2 - 0.1px);
}

.checkbox__wrap--half li:not(:nth-child(-n+2)) {
  margin-top: 8px;
}

.checkbox__wrap--half li:not(:nth-child(2n)) {
  margin-right: 8px;
}

.checkbox__button {
  display: block;
  background: none;
  text-align: center;
  color: #666;
}

.checkbox__button--text {
  font-size: 14px;
}

.checkbox__button .checkbox__button--a {
  color: #666;
  padding: 16px 0;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  border: solid 1px #E3E3E3;
}

.checkbox:checked + label .body-type__thumbnail,
.checkbox:checked + label .maker-type__thumbnail {
  border-color: #C00;
  box-sizing: border-box;
  position: relative;
}

.checkbox:checked + label .body-type__thumbnail::before,
.checkbox:checked + label .maker-type__thumbnail::before {
  content: url("/lease/image/newcar/icon_check2-58810fe06a3574259f913f2af238b8b3.svg");
  width: 18px;
  position: absolute;
  top: -14px;
  right: -14px;
  z-index: 1;
}

.checkbox:checked + label .body-type__meta {
  color: #333;
}

.checkbox:checked + label .checkbox__button--a {
  background-color: #C00;
  color: #FFF;
}

.search__ranking-type {
  margin: 20px 0 0;
}

.search__ranking-type--list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 0 10px;
}

.search__ranking-type--list li {
  width: calc((100% - 40px) / 4 - 0.1px);
  padding: 8px;
  background-color: #FFF;
  border: solid 2px #e3e3e3;
  border-radius: 10px;
  font-size: 13px;
  position: relative;
}

.search__ranking-type--list a {
  color: inherit;
  text-decoration: none;
}

.search__ranking-type--list img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: auto;
}

.search__ranking-type--list .specialty__icon {
  top: -12px;
  left: -6px;
}

.search__ranking-type--list .search__bonus {
  width: 100%;
  font-size: 12px;
  background-color: #F7F7F7;
  padding: 5px 0;
  text-align: center;
  margin-top: 4px;
}

.maker-type__thumbnail img {
  width: auto;
  height: 54px;
}

.body-type__thumbnail img {
  width: auto;
  height: 30px;
}

.body-type__thumbnail {
  position: relative;
  padding: 14px;
}

.radio {
  display: none;
}

.radio__wrap li:not(:first-child) {
  margin: 16px 0 0;
}

.radio__button {
  display: block;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  padding: 16px;
  text-align: center;
}

.radio:checked + label {
  background-color: #00ACEA;
  border-color: #00ACEA;
  color: #FFF;
}

.refine {
  margin: 16px 0 0;
  width: 70%;
}

.refine__type--title {
  font-size: 14px;
  font-weight: 400;
}

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

.refine .monthly-fee {
  width: 100%;
}

.refine__inner {
  margin: 8px 0 0;
}

.capacity {
  margin: 16px 0 0;
}

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

.capacity__inner {
  margin: 8px 0 0;
}

.drive {
  margin: 16px 0 0;
  width: 25%;
}

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

.drive__inner {
  margin: 8px 0 0;
}

.lowest-area {
  margin: 16px 0 0;
  width: 20%;
}

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

.lowest__inner {
  margin: 8px 0 0;
}

.fuel {
  margin: 16px 0 0;
}

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

.fuel__inner {
  margin: 8px 0 0;
}

.equipment {
  margin: 16px 0 0;
}

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

.equipment__inner {
  margin: 8px 0 0;
}

.button__wrap {
  display: flex;
  justify-content: center;
  margin-top: 16px;
}

.button__wrap button {
  display: block;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
  outline: none;
  background: none;
  border: none;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-size: 16px;
  cursor: pointer;
  border-radius: 6px;
}

.button__wrap button:first-child {
  width: 150px;
  background-color: #807d79;
  color: #FFF;
  margin-right: 10px;
}

.button__wrap button:last-child {
  width: 400px;
  color: #FFF;
  background-color: #AAA;
  font-size: 22px;
  font-weight: 700;
}

.button__wrap button:last-child span {
  font-size: 12px;
  font-weight: 400;
}

.body-type__thumbnail {
  position: relative;
}

.body-type__thumbnail::before {
  content: url("/lease/image/newcar/icon_check1-dbff3f514a76f5b150b8062aabdfcdcc.svg");
  width: 18px;
  position: absolute;
  top: -14px;
  right: -14px;
}

.body-type__thumbnail .check {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 18px;
}

.body-type__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.body-type__meta {
  font-size: 11.5px;
  line-height: 1.3;
  text-align: center;
}

.body-type__count {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
}

.maker-type__thumbnail {
  position: relative;
}

.maker-type__thumbnail::before {
  content: url("/lease/image/newcar/icon_check1-dbff3f514a76f5b150b8062aabdfcdcc.svg");
  width: 18px;
  position: absolute;
  top: -14px;
  right: -14px;
}

.maker-type__thumbnail .check {
  position: absolute;
  top: -14px;
  right: -14px;
  width: 18px;
}

.maker-type__inner {
  display: flex;
  flex-wrap: wrap;
}

.maker-type__title {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}

.maker-type__meta {
  font-size: 11.5px;
  line-height: 1.3;
  text-align: center;
  margin: 4px 0 0;
}

/*フッター*/

.footer {
  width: 100%;
  margin: 0;
}

.footer__title--main {
  display: inline-block;
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 10px;
}

.footer__title--sub {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}

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

.footer__inner--primary {
  background-color: #F2F2F2;
}

.footer__inner--secondary {
  background-color: #49494a;
  border-top: 1px solid #666;
}

.footer__inner--secondary a {
  color: #fff;
  text-decoration: none;
}

.footer__inner--tertiary {
  background-color: #49494a;
}

.footer__inner--tertiary a {
  color: #fff;
  text-decoration: none;
}

.footer__top {
  padding: 30px 10px;
}

.footer__bottom {
  padding: 10px;
}

.footer__top,
.footer__bottom {
  width: 1020px;
  margin: auto;
  overflow: hidden;
}

.footer__contents {
  font-size: 0;
  overflow: hidden;
}

.footer__contents--left,
.footer__contents--right {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 20px;
}

.footer__contents--left {
  width: 40%;
}

.footer__contents--right {
  width: 60%;
  border-left: solid 1px #666;
}

.footer__contents--title {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 1em;
}

.footer__contents--list li {
  color: #fff;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 0 10px 1.5em;
  list-style-type: square;
}

.footer__service--title {
  float: left;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  width: 9em;
}

.footer__service--data {
  overflow: hidden;
  padding: 0 0 0 9em;
}

.footer__service--list {
  font-size: 0;
  margin: 0 0 10px;
}

.footer__service--list li {
  display: inline-block;
  vertical-align: top;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
}

.footer__service--list li::after {
  content: "|";
  margin: 0 6px;
}

.footer .t-category__heading--main {
  color: #333;
}

.footer__category--title {
  display: block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  margin: 20px 0 10px;
}

.footer__article {
  font-size: 0;
}

.footer__article li {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  line-height: 1.3;
  margin: 0 0 5px 0;
  position: relative;
}

.footer__article li::after {
  color: #999;
  content: "│";
  margin: 0 5px;
}

.footer__article li a {
  color: #333;
}

.footer__link {
  float: left;
  font-size: 0;
}

.footer__link li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1em 0 0;
  font-size: 11px;
  line-height: 20px;
}

.footer__copyright {
  float: right;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 20px;
}

.footer__logo {
  float: left;
  margin: 0 20px 0 0;
}

.footer__logo svg {
  fill: #fff;
}

.footer__pagetop {
  display: none;
  position: fixed;
  z-index: 2;
  bottom: 50px;
  right: 50px;
}

.footer__pagetop a {
  display: block;
  background-color: #222;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  padding: 12px 5px 0px 5px;
  filter: alpha(opacity=80);
  opacity: 0.8;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-sizing: border-box;
}

.footer__comment {
  display: none;
  position: fixed;
  z-index: 99;
  bottom: 50px;
  right: 50px;
}

.footer__comment a {
  background-color: #238BE4;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  padding: 10px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__comment::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: -8px;
  margin-top: -15px;
  border: 8px solid transparent;
  border-left: 22px solid #238BE4;
  z-index: 0;
  transform: rotate(135deg);
}

.footer-top {
  background-color: #EFEFEF;
  margin-top: 20px;
}

.footer-top__inner {
  width: 1020px;
  margin: auto;
  padding: 24px 0;
  font-size: 14px;
  line-height: 1.5;
}

.footer-top__inner a {
  font-size: 13px;
  line-height: 1.8;
  color: #333;
  text-decoration: none;
}

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

.footer-top__primary {
  width: 50%;
}

.footer-top__secondary {
  width: 50%;
}

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

.footer-top__list a {
  color: #333;
  text-decoration: none;
  display: inline-block;
}

.footer-top__list a:not(:last-child)::after {
  content: "｜";
}

.footer-top h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 12px;
  border-bottom: 1px solid #CCC;
  padding: 0 0 8px;
  line-height: 1;
}

.footer-top h3 {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 4px;
}

.footer-top__inquiry {
  margin: 16px 0 0;
  padding: 16px;
  background-color: #FFF;
  border-radius: 10px;
}

.footer-top__inquiry h3 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.footer-top__inquiry--inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.footer-top__inquiry--primary {
  font-size: 16px;
  line-height: 1.3;
  width: 55%;
}

.footer-top__inquiry--primary br {
  display: none;
}

.footer-top__inquiry--primary a {
  color: #111;
  font-size: 58px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}

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

.footer-top__inquiry--secondary a {
  display: block;
  display: block;
  text-align: center;
  background-color: #30BBF2;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.footer-top__inquiry--fd img {
  width: auto;
  height: 40px;
  vertical-align: text-bottom;
}

.footer-top__inquiry2 {
  background-color: #FFF;
}

.footer-top__inquiry2 h3 {
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
}

.footer-top__inquiry2--inner {
  display: flex;
  justify-content: space-between;
}

.footer-top__inquiry2--primary {
  font-size: 14px;
  line-height: 1.8;
}

.footer-top__inquiry2__heading {
  font-weight: 700;
  margin-bottom: 4px;
}

.footer-top__inquiry2__tel {
  color: #222;
  font-size: 52px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.footer-top__inquiry2__button {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #c00;
  font-weight: 700;
  color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.footer-top__inquiry2--fd {
  display: flex;
  align-items: center;
}

.footer-top__inquiry2--fd img {
  width: auto;
  height: 40px;
  vertical-align: text-bottom;
}

.campaign_banner_bottom {
  margin-top: 50px;
  /*古いバナー
  img {
    max-width: 100%;
    height: auto;
  }
  @include min-screen($breakpoint-mobile) {
    width: 970px;
    margin: 32px auto;
  }
  @include max-screen($breakpoint-mobile) {
    width: 300px;
    margin: 32px auto;
  }*/
}

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

.campaign_banner_bottom .banner__inner {
  display: flex;
  justify-content: center;
  width: 1020px;
  margin: 0 auto;
}

.campaign_banner_bottom .banner__title {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 4px;
}

.campaign_banner_bottom a {
  display: block;
  width: 384px;
  height: 120px;
  margin: 0 10px 0 0;
}

.campaign_banner_bottom a:last-child {
  margin-right: 0;
}

.campaign_banner_bottom .banner__inner--solo a {
  display: block;
  width: 778px;
  height: 120px;
  margin: 0 auto 10px;
}

.footer__pagetop--button.is-show {
  display: none;
}

.footer__button--warp {
  display: flex;
  flex-direction: column;
}

.footer__button--tel {
  background-color: #FFF;
  border: 1px solid #C00;
  color: #C00;
  flex-grow: 1;
  margin-right: 8px;
}

.footer__button--tel img {
  width: 23px;
  height: auto;
}

.footer__button--search {
  background-color: #C00;
  color: #FFF;
  flex-grow: 2;
}

.navigation {
  margin: 0 0 16px;
}

.navigation .service-nav {
  margin: 0;
}

.navigation .service-nav__inner {
  display: flex;
  width: 1020px;
  margin: auto;
}

.navigation .service-nav__inner--list {
  flex-grow: 1;
  font-size: 14px;
  line-height: 1;
  border-bottom: solid 5px #F7F7F7;
}

.navigation .service-nav__inner a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 8px;
  box-sizing: border-box;
  position: relative;
}

.navigation .service-nav__current {
  border-bottom-color: #C00;
}

.navigation .service-nav__new a::before {
  width: 32px;
  margin: 0 4px 0 0;
  padding: 4px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
}

.header-modal .service-nav {
  margin-bottom: 20px;
}

.header-modal .service-nav__inner {
  display: flex;
  flex-wrap: wrap;
}

.header-modal .service-nav__inner--list {
  font-size: 14px;
  line-height: 1;
  width: 16.6666666667%;
}

.header-modal .service-nav__inner a {
  color: #333;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 10px 0;
  margin: 4px;
  box-sizing: border-box;
  border: solid 1px #CCC;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

.header-modal .service-nav__new a {
  position: relative;
}

.header-modal .service-nav__new a::before {
  width: 32px;
  margin: 0 4px 0 0;
  padding: 4px 4px 3px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
}

.btnLease-menu {
  padding: 10px 8px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  position: relative;
}

.modal__bg-lease-menu {
  position: fixed;
  z-index: 888;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-lease-menu {
  position: fixed;
  background-color: #FFF;
  max-width: 320px;
  margin: auto;
  box-sizing: border-box;
  z-index: 999;
  right: 0;
  left: 0;
  top: 8%;
  border-radius: 8px;
}

.modal-lease-menu .modal__inner {
  padding: 16px;
  box-sizing: border-box;
  position: relative;
}

.modal-lease-menu--title {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  text-align: center;
  display: flex;
  align-items: center;
  /* 垂直中心 */
  justify-content: center;
  /* 水平中心 */
}

.modal-lease-menu--title::before,
.modal-lease-menu--title::after {
  border-top: 1px solid;
  content: "";
  width: 20px;
  /* 線の長さ */
}

.modal-lease-menu--title::before {
  margin-right: 16px;
  left: 0;
  transform: rotate(50deg);
}

.modal-lease-menu--title::after {
  margin-left: 16px;
  right: 0;
  transform: rotate(-50deg);
}

.modal-lease-menu--close {
  font-family: serif;
  font-size: 48px;
  line-height: 1;
  color: #FFF;
  outline: none;
  background: none;
  border: none;
  padding: 0;
  position: absolute;
  top: -45px;
  right: -10px;
  cursor: pointer;
}

.lease-menu-area--box {
  text-align: center;
  border: 1px solid #666;
  padding-bottom: 16px;
}

.lease-menu-area--box + .lease-menu-area--box {
  margin-top: 24px;
}

.lease-menu-area--list {
  margin: 0 0 16px;
  border: none;
  font-size: 14px;
  text-align: left;
}

.lease-menu-area--list li {
  margin: 0 auto 8px;
  padding: 0 16px;
  line-height: 1.2;
}

.lease-menu-area--btn {
  position: relative;
  display: block;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  background: #c00;
  border-bottom: solid 4px #a70000;
  color: #FFF;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 16px 8px;
  text-decoration: none;
}

.lease-menu-area--btn + .lease-menu-area--btn {
  margin-top: 8px;
}

.lease-menu-area--title {
  position: relative;
  margin-bottom: 20px;
  padding: 12px 10px;
  color: #FFF;
  background: #666;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
}

.lease-menu-area--title::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #666;
}

.lease-menu-area--title p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  font-weight: 700;
}

.lease-menu-area a {
  text-decoration: none;
}

.lease-new-mark a::after,
.lease-new-mark span::after {
  position: absolute;
  width: 34px;
  margin: 0 4px 0 0;
  padding: 4px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0.5em;
}

.lease-new-mark-md::before {
  position: absolute;
  margin: 0 4px 0 0;
  padding: 4px;
  border-radius: 4px;
  background-color: #FFF;
  color: #C00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
  top: 32%;
  left: 12px;
}

.usedcar__text {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 16px;
}

.usedcar__text span {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  background: linear-gradient(transparent 75%, #fdd91e 75%);
}

.breadcrumb {
  margin: 0 0 10px;
}

.breadcrumb__inner {
  font-size: 0;
  width: 1020px;
  margin: auto;
}

.breadcrumb__inner li {
  display: inline;
  font-size: 12px;
  position: relative;
}

.breadcrumb__inner li:not(:last-child)::after {
  content: " > ";
}

.breadcrumb__inner li a {
  color: inherit;
}

.slick-slide {
  outline: none;
}

.info-block {
  width: 100%;
  background-color: #feefc2;
  box-sizing: border-box;
  padding: 16px;
  margin: 16px 0 0;
}

.info-block.info-block__form {
  background-color: #fff8bd;
  margin: 0 0 16px;
}

.info-block.info-block__inquiry {
  background-color: #fff8bd;
  margin: 16px 0;
}

.info-block.info-block__footer {
  background-color: #fff8bd;
}

.info-block__title {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 0.5em;
}

.info-block p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

.info-block span {
  color: #C00;
  font-weight: 700;
}

.page-title__not-f {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 32px;
}

.not-f {
  text-align: center;
  min-height: 500px;
  margin-top: 50px;
  width: 1020px;
  margin: 50px auto;
}

.not-f-main {
  line-height: 1.5;
}

.not-f-text {
  text-align: left;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.5;
  list-style: disc;
  margin-left: 25%;
}

.link-btn-area {
  margin-top: 32px;
}

.link-btn {
  color: inherit;
  text-decoration: none;
  border: 1px solid #EFEFEF;
  border-radius: 4px;
  display: inline-block;
  padding: 15px;
  font-size: 14px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
}

/*クルマの口コミ・レビュー評価*/

.car-review {
  margin: auto;
  width: 1020px;
  color: #333;
  box-sizing: border-box;
}

.car-review.mtop {
  margin-top: 50px;
}

.car-review.mbtm {
  margin-bottom: 50px;
}

.car-review h2 {
  margin-bottom: 13px;
  font-size: 28px;
}

.car-review h2 + .lead {
  font-size: 15px;
  line-height: 1.5;
}

.car-review__value--star {
  margin-right: 0.5em;
}

.car-review__primary {
  display: none;
  align-items: center;
  margin-top: 20px;
}

.car-review__primary--title {
  width: 6em;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}

.car-review__primary--value {
  display: flex;
  align-items: center;
}

.car-review__post {
  display: none;
  justify-content: center;
  align-items: center;
  margin: 12px 0 20px;
  padding: 12px 16px;
  color: #333;
  background-color: #FFF;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.3);
  border: 1px solid #CCC;
  line-height: 26px;
  border-radius: 5px;
  text-decoration: none;
}

.rating-list__item--value {
  display: flex;
  align-items: center;
}

.car-review__list--item {
  position: relative;
  padding-bottom: 45px;
  border: 4px solid #DFDFDF;
}

.car-review__list--item + .car-review__list--item {
  margin-top: 24px;
}

.car-review__list--item > dd {
  margin: 0 16px;
  padding: 16px 0;
}

.car-review__item--head {
  padding: 20px;
  background-color: #EFEFEF;
}

.car-review__item--head > span {
  display: block;
  font-size: 12px;
}

.car-review__item--head .car-review__head--ttl {
  font-size: 18px;
  font-weight: bold;
}

.car-review__item--head .car-review__head--name {
  margin-left: auto;
}

.car-review__item--head .car-review__head--date span {
  padding-left: 0.5em;
}

.car-review__about {
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #E5E5E5;
}

.car-review__about > span {
  display: block;
}

.car-review__about .car-review__about--value {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.car-review__about .car-review__about--value .car-review__value--title {
  margin-right: 1em;
}

.car-review__about .car-review__about--value .car-review__value--star + span {
  color: #FF0000;
  font-size: 20px;
}

dd.car-review__about--voice {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
  padding: 0;
  font-size: 14px;
  overflow: hidden;
}

dd.car-review__about--voice.is-hide {
  bottom: 0;
  height: 180px;
}

dd.car-review__about--voice::before {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 0;
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
}

dd.car-review__about--voice > * {
  width: 100%;
}

dd.car-review__about--voice > dl + * {
  margin-top: 25px;
}

dd.car-review__about--voice > dl > dt {
  margin-bottom: 10px;
  padding: 9px;
  width: 160px;
  background-color: #ECECEC;
  font-weight: bold;
  text-align: center;
  line-height: 1;
}

dd.car-review__about--voice > dl > dd {
  line-height: 1.6;
}

dd.car-review__about--voice .car-review__voice--extra {
  margin-top: 25px;
}

dd.car-review__about--voice .car-review__voice--extra .car-review__extra--pic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

dd.car-review__about--voice .car-review__voice--extra .car-review__extra--pic li {
  width: 230px;
}

dd.car-review__show--trigger {
  position: absolute;
  right: 0;
  bottom: 20px;
  padding: 0;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  cursor: pointer;
  z-index: 1;
}

dd.car-review__show--trigger::after {
  content: "続きを読む";
}

dd.car-review__show--trigger.is-show::after {
  content: "閉じる";
}

.car-review__show--trigger.is-show + .car-review__about--voice::before {
  display: none;
}

.icon-new {
  position: relative;
  line-height: 1.3;
}

.icon-new::after {
  position: absolute;
  width: 34px;
  margin-left: 8px;
  padding: 4px;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
}

.icon-new2 {
  position: relative;
}

.icon-new2::after {
  position: absolute;
  width: 34px;
  margin-left: 8px;
  padding: 4px;
  border-radius: 4px;
  background-color: #FFF;
  color: #c00;
  border: solid 1px #c00;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  content: "NEW";
  top: -2px;
}

.external-link__right {
  text-align: right;
}

.external-link a[target=_blank] {
  display: inline-block;
  padding-right: 16px;
  background: url(/lease/image/newcar/icon/icon_external-link-776fd7814a99e569225cc3e2fbd1e0ea.svg) no-repeat right center;
  background-size: 12px;
  font-size: 12px;
  color: inherit;
}

.mustsee-area {
  position: relative;
  margin: 8px auto 0;
  background-color: rgba(252, 223, 127, 0.5);
  overflow: hidden;
}

.mustsee-area .smooth-text {
  margin: 0;
  color: #000;
  font-weight: 700;
  line-height: 1.3;
  overflow: hidden;
}

.mustsee-area .smooth-text__inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-left: 100%;
  padding: 0 4px;
  transition: 0.4s;
  white-space: nowrap;
  line-height: 1;
}

.mustsee-area .smooth-text a {
  color: #000;
}

.mustsee-area .smooth-text a:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.mustsee-area .smooth-text .icon-car {
  margin-right: 4px;
}

.mustsee-area .go {
  margin-left: 0;
}

.txt-show {
  overflow: hidden;
  transition: height 0.3s ease;
  position: relative;
}

.txt-show.open {
  height: auto;
}

.txt-show.open::before {
  background: transparent;
  z-index: auto;
}

.txt-show::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 90px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  z-index: 1;
}

button.readmore-btn {
  margin: 20px auto;
  display: block;
  border: 2px solid #C00;
  background-color: #fff;
  color: #C00;
  border-radius: 4px;
  padding: 10px 15px;
  outline: 0;
  transition: 0.5s;
  -erbkit-transition: 0.5s;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.1);
  font-weight: 700;
}

button.readmore-btn::after {
  content: "もっと見る ＋";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

button.readmore-btn.on-click::after {
  content: "閉じる －";
}

.car-review .adjust-area {
  position: relative;
  padding-bottom: 66px;
  height: 449px;
  overflow: hidden;
  transition: 0.4s;
}

.car-review .adjust-area::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 66px;
  background-color: #fff;
  z-index: 1;
}

.car-review .adjust-area .readmore-btn {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-bottom: 0;
  width: 185px;
  transform: translateY(-50%) translateX(-50%);
  z-index: 1;
}

.car-review .adjust-area .readmore-btn::after {
  content: "レビューをもっと見る ＋";
  transition: 0.2s;
  -erbkit-transition: 0.2s;
}

.car-review .adjust-area .readmore-btn.on-click::after {
  content: "閉じる －";
}

.car-review .adjust-area.is-show .readmore-btn {
  width: auto;
}

.more-link {
  margin: 16px 0 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
}

.more-link a {
  text-decoration: none;
  position: relative;
  color: inherit;
}

.more-link a::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;
}

.more-link:not(:root) {
  margin: 16px 0 0;
  text-align: right;
  font-size: 12px;
  line-height: 1.3;
}

.more-link:not(:root) a {
  display: block;
  text-decoration: none;
  position: relative;
  color: inherit;
}

.more-link:not(:root) a:nth-child(2) {
  margin-top: 8px;
}

.more-link:not(:root) a::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;
  vertical-align: -3px;
}

@media screen and (min-width: 640px) {
  .header-modal__maker--name {
    height: 3em;
  }

  .header-modal__more-link a {
    margin-top: 8px;
  }

  .menu__reminder--item br {
    display: none;
  }

  .conditions__body-type--list li {
    width: calc((100% - 16px) / 3 - 0.1px);
  }

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

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

  .suggestion-area {
    left: 0;
    top: 70px;
  }

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

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

  .checkbox__wrap li:not(:nth-child(-n+5)) {
    margin-top: 8px;
  }

  .checkbox__wrap li:not(:nth-child(5n)) {
    margin-right: 8px;
  }

  .checkbox__button {
    cursor: pointer;
  }

  .search__ranking-type--list li:not(:nth-child(-n+4)) {
    margin-top: 12px;
  }

  .search__ranking-type--list li:not(:nth-child(4n)) {
    margin-right: 10px;
  }

  .search-form .suggestion-area {
    top: auto;
    left: auto;
    width: 100%;
  }

  .footer__inner--secondary a:hover {
    text-decoration: underline;
  }

  .footer__inner--tertiary a:hover {
    text-decoration: underline;
  }

  .footer-top__inner a:hover {
    text-decoration: underline;
  }

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

  .footer-top__inquiry2 {
    padding: 24px 0;
  }

  .footer-top__inquiry2 h3 {
    font-size: 20px;
    margin-bottom: 32px;
  }

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

  .footer-top__inquiry2--primary {
    width: 60%;
  }

  .footer-top__inquiry2__heading {
    font-size: 24px;
  }

  .footer-top__inquiry2__tel:hover {
    text-decoration: none;
  }

  .footer-top__inquiry2__time {
    font-size: 14px;
    text-align: center;
    margin-top: 4px;
  }

  .footer-top__inquiry2__button {
    padding: 30px 0;
    font-size: 16px;
  }

  .footer-top__inquiry2__button:hover {
    text-decoration: none;
  }

  .footer-top__inquiry2--fd {
    justify-content: flex-start;
  }

  .navigation .service-nav__inner--list:hover {
    transition: 400ms;
    border-color: #C00;
  }

  .is-sp {
    display: none !important;
  }

  .not-f-main .is-sp {
    display: none;
  }

  .car-review__post {
    margin: 12px 0;
    width: 560px;
  }

  .car-review__item--head {
    display: flex;
    align-items: center;
  }

  .car-review__item--head > span + span {
    margin-left: 25px;
  }

  .car-review__about {
    display: flex;
    align-items: center;
  }

  .car-review__about .car-review__about--grade {
    margin-left: 1em;
  }

  .car-review__about .car-review__about--value {
    display: flex;
    align-items: center;
  }

  dd.car-review__about--voice .car-review__voice--good,
  dd.car-review__about--voice .car-review__voice--notgood {
    width: 470px;
  }

  dd.car-review__about--voice .car-review__voice--extra {
    margin-top: 20px;
  }

  dd.car-review__about--voice .car-review__voice--extra .car-review__extra--pic li:nth-child(n+5) {
    margin-top: 20px;
  }

  .external-link__right {
    margin: 8px 0 0;
  }

  .mustsee-area {
    width: 1020px;
  }

  .mustsee-area__inner {
    padding: 6px 4px;
  }

  .mustsee-area .smooth-text {
    font-size: 14px;
  }

  .mustsee-area_bottom {
    margin-bottom: 12px;
  }

  button.readmore-btn {
    cursor: pointer;
    min-width: 180px;
  }

  .more-link a:hover {
    text-decoration: underline;
  }
}

@media screen and (max-width: 640px) {
  .header__head--inner {
    width: 100%;
    padding: 8px;
  }

  .header__head--service {
    margin-right: 0;
  }

  .header__head--menu {
    width: 86px;
  }

  .menu {
    width: 100%;
  }

  .service {
    width: 100%;
  }

  .menu-button {
    color: #333;
    font-size: 40px;
    width: 40px;
    height: 40px;
  }

  .menu-button__left {
    left: auto;
    top: 4px;
    right: 2px;
  }

  .menu-button__right {
    left: auto;
    top: 4px;
    right: 2px;
  }

  .header__logo {
    justify-content: center;
    margin-left: 16px;
    margin-top: 3px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
  }

  .header-modal {
    padding: 0;
  }

  .header-modal__inner {
    margin-top: 0;
  }

  .header-modal .header__logo {
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #FFF;
    width: auto;
    border-bottom: 1px solid #EFEFEF;
    z-index: 1;
  }

  .header-modal__heading {
    font-size: 16px;
    margin: 0;
    padding: 10px;
    border: none;
    background-color: #EFEFEF;
  }

  .header-modal__catalog__primary {
    box-sizing: border-box;
    padding: 10px;
  }

  .header-modal__catalog__secondary {
    box-sizing: border-box;
    padding: 10px;
  }

  .header-modal__maker {
    border-bottom: 1px solid #EFEFEF;
    border-left: 1px solid #EFEFEF;
  }

  .header-modal__maker li {
    border-top: 1px solid #EFEFEF;
    border-right: 1px solid #EFEFEF;
    box-sizing: border-box;
    padding: 4px;
  }

  .header-modal__more-link {
    margin-right: 10px;
  }

  .header-modal__category-list--list {
    border-color: #EFEFEF;
  }

  .header-modal__category-list--list a {
    padding: 12px;
    background-position: 98% 50%;
    box-sizing: border-box;
  }

  .header-modal__category__primary .header-modal__category-list {
    margin-bottom: 0;
  }

  .header-modal .menu-nav,
  .header-modal .service-nav {
    margin-bottom: 0;
  }

  .menu__account {
    margin-top: 0;
  }

  .menu__summary {
    font-size: 16px;
    padding: 10px;
    border: none;
    background-color: #EFEFEF;
  }

  .menu__keyword--list {
    padding: 10px;
  }

  .menu__account .underline_large {
    font-size: 16px;
    padding: 10px;
    margin: 0;
    border: none;
    background-color: #EFEFEF;
  }

  .menu__reminder--item a {
    display: block;
    padding: 5px;
    text-align: center;
    border: solid 1px #CCC;
    border-radius: 4px;
    line-height: 1.4;
    text-decoration: none;
  }

  .header-search {
    width: 100%;
    overflow: scroll;
    padding: 24px 0 100px;
    top: 0;
    bottom: 0;
  }

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

  .container__inner {
    width: 100%;
    padding-bottom: 0;
  }

  .conditions {
    padding: 10px;
  }

  .conditions + .button__wrap {
    width: 100%;
    margin: 0;
    padding: 10px;
  }

  .header-search .conditions + .button__wrap {
    padding: 10px 10px 20px;
    position: fixed;
    bottom: 0;
    background-color: #FFF;
    box-shadow: 0px -4px 4px 0 rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
  }

  .conditions__body-type {
    width: 100%;
  }

  .conditions__body-type--inner {
    padding: 8px;
  }

  .conditions__body-type--list li {
    width: calc((100% - 16px) / 3 - 0.1px);
  }

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

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

  .conditions__maker {
    width: 100%;
  }

  .suggestion-area {
    left: 0px;
    top: 70px;
  }

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

  .search-form {
    width: 100%;
  }

  .checkbox__wrap li {
    width: calc((100% - 16px) / 3 - 0.1px);
  }

  .checkbox__wrap li:not(:nth-child(-n+3)) {
    margin-top: 8px;
  }

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

  .checkbox__button {
    color: #666;
  }

  .checkbox__button--text {
    font-size: 13px;
  }

  .search__ranking-type {
    margin: 8px 0 0;
  }

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

  .search__ranking-type--list {
    flex-direction: column;
    margin-top: 8px;
  }

  .search__ranking-type--list li {
    width: 100%;
  }

  .search__ranking-type--list li:not(:first-of-type) {
    margin: 12px 0 0;
  }

  .maker-type__thumbnail img {
    height: 44px;
  }

  .body-type__thumbnail img {
    height: auto;
  }

  .search-form .suggestion-area {
    top: auto;
  }

  .refine {
    width: 100%;
    margin: 0;
  }

  .drive {
    width: 100%;
  }

  .lowest-area {
    width: 100%;
  }

  .button__wrap button:first-child {
    width: 29%;
    font-size: 14px;
  }

  .button__wrap button:last-child {
    font-size: 16px;
    width: 69%;
  }

  .footer {
    margin: 0;
  }

  .footer__inner {
    width: 100%;
  }

  .footer__inner--primary {
    background-color: #FFF;
  }

  .footer__inner--secondary {
    overflow: hidden;
  }

  .footer__top {
    padding: 10px;
  }

  .footer__top,
  .footer__bottom {
    width: 100%;
    box-sizing: border-box;
  }

  .footer__contents--left,
  .footer__contents--right {
    display: block;
    padding: 0;
  }

  .footer__contents--left {
    width: 100%;
    margin: 0 0 40px;
  }

  .footer__contents--right {
    width: 100%;
    border-left: none;
  }

  .footer__service--list li {
    margin: 0 10px 0 0;
    line-height: 24px;
  }

  .footer__service--list li::after {
    content: none;
    margin: 0;
  }

  .footer__category--title {
    font-size: 14px;
  }

  .footer__article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background-color: #FFF;
    border-bottom: solid 1px #EEE;
    border-left: solid 1px #EEE;
    border-right: solid 1px #EEE;
  }

  .footer__article li {
    display: block;
    width: 50%;
    margin: 0;
    border-top: solid 1px #EEE;
    box-sizing: border-box;
  }

  .footer__article li.footer__article--border {
    border-bottom: solid 1px #EEE;
  }

  .footer__article li:nth-child(odd) {
    border-right: solid 1px #EEE;
  }

  .footer__article li::after {
    content: "";
    margin: 0;
  }

  .footer__article li a {
    color: #333;
    background-color: #FFF;
    display: block;
    padding: 8px 16px 8px 8px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
  }

  .footer__article li a::after {
    position: absolute;
    right: 7px;
    content: "";
    width: 4px;
    height: 4px;
    border-top: 2px solid #CCC;
    border-right: 2px solid #CCC;
    transform: rotate(45deg);
    top: 14px;
  }

  .footer__link {
    float: none;
  }

  .footer__link li {
    display: block;
    margin: 0 1em 10px 0;
  }

  .footer__copyright {
    float: none;
  }

  .footer__logo {
    float: none;
  }

  .footer__pagetop {
    bottom: 10px;
    right: 10px;
  }

  .footer__comment {
    bottom: 10px;
    right: 10px;
  }

  .footer-top__inner {
    width: 100%;
    padding: 10px;
    font-size: 12px;
    box-sizing: border-box;
  }

  .footer-top__wrap {
    flex-direction: column;
  }

  .footer-top__primary {
    width: 100%;
  }

  .footer-top__secondary {
    width: 100%;
    margin-top: 16px;
  }

  .footer-top li {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .footer-top li:not(:first-of-type) {
    margin-top: 4px;
  }

  .footer-top__list li {
    text-indent: -1em;
    padding-left: 1.5em;
  }

  .footer-top__list a {
    display: inline;
  }

  .footer-top__list a:hover {
    text-decoration: underline;
  }

  .footer-top h2 {
    font-size: 16px;
  }

  .footer-top h3 {
    font-size: 14px;
  }

  .footer-top__inquiry h3 {
    font-size: 16px;
    text-align: center;
  }

  .footer-top__inquiry--inner {
    flex-direction: column;
  }

  .footer-top__inquiry--primary {
    font-size: 14px;
    line-height: 1.5;
    width: 100%;
    text-align: center;
  }

  .footer-top__inquiry--primary br {
    display: block;
  }

  .footer-top__inquiry--primary a {
    font-size: 36px;
  }

  .footer-top__inquiry--secondary a {
    padding: 10px 15px;
    font-size: 15px;
    margin: 16px 0 0;
  }

  .footer-top__inquiry--fd img {
    height: 36px;
  }

  .footer-top__inquiry2 {
    padding: 16px;
  }

  .footer-top__inquiry2 h3 {
    font-size: 18px;
    margin-bottom: 16px;
  }

  .footer-top__inquiry2--inner {
    flex-direction: column;
  }

  .footer-top__inquiry2--primary {
    width: 100%;
    text-align: center;
  }

  .footer-top__inquiry2--primary p:not(.footer-top__inquiry2__heading) {
    text-align: left;
  }

  .footer-top__inquiry2--primary p br {
    display: none;
  }

  .footer-top__inquiry2__heading {
    font-size: 18px;
  }

  .footer-top__inquiry2__tel {
    font-size: 36px;
  }

  .footer-top__inquiry2__time {
    font-size: 11px;
    text-align: center;
    margin-top: 8px;
  }

  .footer-top__inquiry2__button {
    padding: 10px 15px;
    font-size: 15px;
    margin-top: 16px;
    height: 44px;
  }

  .footer-top__inquiry2--fd {
    justify-content: center;
  }

  .footer-top__inquiry2--fd img {
    height: 36px;
  }

  .campaign_banner_bottom {
    margin-top: 20px;
    padding: 0 10px;
  }

  .campaign_banner_bottom .banner__inner {
    justify-content: space-between;
    width: 100%;
  }

  .campaign_banner_bottom .banner__title {
    font-size: 14px;
    margin-bottom: 8px;
  }

  .campaign_banner_bottom a {
    width: 49%;
    height: auto;
    margin: 0;
  }

  .campaign_banner_bottom .banner__inner--solo a {
    width: 100%;
    height: auto;
    margin: 0 0 8px 0;
  }

  .footer__pagetop--button {
    opacity: 0;
    visibility: hidden;
    background-color: #FFF;
    position: fixed;
    z-index: 100;
    bottom: 0;
    padding: 16px;
    border-top: 1px solid #CCC;
  }

  .footer__pagetop--button a {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    height: 49px;
  }

  .footer__pagetop--button.is-show {
    display: flex;
    justify-content: space-between;
    opacity: 1;
    visibility: visible;
    width: 100%;
  }

  .footer__button--search {
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 0;
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.1);
    height: 49px;
  }

  .navigation {
    margin: 0;
  }

  .navigation .service-nav__inner {
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    margin: 0 0 10px;
  }

  .navigation .service-nav__inner--list {
    font-size: 12px;
  }

  .navigation .service-nav__inner a {
    padding: 10px 8px;
  }

  .header-modal .service-nav {
    margin-bottom: 0;
  }

  .header-modal .service-nav__inner {
    width: 100%;
  }

  .header-modal .service-nav__inner--list {
    font-size: 13px;
    width: 50%;
  }

  .is-pc {
    display: none !important;
  }

  .breadcrumb {
    margin: 10px;
  }

  .breadcrumb__inner {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .info-block {
    width: auto;
    margin: 0 16px 16px;
  }

  .info-block.info-block__footer {
    margin: 16px 0 0;
  }

  .info-block__title {
    font-size: 13px;
  }

  .info-block p {
    font-size: 12px;
  }

  .page-title__not-f {
    font-size: 32px;
    line-height: 1.3;
  }

  .not-f {
    width: 100%;
    min-height: auto;
    padding: 10px;
    box-sizing: border-box;
  }

  .not-f-text {
    font-size: 13px;
    margin-left: 20px;
  }

  .car-review {
    padding: 10px;
    width: 100%;
  }

  .car-review.mtop {
    margin-top: 20px;
  }

  .car-review.mbtm {
    margin-bottom: 20px;
  }

  .car-review h2 {
    margin-bottom: 13px;
    font-size: 20px;
  }

  .car-review h2 + .lead {
    font-size: 14px;
    line-height: 1.5;
  }

  .car-review__primary {
    justify-content: space-between;
  }

  .car-review__primary--title {
    font-size: 20px;
  }

  .car-review__list--item + .car-review__list--item {
    margin-top: 20px;
  }

  .car-review__list--item > dd {
    margin: 0 10px;
    padding: 12px 0;
  }

  .car-review__item--head {
    padding: 12px;
  }

  .car-review__item--head > span + span {
    margin-top: 10px;
  }

  .car-review__item--head .car-review__head--ttl {
    font-size: 16px;
  }

  .car-review__about .car-review__about--value {
    margin-top: 10px;
  }

  .car-review__about {
    font-size: 14px;
  }

  .car-review__about .car-review__about--grade {
    margin-top: 5px;
  }

  dd.car-review__about--voice > dl + * {
    margin-top: 23px;
  }

  dd.car-review__about--voice > dl > dt {
    width: 100%;
  }

  dd.car-review__about--voice > dl > dd {
    font-size: 14px;
    line-height: 1.8;
  }

  dd.car-review__about--voice .car-review__voice--extra {
    margin-top: 20px;
  }

  dd.car-review__about--voice .car-review__voice--extra .car-review__extra--pic li {
    width: calc((100% - 10px) / 2);
  }

  dd.car-review__about--voice .car-review__voice--extra .car-review__extra--pic li:nth-of-type(n+3) {
    margin-top: 10px;
  }

  dd.car-review__about--voice .car-review__voice--extra .car-review__extra--pic li img {
    width: 100%;
  }

  dd.car-review__show--trigger {
    font-size: 14px;
  }

  .external-link__right {
    margin: 8px 0;
  }

  .mustsee-area {
    width: 100%;
  }

  .mustsee-area__inner {
    padding: 6px 4px;
  }

  .mustsee-area .smooth-text {
    font-size: 11px;
  }

  .mustsee-area_bottom {
    margin-bottom: 4px;
  }

  .car-review .adjust-area {
    height: 516px;
  }

  .car-review .adjust-area .readmore-btn {
    bottom: -15px;
  }

  .more-link:not(:root) a {
    width: 100%;
  }
}