@charset "UTF-8";
/*
テキスト共通 line-height:1.75
システム ine-heoght:1
Price: line-height:1.5


*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&text=0123456789&display=swap");
@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP"), local("NotoSansCJKjp-Regular"), local("NotoSansJP-Regular"), url("../font/NotoSansCJKjp-Regular.eot") format("eot"), url("../font/NotoSansCJKjp-Regular.ttf") format("ttf"), url("../font/NotoSansCJKjp-Regular.woff2") format("woff2"), url("../font/NotoSansCJKjp-Regular.woff") format("woff");
}

@font-face {
  font-family: 'NotoSansCJKjp';
  font-style: normal;
  font-weight: 700;
  src: local("NotoSansCJKjp-Bold"), local("NotoSansJP-Bold"), url("../font/NotoSansCJKjp-Bold.eot") format("eot"), url("../font/NotoSansCJKjp-Bold.ttf") format("ttf"), url("../font/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../font/NotoSansCJKjp-Bold.woff") format("woff");
}

html .all-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

body .all-wrapper {
  font-family: 'Noto Sans CJK JP', 'NotoSansCJKjp', 'Noto Sans', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  line-height: 1.75;
  overflow-x: hidden;
  color: #000;
  font-size: 16px;
  letter-spacing: 1.2px;
}

.all-wrapper div:after,
.all-wrapper dl:after,
.all-wrapper ul:after {
  display: initial;
  content: none;
}

.all-wrapper {
  position: relative;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

a > span {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  text-decoration: none;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a:hover > span {
  opacity: 0.7;
}

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

input {
  line-height: 1;
}

@media screen and (max-width: 767px) {
  /*767px以下*/
  body .all-wrapper {
    font-size: 14px;
    overflow-x: hidden;
  }
}

.hidden {
  overflow: hidden;
  position: absolute;
  top: -10px;
  width: 1px;
  height: 1px;
  margin: 0 !important;
  padding: 0 !important;
}

.js-modal-trigger,
.js-modal-description {
  cursor: pointer;
}

body {
  overflow-y: visible;
  width: calc(100vw - 15px);
}

body.modal-fixed {
  position: fixed;
  left: 0;
  width: calc(100vw - 15px);
}

.c-emphasis-text {
  color: #e50020;
}

.c-emphasis-text.-bold {
  font-weight: bold;
}

.c-price-text {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
}

.c-label {
  color: #333;
}

.c-label.-bold {
  font-weight: bold;
}

.c-btn {
  background: #000;
  color: #fff !important;
  border-radius: 8px;
  text-align: center;
}

.note__text {
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  text-align: left;
}

.note__text.-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.waribiki .note__text span{
    font-size:14px;
    line-height:1.3;
}

.note__kome {
  display: block;
  width: 3em;
  -ms-flex-preferred-size: 3em;
      flex-basis: 3em;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}

.note__kome.-asterisk {
  width: 1.8em;
  -ms-flex-preferred-size: 1.8em;
      flex-basis: 1.8em;
}

.note__kome.-star {
  width: 1em;
  -ms-flex-preferred-size: 1em;
      flex-basis: 1em;
}

.text-link {
  display: inline-block;
  text-decoration: underline;
  margin: 1em 0;
}

.disp-pc {
  display: block;
}

.disp-sp {
  display: none;
}

.c-heading-l {
  font-size: 40px;
}

.c-heading-m {
  font-size: 32px;
}

.c-heading-s {
  font-size: 28px;
}

.c-heading-ss {
  font-size: 20px;
}

#cars-header.cars-header {
  padding: 26px 0;
  width: 100%;
  background: #fff;
}

#cars-header.cars-header.-fixed {
  position: fixed;
  top: 0;
  z-index: 100000;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

#cars-header .cars-header__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#cars-header .cars-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cars-header .cars-nav__item:not(:first-child) {
  margin-left: 24px;
}

#cars-header .cars-nav__link > span {
  font-weight: bold;
}

#cars-header .cars-nav__link.-is-active {
  color: #e50020;
}

.c-page-title-wrap {
  position: relative;
  background: #fff;
  -webkit-box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.12);
}

.c-page-title {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  font-size: 28px;
  padding-bottom: 20px;
}

.c-title {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
}

.c-title::after {
  margin: 16px auto 0;
  display: block;
  content: '';
  width: 160px;
  height: 4px;
  background: #e50020;
}

.c-line-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.c-line-title::before, .c-line-title::after {
  content: '';
  width: 3px;
  height: 40px;
  background-color: #e50020;
}

.c-line-title::before {
  margin-right: 30px;
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.c-line-title::after {
  margin-left: 30px;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.c-line-title__text {
  font-weight: bold;
  color: #e50020;
  vertical-align: bottom;
  font-size: 24px;
  letter-spacing: 0.9px;
}

.c-line-title.-m {
  font-size: 28px;
}

.btn-link {
  display: inline-block;
  padding: 1px 24px;
  border: 1px solid #d5dae4;
  background: #fff;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.btn-link:hover {
  opacity: 0.5;
}

.btn-link.-pit-service {
  padding: 13px;
  width: 300px;
}

.btn-link.-black {
  background: #000;
  color: #fff;
}

.btn-link__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}

.btn-link__text > span {
  font-weight: bold;
}

.btn-link__text.-external::before {
  margin-right: 6px;
  content: '';
  display: inline-block;
  background: url("/webfront/static_html/cars/img/launch_black_24dp.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.btn-link__text.-add-box::before {
  margin-right: 6px;
  content: '';
  display: inline-block;
  background: url("/webfront/static_html/cars/img/add_box_white_24dp.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
}

.nav-wrap {
  padding: 24px 0 0;
  background: #f7f7f7;
}

.nav {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #e50020;
  border-radius: 8px 8px 8px 8px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
}

.nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  cursor: pointer;
  width: 100%;
  text-align: center;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  background: #fff;
}

.nav__item.-active .nav__link {
  background: #e50020 !important;
  color: #fff !important;
}

.nav__item:hover {
  opacity: 0.6;
}

.nav__item:not(:last-child) {
  border-right: 2px solid #e50020;
}

.nav__item:first-child {
  border-radius: 8px 0 0 8px;
}

.nav__item:last-child {
  border-radius: 0 8px 8px 0;
}

.nav__link {
  font-size: 18px;
  width: 100%;
  padding: 19px 0px;
}

.nav__link-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.nav__keyboard_arrow_down {
  position: absolute;
  right: 24px;
}

.numbering-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  counter-increment: number;
  border: 1px solid #ccc;
}

.numbering-box:not(:first-child) {
  margin-top: 60px;
}

.numbering-box__heading {
  padding: 20px 24px;
  background: #000;
  color: #fff;
  text-align: left;
}

.numbering-box__heading::before {
  margin-right: 16px;
  content: counter(number, decimal-leading-zero);
  font-family: 'Montserrat', sans-serif;
  color: #e50020;
}

.numbering-box__heading > span {
  font-weight: bold;
}

.numbering-box__content {
  padding: 40px;
  background: #fff;
}

.step-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  counter-increment: stepnumber;
  border: 1px solid #ccc;
}

