@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 {
  font-family: "din-2014", "Noto Sans JP", sans-serif;
  font-size: 16px;
}

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

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

.new-mark > a::after,
.new-mark > span::after {
  content: "NEW";
  position: absolute;
  top: 50%;
  right: 36px;
  transform: translateY(-50%);
  padding: 4px;
  width: 2.5em;
  border-radius: 4px;
  background-color: #c00;
  color: #FFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  line-height: 1;
  text-align: center;
}

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

/*フッター*/

.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--secondary a:hover {
  text-decoration: underline;
}

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

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

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

.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__service--list li a:hover {
  text-decoration: underline;
  color: #FFF;
}

.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: 1;
  bottom: 40px;
  right: 4%;
}

.footer__pagetop a {
  display: block;
  background-color: #000;
  text-align: center;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  padding: 4px 0 0;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  width: 48px;
  height: 48px;
  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);
}

.ds-n {
  display: none !important;
}

.pt-change {
  bottom: 160px;
}

.is-in .pt-change {
  bottom: 100px;
}

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

.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__inner a:hover {
  text-decoration: underline;
}

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

.footer-top__primary {
  width: 49%;
}

.footer-top__secondary {
  width: 49%;
}

.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__list a:hover {
  text-decoration: underline;
}

.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: #49494A;
  padding: 20px 30px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50px;
  color: #FFF;
  /*box-shadow: 0 2px 0 0 rgba(0, 0, 0, .1);*/
}

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

.footer-top__inquiry--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 {
  opacity: 0;
  visibility: hidden;
  background-color: #FFF;
  position: fixed;
  z-index: 100;
  bottom: -1px;
  padding: 16px;
  border-top: 1px solid #CCC;
  box-shadow: 0 -4px 4px 0 rgba(0, 0, 0, 0.1);
}

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

.contact-area {
  background: #EFEFEF;
  margin: 0 auto;
  padding: 20px 10px 20px;
  box-sizing: border-box;
}

.contact-area p {
  margin-bottom: 8px;
  padding: 0 0 8px;
  font-size: 13px;
  text-align: center;
}

.contact-area--link {
  display: inline-block;
  position: relative;
  margin: 8px 0 0;
  font-size: 14px;
  border: solid 1px #CCC;
  border-radius: 4px;
  padding: 8px 8px 8px 12px;
}

.contact-area--link::before {
  position: absolute;
  left: 2%;
  top: 45%;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #CC0000;
  content: "";
  display: inline-block;
  position: absolute;
  height: 6px;
  width: 6px;
  transform: rotate(-45deg);
}

.contact-area__inner {
  background: #FFF;
  padding: 14px;
  box-sizing: border-box;
}

.contact-area__inner--left {
  width: 100%;
  text-align: center;
}

.contact-area__inner--fd img {
  margin-bottom: 8px;
  width: 40px;
}

.contact-area__inner--tel {
  font-size: 28px;
  font-weight: 700;
}

.contact-area__inner--time {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.contact-area__inner .link-btn-area {
  margin: 8px 0 0;
  width: 100%;
}

.contact-area h2 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
  border-bottom: 0;
}

.contact-area .col2-area {
  display: block;
}

.footer__pagetop--button {
  box-sizing: border-box;
}

.footer__pagetop--button a {
  box-sizing: border-box;
}

.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: 0 0 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";
}

.newcar__list,
.historycar__list,
.othercar__list,
.cs-newusedcar__list,
.cs-aiscar__list {
  position: relative;
}

.newcar__list .carousel-slider .card-box__inner,
.historycar__list .carousel-slider .card-box__inner,
.othercar__list .carousel-slider .card-box__inner,
.cs-newusedcar__list .carousel-slider .card-box__inner,
.cs-aiscar__list .carousel-slider .card-box__inner {
  position: relative;
  border: 1px solid #CCC;
  border-radius: 4px;
}

.newcar__list .carousel-slider .card-box__inner a::before,
.historycar__list .carousel-slider .card-box__inner a::before,
.othercar__list .carousel-slider .card-box__inner a::before,
.cs-newusedcar__list .carousel-slider .card-box__inner a::before,
.cs-aiscar__list .carousel-slider .card-box__inner a::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.newcar__list .carousel-slider .card-box__inner:hover,
.historycar__list .carousel-slider .card-box__inner:hover,
.othercar__list .carousel-slider .card-box__inner:hover,
.cs-newusedcar__list .carousel-slider .card-box__inner:hover,
.cs-aiscar__list .carousel-slider .card-box__inner:hover {
  background-color: rgba(239, 239, 239, 0.5);
}

