@charset "UTF-8";
@font-face {
  font-family: "Mochiy Pop One";
  font-display: swap;
  font-weight: 400;
  src: url("../font/MochiyPopOne-Regular.ttf") format("truetype");
}
main#site_main_wrap img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
main#site_main_wrap a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main#site_main_wrap a:hover {
  opacity: 0.6;
}
@media (hover: hover) {
  main#site_main_wrap a:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap .none-max-l {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap .none-max-t {
    display: none !important;
  }
}
@media screen and (max-width: 425px) {
  main#site_main_wrap .none-max-ml {
    display: none !important;
  }
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap .none-max-1200 {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  main#site_main_wrap .none-min-l {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  main#site_main_wrap .none-min-t {
    display: none !important;
  }
}
@media screen and (min-width: 426px) {
  main#site_main_wrap .none-min-ml {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  main#site_main_wrap .none-min-1200 {
    display: none !important;
  }
}
main#site_main_wrap .sw-common .swiper-button-prev,
main#site_main_wrap .sw-common .swiper-button-next {
  width: 43px;
}
@media screen and (min-width: 1025px) {
  main#site_main_wrap .sw-common .swiper-button-prev,
  main#site_main_wrap .sw-common .swiper-button-next {
    display: none;
  }
}
main#site_main_wrap .sw-common .swiper-button-prev::after,
main#site_main_wrap .sw-common .swiper-button-next::after {
  content: "";
  display: none;
}
main#site_main_wrap .sw-common .swiper-button-prev {
  left: 10px;
}
main#site_main_wrap .sw-common .swiper-button-next {
  right: 10px;
}

.scroll-to-sim {
  position: fixed;
  z-index: 100;
  right: 30px;
  bottom: 40px;
  display: block;
  border: none;
  width: 150px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .scroll-to-sim {
    right: 10px;
    bottom: 60px;
    width: 100px;
  }
}

::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}


/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