.step-box:not(:first-child) {
  margin-top: 60px;
}

.step-box__heading {
  padding: 20px 24px;
  background: #000;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.step-box__heading::before {
  padding: 3px 12px;
  margin-right: 16px;
  content: "STEP" counter(stepnumber, decimal-leading-zero);
  color: #fff;
  background: #e50020;
  display: inline-block;
  font-size: 14px;
}

.step-box__heading > span {
  font-weight: bold;
}

.step-box__heading.-no-step::before {
  display: none;
}

.step-box__heading-text {
  font-size: 28px;
}

.step-box__label {
  padding: 3px 12px;
  margin-right: 16px;
  color: #fff;
  background: #434343;
  display: inline-block;
  font-size: 14px;
}

.step-box__label.-charge {
  background: #e50020;
}

.step-box__content {
  padding: 24px;
  background: #fff;
}

.info-box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  counter-increment: stepnumber;
  border: 1px solid #ccc;
}

.info-box:not(:first-child) {
  margin-top: 60px;
}

.info-box__heading {
  padding: 9px 0;
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

.info-box__heading-sub {
  display: block;
  font-size: 16px;
  font-weight: normal;
}

.info-box__content {
  padding: 24px;
  background: #fff;
  position: relative;
  border: 4px solid #000;
}

.info-box__content::after {
  position: absolute;
  content: '' !important;
  display: block;
  bottom: 0;
  right: 40px;
  background: url("/webfront/static_html/cars/img/img_info.png") no-repeat;
  background-size: contain;
  width: 167px;
  height: 246px;
  visibility: visible;
}

.info-box__link-wrap {
  width: 300px;
  margin: auto;
}

.info-box__link {
  width: 100%;
  display: block;
  border-radius: 8px;
  background: #e50020;
  color: #fff !important;
  padding: 11px 0;
  text-align: center;
  font-size: 24px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.info-box__link:hover {
  opacity: 0.5;
}

.info-box__link-note {
  display: block;
  font-size: 12px;
}

#app .app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 4px solid #000;
}

#app .app__box {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 4px solid #000;
  background: #fff;
}

#app .app__box-inner {
  padding: 24px;
  background: #fff;
}

#app .app__box-inner.-left {
  padding: 34px 48px;
  -ms-flex-preferred-size: 633px;
      flex-basis: 633px;
  background: #000;
  color: #fff;
}

#app .app__box-left-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
}

#app .app__box-phone-icon {
  display: block;
  margin-right: 20px;
  font-size: 36px;
}

#app .app__img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#app .app__img-block-list:not(:first-child) {
  margin-left: 20px;
}

.benefits {
  padding: 30px;
  border: 1px solid #ccc;
  background: #fff;
}

.benefits p {
  text-align: center;
}

.benefits__label {
  margin-bottom: 24px;
  display: inline-block;
  padding: 0 12px;
  background: #e50020;
  color: #fff;
}

.benefits__text {
  margin-top: 24px;
  letter-spacing: 1px;
}

.benefits__text.-left {
  text-align: left;
}

.benefits__list {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.benefits__item {
  width: 158px;
}

.benefits__item:not(:first-child) {
  margin-left: 32px;
}

.benefits__border {
  border: 1px solid #ccc;
  padding-top: 100%;
  display: block;
}

.benefits__border.-drive-recorder {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/drive-recorder.png") no-repeat;
  background-size: 86%;
  background-position: center;
}

.benefits__border.-car-navi {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/car-navi.png") no-repeat;
  background-size: 100%;
  background-position: center;
}

.benefits__border.-accessories {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/img_car-accessories.png") no-repeat;
  background-size: 86%;
  background-position: center;
}

.benefits__border.-tire {
  background-size: cover;
  background: url("/webfront/static_html/cars/img/img_tire.png") no-repeat;
  background-size: 60%;
  background-position: center;
}

.benefits__name {
  margin-top: 8px;
}

.benefits__image-block {
  width: 380px;
  margin: 40px auto 0;
  border: 1px solid #ccc;
}

.benefits__image-block.-merit04 {
  margin-bottom: 52px;
}

.benefits__image-block.-merit04, .benefits__image-block.-merit05 {
  margin-top: 68px;
}

.benefits__image-wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.benefits__image-wrap::before {
  content: '';
  display: block;
  padding-top: 35%;
}

.benefits__image {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.benefits__image.-anshin {
  width: 280px;
}

.benefits__image.-loan {
  width: 280px;
}

.benefits__image.-guarantee-letter {
  width: 40%;
}

.benefits__image.-card {
  width: 80%;
}

.benefits__image.-car-accessories {
  width: 70%;
}

.benefits__image-note {
  margin-top: 12px;
}

.benefits__content:not(:first-child) {
  margin-top: 15px;
}

.benefits__btn-wrap {
  margin: 24px auto 0;
  font-size: 14px;
}

#offered {
  background: #f7f7f7;
}

#offered .offered__content {
  position: relative;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#offered .offered__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

#offered .offered__item-image {
  width: 60%;
}

#offered .offered__item-inner {
  width: 30%;
  position: absolute;
  top: 50%;
  right: 63%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

#offered .offered__link-wrap {
  margin: 16px 0 0;
  width: 300px;
}

#shoplist.shop-list-section {
  padding: 90px 0;
  background: #000;
}

.shop-list-section__logo {
  margin-bottom: 60px;
}

.shop-list-section__carshop-list {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
}

.shop-list-section__heading {
  padding: 10px 0;
  background: #e50020;
  color: #fff;
  text-align: center;
}

.shop-list-section__box {
  padding: 50px 40px;
  border: 1px solid #ccc;
  border-top: none;
}

.shop-list-section__label:not(:first-child) {
  margin-top: 24px;
}

.modal-shop-list {
  padding: 24px;
}

.modal-shop-list__label {
  font-size: 16px;
  font-weight: bold;
  color: #5c6472;
}

.modal-shop-list__label:not(:first-child) {
  margin-top: 24px;
}

.cars-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cars-shop-list__item {
  margin-right: 24px;
}

.cars-shop-list__item.-space {
  width: 100%;
}

.cars-shop-list__link {
  color: #e50020 !important;
}

.cars-shop-list__link::before {
  display: inline-block;
  content: '';
  background: url("/webfront/static_html/cars/img/keyboard_arrow_right_black_24dp.svg") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  color: #434343;
}