.newcar__list .carousel-slider .car-photo,
.historycar__list .carousel-slider .car-photo,
.othercar__list .carousel-slider .car-photo,
.cs-newusedcar__list .carousel-slider .car-photo,
.cs-aiscar__list .carousel-slider .car-photo {
  margin: 0 0 8px;
}

.newcar__list .details__list .maker-area,
.historycar__list .details__list .maker-area,
.othercar__list .details__list .maker-area,
.cs-newusedcar__list .details__list .maker-area,
.cs-aiscar__list .details__list .maker-area {
  margin: 0 0 8px;
  line-height: 1.3;
}

.newcar__list .details__list .maker-area .maker-name,
.historycar__list .details__list .maker-area .maker-name,
.othercar__list .details__list .maker-area .maker-name,
.cs-newusedcar__list .details__list .maker-area .maker-name,
.cs-aiscar__list .details__list .maker-area .maker-name {
  display: block;
  font-size: 12px;
  font-weight: 400;
}

.newcar__list .details__list .maker-area .car-name,
.historycar__list .details__list .maker-area .car-name,
.othercar__list .details__list .maker-area .car-name,
.cs-newusedcar__list .details__list .maker-area .car-name,
.cs-aiscar__list .details__list .maker-area .car-name {
  font-weight: 700;
}