main#site_main_wrap {
  line-height: 1.45;
}
main#site_main_wrap > .main-car-lease a {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
main#site_main_wrap > .main-car-lease a:hover {
  opacity: 0.8;
}
@media (hover: hover) {
  main#site_main_wrap > .main-car-lease a:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
main#site_main_wrap > .main-car-lease > .mv {
  position: relative;
  overflow: hidden;
  background-color: #94c7fb;
}
main#site_main_wrap > .main-car-lease > .mv > .wrap {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  background: url(../images/car-lease/mv-bg.png) no-repeat center/cover;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .mv > .wrap {
    background: url(../images/car-lease/mv-bg-sp.png) no-repeat center/cover;
  }
}
main#site_main_wrap > .main-car-lease > .mv > .wrap > .txt {
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1920px;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .mv > .wrap > .txt {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .mv > .wrap > .carc {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
main#site_main_wrap > .main-car-lease > .mv > .wrap > .carc > .car {
  max-width: 395px;
  width: 100%;
}
main#site_main_wrap > .main-car-lease > .mv > .wrap > .carc > .car:nth-of-type(2) {
  margin: 0 -135px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .mv > .wrap > .carc > .car:nth-of-type(2) {
    margin: 0 -18%;
  }
}
main#site_main_wrap > .main-car-lease > .ranking {
  background: url(../images/car-lease/ranking-bg-main.png) no-repeat top center/cover;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking {
    background-image: url(../images/car-lease/ranking-bg-main-sp.png);
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .ranking {
    padding: 40px 0 60px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .ttl {
  font-size: 26px;
  font-weight: 800;
  color: #171c61;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .ttl {
    font-size: 16px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .subttl {
  max-width: 555px;
  width: 100%;
  margin: 4px auto 0;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .subttl {
    max-width: 360px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking {
  position: relative;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 40px auto 0;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 44px 15px 72px;
  height: 375px;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item {
    padding: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    height: 700px;
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item:not(:first-of-type) {
  margin-top: 24px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item:not(:first-of-type) {
    margin-top: initial;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item.rank-1 {
  background: url(../images/car-lease/ranking-bg-1.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item.rank-1 {
    background-image: url(../images/car-lease/ranking-bg-1-sp.png);
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item.rank-2 {
  background: url(../images/car-lease/ranking-bg-2.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item.rank-2 {
    background-image: url(../images/car-lease/ranking-bg-2-sp.png);
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item.rank-3 {
  background: url(../images/car-lease/ranking-bg-3.png) no-repeat center/contain;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item.rank-3 {
    background-image: url(../images/car-lease/ranking-bg-3-sp.png);
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a,
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 1084px;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a {
    margin-top: initial;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a {
    -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;
    margin-top: 54px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 20px;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right {
    margin-top: initial;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right {
    -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;
    gap: initial;
    text-align: center;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .crown {
  width: clamp(45px, 6.6666666667vw, 80px);
  margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .crown {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .crown {
    width: 45px;
    margin-bottom: 5px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .name,
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .type {
  font-weight: 900;
  letter-spacing: -0.1em;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .name {
  margin-left: 10px;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .name > .mfr {
  font-size: clamp(20px, 1.3541666667vw, 26px);
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .name > .model {
  font-size: clamp(44px, 4.375vw, 84px);
  margin: -15px 0 0 0;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .name > .model {
    margin: -10px 0;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .type {
  font-size: clamp(30px, 2.1875vw, 42px);
  line-height: 1.1428571429;
  margin-bottom: 15px;
  margin-left: 14px;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .right > .type {
    margin-bottom: initial;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .img {
  max-width: clamp(294px, 30.6666666667vw, 368px);
  width: 85%;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-a > .img {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 897px;
  margin-top: -100px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b {
    margin-top: initial;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 11px;
  font-weight: 900;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease {
    -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;
    gap: initial;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .head {
  letter-spacing: -0.1em;
  margin-top: 10px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .head {
    margin-top: 17px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .head > .label {
  padding: 1px 22px 4px;
  background-color: #e93838;
  border-radius: 16px;
  color: #fff;
  font-size: 19px;
  display: inline-block;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .head > .label > .small {
  font-size: 14px;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .head > .txt {
  font-size: 19px;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .price {
  font-size: clamp(55px, 6.5vw, 78px);
  color: #e93838;
  letter-spacing: -0.05em;
  position: relative;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .price {
    margin-top: -15px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .price > .yen {
  font-size: clamp(34px, 4vw, 48px);
  letter-spacing: -0.1em;
  margin-left: 3px;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .price > .tax {
  position: absolute;
  right: 2px;
  top: 20px;
  font-size: clamp(15px, 1.8333333333vw, 22px);
  font-weight: 700;
  color: #333333;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .lease > .price > .tax {
    right: 3px;
    top: 15px;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 24px 5px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .detail {
    -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;
    padding: 6px 9px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 10px auto 0;
  }
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .detail > .txt {
  font-size: clamp(13px, 1.5833333333vw, 19px);
  font-weight: 700;
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .detail > .txt > .small {
  font-size: clamp(10px, 1vw, 12px);
}
main#site_main_wrap > .main-car-lease > .ranking > .wrap > .sw-ranking > .list .item > .part-b > .detail > .txt > .circle {
  color: #1381f1;
  font-size: 16px;
  margin-right: 4px;
}
main#site_main_wrap > .main-car-lease > .top {
  padding: 60px 0;
}
main#site_main_wrap > .main-car-lease > .top > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .top > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .top > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
  font-weight: 700;
  margin-top: 20px;
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .head > .point {
  font-size: 16px;
  padding: 3px 10px 4px;
  color: #fff;
  background-color: #e93838;
  margin-top: 5px;
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .head > .txt {
  font-size: 26px;
  color: #e93838;
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .top > .wrap > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .top > .wrap > .sw-pickup {
  margin-top: 20px;
}
main#site_main_wrap > .main-car-lease .simulation-ttl-wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 70px 0 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease .simulation-ttl-wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl .quote,
main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl .quote,
  main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease .simulation-ttl-wrap .simulation-ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
main#site_main_wrap > .main-car-lease > .bg {
  background-color: #1381f1;
  margin-bottom: 60px;
}
main#site_main_wrap > .main-car-lease > .bg > .flag {
  width: 100%;
  height: 47px;
  background: url(../images/car-lease/flag.png) no-repeat center/cover;
}
@media screen and (min-width: 2000px) {
  main#site_main_wrap > .main-car-lease > .bg > .flag {
    background-repeat: repeat-x;
    background-size: contain;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about {
  padding: 60px 0;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  background: none;
  padding: initial;
  text-align: center;
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl {
    background: none;
    padding: initial;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl > .quote {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl > .quote {
    font-size: clamp(25px, 7.6923076923vw, 30px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl > .markup {
  font-size: 40px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .ttl > .markup {
    font-size: clamp(25px, 7.6923076923vw, 30px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top {
  position: relative;
  margin-top: 35px;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top {
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top {
    margin-top: 55px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2.3958333333vw;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list {
    -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;
    gap: 83px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item {
  max-width: 400px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item {
    max-width: 360px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box {
  height: 382px;
  padding: 15px 26px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box {
    height: 343px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box * {
  font-weight: 700;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-a {
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-a {
    font-size: clamp(30px, 8.0952380952vw, 34px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-b,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-d {
  color: #e93838;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-c,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-e {
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-c,
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-e {
    font-size: clamp(20px, 6.4285714286vw, 27px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-b {
  font-size: 99px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-b {
    font-size: clamp(65px, 21.1904761905vw, 89px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-c {
  margin-top: 10px;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-c > .red {
  font-size: 30px;
  color: #e93838;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-c > .red {
    font-size: clamp(20px, 6.4285714286vw, 27px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-d {
  font-size: 92px;
  letter-spacing: -0.1em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-d {
    font-size: clamp(62px, 19.5238095238vw, 82px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-e {
  padding: 1px 10px 6px;
  color: #fff;
  background-color: #e93838;
  margin-top: 15px;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .box > .txt-e:last-of-type {
  margin-top: 6px;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .txt {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top > .list > .item > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-left,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-right {
  position: absolute;
  bottom: 20px;
  max-width: 286px;
  width: 23%;
}
@media screen and (max-width: 1200px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-left,
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-right {
    display: none;
    bottom: initial;
    top: -60px;
    max-width: 140px;
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-left.sp,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-right.sp {
  display: block;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-left {
  left: 0;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .top .cracker-right {
  right: 0;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs {
  margin-top: 70px;
  padding: 40px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs {
    padding: 20px 15px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl .quote,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 800;
  color: #1381f1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl {
    font-size: clamp(16px, 5.1282051282vw, 19px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl > .txtc {
  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;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl > .txtc {
    margin-top: 5px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl > .txtc > .img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl > .txtc > .img {
    width: 70px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl > .txtc > .txt {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .subttl > .txtc > .txt {
    font-size: clamp(25px, 8vw, 40px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .txt > .red {
  color: #e93838;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .txt > .red {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc {
  max-width: 756px;
  width: 100%;
  margin: 40px auto 0;
  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;
  padding: 54px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc {
    max-width: 332px;
    padding: 25px 0;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .circle {
  width: 543px;
  height: 543px;
  background-color: #f0f0f0;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .circle {
    width: 250px;
    height: 250px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail {
  background: url(../images/car-lease/car-bg.png) no-repeat center/contain;
  position: absolute;
  min-width: 207px;
  height: 162px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail {
    min-width: 97px;
    height: 75px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail > .large,
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail > .small {
  font-weight: 800;
  text-align: center;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail > .large {
  font-size: 51px;
  color: #1381f1;
  line-height: 1.1;
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail > .large {
    font-size: 21px;
    padding-top: 10px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail > .small {
  font-size: 29px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail > .small {
    font-size: 12px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-a {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-b, main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-e {
  left: 0;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-b, main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-c {
  top: 18%;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-e, main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-f {
  bottom: 18%;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-c, main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-f {
  right: 0;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-d {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-g {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-g > .large {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .about > .wrap > .subs > .detailc > .detail.type-g > .large {
    padding-top: 5px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim {
  padding: 30px 0 60px;
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content {
  margin-top: 40px;
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content:first-of-type {
  margin-top: 0;
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content > .ttl {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content > .ttl {
    text-align: center;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation {
  position: relative;
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
  margin-top: 16px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 0;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item {
  width: 225px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link {
  overflow: hidden;
  display: block;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link {
    max-width: 400px;
    width: 100%;
    margin: auto;
    padding: 15px 10px;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link > .txt {
  height: 105px;
  padding: 9px 15px 0;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link > .txt {
    height: auto;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link > .txt > .mfr,
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link > .txt > .type {
  font-size: 14px;
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link > .txt > .name {
  font-size: 18px;
  font-weight: 700;
  margin: 4px 0;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation > .list .item > .link > .txt > .name {
    margin: 0 0 4px;
  }
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation .swiper-button-prev,
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation .swiper-button-next {
    display: block;
    width: 43px;
  }
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation .swiper-button-prev::after,
  main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation .swiper-button-next::after {
    content: "";
    display: none;
  }
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation .swiper-button-prev {
  left: 10px;
}
main#site_main_wrap > .main-car-lease > .bg > .sim > .wrap > .content .sw-simulation .swiper-button-next {
  right: 10px;
}
main#site_main_wrap > .main-car-lease > .pack {
  padding-top: 60px;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl {
    padding: 10px 10px 20px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup {
  padding-bottom: 7px;
  -webkit-filter: none;
          filter: none;
  border-bottom: none;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
  position: relative;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 5px;
  background-color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup::before {
    height: 4px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup > .plus {
  display: inline-block;
  margin: 0 5px;
  padding: 0 5px;
  font-size: 25px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #1381f1;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.6);
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup > .plus {
    font-size: 15px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup > .plus::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 90%;
  background-color: #ffe600;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .ttl > .markup > .plus::before {
    height: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl {
  margin-top: 40px;
  font-size: 36px;
  font-weight: 800;
  color: #1381f1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl {
    font-size: clamp(16px, 5.1282051282vw, 19px);
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl > .txtc {
  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;
  gap: 8px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl > .txtc {
    margin-top: 5px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl > .txtc > .img {
  width: 90px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl > .txtc > .img {
    width: 70px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl > .txtc > .txt {
  font-size: 52px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .subttl > .txtc > .txt {
    font-size: clamp(25px, 8vw, 40px);
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .txt {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 500;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content {
  margin-top: 20px;
  padding-bottom: 30px;
  background-color: #fff1dc;
  border-radius: 20px;
  border: 1px solid #f69400;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head {
  padding: 20px 15px 30px;
  background-color: #f69400;
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head {
    padding: 20px 14px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head > .large {
  font-size: 65px;
  font-weight: 900;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head > .large {
    font-size: 30px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head > .small {
  margin-top: 8px;
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head > .small {
    font-size: 16px;
  }
}
@media screen and (max-width: 425px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .head > .small {
    text-align: left;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 4.1666666667vw;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc {
    -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;
    gap: 50px;
    width: calc(100% - 50px);
    margin: 40px auto 0;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc > .detail > .img {
  max-width: 308px;
  width: 100%;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc > .detail > .txt,
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc > .detail > .year {
  font-weight: 700;
  color: #1381f1;
  text-align: center;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc > .detail > .txt {
  margin-top: 15px;
  font-size: 23px;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .detailc > .detail > .year {
  font-size: 16px;
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list {
    margin-top: 50px;
    grid-template-columns: repeat(1, 1fr);
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item {
  padding: 14px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 769px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item:nth-of-type(n + 2):nth-of-type(-n + 3), main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item:nth-of-type(n + 6):nth-of-type(-n + 7), main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item:nth-of-type(n + 10):nth-of-type(-n + 11) {
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item:nth-of-type(2n) {
    background-color: #f0f0f0;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item:last-of-type {
    display: none;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item > .label,
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item > .val {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item > .label,
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item > .val {
    font-size: 16px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item > .val {
  min-width: 30px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .list > .item > .val {
    min-width: 26px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .note {
  margin-top: 14px;
  padding-left: 25px;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .pack > .wrap > .content > .note {
    padding-left: 15px;
  }
}
main#site_main_wrap > .main-car-lease > .pack > .wrap > .sw-pickup-exy {
  margin-top: 60px;
}
main#site_main_wrap > .main-car-lease > .dif {
  padding-top: 60px;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content {
  max-width: 870px;
  width: 100%;
  margin: 20px auto 0;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .list > .item:nth-of-type(2) {
  margin-top: 40px;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .list > .item > .txt {
  font-size: 36px;
  font-weight: 800;
  color: #1381f1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .list > .item > .txt {
    font-size: 24px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .list > .item > .graph {
  margin-top: 12px;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .list > .item > .img {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail * {
  text-align: center;
  border-collapse: collapse;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec {
  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: end;
      -ms-flex-align: end;
          align-items: end;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec:last-of-type {
  display: none;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .imgc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .imgc > .img {
  max-width: 328px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .imgc > .img {
    max-width: 260px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table {
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table th,
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table td {
  padding: 12px;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .head > .row > .ttl {
  color: #fff;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body th,
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body td {
  border: 1px solid #d6d6d6;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body > .row > .label {
  background-color: #f0f0f0;
  width: 212px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body > .row > .label {
    font-size: 15px;
    line-height: 1.0666666667;
    padding: 6px 4px;
    vertical-align: middle;
    min-width: 100px;
    width: 28%;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body > .row > .label > .small {
    font-size: 12px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body > .row > .val {
  width: 328px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table > .body > .row > .val {
    min-width: 260px;
    width: 82%;
    padding: 11px 9px;
  }
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table.type-a > .head > .row > .ttl {
  background-color: #1381f1;
  border: 1px solid #1381f1;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table.type-a > .head > .row > .ttl:nth-of-type(3) {
  background-color: #e93838;
  border: 1px solid #e93838;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table.type-a > .body > .row > .val:nth-of-type(2) {
  color: #e93838;
  background-color: #fff1dc;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table.type-b > .head > .row > .ttl {
  background-color: #e93838;
  border: 1px solid #e93838;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .content > .detail > .tablec > .table.type-b > .body > .row:not(:first-of-type) > .val {
  color: #e93838;
  background-color: #fff1dc;
}
main#site_main_wrap > .main-car-lease > .dif > .wrap > .sw-pickup {
  margin-top: 60px;
}
main#site_main_wrap > .main-car-lease > .reason {
  padding: 60px 0;
  font-weight: 800;
  text-align: center;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
  text-align: left;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .img {
  max-width: 758px;
  width: 100%;
  margin: 20px auto 0;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .txt {
  font-size: 36px;
  color: #1381f1;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .txt {
    font-size: 24px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc {
  max-width: 1000px;
  width: 100%;
  margin: 40px auto 0;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc {
    -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;
    gap: 8px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .num {
  width: 109px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .num {
    width: 92px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .head {
  text-align: left;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .head {
    text-align: center;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .head > .small {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .head > .small {
    font-size: 20px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .head > .large {
  font-size: 67px;
  color: #1381f1;
  line-height: 1.3125;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .headc > .head > .large {
    font-size: 32px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .label {
  padding: 7px 15px 8px;
  background-color: #ffe600;
  font-size: 36px;
  color: #1381f1;
  margin: 40px 0 12px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .label {
    font-size: 20px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .label > .small {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .label > .small {
    font-size: 16px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 43px;
  padding-top: 8px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list {
    -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;
    gap: 30px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item {
  width: 50%;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl {
  padding: 3px 0;
  position: relative;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl {
    font-size: 19px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl.other {
  background: url(../images/car-lease/reason-ttl-bg-2.png) no-repeat center/contain;
  height: 46px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl.other {
    height: 34px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl.tawata {
  background: url(../images/car-lease/reason-ttl-bg-1.png) no-repeat center/contain;
  color: #fff;
  height: 50px;
  margin-bottom: 26px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .ttl.tawata {
    height: 38px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .contentc > .content > .list > .item > .img {
  margin-top: 8px;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot {
  margin-top: 30px;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .value {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff1dc;
  border-radius: 10px;
  padding: 20px 15px 28px;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .value > .txt {
  font-size: 22px;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .value > .img {
  max-width: 228px;
  width: 100%;
  margin: 4px auto 0;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .txt {
  margin-top: 20px;
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .txt > .large {
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .txt > .large {
    font-size: 28px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .txt > .large > .border {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe600));
  background: linear-gradient(transparent 60%, #ffe600 60%);
  font-size: 36px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .txt > .large > .border {
    font-size: 28px;
  }
}
main#site_main_wrap > .main-car-lease > .reason > .wrap > .bot > .txt > .small {
  margin-top: 22px;
  font-size: 20px;
  font-weight: 500;
}
main#site_main_wrap > .main-car-lease > .plan {
  padding-top: 60px;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 425px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
@media screen and (max-width: 425px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .ttl {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
}
@media screen and (max-width: 425px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .txt {
    width: calc(100% - 30px);
    margin: 20px auto 0;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 56px;
  margin-top: 30px;
  overflow: hidden;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item {
  width: 570px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 0 15px 30px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item {
    padding: 0 0 52px;
    max-width: 390px;
    width: 100%;
  }
}
@media screen and (max-width: 425px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 75%;
  background-color: #f0f0f0;
  z-index: -1;
}
@media screen and (max-width: 425px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item::before {
    width: 120%;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .imgc {
  max-width: 321px;
  width: 100%;
  height: 156px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .imgc > .img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .num {
  width: 57px;
  margin-top: 20px;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .ttl {
  font-size: 32px;
  font-weight: 700;
  color: #1381f1;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc {
  height: 51px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc {
    height: initial;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc > .txt,
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc > .note {
  font-weight: 500;
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc > .txt {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc > .note {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .plan > .wrap > .list > .item > .txtc > .note {
    font-size: 13px;
  }
}
main#site_main_wrap > .main-car-lease > .flow {
  padding-top: 60px;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap {
    width: calc(100% - 30px);
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl {
  background: url(../images/car-lease/ttl-bg.png) no-repeat left center/cover;
  padding: 15px 30px 17px;
  font-size: 32px;
  line-height: 1.7;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
@media screen and (max-width: 500px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl {
    background: url(../images/car-lease/ttl-bg-sp.png) no-repeat left top/cover;
    padding: 10px 10px 10px 25px;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl .quote,
main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl .markup {
  font-size: 36px;
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  color: #ffe600;
  -webkit-filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
          filter: drop-shadow(3px 3px 0px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl .quote,
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl .markup {
    font-size: clamp(16px, 6.1538461538vw, 24px);
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl .markup {
  border-bottom: 5px solid #ffe600;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl .markup {
    border-bottom: 4px solid #ffe600;
  }
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .ttl {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content {
  margin-top: 20px;
  padding: 40px;
  background-color: #1381f1;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .content {
    padding: 15px;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list {
  border-radius: 10px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  padding: 16px;
  -webkit-box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item {
    -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;
    padding: 30px 15px;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc {
  max-width: 390px;
  width: 100%;
  position: relative;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .img {
  width: 73%;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .img {
    width: 90%;
    margin: 0 auto;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .numc {
  position: absolute;
  top: 5px;
  right: 0;
  width: 95px;
  height: 80px;
}
@media screen and (max-width: 1024px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .numc {
    top: -15px;
    right: initial;
    left: 0;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .numc > .num {
  width: 100%;
  height: 100%;
  position: relative;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .numc > .num::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/car-lease/flow-num-bg.svg) no-repeat center/contain;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .imgc > .numc > .num > .txt {
  font-size: 49px;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #fff;
  position: relative;
  margin-left: 15px;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .detail {
  width: 60%;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .detail {
    width: 100%;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .detail > .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #1381f1;
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .detail > .txt {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .detail > .txt {
    font-size: 18px;
  }
}
main#site_main_wrap > .main-car-lease > .flow > .wrap > .content > .list > .item > .triangle {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 210px;
  width: 100%;
}
main#site_main_wrap > .main-car-lease > .faq {
  padding: 60px 0;
}
main#site_main_wrap > .main-car-lease > .faq > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .faq > .wrap {
    width: calc(100% - 30px);
  }
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .ttl {
  font-size: 36px;
  font-weight: 800;
  color: #1381f1;
  text-align: center;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .faq > .wrap > .ttl {
    font-size: 24px;
  }
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question > .txt,
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .answer > .txt {
  font-size: 18px;
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question {
  padding: 9px 20px 10px;
  background-color: #1381f1;
  color: #ffe600;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question {
    padding: 9px 15px 10px;
  }
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question::before, main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  width: 21px;
  height: 5px;
  background-color: #ffe600;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question::before, main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question::after {
    right: 15px;
  }
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .question > .txt {
  width: 90%;
  font-weight: 700;
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .answer {
  overflow: hidden;
  height: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-color: #f0f0f0;
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .answer > .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  main#site_main_wrap > .main-car-lease > .faq > .wrap > .content > .list > .item > .answer > .txt {
    padding: 15px;
  }
}
main#site_main_wrap > .main-car-lease > .faq > .wrap > .sw-pickup {
  margin-top: 60px;
}

.guide {
  background: url(../images/car-lease/guide-bg.png) no-repeat center/cover;
  padding: 40px 0;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .guide {
    background: url(../images/car-lease/guide-bg-sp.png) no-repeat center/cover;
    padding: 36px 0;
  }
}
.guide > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .guide > .wrap {
    width: calc(100% - 30px);
  }
}
.guide > .wrap > .img {
  max-width: 165px;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .img {
    max-width: 135px;
    position: absolute;
    top: -80px;
    left: clamp(0rem, -28.75rem + 57.5vw, 14.375rem);
  }
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .img {
    max-width: 90px;
    top: -60px;
    left: clamp(0rem, -13.2665rem + 47.1698vw, 9.375rem);
  }
}
.guide > .wrap > .content {
  width: 85%;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content {
    width: 100%;
  }
}
.guide > .wrap > .content > .txt {
  font-size: 24px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 450px) {
  .guide > .wrap > .content > .txt {
    text-align: right;
  }
}
.guide > .wrap > .content > .detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 25px;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content > .detail {
    -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;
    margin-top: 20px;
  }
}
.guide > .wrap > .content > .detail > .left {
  margin-top: -15px;
  width: 54%;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content > .detail > .left {
    margin-top: initial;
    width: 100%;
  }
}
.guide > .wrap > .content > .detail > .left > .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content > .detail > .left > .tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 425px) {
  .guide > .wrap > .content > .detail > .left > .tel {
    gap: 8px;
  }
}
.guide > .wrap > .content > .detail > .left > .tel > .icon {
  width: 63px;
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .detail > .left > .tel > .icon {
    width: 47px;
  }
}
.guide > .wrap > .content > .detail > .left > .tel > .num {
  font-size: 67px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .detail > .left > .tel > .num {
    font-size: 43px;
  }
}
.guide > .wrap > .content > .detail > .left > .date {
  font-size: 20px;
  text-align: right;
  margin-right: 30px;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content > .detail > .left > .date {
    text-align: center;
    margin-right: initial;
    margin-top: 5px;
  }
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .detail > .left > .date {
    font-size: 16px;
  }
}
.guide > .wrap > .content > .detail > .right {
  width: 46%;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content > .detail > .right {
    width: 100%;
    margin-top: 17px;
  }
}
.guide > .wrap > .content > .detail > .right > .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 17px 15px;
  max-width: 463px;
  width: 100%;
  border-radius: 2px;
  background-color: #f69400;
  -webkit-box-shadow: 0 5px 0 #BE3200;
          box-shadow: 0 5px 0 #BE3200;
}
@media screen and (max-width: 1200px) {
  .guide > .wrap > .content > .detail > .right > .btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .detail > .right > .btn {
    max-width: 360px;
    padding: 16px 12px;
  }
}
.guide > .wrap > .content > .detail > .right > .btn > .txt {
  font-size: 28px;
  font-family: "m-plus-1c", sans-serif;
  font-weight: 800;
  line-height: 1.2142857143;
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .detail > .right > .btn > .txt {
    font-size: 21px;
  }
}
.guide > .wrap > .content > .detail > .right > .btn > .icon {
  width: 30px;
}
@media screen and (max-width: 768px) {
  .guide > .wrap > .content > .detail > .right > .btn > .icon {
    width: 23px;
  }
}

.lineup {
  background-color: #f0f0f0;
  padding: 40px 0;
  position: relative;
}
.lineup > .wrap {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap {
    width: calc(100% - 30px);
  }
}
.lineup > .wrap > .list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px 14px;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap > .list {
    gap: 15px 10px;
  }
}
.lineup > .wrap > .list > .item {
  width: 228px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 21px 15px 15px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap > .list > .item {
    width: initial;
    max-width: calc(50% - 5px);
    padding: 14px 10px 10px;
  }
}
.lineup > .wrap > .list > .item > .link > .name {
  font-weight: 700;
  color: #01349D;
  margin-top: 11px;
}
.lineup > .wrap > .list > .item > .link > .list > .item {
  margin-top: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap > .list > .item > .link > .list > .item {
    gap: 14px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.lineup > .wrap > .list > .item > .link > .list > .item:first-of-type {
  margin-top: 13px;
}
.lineup > .wrap > .list > .item > .link > .list > .item:first-of-type > .val {
  font-weight: 500;
}
.lineup > .wrap > .list > .item > .link > .list > .item > .label {
  width: 39%;
  min-width: 66px;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap > .list > .item > .link > .list > .item > .label {
    min-width: initial;
    width: 34px;
  }
}
.lineup > .wrap > .list > .item > .link > .list > .item > .label > .txt {
  display: inline-block;
  padding: 1px 5px;
  background-color: #DEDEDE;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap > .list > .item > .link > .list > .item > .label > .txt {
    padding: 2px 5px 3px;
    text-align: center;
    font-size: 12px;
    line-height: 1.3333333333;
  }
}
.lineup > .wrap > .list > .item > .link > .list > .item > .val {
  width: 61%;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .lineup > .wrap > .list > .item > .link > .list > .item > .val {
    width: 65%;
  }
}
.lineup > .wrap > .list > .item > .link > .list > .item > .val > .num {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #D21F14;
}

.sw-pickup,
.sw-pickup-exy {
  font-size: 16px;
  position: relative;
}
.sw-pickup > .list,
.sw-pickup-exy > .list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 56px;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list,
  .sw-pickup-exy > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
    margin: 0;
  }
}
.sw-pickup > .list .item .item-wrapper,
.sw-pickup-exy > .list .item .item-wrapper {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 5px 5px 6px rgba(48, 48, 48, 0.3);
          box-shadow: 5px 5px 6px rgba(48, 48, 48, 0.3);
  padding: 30px 0;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper,
  .sw-pickup-exy > .list .item .item-wrapper {
    max-width: 400px;
    width: 100%;
    margin: auto;
  }
}
.sw-pickup > .list .item .item-wrapper > .img,
.sw-pickup-exy > .list .item .item-wrapper > .img {
  padding: 0 35px 25px;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .img,
  .sw-pickup-exy > .list .item .item-wrapper > .img {
    padding: 0 15px 20px;
  }
}
.sw-pickup > .list .item .item-wrapper > .img img,
.sw-pickup-exy > .list .item .item-wrapper > .img img {
  width: 100%;
}
.sw-pickup > .list .item .item-wrapper > .type,
.sw-pickup-exy > .list .item .item-wrapper > .type {
  background-color: #1381f1;
  position: relative;
  padding: 10px 95px 5px;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .type,
  .sw-pickup-exy > .list .item .item-wrapper > .type {
    padding: 8px 70px;
  }
}
.sw-pickup > .list .item .item-wrapper > .type > .new,
.sw-pickup > .list .item .item-wrapper > .type > .mfc,
.sw-pickup > .list .item .item-wrapper > .type > .name,
.sw-pickup > .list .item .item-wrapper > .type > .type,
.sw-pickup-exy > .list .item .item-wrapper > .type > .new,
.sw-pickup-exy > .list .item .item-wrapper > .type > .mfc,
.sw-pickup-exy > .list .item .item-wrapper > .type > .name,
.sw-pickup-exy > .list .item .item-wrapper > .type > .type {
  font-weight: 900;
  letter-spacing: -0.05em;
  color: #fff;
}
.sw-pickup > .list .item .item-wrapper > .type > .new,
.sw-pickup > .list .item .item-wrapper > .type > .free,
.sw-pickup-exy > .list .item .item-wrapper > .type > .new,
.sw-pickup-exy > .list .item .item-wrapper > .type > .free {
  position: absolute;
}
.sw-pickup > .list .item .item-wrapper > .type > .name,
.sw-pickup > .list .item .item-wrapper > .type > .type,
.sw-pickup-exy > .list .item .item-wrapper > .type > .name,
.sw-pickup-exy > .list .item .item-wrapper > .type > .type {
  display: inline-block;
}
.sw-pickup > .list .item .item-wrapper > .type > .new,
.sw-pickup-exy > .list .item .item-wrapper > .type > .new {
  top: 0;
  left: clamp(15px, -1.3553em + 3.5789vw, 32px);
  padding: 14px 6px;
  background-color: #f69400;
  font-size: clamp(1em, 0.7303em + 0.4211vw, 1.125em);
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .type > .new,
  .sw-pickup-exy > .list .item .item-wrapper > .type > .new {
    padding: 10px 6px;
  }
}
.sw-pickup > .list .item .item-wrapper > .type > .mfc,
.sw-pickup-exy > .list .item .item-wrapper > .type > .mfc {
  margin-bottom: -5px;
  font-size: clamp(0.9375em, 0.5329em + 0.6316vw, 1.125em);
}
.sw-pickup > .list .item .item-wrapper > .type > .name,
.sw-pickup-exy > .list .item .item-wrapper > .type > .name {
  font-size: clamp(1.5em, -0.6579em + 3.3684vw, 2.5em);
}
.sw-pickup > .list .item .item-wrapper > .type > .type,
.sw-pickup-exy > .list .item .item-wrapper > .type > .type {
  font-size: clamp(1em, 0.4605em + 0.8421vw, 1.25em);
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .type > .type,
  .sw-pickup-exy > .list .item .item-wrapper > .type > .type {
    margin-left: 3px;
  }
}
.sw-pickup > .list .item .item-wrapper > .type > .free,
.sw-pickup-exy > .list .item .item-wrapper > .type > .free {
  top: clamp(-1.5625em, 5.8553em - 11.5789vw, -5em);
  right: clamp(0.9375em, -0.6809em + 2.5263vw, 1.6875em);
  width: clamp(4.375em, -7.0888em + 17.8947vw, 9.6875em);
  height: clamp(4.375em, -7.0888em + 17.8947vw, 9.6875em);
  background-color: #e93838;
  border: 3px solid #fff;
  border-radius: 50%;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .type > .free,
  .sw-pickup-exy > .list .item .item-wrapper > .type > .free {
    border: 2px solid #fff;
  }
}
.sw-pickup > .list .item .item-wrapper > .type > .free > .head,
.sw-pickup-exy > .list .item .item-wrapper > .type > .free > .head {
  font-size: clamp(0.875em, -0.8783em + 2.7368vw, 1.6875em);
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .type > .free > .head,
  .sw-pickup-exy > .list .item .item-wrapper > .type > .free > .head {
    margin-bottom: 2px;
  }
}
.sw-pickup > .list .item .item-wrapper > .type > .free > .yen,
.sw-pickup-exy > .list .item .item-wrapper > .type > .free > .yen {
  font-size: clamp(0.875em, -1.0132em + 2.9474vw, 1.75em);
  color: #ffe600;
}
.sw-pickup > .list .item .item-wrapper > .type > .free > .yen .num,
.sw-pickup-exy > .list .item .item-wrapper > .type > .free > .yen .num {
  font-size: clamp(2.8125em, -5.5493em + 13.0526vw, 6.6875em);
  line-height: 0.6;
}
.sw-pickup > .list .item .item-wrapper > .price,
.sw-pickup-exy > .list .item .item-wrapper > .price {
  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;
  letter-spacing: -0.05em;
  color: #e93838;
  padding: 0 10px;
}
@media screen and (max-width: 768px) {
  .sw-pickup > .list .item .item-wrapper > .price,
  .sw-pickup-exy > .list .item .item-wrapper > .price {
    margin-top: 4px;
  }
}
.sw-pickup > .list .item .item-wrapper > .price > .month,
.sw-pickup > .list .item .item-wrapper > .price > .num,
.sw-pickup-exy > .list .item .item-wrapper > .price > .month,
.sw-pickup-exy > .list .item .item-wrapper > .price > .num {
  font-weight: 900;
}
.sw-pickup > .list .item .item-wrapper > .price > .month,
.sw-pickup-exy > .list .item .item-wrapper > .price > .month {
  font-size: clamp(1.25em, 0.0362em + 1.8947vw, 1.8125em);
  line-height: 1;
  padding: 8px 11px;
  border: 1px solid #e93838;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .price > .month,
  .sw-pickup-exy > .list .item .item-wrapper > .price > .month {
    padding: 8px;
  }
}
.sw-pickup > .list .item .item-wrapper > .price > .num,
.sw-pickup-exy > .list .item .item-wrapper > .price > .num {
  font-size: clamp(3.125em, -2.2697em + 8.4211vw, 5.625em);
  margin: 0 2px 0 5px;
}
@media screen and (max-width: 1024px) {
  .sw-pickup > .list .item .item-wrapper > .price > .num,
  .sw-pickup-exy > .list .item .item-wrapper > .price > .num {
    margin: 0 0 0 8px;
  }
}
.sw-pickup > .list .item .item-wrapper > .price > .yen,
.sw-pickup-exy > .list .item .item-wrapper > .price > .yen {
  font-size: clamp(1.625em, -0.5329em + 3.3684vw, 2.625em);
  font-weight: 700;
  position: relative;
  margin-top: 25px;
}
.sw-pickup > .list .item .item-wrapper > .price > .yen > .tax,
.sw-pickup-exy > .list .item .item-wrapper > .price > .yen > .tax {
  position: absolute;
  top: -10px;
  left: 3px;
  font-size: clamp(12px, -0.1941em + 1.4737vw, 19px);
  color: #333333;
}
.sw-pickup > .list .item .item-wrapper > .note,
.sw-pickup-exy > .list .item .item-wrapper > .note {
  margin-top: 4px;
  font-size: clamp(1em, 0.7303em + 0.4211vw, 1.125em);
  font-weight: 500;
  text-align: center;
}
.sw-pickup .swiper-button-prev,
.sw-pickup-exy .swiper-button-prev {
  left: 20px;
}
.sw-pickup .swiper-button-next,
.sw-pickup-exy .swiper-button-next {
  right: 20px;
}

.sw-pickup-exy > .list .item .item-wrapper > .type {
  background-color: #f69400;
}
.sw-pickup-exy > .list .item .item-wrapper > .type > .new {
  background-color: #1381f1;
}

.search {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .search {
    width: 100%;
  }
}
.search > .ttl {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding: 9px 30px 10px;
  background-color: #009143;
  border-radius: 4px;
  text-align: center;
  border-radius: initial;
  position: relative;
}
@media screen and (max-width: 768px) {
  .search > .ttl {
    font-size: 19px;
    padding: 5px;
  }
}
.search > .ttl > .arrow {
  position: absolute;
  top: calc(50% - 11px);
  right: 20px;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.search > .ttl > .arrow.act {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 769px) {
  .search > .ttl > .arrow {
    display: none;
  }
}
.search > .bg {
  padding: 30px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .search > .bg {
    display: none;
  }
}
.search > .bg > .search-form > .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 15px 60px;
}
@media screen and (max-width: 768px) {
  .search > .bg > .search-form > .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 18px 0;
  }
}
.search > .bg > .search-form > .list > .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 10px;
  width: 100%;
  max-width: calc(50% - 30px);
}
@media screen and (max-width: 768px) {
  .search > .bg > .search-form > .list > .item {
    max-width: 100%;
  }
}
.search > .bg > .search-form > .list > .item > .head {
  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;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  max-width: calc(50% - 5px);
  background-color: #d4fad9;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .search > .bg > .search-form > .list > .item > .head {
    padding: 5px 10px;
    max-width: 25%;
    font-size: 14px;
  }
}
.search > .bg > .search-form > .list > .item > .ctt-kakaku,
.search > .bg > .search-form > .list > .item > .ctt-nenshiki,
.search > .bg > .search-form > .list > .item > .ctt-soukou {
  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;
}
.search > .bg > .search-form > .list > .item > .ctt {
  width: 100%;
  max-width: calc(50% - 5px);
}
@media screen and (max-width: 768px) {
  .search > .bg > .search-form > .list > .item > .ctt {
    max-width: calc(75% - 10px);
  }
}
.search > .bg > .search-form > .list > .item > .ctt > .selectc {
  width: 100%;
  position: relative;
}
.search > .bg > .search-form > .list > .item > .ctt > .selectc:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: rotate(135deg) translate(-50%, 0);
          transform: rotate(135deg) translate(-50%, 0);
}
.search > .bg > .search-form > .list > .item > .ctt > .selectc > .select {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #b5b5b5;
  padding: 15px 12px;
  font-size: 14px;
}
.search > .bg > .search-form > .list > .item > .ctt > .selectc-kakaku,
.search > .bg > .search-form > .list > .item > .ctt > .selectc-nenshiki,
.search > .bg > .search-form > .list > .item > .ctt > .selectc-soukou {
  max-width: 49%;
}
.search > .bg > .search-form > .list > .item > .ctt > .wave {
  margin: 0 1%;
}
@media screen and (max-width: 768px) {
  .search > .bg > .search-form > .list > .item > .ctt > .wave {
    margin: 0 3%;
  }
}
.search > .bg > .search-form > .btnc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 50px;
}
.search > .bg > .search-form > .btnc > .btn {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  max-width: 200px;
  font-size: 18px;
  text-align: center;
  color: #fff;
}
.search > .bg > .search-form > .btnc > .btn:hover {
  opacity: 0.6;
}
@media (hover: hover) {
  .search > .bg > .search-form > .btnc > .btn:hover {
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
  }
}
.search > .bg > .search-form > .btnc > .btn.btn-clear {
  background-color: #d6d6d6;
}
.search > .bg > .search-form > .btnc > .btn.btn-submit {
  margin-left: 20px;
  background-color: #009143;
}/*# sourceMappingURL=car-lease.css.map */