.cars-shop-list__link.-nolink {
  color: #000 !important;
}

.modal-cars-shop-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal-cars-shop-list__item {
  margin-right: 16px;
}

.modal-cars-shop-list__item.-space {
  width: 100%;
}

.modal-cars-shop-list__link {
  font-size: 16px;
  color: #e50020 !important;
}

.modal-cars-shop-list__link::before {
  display: inline-block;
  content: '';
  background: url("/webfront/static_html/cars/img/keyboard_arrow_right_black_24dp.svg") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  vertical-align: middle;
  color: #434343;
}

.modal-cars-shop-list__link.-nolink {
  color: #000 !important;
}

#faqlist.faqlist {
  padding: 150px 0;
  background: #f7f7f7;
}

#faqlist .faqlist__content,
#faqAll .faqlist__content,
#faqBuy .faqlist__content,
#faqSell .faqlist__content,
#faqLease .faqlist__content {
  width: 825px;
  margin: 40px auto 0;
}

#faqlist .faqlist__description,
#faqAll .faqlist__description,
#faqBuy .faqlist__description,
#faqSell .faqlist__description,
#faqLease .faqlist__description {
  text-align: center;
}

#faqlist .faqlist__list,
#faqAll .faqlist__list,
#faqBuy .faqlist__list,
#faqSell .faqlist__list,
#faqLease .faqlist__list {
  width: 790px;
  margin: auto;
}

.faq__list {
  margin-top: 24px;
}

.faq__item {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
}

.faq__item:not(:first-child) {
  margin-top: 24px;
}

.faq__question {
  padding: 16px 16px 20px;
  cursor: pointer;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
}

.faq__question-text {
  font-weight: bold;
}

.faq__toggle {
  display: block;
  margin-left: auto;
}

.faq__toggle.-open {
  position: relative;
}

.faq__icon {
  margin-right: 16px;
}

.faq__icon::before {
  content: 'Q';
  border-radius: 50%;
  padding: 7px 9px 8px 10px;
  color: #fff;
  background: #000;
}

.faq__icon.-answer::before {
  padding: 7px 10px 7px 11px;
  content: 'A';
  background: #e50020;
  color: #fff;
}

.faq__answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 16px 16px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.faq__answer.is-open {
  display: block;
}

.faq__answer-text {
  width: 100%;
  text-align: left;
}

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

.articles-wrap {
  padding: 100px 0 90px;
}

.new-articles__content {
  margin-top: 40px;
}

.new-articles__btn-wrap {
  width: 300px;
  margin: 40px auto 0;
}

.more {
  padding: 12px;
  border-radius: 8px;
  display: block;
  background: #000;
  color: #fff !important;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
  font-size: 18px;
  text-align: center;
}

.more:hover {
  opacity: 0.5;
}

#merchant.merchant {
  padding: 40px 0;
  background: #767676;
}

#merchant .merchant__inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#merchant .merchant__heading {
  margin-bottom: 17px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}

#merchant .merchant__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  border-top: 1px solid #fff;
}

#merchant .merchant__item {
  margin-top: 17px;
  width: calc(100% / 4);
}

#merchant .merchant__item:not(:first-child) {
  border-left: 1px solid #fff;
}

#merchant .merchant__link {
  color: #fff !important;
}

.floating {
  position: fixed;
  bottom: 8px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

.floating__link {
  position: relative;
  background: #ee762f;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: block;
  color: #fff !important;
  text-align: center;
  font-size: 16px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.12);
  -webkit-transition: opacity 0.2;
  transition: opacity 0.2;
}

.floating__link-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}

.floating__link-icon {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  margin: auto;
  display: block;
}

.floating__text {
  display: block;
  line-height: 1.2;
  font-weight: bold;
  font-size: 21px;
}

.floating__text-note {
  margin-top: 4px;
  display: block;
  font-size: 8px;
}

.modal {
  display: none;
  /* 初期状態 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* モーダルは画面いっぱいに */
  height: 100vh;
  /* モーダルは画面いっぱいに */
  z-index: 100000;
}