.newcar__list .details__list .details-area,
.historycar__list .details__list .details-area,
.othercar__list .details__list .details-area,
.cs-newusedcar__list .details__list .details-area,
.cs-aiscar__list .details__list .details-area {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.newcar__list .details__list .details-area span,
.historycar__list .details__list .details-area span,
.othercar__list .details__list .details-area span,
.cs-newusedcar__list .details__list .details-area span,
.cs-aiscar__list .details__list .details-area span {
  margin-right: 2px;
  padding: 4px;
  background: #EFEFEF;
  border-radius: 4px;
}

.newcar__list .details__list .price-area,
.historycar__list .details__list .price-area,
.othercar__list .details__list .price-area,
.cs-newusedcar__list .details__list .price-area,
.cs-aiscar__list .details__list .price-area {
  margin: 8px 0 8px;
  font-weight: 700;
  line-height: 1.3;
}

.newcar__list .details__list .price-area .years,
.historycar__list .details__list .price-area .years,
.othercar__list .details__list .price-area .years,
.cs-newusedcar__list .details__list .price-area .years,
.cs-aiscar__list .details__list .price-area .years {
  font-size: 12px;
  font-weight: 700;
  color: #FFF;
  background: #333;
  padding: 2px 4px;
  border-radius: 4px;
}

.newcar__list .details__list .price-area .years-price,
.historycar__list .details__list .price-area .years-price,
.othercar__list .details__list .price-area .years-price,
.cs-newusedcar__list .details__list .price-area .years-price,
.cs-aiscar__list .details__list .price-area .years-price {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 2px;
  font-weight: 700;
  color: #CC0000;
}

.newcar__list .details__list .link-detail,
.historycar__list .details__list .link-detail,
.othercar__list .details__list .link-detail,
.cs-newusedcar__list .details__list .link-detail,
.cs-aiscar__list .details__list .link-detail {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #CC0000;
  mix-blend-mode: multiply;
  color: #FFF;
  font-weight: 700;
  text-decoration: none;
  border-radius: 4px;
  position: relative;
}

.newcar__list .slide-arrow,
.historycar__list .slide-arrow,
.othercar__list .slide-arrow,
.cs-newusedcar__list .slide-arrow,
.cs-aiscar__list .slide-arrow {
  position: absolute;
  width: 30px;
  bottom: 45%;
  z-index: 1;
}

.newcar__list .prev-arrow,
.historycar__list .prev-arrow,
.othercar__list .prev-arrow,
.cs-newusedcar__list .prev-arrow,
.cs-aiscar__list .prev-arrow {
  left: 0;
  cursor: pointer;
}

.newcar__list .next-arrow,
.historycar__list .next-arrow,
.othercar__list .next-arrow,
.cs-newusedcar__list .next-arrow,
.cs-aiscar__list .next-arrow {
  right: 0;
  cursor: pointer;
}

.newcar__list .slick-dots,
.historycar__list .slick-dots,
.othercar__list .slick-dots,
.cs-newusedcar__list .slick-dots,
.cs-aiscar__list .slick-dots {
  bottom: -25px;
}

.not-f {
  margin: 20px auto 40px;
}

.not-f .not-f-main {
  text-align: center;
}

.not-f .not-f-text {
  margin: 0 auto 20px;
  width: 80%;
}

.not-f .not-f-text li {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  margin: 0 0 8px;
  list-style-type: disc;
}

.not-f .history-list li {
  width: 100%;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  border-bottom: solid 1px #CCC;
}

.not-f .search__list a {
  font-size: 13px;
  color: #333;
  text-decoration: none;
  display: inline-block;
}

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

.not-f .search__list a:hover {
  text-decoration: underline;
}

.announcement {
  margin-bottom: 8px;
  color: #FFF;
  background-color: #D8291E;
  text-align: center;
}

.announcement p {
  margin: 0 auto;
}

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

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

p {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.img-area {
  margin: 8px 0;
  padding: 40px 20px;
  background: #EFEFEF;
  text-align: center;
}

.slick-slide {
  outline: none;
}

.kome {
  display: inline-block !important;
  vertical-align: super;
}

.bg-red {
  background-color: #CC0000 !important;
}

.bg-red-thin {
  background-color: rgba(204, 0, 0, 0.1) !important;
}

.text-red {
  color: #CC0000 !important;
}

.bold {
  font-weight: 700;
}

/*ボタンエリア 2カラム*/

/*お気に入りボタン*/

.favorite {
  text-align: center;
}

.favorite__button {
  width: 100px;
  height: 40px;
  cursor: pointer;
  background: #FFF;
  margin: 12px auto 0;
  padding: 8px 4px;
  border: solid 1px #000;
  text-align: center;
}

.favorite__button span {
  display: inline-block;
  font-size: 10px;
}

.favorite__button svg {
  width: 20px;
  vertical-align: middle;
}

.tips--icon {
  width: 16px;
  height: 16px;
  margin-left: 6px;
  vertical-align: top;
}

.breadcrumb {
  margin: 0 0 8px;
}

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

.breadcrumb__inner li {
  display: inline;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

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

.breadcrumb__inner li a {
  color: inherit;
}

.breadcrumb__inner li a:hover {
  text-decoration: underline;
}

.wrapper {
  width: 100%;
  box-sizing: border-box;
  margin: 16px 0 0;
}

.wrapper__inner {
  width: 1020px;
  margin: auto;
  background: #FFF;
  box-sizing: border-box;
}

.wrapper__inner--2col {
  width: 1020px;
  margin: auto;
  background: #FFF;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.wrapper__inner--2col .main-area__left,
.wrapper__inner--2col .main-area__right {
  width: 48%;
}

.wrapper__inner--2col .content-area__left,
.wrapper__inner--2col .content-area__right {
  width: 48%;
}

.bg-card {
  margin: 24px 0 0;
  padding: 24px 14px 24px;
  background: #FFF;
  box-shadow: 0px 3px 1px 0px rgba(0, 0, 0, 0.2);
}

.bg-frist {
  margin-top: 0;
  padding-top: 0;
}

.bg-gray {
  padding: 0 0 24px;
  background: #EFEFEF;
}

.small-text {
  font-size: 12px;
  line-height: 1.3;
}

.note-area {
  margin: 8px 0 0;
  padding: 0 8px;
}

.note-text li {
  margin-top: 4px;
  font-size: 11px;
  line-height: 1.3;
  padding-left: 1em;
  text-indent: -1em;
}

.note-text li:before {
  content: "※";
}

.note-text li:first-of-type {
  margin-top: 0;
}

.other-area {
  margin: 12px 0 0;
}

.page-title {
  margin: 0 0 4px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.page-title__small {
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.second-hd {
  position: relative;
  width: 100%;
  margin: 0 0 16px;
  padding: 8px 0 0;
  border-top: solid 2px #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.second-hd:before {
  content: "";
  position: absolute;
  left: 0;
  top: -2px;
  width: 5%;
  height: inherit;
  border-top: 2px solid #CC0000;
}

.second-hd span {
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
}

.third-hd {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 8px;
}

.other-hd {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.table-scroll,
.table-scroll-normal {
  overflow: auto;
  /*スクロールさせる*/
  white-space: nowrap;
  /*文字の折り返しを禁止*/
  width: 100%;
  /*今回の設置を分かりやすくするためワザと狭い幅を指定。本来は不必要な指定です。*/
  /*td {
    text-align: right;
  }*/
}

.table-scroll table,
.table-scroll-normal table {
  width: 100%;
  border: #ccc solid 1px;
  border-collapse: collapse;
  border-spacing: 0;
}

.table-scroll th,
.table-scroll td,
.table-scroll-normal th,
.table-scroll-normal td {
  border-collapse: collapse;
  padding: 8px 8px;
  font-weight: normal;
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  font-size: 12px;
  line-height: 1.5;
  vertical-align: middle;
}

.table-scroll .plan-year,
.table-scroll .plan-number,
.table-scroll-normal .plan-year,
.table-scroll-normal .plan-number {
  text-align: center;
}

.table-scroll .ws-on,
.table-scroll-normal .ws-on {
  /*折返し用*/
  white-space: normal;
}

.table-scroll .w10,
.table-scroll-normal .w10 {
  width: 10%;
}

.table-scroll .w15,
.table-scroll-normal .w15 {
  width: 15%;
}

.table-scroll .w20,
.table-scroll-normal .w20 {
  width: 20%;
}

.table-scroll .w30,
.table-scroll-normal .w30 {
  width: 30%;
}

.table-scroll .w40,
.table-scroll-normal .w40 {
  width: 40%;
}

.table-scroll .w50,
.table-scroll-normal .w50 {
  width: 50%;
}

.table-scroll .w85,
.table-scroll-normal .w85 {
  width: 85%;
}

.table-scroll .bg-premium-plan,
.table-scroll-normal .bg-premium-plan {
  background: rgba(237, 205, 125, 0.5);
}

.table-scroll .bg-light-plan,
.table-scroll-normal .bg-light-plan {
  background: rgba(204, 204, 204, 0.5);
}

.table-scroll .maru:before,
.table-scroll-normal .maru:before {
  content: "●";
}

.table-scroll .batsu:before,
.table-scroll-normal .batsu:before {
  content: "×";
}

.table-scroll img,
.table-scroll-normal img {
  width: 14px;
  height: auto;
}

.table-scroll .circle,
.table-scroll-normal .circle {
  width: 16px;
  height: auto;
}

.fixed01 {
  position: sticky;
  left: 0;
  background: #49494A;
  color: white;
}

.fixed01:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

.fixed02 {
  position: sticky;
  left: 0;
  background: #EFEFEF;
  color: #000;
}

.fixed02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border: 1px solid #ccc;
}

th.bg-none {
  background: #FFF;
  border-left: #FFF solid 1px;
  border-top: #FFF solid 1px;
}

th.bg-gray {
  background: #49494A;
  color: #FFF;
  text-align: center;
}

th.bg-gray-lh,
td.bg-gray-lh {
  background: #EFEFEF;
  text-align: center;
}

.t-center {
  text-align: center;
}

.used-comparison .table-scroll td {
  text-align: center;
}

.used-comparison .table-scroll table td.bg-gray-lh {
  background: #EFEFEF;
  text-align: left;
}

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

a:hover {
  color: #49494A;
}

.link-area {
  margin: 12px 0 12px;
  text-align: right;
}

.link-area-center {
  margin: 12px 0 12px;
  text-align: center;
}

.link-area-left {
  margin: 12px 0 12px;
  padding-left: 12px;
  text-align: left;
}

.link-text {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.link-text:before {
  position: absolute;
  left: -10px;
  top: 5px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #CC0000;
  content: "";
  display: inline-block;
  position: absolute;
  height: 8px;
  width: 8px;
  transform: rotate(-45deg);
}

.link-text-external {
  position: relative;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

.link-text-external:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background-image: url("/lease/image/used/common/icon/icon-t-link-4e442cbe1f4aac4f87c4140277e0dbc5.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: -16px;
  top: 4px;
}

.link-text-nl {
  color: #000;
  text-decoration: underline;
}

.link-text-nl:hover {
  color: #49494A;
}

.link-btn-area {
  margin: 12px auto 12px;
  text-align: center;
}

.link-btn {
  display: inline-block;
  padding: 16px 12px;
  background: #49494A;
  border-radius: 50px;
  color: #FFF;
}

.link-btn:hover {
  color: #FFF;
  background: #000;
}

.link-td {
  text-decoration: underline;
}

.link-btn-pdf {
  display: inline-block;
  padding: 18px 18px;
  background: #49494A;
  border-radius: 50px;
  color: #FFF;
}

.link-btn-pdf:hover {
  color: #FFF;
  background: #000;
}

.terms__list {
  margin: 0 0 8px;
  list-style-type: none;
  padding-left: 0;
  counter-reset: item;
}

.terms__list li {
  margin: 0 0 4px;
  text-indent: -1.3em;
  padding-left: 1.3em;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.terms__list li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.5em;
  font-weight: bold;
  color: #000;
}

.star-rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCC;
  /* 自由に設定化 */
  font-size: 14px;
  /* フォントサイズ 自由に設定化 */
}

.star-rating:before,
.star-rating:after {
  content: "★★★";
}

.star-rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #CC0000;
  /* 自由に設定化 */
}

.star-rating[data-rate="3"]:after {
  width: 100%;
}

/* 星3 */

.star-rating[data-rate="2.5"]:after {
  width: 85%;
}

/* 星2.5 */

.star-rating[data-rate="2"]:after {
  width: 70%;
}

/* 星2 */

.star-rating[data-rate="1.5"]:after {
  width: 52%;
}

/* 星1.5 */

.star-rating[data-rate="1"]:after {
  width: 35%;
}

/* 星1 */

.star-rating[data-rate="0.5"]:after {
  width: 20%;
}

/* 星0.5 */

.star-rating[data-rate="0"]:after {
  width: 0%;
}

/* 星0 */

.mt00 {
  margin-top: 0px !important;
}

.mt4 {
  margin-top: 4px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt24 {
  margin-top: 24px;
}

.mt40 {
  margin-top: 40px;
}

.mt60 {
  margin-top: 60px;
}

.mb8 {
  margin-bottom: 8px;
}

.mb12 {
  margin-bottom: 12px;
}

.mb24 {
  margin-bottom: 24px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.pt10 {
  padding-top: 10px;
}

.pt20 {
  padding-top: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/*アコーディオン FAQ*/

.accordion-area {
  width: 100%;
  /*開いた状態の矢印描画*/
}

.accordion-area input {
  display: none;
  /*チェックボックスを隠す*/
}

.accordion-area label {
  box-sizing: border-box;
  width: 100%;
  cursor: pointer;
  display: block;
  text-decoration: none;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  padding: 0 0 12px;
  /*閉じた状態の矢印描画*/
}

.accordion-area label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #49494A 2px solid;
  border-right: #49494A 2px solid;
  transform: rotate(-45deg);
  position: absolute;
  right: 2%;
  top: 7%;
  bottom: 0;
  margin: auto;
}

.accordion-area .qa-list {
  margin: 20px 0 20px 16px;
  padding: 0;
  list-style: none;
}

.accordion-area .qa-list li {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 0 0 0 28px;
}

.accordion-area .qa-list li:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/lease/image/used/common/icon/icon-a-95f955d2663e8f1199993a820a74bae5.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
}

.accordion-area .qa-list .on-hide {
  display: none;
}

.accordion-area .qa-list .text_in {
  margin-left: -1em;
}

.accordion-area .qa-title {
  position: relative;
  padding: 0 0 0 28px;
}

.accordion-area .qa-title:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url("/lease/image/used/common/icon/icon-q-8cad48b3507d4e12450721fc93164e6d.svg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  left: 0;
  top: 0;
}

.accordion-area .qa-title h4 {
  width: 92%;
}

.accordion-area input[type=checkbox]:checked + label:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #49494A 2px solid;
  border-right: #49494A 2px solid;
  transform: rotate(135deg);
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 15%;
  margin: auto;
}

.accordion-area .accordion-area-box {
  border: solid 1px #CCC;
  margin: 0 0 24px;
  padding: 12px 8px;
}

.accordion-area .accordion-area-box:last-of-type {
  margin-bottom: 0;
}

.cp_ipselect {
  overflow: hidden;
  width: 96%;
  margin: 8px auto 0;
  text-align: center;
}

.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_sl {
  position: relative;
  border: 1px solid #000;
  background: #FFF;
}

.cp_sl:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
  content: "";
  background: #000;
  pointer-events: none;
  /*除外*/
}

.cp_sl:after {
  position: absolute;
  top: 0.8em;
  right: 0.9em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #FFF;
  pointer-events: none;
  /*除外*/
}

.cp_sl select {
  padding: 8px 38px 8px 8px;
  color: #000;
}

.favo-area--addition,
.favo-area--delete {
  z-index: 4;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  margin: 0 auto;
  padding: 12px;
  background: #FFF;
  border: solid 2px #CC0000;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.favo-area--addition .favo-img,
.favo-area--delete .favo-img {
  margin: 4px 0;
}

.favo-area--addition .favo-text,
.favo-area--delete .favo-text {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  color: #CC0000;
}

.favo-area--addition {
  width: 80%;
  height: auto;
}

.favo-area--delete {
  width: 80%;
  height: auto;
  padding: 20px 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3888888889;
  text-align: center;
  color: #CC0000;
}

.campaign-fixed-block {
  transform: translatey(100%);
  transition: all 0.3s ease 0s;
  position: fixed;
  top: 1000px;
  right: 0;
  width: 80px;
  height: 300px;
  box-sizing: border-box;
  z-index: 100;
}

.campaign-fixed-block:hover {
  opacity: 0.8;
}

.is-in .campaign-fixed-block {
  transform: translateX(0);
  top: 90px;
}

.campaign_banner {
  margin: 20px auto;
  padding: 0 24px;
}

.campaign_banner__inner {
  width: 980px;
  margin: 0 auto;
}

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

  .dropdown {
    display: grid;
    place-items: center;
    position: relative;
    cursor: pointer;
  }

  .dropdown:hover {
    background-color: #EFEFEF;
  }

  .dropdown--list {
    display: none;
    position: absolute;
    left: 0;
    top: 39px;
    width: 200px;
    background-color: #EFEFEF;
    z-index: 1;
  }

  .dropdown--list > li a:not(:root),
  .dropdown--list > li span:not(:root) {
    display: grid;
    align-items: center;
    padding: 0 20px;
    height: 54px;
    text-align: initial;
  }

  .dropdown--list > li a:not(:root) {
    position: relative;
  }

  .dropdown--list > li a:not(:root)::before {
    position: absolute;
    right: 20px;
    top: 40%;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #c00;
    content: "";
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    transform: rotate(-45deg);
  }

  .dropdown--list > li a:not(:root):hover {
    background: #e0e0e0;
  }

  .dropdown--list .dropdown__sub-menu {
    background-color: #EFEFEF;
    cursor: default;
  }

  .dropdown--list .dropdown__sub-menu > ul {
    display: none;
    position: absolute;
    top: 54px;
    right: -100%;
    width: 200px;
    background-color: #EFEFEF;
  }

  .dropdown--list .dropdown__sub-menu > ul > li a,
  .dropdown--list .dropdown__sub-menu > ul > li span {
    height: 54px;
    text-align: initial;
  }

  .dropdown--list .dropdown__sub-menu:hover > ul {
    display: block;
  }

  .dropdown--list .dropdown__sub-menu:hover > a {
    background: #e0e0e0;
  }

  .dropdown:hover .dropdown--list {
    display: block;
  }

  .pt-change {
    bottom: 130px;
  }

  .is-in .pt-change {
    bottom: 100px;
  }

  .contact-area p {
    border-bottom: solid 1px #CCC;
  }

  .contact-area--link {
    padding: 8px 8px 8px 20px;
  }

  .contact-area--link::before {
    left: 2%;
    top: 35%;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #CC0000;
    content: "";
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    transform: rotate(-45deg);
  }

  .contact-area__inner {
    width: 1020px;
    margin: 0 auto 20px;
    padding: 20px 20px;
  }

  .contact-area__inner--left {
    width: 48%;
  }

  .contact-area__inner--fd img {
    margin-bottom: 20px;
  }

  .contact-area__inner--tel {
    font-size: 40px;
  }

  .contact-area__inner--time br {
    display: none;
  }

  .contact-area__inner .link-btn-area {
    margin-top: 20px;
    width: 48%;
  }

  .contact-area__inner .link-btn {
    font-size: 20px;
  }

  .contact-area h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
  }

  .contact-area .col2-area {
    margin: 20px 0 0;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

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

  .newcar__list,
  .historycar__list,
  .othercar__list,
  .cs-newusedcar__list,
  .cs-aiscar__list {
    margin: 0 0 24px;
  }

  .newcar__list .carousel-slider .card-box,
  .historycar__list .carousel-slider .card-box,
  .othercar__list .carousel-slider .card-box,
  .cs-newusedcar__list .carousel-slider .card-box,
  .cs-aiscar__list .carousel-slider .card-box {
    height: auto;
  }

  .newcar__list .carousel-slider .card-box__inner,
  .historycar__list .carousel-slider .card-box__inner,
  .othercar__list .carousel-slider .card-box__inner,
  .cs-newusedcar__list .carousel-slider .card-box__inner,
  .cs-aiscar__list .carousel-slider .card-box__inner {
    width: 170px;
    margin: 0 8px;
    padding: 8px 8px 12px;
  }

  .newcar__list .details__list .maker-area .car-name,
  .historycar__list .details__list .maker-area .car-name,
  .othercar__list .details__list .maker-area .car-name,
  .cs-newusedcar__list .details__list .maker-area .car-name,
  .cs-aiscar__list .details__list .maker-area .car-name {
    font-size: 15px;
  }

  .newcar__list .details__list .details-area,
  .historycar__list .details__list .details-area,
  .othercar__list .details__list .details-area,
  .cs-newusedcar__list .details__list .details-area,
  .cs-aiscar__list .details__list .details-area {
    margin: 0 0 16px;
  }

  .newcar__list .details__list .price-area,
  .historycar__list .details__list .price-area,
  .othercar__list .details__list .price-area,
  .cs-newusedcar__list .details__list .price-area,
  .cs-aiscar__list .details__list .price-area {
    font-size: 15px;
  }

  .newcar__list .details__list .price-area .years-price,
  .historycar__list .details__list .price-area .years-price,
  .othercar__list .details__list .price-area .years-price,
  .cs-newusedcar__list .details__list .price-area .years-price,
  .cs-aiscar__list .details__list .price-area .years-price {
    font-size: 24px;
  }

  .newcar__list .details__list .link-detail,
  .historycar__list .details__list .link-detail,
  .othercar__list .details__list .link-detail,
  .cs-newusedcar__list .details__list .link-detail,
  .cs-aiscar__list .details__list .link-detail {
    font-size: 14px;
    height: 35px;
  }

  .not-f {
    margin: 40px auto 60px;
  }

  .not-f .not-f-text {
    width: 600px;
  }

  .not-f .not-f-text li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .announcement {
    padding: 12px 0;
    font-size: 18px;
  }

  .announcement p {
    width: 1020px;
    line-height: 1;
  }

  .announcement p br {
    display: none;
  }

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

  p {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .btn-area--2col {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .favorite__button {
    width: 70px;
    height: 54px;
    margin: 8px 0 0 6px;
    padding: 8px 4px;
  }

  .wrapper {
    margin: 0;
  }

  .note-text li {
    margin-top: 8px;
    font-size: 12px;
  }

  .other-area {
    margin: 24px 0 0;
  }

  .page-title {
    margin: 20px 0 8px;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.0714285714;
  }

  .page-title__small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .second-hd {
    margin: 0 0 20px;
  }

  .second-hd {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
  }

  .second-hd span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  .third-hd {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .table-scroll,
  .table-scroll-normal {
    overflow: visible;
    white-space: normal;
    width: 100%;
  }

  .table-scroll table,
  .table-scroll-normal table {
    width: 100%;
  }

  .table-scroll th,
  .table-scroll td,
  .table-scroll-normal th,
  .table-scroll-normal td {
    font-size: 14px;
    line-height: 1.5;
  }

  .table-scroll img,
  .table-scroll-normal img {
    width: 18px;
  }

  .table-scroll .circle,
  .table-scroll-normal .circle {
    width: 20px;
  }

  .link-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  .link-text:before {
    left: -12px;
    top: 5px;
    border-style: solid;
    border-width: 0 2px 2px 0;
    border-color: #CC0000;
    content: "";
    display: inline-block;
    position: absolute;
    height: 6px;
    width: 6px;
    transform: rotate(-45deg);
  }

  .link-text-external {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
  }

  .link-text-external:before {
    width: 13px;
    height: 13px;
    left: -18px;
    top: 4px;
  }

  .link-btn {
    padding: 18px 18px;
  }

  .star-rating {
    font-size: 14px;
  }

  .accordion-area label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3;
  }

  .accordion-area .qa-list {
    margin: 20px 0 20px 10px;
  }

  .accordion-area .qa-list li {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
  }

  .accordion-area .qa-list li:before {
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
  }

  .accordion-area .qa-title {
    padding: 4px 0 0 32px;
  }

  .accordion-area .qa-title:before {
    width: 28px;
    height: 28px;
    left: 0;
    top: 0;
  }

  .accordion-area .accordion-area-box {
    padding: 16px 12px;
  }

  .favo-area--addition .favo-text,
  .favo-area--delete .favo-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1666666667;
  }

  .favo-area--addition {
    width: 400px;
    height: auto;
  }

  .favo-area--delete {
    width: 400px;
    height: auto;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.1666666667;
  }

  .campaign_banner {
    margin: 40px auto;
    padding: 40px 0;
    background: #EFEFEF;
    text-align: center;
  }
}

@media screen and (min-width: 1500px) {
  .footer__pagetop {
    right: 10%;
  }
}

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

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

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

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

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

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

  .dropdown {
    padding: 10px 8px;
  }

  .dropdown--list {
    display: none;
  }

  .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 {
    right: 12px;
  }

  .footer__pagetop a {
    width: 44px;
    height: 44px;
  }

  .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__list li {
    text-indent: -1em;
    padding-left: 1.5em;
  }

  .footer-top__list a {
    display: inline;
  }

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

  .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.is-show {
    display: block;
    opacity: 1;
    visibility: visible;
  }

  .contact-area--link::before {
    height: 3px;
    width: 3px;
  }

  .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 5px 5px 0 #aaa;
    height: 49px;
  }

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

  .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__inner {
    width: 100%;
  }

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

  .newcar__list .carousel-slider .card-box__inner,
  .historycar__list .carousel-slider .card-box__inner,
  .othercar__list .carousel-slider .card-box__inner,
  .cs-newusedcar__list .carousel-slider .card-box__inner,
  .cs-aiscar__list .carousel-slider .card-box__inner {
    margin: 0 2px;
    padding: 4px 4px 8px;
  }

  .newcar__list .details__list .maker-area .car-name,
  .historycar__list .details__list .maker-area .car-name,
  .othercar__list .details__list .maker-area .car-name,
  .cs-newusedcar__list .details__list .maker-area .car-name,
  .cs-aiscar__list .details__list .maker-area .car-name {
    font-size: 14px;
  }

  .newcar__list .details__list .details-area,
  .historycar__list .details__list .details-area,
  .othercar__list .details__list .details-area,
  .cs-newusedcar__list .details__list .details-area,
  .cs-aiscar__list .details__list .details-area {
    margin: 0 0 12px;
  }

  .newcar__list .details__list .price-area,
  .historycar__list .details__list .price-area,
  .othercar__list .details__list .price-area,
  .cs-newusedcar__list .details__list .price-area,
  .cs-aiscar__list .details__list .price-area {
    font-size: 14px;
  }

  .newcar__list .details__list .price-area .years-price,
  .historycar__list .details__list .price-area .years-price,
  .othercar__list .details__list .price-area .years-price,
  .cs-newusedcar__list .details__list .price-area .years-price,
  .cs-aiscar__list .details__list .price-area .years-price {
    font-size: 20px;
  }

  .newcar__list .details__list .link-detail,
  .historycar__list .details__list .link-detail,
  .othercar__list .details__list .link-detail,
  .cs-newusedcar__list .details__list .link-detail,
  .cs-aiscar__list .details__list .link-detail {
    font-size: 13px;
    height: 30px;
  }

  .not-f .search__list a {
    display: inline;
  }

  .announcement {
    padding: 12px 8px;
    font-size: 14px;
  }

  .announcement p {
    line-height: 1.5;
  }

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

  .breadcrumb {
    margin: 8px 14px 4px;
  }

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

  .wrapper__inner {
    width: 100%;
    padding: 0 14px;
  }

  .wrapper__inner--2col {
    display: block;
    width: 100%;
    padding: 0 14px;
  }

  .link-text:before {
    height: 4px;
    width: 4px;
  }

  .campaign-fixed-block {
    width: 100%;
    height: 80px;
    padding: 14px 20px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .campaign-fixed-block:hover {
    opacity: 1;
  }

  .is-in .campaign-fixed-block {
    bottom: 0;
    top: auto;
  }
}

@media screen and (min-width: 640px) and (max-width: 640px) {
  .contact-area--link::before {
    height: 3px;
    width: 3px;
  }

  .link-text:before {
    height: 3px;
    width: 3px;
  }
}