.modal__bg {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal__window {
  position: absolute;
  background-color: #fff;
  border-radius: 8px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 650px;
}

.modal__window.-car-detail {
  width: 650px;
}

.modal__title {
  border-radius: 8px 8px 0 0;
  padding: 18px;
  text-align: center;
  font-weight: 600;
  background: #000;
  color: #fff;
  font-size: 16px;
}

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

.modal__close {
  border-radius: 8px;
  padding: 14px;
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  border: none;
  cursor: pointer;
}

.modal__close::before {
  content: '';
  display: block;
  background: url(/webfront/static_html/cars/img/ico_modal-close.svg) no-repeat;
  width: 32px;
  height: 32px;
  background-size: contain;
}

.modal__content {
  border-radius: 0 0 8px 8px;
  background: #fff;
  overflow-y: scroll;
  height: 370px;
}

.modal__content.-car-detail {
  overflow-y: auto;
  height: 700px;
}

.each-store__item:not(:first-child) {
  border-top: 1px solid #eee;
}

.each-store__link {
  font-size: 16px;
  text-align: left;
  padding: 9px 24px;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
    white-space:nowrap;
}

.each-store__link::after {
  display: inline-block;
  content: '';
  background: url("/webfront/static_html/cars/img/keyboard_arrow_right_black_24dp.svg") no-repeat;
  background-size: cover;
  width: 28px;
  height: 28px;
  -ms-flex-preferred-size: 28px;
      flex-basis: 28px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: middle;
  color: #434343;
}

.each-store__link-text {
  -ms-flex-negative: 5;
      flex-shrink: 5;
  width: 90%;
}

.fukkatsu_modal {
  padding: 1em 1.5em;
  text-align: left;
}

.fukkatsu_modal .red_txt {
  color: #e50020;
}

.fukkatsu_modal .bold_txt {
  font-weight: 700;
}

.fukkatsu_modal .small_txt {
  display: inline-block;
  font-size: 12px;
}

.fukkatsu_modal .fukkatsu_tit {
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #ccc;
  padding: 0 0 1em 0;
  margin: 0 0 1em 0;
}

.fukkatsu_modal .fukkatsu_tit .red_txt {
  font-weight: 700;
}

.fukkatsu_modal .fukkatsu_box {
  counter-reset: count;
  margin: 1.5em auto;
}

.fukkatsu_modal .fukkatsu_box .fu_sub_tit {
  font-size: 16px;
  font-weight: 700;
}

.fukkatsu_modal .fukkatsu_box .fu_count {
  position: relative;
  counter-increment: count;
  padding: 0 0 0 3.7em;
}

.fukkatsu_modal .fukkatsu_box .fu_count::before {
  position: absolute;
  content: "0" counter(count);
  font-weight: 700;
  left: 0;
  color: #fff;
  background: #e50020;
  padding: 0.1em 0.8em;
}

.fukkatsu_modal .fukkatsu_box .fu_detail {
  font-size: 14px;
  margin: 1em auto;
}

.fukkatsu_modal .fukkatsu_box .fu_detail .p {
  margin: 0.5em auto;
}

@media screen and (max-width: 767px) {
  /*767px以下*/
  body {
    width: 100%;
  }
  body.modal-fixed {
    width: 100%;
  }
  .disp-pc {
    display: none;
  }
  .disp-sp {
    display: block;
  }
  .c-heading-l {
    font-size: 32px;
  }
  .c-heading-m {
    font-size: 24px;
  }
  .c-heading-s {
    font-size: 20px;
  }
  .c-heading-ss {
    font-size: 16px;
  }
  .material-icons.-naviicon {
    font-size: 32px;
  }
  #cars-header.cars-header {
    padding: 8px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cars-header.cars-header.-fixed {
    top: 90px;
  }
  #cars-header .cars-header__inner {
    width: 100%;
    display: block;
  }
  #cars-header .cars-header__logo {
    margin: 0 auto 16px;
    text-align: center;
    width: 240px;
  }
  #cars-header .cars-nav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #cars-header .cars-nav__item {
    width: calc(100% / 4);
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cars-header .cars-nav__item-text {
    display: block;
    margin-top: 5px;
  }
  #cars-header .cars-nav__link {
    padding: 8px 0;
    font-size: 9px;
  }
  #cars-header .cars-nav__link.-is-active {
    border-bottom: 2px solid #e50020;
  }
  #cars-header .cars-nav__item:not(:first-child) {
    margin-left: 0;
    border-left: 1px solid #eee;
  }
  .c-page-title {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin: auto;
    font-size: 24px;
    padding: 10px 0;
  }
  .c-title {
    font-size: 24px;
  }
  .c-title::after {
    margin: 12px auto 0;
    width: 90px;
  }
  .c-line-title::before, .c-line-title::after {
    width: 4px;
    height: 32px;
  }
  .c-line-title::before {
    margin-right: 20px;
    -webkit-transform: rotate(-35deg);
            transform: rotate(-35deg);
  }
  .c-line-title::after {
    margin-left: 20px;
    -webkit-transform: rotate(35deg);
            transform: rotate(35deg);
  }
  .c-line-title__text {
    font-size: 20px;
  }
  .btn-link {
    display: block;
    width: 100%;
  }
  .btn-link.-pit-service {
    width: 100%;
  }
  .nav-wrap {
    padding: 0;
  }
  .nav {
    width: 100%;
  }
  .nav__list {
    border: none;
    border-radius: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .nav__item {
    width: calc(100% / 2);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 2px solid #e50020;
    border-bottom: 2px solid #e50020;
  }
  .nav__item:not(:last-child) {
    border-right: none;
  }
  .nav__item:nth-child(odd) {
    border-right: 2px solid #e50020;
  }
  .nav__item:nth-child(n + 3) {
    border-top: none;
  }
  .nav__item:first-child {
    border-radius: 0;
  }
  .nav__item:last-child {
    border-radius: 0;
    border-top: none;
  }
  .nav__item.-active {
    background: #e50020;
    color: #fff !important;
  }
  .nav__link {
    width: 100%;
    padding: 19px 0px;
    font-size: 14px;
  }
  .nav__keyboard_arrow_down {
    position: absolute;
    right: 24px;
  }
  .numbering-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .numbering-box__heading {
    padding: 16px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .numbering-box__heading::before {
    margin-right: 16px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    font-size: 28px;
  }
  .numbering-box__content {
    padding: 16px;
  }
  .numbering-box:not(:first-child) {
    margin-top: 40px;
  }
  .info-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    counter-increment: stepnumber;
    border: 1px solid #ccc;
  }
  .info-box:not(:first-child) {
    margin-top: 60px;
  }
  .info-box__heading {
    padding: 9px 0 9px 24px;
    font-size: 16px;
    text-align: left;
    position: relative;
  }
  .info-box__heading::after {
    position: absolute;
    content: '' !important;
    display: block;
    bottom: 0;
    right: 0;
    background: url("/webfront/static_html/cars/img/img_info.png") no-repeat;
    background-size: contain;
    width: 58px;
    height: 95px;
    visibility: initial;
  }
  .info-box__heading-sub {
    font-size: 12px;
  }
  .info-box__content {
    padding: 24px;
    background: #fff;
    position: relative;
  }
  .info-box__content::after {
    display: none;
    background: none;
  }
  .info-box__link-wrap {
    width: 100%;
    margin: auto;
  }
  .info-box__link {
    padding: 5px 0;
    font-size: 20px;
  }
  #app .app__box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 0 2px;
    border: 2px solid #000;
  }
  #app .app__box-inner {
    padding: 16px 0;
    width: 100%;
  }
  #app .app__box-inner.-left {
    padding: 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  #app .app__box-left-text {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 8px 0px;
  }
  #app .app__box-phone-icon {
    display: none;
  }
  #app .app__box-phone-text {
    font-size: 16px;
    text-align: center;
  }
  #app .app__img-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: auto;
  }
  .benefits {
    padding: 16px;
  }
  .benefits p {
    text-align: center;
  }
  .benefits__label {
    margin-bottom: 16px;
    display: block;
    padding: 0 12px;
  }
  .benefits__text {
    margin-top: 16px;
  }
  .benefits__text.-left {
    text-align: left;
  }
  .benefits__text.-center {
    text-align: center;
  }
  .benefits__list {
    margin-top: 16px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .benefits__item {
    width: calc(100% / 2 - 19px);
  }
  .benefits__item:not(:first-child) {
    margin-left: 19px;
  }
  .benefits__item:nth-child(odd) {
    margin-left: 0;
  }
  .benefits__item:nth-child(n + 3) {
    margin-top: 16px;
  }
  .benefits__border {
    border: 1px solid #ccc;
    padding-top: 100%;
    display: block;
  }
  .benefits__name {
    margin-top: 8px;
  }
  .benefits__image.-loan {
    width: 60%;
  }
  .benefits__image.-anshin {
    width: 60%;
  }
  .benefits__image.-fukkatsu {
    width: 35%;
  }
  .benefits__image-block {
    width: 100% !important;
  }
  .benefits__contents-row {
    display: block;
  }
  .benefits__contents-row-item {
    width: 100%;
  }
  .benefits__col {
    min-height: auto;
  }
  .benefits__btn-wrap {
    width: 100%;
  }
  .benefits__btn-wrap.-fukkatsu {
    width: 100%;
  }
  .benefits__btn-wrap.-card {
    width: 100%;
  }
  #offered {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #offered .offered__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #offered .offered__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: initial;
        flex-basis: initial;
  }
  #offered .offered__item-image {
    width: 100%;
  }
  #offered .offered__item-inner {
    width: 100%;
    position: relative;
    top: initial;
    right: initial;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  #offered .offered__description {
    margin-top: 16px;
  }
  #offered .offered__link-wrap {
    margin: 16px auto 0;
    width: 100%;
  }
  #shoplist.shop-list-section {
    padding: 40px 0 24px;
  }
  #shoplist .shop-list-section__logo {
    width: 240px;
    margin-bottom: 24px;
  }
  #shoplist .shop-list-section__carshop-list {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #shoplist .shop-list-section__box {
    padding: 16px;
  }
  #shoplist .shop-list-section__label:not(:first-child) {
    margin-top: 24px;
  }
  #shoplist .cars-shop-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #shoplist .cars-shop-list__item {
    margin-right: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #shoplist .cars-shop-list__link {
    color: #e50020 !important;
  }
  #shoplist .cars-shop-list__link::before {
    width: 20px;
    height: 20px;
  }
  .modal-shop-list {
    padding: 16px;
  }
  .modal-shop-list__label {
    font-size: 14px;
  }
  .modal-shop-list__label:not(:first-child) {
    margin-top: 16px;
  }
  #faqlist.faqlist {
    padding: 40px 0;
  }
  #faqlist .faqlist__content,
  #faqAll .faqlist__content,
  #faqBuy .faqlist__content,
  #faqSell .faqlist__content,
  #faqLease .faqlist__content {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 24px;
  }
  #faqlist .faqlist__description,
  #faqAll .faqlist__description,
  #faqBuy .faqlist__description,
  #faqSell .faqlist__description,
  #faqLease .faqlist__description {
    text-align: left;
  }
  #faqlist .faqlist__list,
  #faqAll .faqlist__list,
  #faqBuy .faqlist__list,
  #faqSell .faqlist__list,
  #faqLease .faqlist__list {
    width: 100%;
  }
  #faqlist .faq__question-text,
  #faqAll .faq__question-text,
  #faqBuy .faq__question-text,
  #faqSell .faq__question-text,
  #faqLease .faq__question-text {
    text-align: left;
    font-size: 12px;
  }
  #faqlist .faq__answer,
  #faqAll .faq__answer,
  #faqBuy .faq__answer,
  #faqSell .faq__answer,
  #faqLease .faq__answer {
    font-size: 12px;
  }
  #faqlist .faq__icon,
  #faqAll .faq__icon,
  #faqBuy .faq__icon,
  #faqSell .faq__icon,
  #faqLease .faq__icon {
    margin-right: 8px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -ms-flex-preferred-size: 27px;
        flex-basis: 27px;
  }
  #faqlist .faq__icon::before,
  #faqAll .faq__icon::before,
  #faqBuy .faq__icon::before,
  #faqSell .faq__icon::before,
  #faqLease .faq__icon::before {
    padding: 7px 8px 8px 10px;
    font-size: 12px;
  }
  #faqlist .faq__icon.-answer::before,
  #faqAll .faq__icon.-answer::before,
  #faqBuy .faq__icon.-answer::before,
  #faqSell .faq__icon.-answer::before,
  #faqLease .faq__icon.-answer::before {
    padding: 6px 9px 8px 10px;
  }
  #merchant.merchant {
    padding: 16px 0;
  }
  #merchant .merchant__inner {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  #merchant .merchant__list {
    padding-top: 8px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #merchant .merchant__item {
    margin-top: 1px;
    width: calc((100% - 2px) / 2);
  }
  #merchant .merchant__item:not(:first-child) {
    border-left: none;
  }
  #merchant .merchant__link {
    padding: 8px 0px;
    width: 100%;
    display: block;
    background: #c4c4c4;
  }
  .numbering-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .numbering-box:not(::first-child) {
    margin-top: 0;
  }
  .step-box {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
  .step-box:not(:first-child) {
    margin-top: 40px;
  }
  .step-box__heading {
    padding: 12px;
    display: block;
    font-size: 16px;
  }
  .step-box__heading::before {
    display: block;
    margin: 0 0 5px;
    font-size: 12px;
    width: 30%;
    text-align: center;
  }
  .step-box__heading-text {
    font-size: 16px;
  }
  .step-box__label {
    padding: 3px 12px;
    margin-right: 0;
    font-size: 12px;
  }
  .step-box__content {
    padding: 16px;
  }
  .new-articles__content {
    margin-top: 24px;
  }
  .new-articles__btn-wrap {
    margin: 24px auto 0;
  }
  .more {
    padding: 8px;
    font-size: 14px;
  }
  .floating {
    max-width: initial;
    width: initial;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 10px;
    background: #fff;
  }
  .floating__link {
    border-radius: 4px;
    padding: 9px 0;
    width: 100%;
    height: 40px;
    display: block;
    font-size: 14px;
  }
  .floating__text {
    font-size: 12px;
  }
  .modal__window {
    width: 94% !important;
  }
  .modal__window.-car-detail {
    width: 94% !important;
  }
  .modal__close {
    padding: 16px;
  }
  .modal__close::before {
    content: '';
    display: block;
    width: 17px;
    height: 17px;
    background-size: contain;
  }
  .modal__title {
    padding: 10px;
  }
  .modal__content {
    height: 50vh;
  }
  .modal__content.-car-detail {
    overflow-y: scroll;
    height: 50vh;
  }
  .fukkatsu_modal {
    padding: 1em 1.5em;
    text-align: left;
  }
  .fukkatsu_modal .small_txt {
    font-size: 12px;
  }
  .fukkatsu_modal .fukkatsu_tit {
    font-size: 18px;
  }
  .fukkatsu_modal .fukkatsu_box .fu_sub_tit {
    font-size: 14px;
  }
  .fukkatsu_modal .fukkatsu_box .fu_detail {
    font-size: 12px;
    margin: 1em auto;
  }
  .fukkatsu_modal .fukkatsu_box .fu_detail .p {
    margin: 0.5em auto;
  }
}

#mvSectionPc {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
  height: 400px;
}

#mvSectionPc .mv-section-pc__img {
  background: url("/webfront/static_html/cars/lease/img/lease_mv.png") center right no-repeat;
  background-size: cover;
  height: 400px;
}

#mvSectionPc .mv-section-pc__title-block {
  min-width: 1000px;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

#mvSectionPc .mv-title-pc {
  margin: 104px auto 0 0;
  width: 610px;
}

#mvSectionPc .title-block-pc__inner {
  text-align: left;
}

#mvSectionPc .title-block-pc__title {
  font-weight: bold;
  font-size: 28px;
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  line-height: 1.5;
}

#mvSectionPc .title-block-pc__sub-text {
  margin-top: 8px;
  padding: 16px 0;
  color: #000;
  background: #fff;
  text-align: center;
  line-height: 1;
  font-size: 54px;
  font-weight: bold;
  width: 360px;
}

#mvSectionPc .title-block-pc__logo {
  margin-top: 24px;
  max-width: 360px;
}

.kome {
  font-size: 12px;
  vertical-align: baseline;
}

.lease-common-tit {
  margin: 1em auto;
}

.flx_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flx_box.flx_2cols .flx_item {
  width: calc(100% / 2);
}

.flx_box.flx_2cols .flx_item:nth-of-type(1) {
  margin-right: 1em;
}

.flx_box.flx_3cols .flx_item {
  width: calc(100% / 3 - 1em);
  margin: 0.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flx_box.flx_5cols {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flx_box .flx_item {
  width: calc(100% / 5 - 3em);
}

.lease_sec {
  margin-top: 80px;
}

.lease_wrapper {
  padding-bottom: 90px;
  background: #f7f7f7;
}

.lease_inner {
  max-width: 1000px;
  margin: 1em auto;
}

.sub_inner {
  max-width: 918px;
  margin: 1em auto;
}

.third_inner {
  max-width: 790px;
  margin: 2em auto;
}

.notice_txt {
  color: #e50020;
}

.notice_txt.bold {
  font-weight: 700;
}

.third_tit {
  font-size: 25px;
  font-weight: 700;
}

.small_txt {
  font-size: 12px;
  margin: 0.5em 0;
}

.small_txt_bold {
  font-size: 14px;
  font-weight: 700;
}

.lease_common_btn {
  margin: 1.5em 0 0;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  background: #fff;
  border: 1px solid #d5dae4;
  border-radius: 5px;
}

.lease_common_btn a span {
  position: relative;
  display: block;
  padding: 0.5em 2em 0.5em 3.5em;
}

.lease_common_btn a span::before {
  content: '';
  position: absolute;
  display: block;
  left: 26px;
  top: 51%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background: url("../../cars/img/launch_black_24dp.svg") center/contain no-repeat;
}

.lease_common_btn a span:hover {
  opacity: 0.5;
}

.bg_notice {
  background: #fae3e6;
}

.bg_notice .point_small {
  color: #e50020;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 0.5em 0;
}

.bg_notice .point {
  font-family: 'NotoSansCJKjp', sans-serif;
  color: #fff;
  background: #e50020;
  padding: 0.3em 0.8em;
  margin: 0 0.5em 0 0;
}

.bg_notice .point_tit {
  color: #e50020;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 1em 0;
}

.bg_notice .point_tit_list {
  margin-top: 1em;
}

.bg_notice.no02 .flx_box .flx_item__one {
  margin: 2em 1em 0 2em;
}

.bg_notice.no03 .flx_box {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bg_notice.no03 .flx_box .flx_item__two {
  background: none;
}

.bg_notice.no03 .flx_box .flx_item__image {
  width: 100%;
}

.bg_notice .guys_special_link {
  width: 80%;
  margin: 0 auto;
}

.bg_notice .flx_box .flx_item__one {
  width: 60%;
  text-align: left;
  margin: 2em 1em 2em 2em;

}

.bg_notice .flx_box .flx_item__two {
  position: relative;
  width: 30%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  margin: 2em 2em 2em 1em;
}

.bg_notice .flx_box .flx_item__two.off_box {
  height: 250px;
}

.bg_notice .flx_box .flx_item__two .off {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: 'Montserrat', sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  color: #e50020;
  white-space: nowrap;
}

.card_box {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
}

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

.text-link:hover {
  opacity: 0.5;
}

.swiper-slide .car_img {
  opacity: 1 !important;
}

.topSlider {
  position: relative;
  margin: 2em auto;
  overflow: hidden;
}

.topSlider .topSlider_inner {
  position: relative;
  width: 1200px;
  margin: auto;
}

.topSlider .swiper-container {
  width: 1000px;
  position: relative;
}

.topSlider .swiper-container .swiper-wrapper {
  margin: 0 auto;
}

.topSlider .swiper-container .swiper-wrapper .swiper-slide {
  width: auto;
}

.topSlider .swiper-button-prev {
  position: absolute;
  left: 0;
}

.topSlider .swiper-button-prev::before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("/webfront/static_html/cars/lease/img/slider_arrow.svg") center center no-repeat;
}

.topSlider .swiper-button-next {
  right: 0;
  position: absolute;
}

.topSlider .swiper-button-next::before {
  position: absolute;
  content: '';
  display: block;
  width: 30px;
  height: 30px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  background: url("/webfront/static_html/cars/lease/img/slider_arrow.svg") center center no-repeat;
}

.carslist_container {
  margin: 2em auto;
}

.carslist_container.flx_box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.carslist_container .carslist_card {
  background: #fff;
}

.carslist_container .carslist_card .carslist_card_container {
  position: relative;
  padding: 1em;
  min-height: 550px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.carslist_container .carslist_card .carslist_card_container .carslist_container_inner {
  min-height: 435px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.carslist_container .carslist_card .carslist_card_container .carslist_card_tit {
  padding-bottom: 1em;
  border-bottom: 1px solid #ccc;
}

.carslist_container .carslist_card .carslist_card_container .carslist_card_tit .car_bland {
  text-align: center;
}

.carslist_container .carslist_card .carslist_card_container .carslist_card_tit .car_product {
  text-align: center;
  font-weight: 700;
}

.carslist_container .carslist_card .carslist_card_container .carslist_card_tit .car_product_model {
  text-align: center;
}

.carslist_container .carslist_card .carslist_card_container .car_tag {
  position: absolute;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 3;
  top: 160px;
  left: 12px;
  color: #dc3645;
  border: 2px solid #dc3645;
  border-radius: 30px;
}

.carslist_container .carslist_card .carslist_card_container .car_img_wrap {
  padding: 3em 0 0;
  width: 100%;
}

.carslist_container .carslist_card .carslist_card_container .car_price {
  color: #e50020;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}

.carslist_container .carslist_card .carslist_card_container .car_price .text_style_small {
  font-size: 20px;
  font-weight: 700;
}

.carslist_container .carslist_card .carslist_card_container .car_list_btn {
  background: #000;
  border-radius: 5px;
  text-align: center;
  padding: 0.5em 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.carslist_container .carslist_card .carslist_card_container .car_list_btn:hover {
  opacity: 0.5;
}

.carslist_container .carslist_card .carslist_card_container .car_list_btn .car_list_btn_text {
  position: relative;
  color: #fff !important;
}

.carslist_container .carslist_card .carslist_card_container .car_list_btn .car_list_btn_text::before {
  position: absolute;
  content: '+';
  display: block;
  left: -24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 2px;
  padding: 0 0.2em;
}

.carslist_container .carslist_card .carslist_card_container .car_list_btn a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  padding: 0.3em 1em 0.3em 2.4em;
}

.carslist_container .carslist_card .carslist_card_container .car_list_btn a span::before {
  position: absolute;
  content: '+';
  display: block;
  left: 0.4em;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
  background: #fff;
  font-size: 20px;
  line-height: 1;
  border-radius: 2px;
  padding: 0 0.2em;
}

.carlist-content {
  padding: 12px 24px 40px;
}

.carlist-content__title {
  text-align: center;
}

.carlist-content__title-brand {
  text-align: center;
}

.carlist-content__title-product {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.carlist-content__image {
  width: 50%;
  margin: 16px auto 0;
}

.carlist-content__description {
  margin-top: 16px;
}

.carlist-content__btn-wrap {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.carlist-content__btn {
  width: 250px;
}

.carlist-content__btn:not(:first-child) {
  margin-left: 20px;
}

.carlist-content__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #e50020;
  color: #fff !important;
  border-radius: 8px;
  font-size: 20px;
  text-align: center;
  width: 100%;
  height: 72px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.carlist-content__link-note {
  display: block;
  font-size: 20px;
  text-align: center;
}

.car-data {
  width: 100%;
  border: 1px solid #ccc;
}

.car-data .text-gray {
  background: #eee;
}

.car-data .tr1 {
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}

.car-data .th1 {
  width: 33.3%;
  font-size: 14px;
  text-align: center;
  font-weight: bold;
}

.car-data .border-left {
  border-left: 1px solid #ccc;
}

.car-price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
}

.car-price__plan:not(:first-child) {
  margin-top: 20px;
}

.car-price__label {
  margin-right: 16px;
  display: inline-block;
  padding: 2px 7px;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: normal !important;
}

.car-price__label.-plan {
  background: #e50020;
  font-size:90%;
}

.car-price__lease {
  margin-right: 10px;
  font-weight: bold;
}

.car-price .red-text {
  color: #e50020;
}

.car-price__text span {
  font-weight: bold;
}

.car-price__text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-price__text-small {
  font-size: 14px;
  font-weight: normal !important;
}

.car-price__price-text {
  font-size: 19px;
}

.car-price__price-text-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.car-price__price {
  font-size: 31px;
}

.car-price__text-note {
  text-align: left;
  font-size: 14px;
}

#marunori {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.marunori_sec .marunori_box {
  margin: 3em auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.marunori_sec .marunori_box .marunori_item:nth-of-type(1) {
  width: 56%;
  padding: 0 1em 0 0;
  text-align: left;
}

.marunori_sec .marunori_box .marunori_item_heading {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 16px;
}

.marunori_sec .marunori_item:nth-of-type(2) {
  width: 44%;
}

.marunori_sec .marunori_item:nth-of-type(2) .marunori_img {
  background: #fff;
  border: 1px solid #ccc;
  padding: 4em 3em;
}

.numbering-box .numbering_item {
  padding: 2em;
}

.numbering-box .numbering_item__subttl {
  text-align: left;
  font-size: 28px;
  margin: 0 0 1em 0;
}

.numbering-box .numbering_item dd {
  text-align: left;
  margin: 0 0 1em 0;
}

/* ------- 0719編集 ------- */
.numbering-box .numbering_item.no05 .flx_box .flx_item__one {
  /* width: 100%; */
  margin: 0 1em 0 0;
}
/* ------- 0719新規 ------- */
.numbering-box .numbering_item.no05 .flx_box .flx_item__two {
   width: 50%;
  margin: 0;
}
/* -------  ------- */

.numbering-box .numbering_item .numbering_item__note {
  text-align: left;
  font-size: 12px;
}

.numbering-box .full_figure {
  padding: 2em 3em;
}

.feature-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature-content__inner {
  text-align: left;
}

.feature-content__img {
  margin-left: 20px;
  width: 300px;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
}

.chart {
  position: relative;
  margin: 2em 0 2em 0;
}

.chart .flx_item {
  width: 45%;
}

.chart .flx_item.chart_item .box_ttl {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.5em;
}

.chart .flx_item.chart_item figure {
  background: #fff;
  padding: 2em;
}

.chart .flx_item.chart_item figure img {
  display: block;
}

.chart .flx_item.chart_item figure figcaption {
  text-align: left;
  margin: 2em 0 0;
}

.chart .flx_item.chart_item.chart01 {
  position: relative;
}

.chart .flx_item.chart_item.chart01::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -60px;
  width: 0;
  height: 0;
  border-left: 30px solid #000;
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  z-index: 4;
}

.chart .flx_item.chart_item.chart01 .box_ttl {
  color: #fff;
  background: #666;
}

.chart .flx_item.chart_item.chart02 .box_ttl {
  color: #fff;
  background: #e50020;
}

.lease_no04 .lease_long_term.flx_box .flx_item:first-child {
  width: 70%;
  text-align: left;
}

.lease_no04 .lease_long_term.flx_box .flx_item:first-child p {
  margin: 0 0 1em 0;
}

.lease_no04 .lease_long_term.flx_box .fox_item:last-child {
  width: 30%;
}

.worry__inner {
  max-width: 1000px;
  margin: 0 auto;
}

.worry__inner .flx_box {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.worry__inner .flx_box .card_box {
  width: 300px;
  padding: 1em 0 0;
  margin: 0.5em;
}

#planExam.plan_example .red-card-list {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#planExam.plan_example .red-card-list__item {
  position: relative;
  border: 4px solid #e50020;
  background: #fff;
  width: calc((100% / 3) - 60px);
}

#planExam.plan_example .red-card-list__item:not(:first-child)::before {
  position: absolute;
  content: '＋';
  left: -64px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 45px;
  font-weight: 700;
  color: #e50020;
}

#planExam.plan_example .red-card-list__text {
  font-size: 14px;
}

/* span一つの場合 */
#planExam.plan_example .red-card-list__text.-only {
  line-height: 63px;
  min-height: 63px;
}

#planExam.plan_example .red-card-list__bold-text {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

#planExam .text_style {
  font-family: Montserrat, sans-serif;
}

#planExam .text_style.big_style {
  color: #e50020;
  font-size: 38px;
  font-weight: 700;
}

#planExam .text_style.big_style .first_small {
  font-family: Noto Sans CJK JP, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

#planExam .text_style.big_style .second_small {
  font-size: 14px;
  font-family: Noto Sans CJK JP, sans-serif;
  font-weight: 700;
}

#planExam .basic_plan_box {
  border: 1px solid #ccc;
  background: #fff;
}

#planExam .card_box {
  text-align: right;
  padding: 1em;
}

#planExam .card_box dt {
  text-align: left;
  font-size: 14px;
  font-weight: 700;
}

#planExam .card_box dd {
  text-align: right;
}

#planExam .card_box .flx_box dd.flx_item {
  width: 50%;
}

#planExam .card_box .text_style .first_small {
  font-family: Noto Sans CJK JP, sans-serif;
  font-size: 14px;
}

#planExam .card_box .text_style .second_small {
  font-family: Noto Sans CJK JP, sans-serif;
  font-size: 10px;
}

#planExam .card_box .text_style_span {
  font-size: 14px;
}

#planExam .note_box {
  margin: 1em 0;
}

/* flex適用 */
#planExam .example_icon_list {
  padding: 1em;
  column-gap: 1.5em;
  row-gap: 1em;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #planExam .example_icon_list {
    justify-content: space-between;
  }
}

/* メンテナンスパックのカラムスペース用 */
#planExam .example_icon_list:after {
  display: block;
  content: "";
  width: 60%;
}

#planExam .example_icon_list .card_box {
  /* margin: 1em auto; */
  margin: initial;
}

/* IE対応 */
@media all and (-ms-high-contrast: none) {
  #planExam .example_icon_list .card_box {
    width: 18%;
    margin: 5px;
  }
}

#planExam .plan_illust_box {
  padding: 1em 1em 0 1em;
}

#planExam .plan_illust_box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan_maintenancepack .container_box {
  background: #fff;
  border: 1px solid #ccc;
  padding: 2em;
  margin: 2em auto;
}

.plan_maintenancepack .container_box .chart .chart_box figure {
  padding: 3em;
}

.plan_maintenancepack .container_box .maintenance_fig {
  width: 60%;
  margin: 2em auto;
}

.plan_flow .parts_common_box {
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 2em 0;
  position: relative;
}

.plan_flow .parts_common_box dt {
  position: relative;
  font-size: 28px;
  line-height: 1;
  text-align: left;
  background: #000;
  color: #fff;
  padding: 0.8em;
}

.plan_flow .parts_common_box dt p {
  font-weight: 700;
  padding: 0 0 0 3.5em;
}

.plan_flow .parts_common_box dt span {
  position: absolute;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  background: #e50020;
  color: #fff;
  padding: 0.5em 0.8em;
  margin: 0 1em 0 0;
}

.plan_flow .flx_box {
  padding: 1em;
}

.plan_flow .flx_box .parts_leftbox {
  width: 40%;
}

.plan_flow .flx_box .parts_rightbox {
  width: 58%;
}

.lease_note p {
  margin: 0 auto 1em;
}

.lineup_tit {
  margin: 2em auto;
}

.tokusensha-box.carslist_container.flx_box {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: 0 auto;
}

.carslist_container .carslist_card.tokusensha .carslist_card_container .car_list_btn a {
  font-size: 14px;
}

.carslist_container .carslist_card.tokusensha .carslist_card_container .car_list_btn::before {
  left: 10%;
}

.carslist_container .faqlist__title {
  margin: 3em auto 1em;
}

.carslist_container .faqlist__title:nth-of-type(1) {
  margin: 0;
}

.qanda_nav .nav__list .nav__item .nav__link {
  position: relative;
}

.qanda_nav .nav__list .nav__item .nav__link::after {
  position: absolute;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url("../lease/img/selectbox_arrow.svg") no-repeat center/contain;
}

.faqlist .faq_buy {
  padding-top: 150px;
}

.faqlist .faq_sell {
  padding-top: 150px;
}

.faqlist .faq_lease {
  padding-top: 150px;
}
/*# sourceMappingURL=lease.css.map */

/*20220804マージン修正*/
.lease-info li:nth-child(2){
  margin-top: 10px;
}

.lease-info2 .note__kome{
  flex-basis: 1em;
}

.red-card-list__text strong{
  font-size: 20px;
  font-weight: 700;
}

.lease_note p{
  margin: 0 auto 0;
}

.car-price__content{
  margin-top: 20px;
}

.car-price__content .car-price__text-note{
  line-height: 1.4;
  margin-left: 12px;
}

.note__text{
  line-height: 1.4;
}

/* 20220817 空白修正 */
.note-comment{
  margin-left: 12px;
}

.note__text-row{
  display: flex;
}

/* pc,sp調整 */
@media screen and (max-width: 767px) {
.pc-only{
  display: none;
}
}

.sp-only{
  display: none;
}

/* モーダルテキスト調整 */
.car-price__text-title{
  text-align: left;
  font-size: 14px;
}

/* 特戦車 ご注意事項 アスタリスク調整 */
.note__kome.-asterisk{
  flex-basis: 1em;
}

/* 20220825 フッター3カラム */
#merchant .merchant__item{
  width: calc(100% / 3);
}

/* テキスト調整 */
.sm-come{
  font-size: 10px;
}

.txt-bold{
  font-weight: bold;
  font-size: 16px;
}

.car-nenpi__text{
  font-size: 14px;
  line-height: 1.4;
  margin-left: 12px;
}

.car-nenpi__text-row{
  display: flex;
}

.car-nenpi__text-come{
  width: 6.5%;
  text-align: left;
}

.car-nenpi__text-comment{
  text-align: left;
  margin-left: 10px;
}

.car-nenpi__text-commen{

}

@media screen and (max-width: 767px){
  .car-nenpi__text-come{
    width: 25%;
  }
}

/*  2024キャンペーンバナー追加  */
.marunori-img {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 40px auto 0;
  margin: 0 auto;
  padding-top: 40px;
  width: 1000px;
}

.marunori-img > a {
  transition: opacity 0.2s;
}

.marunori-img > a:hover {
  opacity: 0.8;
}

.marunori-img img{
  width: 100%;
}

@media screen and (max-width: 767px){
  .marunori-img {
    width: 100%;
    display: block;
    margin: 40px auto 0;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

/* 2025-05-02 FAQアイコン崩れ修正 */
.faq__icon-b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  background: #000;
  color: #fff;
  line-height: 1;
}

.faq__icon-b::before {
  content: "Q";
  padding-bottom: 2px;
}

.faq__icon-b.-answer::before {
  content: "A";
}
.faq__icon-b.-answer {
  background: #e50020;
  width: 34px;
  letter-spacing: normal;
}

@media screen and (max-width: 767px) {
  .faq__icon-b {
    font-size: 12px;
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }
  .faq__icon-b::before {
    padding-left: 1px;
  }
  .faq__icon-b.-answer {
    width: 32px;
  }
}