.hero {
  background: url("/wp-content/themes/itreat_base/dist/img/car-lease/hero.jpg") center/cover no-repeat !important;
}

.intro {
  position: relative;
  padding-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .intro {
    padding-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .intro {
    padding-bottom: calc(8px * 8 * 0.5);
  }
}
.intro:before {
  content: "";
  background: url("/wp-content/themes/itreat_base/dist/img/car-lease/car-lease-deco.svg") bottom/contain no-repeat;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  aspect-ratio: 9/1;
  max-width: 1440px;
}
.intro .intro-inner {
  position: relative;
  margin-bottom: calc(8px * 8);
}
@media screen and (max-width: 959px) {
  .intro .intro-inner {
    margin-bottom: calc(8px * 8 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .intro .intro-inner {
    margin-bottom: calc(8px * 8 * 0.5);
  }
}
.intro .intro-inner {
  padding-top: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .intro .intro-inner {
    padding-top: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .intro .intro-inner {
    padding-top: calc(8px * 10 * 0.5);
  }
}
.intro .intro-inner {
  padding-bottom: 320px;
  background: url("/wp-content/themes/itreat_base/dist/img/car-lease/intro-bg.png") center/cover no-repeat;
}
@media screen and (max-width: 1279px) {
  .intro .intro-inner {
    padding-bottom: 240px;
  }
}
@media screen and (max-width: 959px) {
  .intro .intro-inner {
    padding-bottom: 200px;
  }
}
@media screen and (max-width: 767px) {
  .intro .intro-inner {
    padding-bottom: 140px;
  }
}
@media screen and (max-width: 519px) {
  .intro .intro-inner {
    padding-bottom: 96px;
  }
}
.intro .intro-inner:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  max-width: 1440px;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/car-lease/intro-car.png") bottom/contain no-repeat;
}
.intro .intro-inner .intro-ttl {
  position: relative;
  margin: 0 auto;
  max-width: 640px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .intro .intro-inner .intro-ttl {
    max-width: 560px;
  }
}
.intro .movie {
  position: relative;
  margin: 0 auto;
  max-width: 560px;
  aspect-ratio: 16/9;
  z-index: 1;
}
.intro .movie iframe {
  width: 100%;
  height: 100%;
}

.worries {
  margin-bottom: calc(8px * 15);
}
@media screen and (max-width: 959px) {
  .worries {
    margin-bottom: calc(8px * 15 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .worries {
    margin-bottom: calc(8px * 15 * 0.5);
  }
}
.worries .worries-inner {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .worries .worries-inner {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .worries .worries-inner {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.worries .worries-inner {
  padding-top: calc(8px * 10);
}
@media screen and (max-width: 959px) {
  .worries .worries-inner {
    padding-top: calc(8px * 10 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .worries .worries-inner {
    padding-top: calc(8px * 10 * 0.5);
  }
}
.worries .worries-inner {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .worries .worries-inner {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .worries .worries-inner {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.worries .worries-inner {
  background: #759293;
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 48px), 50% 100%, 0 calc(100% - 48px));
}
@media screen and (max-width: 1279px) {
  .worries .worries-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 40px), 50% 100%, 0 calc(100% - 40px));
  }
}
@media screen and (max-width: 959px) {
  .worries .worries-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 32px), 50% 100%, 0 calc(100% - 32px));
  }
}
@media screen and (max-width: 767px) {
  .worries .worries-inner {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 24px), 50% 100%, 0 calc(100% - 24px));
  }
}
.worries .worries-inner .headline__sub {
  color: #ffffff;
  text-shadow: none;
}
.worries .worries-inner .headline__sub:before {
  background: #759293;
}
.worries .worries-inner .headline__main {
  color: #ffffff;
}
.worries .worries-inner .worries-list {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 720px;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  .worries .worries-inner .worries-list {
    width: 100%;
  }
}
.worries .worries-inner .worries-list__item {
  position: relative;
  padding: 16px 16px 16px 80px;
  font-weight: bold;
  font-size: 2rem;
  background: #ffffff;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .worries .worries-inner .worries-list__item {
    padding: 12px 12px 12px 56px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .worries .worries-inner .worries-list__item {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 519px) {
  .worries .worries-inner .worries-list__item {
    padding: 8px 8px 8px 44px;
  }
}
.worries .worries-inner .worries-list__item:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 24px;
  width: 40px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-check.svg");
  mask-image: url("/wp-content/themes/itreat_base/dist/img/icon/ico-check.svg");
  -webkit-mask-position: 0 0;
  mask-position: 0 0;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
@media screen and (max-width: 959px) {
  .worries .worries-inner .worries-list__item:before {
    top: 8px;
    left: 16px;
    width: 32px;
  }
}
@media screen and (max-width: 519px) {
  .worries .worries-inner .worries-list__item:before {
    top: 7px;
    left: 12px;
    width: 24px;
  }
}
.worries .worries-inner .worries-list__item:not(:last-child) {
  margin-bottom: 8px;
}
.worries .worries-inner .worries-list__item:nth-of-type(1):before {
  background: #759293;
}
.worries .worries-inner .worries-list__item:nth-of-type(2):before {
  background: #B99136;
}
.worries .worries-inner .worries-list__item:nth-of-type(3):before {
  background: #C6643A;
}
.worries .worries-inner .worries-list__item:nth-of-type(4):before {
  background: #506255;
}
.worries .sol-ttl {
  margin-bottom: calc(8px * 6);
}
@media screen and (max-width: 959px) {
  .worries .sol-ttl {
    margin-bottom: calc(8px * 6 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .worries .sol-ttl {
    margin-bottom: calc(8px * 6 * 0.5);
  }
}
.worries .sol-ttl {
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .worries .sol-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 767px) {
  .worries .sol-ttl {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 519px) {
  .worries .sol-ttl {
    font-size: 2.4rem;
  }
}
.worries .sol-ttl em {
  padding: 0 16px;
  font-weight: bold;
  font-size: 4.8rem;
  color: #ffffff;
  background: #759293;
  border-radius: 2px;
}
@media screen and (max-width: 959px) {
  .worries .sol-ttl em {
    font-size: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .worries .sol-ttl em {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 519px) {
  .worries .sol-ttl em {
    padding: 0 8px;
    font-size: 2.4rem;
  }
}
.worries .sol-unit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .worries .sol-unit {
    grid-template-columns: repeat(1, 1fr);
  }
}
.worries .sol-unit__item {
  position: relative;
  padding: 32px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .worries .sol-unit__item {
    padding: 24px;
  }
}
@media screen and (max-width: 767px) {
  .worries .sol-unit__item {
    padding: 20px;
  }
}
.worries .sol-unit__item::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  border: 1px solid #E9DFC6;
}
.worries .sol-unit__item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px dotted #E9DFC6;
}
.worries .sol-unit__item .sol-unit-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .worries .sol-unit__item .sol-unit-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .worries .sol-unit__item .sol-unit-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.worries .sol-unit__item .sol-unit-ttl {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .worries .sol-unit__item .sol-unit-ttl {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 767px) {
  .worries .sol-unit__item .sol-unit-ttl {
    font-size: 1.6rem;
  }
}
.worries .sol-unit__item:nth-of-type(1) .sol-unit-ttl {
  color: #B99136;
}
.worries .sol-unit__item:nth-of-type(2) .sol-unit-ttl {
  color: #C6643A;
}
.worries .sol-unit__item:nth-of-type(3) .sol-unit-ttl {
  color: #506255;
}

.car-lease-list__item {
  position: relative;
  padding: calc(8px * 5);
}
@media screen and (max-width: 959px) {
  .car-lease-list__item {
    padding: calc(8px * 5 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .car-lease-list__item {
    padding: calc(8px * 5 * 0.5);
  }
}
.car-lease-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .car-lease-list__item {
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
  }
}
.car-lease-list__item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  max-width: 200px;
  aspect-ratio: 25/8;
  background: url("/wp-content/themes/itreat_base/dist/img/common/suzuki-logo.png") bottom/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .car-lease-list__item:before {
    max-width: 160px;
  }
}
.car-lease-list__item .car-lease-vsl {
  position: relative;
  max-width: 420px;
}
@media screen and (max-width: 959px) {
  .car-lease-list__item .car-lease-vsl {
    max-width: 320px;
  }
}
@media screen and (max-width: 519px) {
  .car-lease-list__item .car-lease-vsl {
    max-width: 240px;
  }
}
.car-lease-list__item .car-lease-dtl {
  width: calc(100% - 460px);
}
@media screen and (max-width: 959px) {
  .car-lease-list__item .car-lease-dtl {
    width: calc(100% - 324px);
  }
}
@media screen and (max-width: 767px) {
  .car-lease-list__item .car-lease-dtl {
    width: 100%;
  }
}
.car-lease-list__item .car-lease-dtl .car-lease-ttl {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .car-lease-list__item .car-lease-dtl .car-lease-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .car-lease-list__item .car-lease-dtl .car-lease-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.car-lease-list__item .car-lease-dtl .car-lease-ttl {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .car-lease-list__item .car-lease-dtl .car-lease-ttl {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 767px) {
  .car-lease-list__item .car-lease-dtl .car-lease-ttl {
    font-size: 2rem;
  }
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 16px;
}
@media screen and (max-width: 519px) {
  .car-lease-list__item .car-lease-dtl .car-lease-data__item {
    grid-template-columns: 88px 1fr;
    gap: 12px;
  }
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item:not(:last-child) {
  margin-bottom: 12px;
}
@media screen and (max-width: 519px) {
  .car-lease-list__item .car-lease-dtl .car-lease-data__item:not(:last-child) {
    margin-bottom: 8px;
  }
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item dt,
.car-lease-list__item .car-lease-dtl .car-lease-data__item dd {
  padding: 8px;
  vertical-align: middle;
  display: table-cell;
  font-weight: bold;
  line-height: 1.4;
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #9A9C9E;
  background: #F8F7F4;
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item dt span {
  font-size: 1rem;
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item dd em {
  font-weight: bold;
  font-size: 2.4rem;
  color: #C6643A;
}
@media screen and (max-width: 959px) {
  .car-lease-list__item .car-lease-dtl .car-lease-data__item dd em {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .car-lease-list__item .car-lease-dtl .car-lease-data__item dd em {
    font-size: 1.6rem;
  }
}
.car-lease-list__item .car-lease-dtl .car-lease-data__item dd .note-txt {
  font-size: 1.2rem;
  font-weight: normal;
}
.car-lease-list__item:not(:last-child) {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .car-lease-list__item:not(:last-child) {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .car-lease-list__item:not(:last-child) {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}

.car-lease .car-lease-lead {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .car-lease .car-lease-lead {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .car-lease .car-lease-lead {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.car-lease .car-lease-lead {
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .car-lease .car-lease-lead {
    font-size: 1.6rem;
  }
}
.car-lease .car-lease-graph {
  margin: 0 auto;
  margin-bottom: calc(8px * 9);
}
@media screen and (max-width: 959px) {
  .car-lease .car-lease-graph {
    margin-bottom: calc(8px * 9 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .car-lease .car-lease-graph {
    margin-bottom: calc(8px * 9 * 0.5);
  }
}
.car-lease .car-lease-graph {
  max-width: 960px;
}
@media screen and (max-width: 519px) {
  .car-lease .car-lease-graph {
    max-width: 300px;
  }
}
.car-lease .tbl table tbody tr td {
  text-align: left;
}
.car-lease .tbl table tbody tr td:nth-of-type(1) {
  background: rgba(198, 100, 58, 0.05);
}
.car-lease .car-lease-txt {
  text-align: center;
}
@media screen and (max-width: 519px) {
  .car-lease .car-lease-txt {
    text-align: left;
  }
}

.pros-cons .pros-cons-unit {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .pros-cons .pros-cons-unit {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
  }
}
.pros-cons .pros-cons-unit__item {
  position: relative;
  padding: 48px 40px;
  background: #ffffff;
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item {
    padding: 40px 32px;
  }
}
@media screen and (max-width: 767px) {
  .pros-cons .pros-cons-unit__item {
    padding: 32px 24px;
  }
}
.pros-cons .pros-cons-unit__item:before, .pros-cons .pros-cons-unit__item:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: calc(100% - 8px);
  height: 1px;
  background: rgba(155, 90, 58, 0.24);
}
@media screen and (max-width: 519px) {
  .pros-cons .pros-cons-unit__item:before, .pros-cons .pros-cons-unit__item:after {
    width: calc(100% - 8px);
  }
}
.pros-cons .pros-cons-unit__item:before {
  top: 8px;
}
@media screen and (max-width: 519px) {
  .pros-cons .pros-cons-unit__item:before {
    top: 4px;
  }
}
.pros-cons .pros-cons-unit__item:after {
  bottom: 8px;
}
@media screen and (max-width: 519px) {
  .pros-cons .pros-cons-unit__item:after {
    bottom: 4px;
  }
}
.pros-cons .pros-cons-unit__item.--pros .pros-cons-ttl {
  color: #759293;
  border-bottom: 1px solid #759293;
}
.pros-cons .pros-cons-unit__item.--cons .pros-cons-ttl {
  color: #C6643A;
  border-bottom: 1px solid #C6643A;
}
.pros-cons .pros-cons-unit__item .pros-cons-ttl {
  position: relative;
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
.pros-cons .pros-cons-unit__item .pros-cons-ttl {
  padding-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl {
    padding-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl {
    padding-bottom: calc(8px * 3 * 0.5);
  }
}
.pros-cons .pros-cons-unit__item .pros-cons-ttl {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl {
    font-size: 2rem;
  }
}
.pros-cons .pros-cons-unit__item .pros-cons-ttl span {
  font-size: 2.4rem;
  color: #2D3134;
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pros-cons .pros-cons-unit__item .pros-cons-ttl span {
    font-size: 1.6rem;
  }
}
.pros-cons .pros-cons-unit__item .pros-cons-ttl.--bgn {
  color: #759293;
  border-bottom: 1px solid #759293;
}
.pros-cons .pros-cons-unit__item .pros-cons-ttl.--red {
  color: #C6643A;
  border-bottom: 1px solid #C6643A;
}
.pros-cons .pros-cons-unit__item .pros-cons-subttl {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.4;
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item .pros-cons-subttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .pros-cons .pros-cons-unit__item .pros-cons-subttl {
    font-size: 1.6rem;
  }
}
.pros-cons .pros-cons-unit__item .pros-cons-img {
  margin-bottom: calc(8px * 3);
}
@media screen and (max-width: 959px) {
  .pros-cons .pros-cons-unit__item .pros-cons-img {
    margin-bottom: calc(8px * 3 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .pros-cons .pros-cons-unit__item .pros-cons-img {
    margin-bottom: calc(8px * 3 * 0.5);
  }
}
@media screen and (max-width: 767px) {
  .pros-cons .pros-cons-unit__item .pros-cons-img {
    margin: 0 auto 16px auto;
    max-width: 320px;
  }
}

.ideal {
  position: relative;
}
.ideal:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/top/column-bg.jpg") center/cover no-repeat;
}
.ideal .ideal-inner {
  position: relative;
  padding-top: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner {
    padding-top: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner {
    padding-top: calc(8px * 13 * 0.5);
  }
}
.ideal .ideal-inner {
  padding-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner {
    padding-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner {
    padding-bottom: calc(8px * 13 * 0.5);
  }
}
.ideal .ideal-inner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background: #2D3134;
  mix-blend-mode: hard-light;
}
.ideal .ideal-inner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url("/wp-content/themes/itreat_base/dist/img/common/bg-dots.svg") center/auto repeat;
  opacity: 0.08;
}
.ideal .ideal-inner .headline:before, .ideal .ideal-inner .headline:after {
  content: "";
  width: calc(50% - 420px);
  height: 2px;
  background: #ffffff;
}
@media screen and (max-width: 1279px) {
  .ideal .ideal-inner .headline:before, .ideal .ideal-inner .headline:after {
    width: calc(50% - 340px);
  }
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner .headline:before, .ideal .ideal-inner .headline:after {
    width: calc(50% - 280px);
  }
}
@media screen and (max-width: 767px) {
  .ideal .ideal-inner .headline:before, .ideal .ideal-inner .headline:after {
    width: calc(50% - 200px);
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner .headline:before, .ideal .ideal-inner .headline:after {
    width: calc(50% - 170px);
  }
}
.ideal .ideal-inner .headline:before {
  position: absolute;
  top: 48px;
  right: 0;
  left: auto;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .ideal .ideal-inner .headline:before {
    top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner .headline:before {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ideal .ideal-inner .headline:before {
    top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner .headline:before {
    top: 18px;
  }
}
.ideal .ideal-inner .headline:after {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1279px) {
  .ideal .ideal-inner .headline:after {
    top: 40px;
  }
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner .headline:after {
    top: 32px;
  }
}
@media screen and (max-width: 767px) {
  .ideal .ideal-inner .headline:after {
    top: 24px;
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner .headline:after {
    top: 18px;
  }
}
.ideal .ideal-inner .headline .headline__sub {
  color: #ffffff;
  text-shadow: none;
}
.ideal .ideal-inner .headline .headline__sub::before {
  content: none;
}
.ideal .ideal-inner .headline .headline__main {
  color: #ffffff;
}
.ideal .ideal-inner .headline .headline__main::before {
  content: none;
}
.ideal .ideal-inner .ideal-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 8px;
}
.ideal .ideal-inner .ideal-unit__item {
  padding: calc(8px * 4);
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner .ideal-unit__item {
    padding: calc(8px * 4 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner .ideal-unit__item {
    padding: calc(8px * 4 * 0.5);
  }
}
.ideal .ideal-inner .ideal-unit__item {
  width: calc(50% - 4px);
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .ideal .ideal-inner .ideal-unit__item {
    width: 100%;
  }
}
.ideal .ideal-inner .ideal-unit__item .ideal-ttl {
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  .ideal .ideal-inner .ideal-unit__item .ideal-ttl {
    margin-bottom: 12px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 519px) {
  .ideal .ideal-inner .ideal-unit__item .ideal-ttl {
    font-size: 1.8rem;
  }
}
.ideal .ideal-inner .ideal-unit__item .ideal-txt {
  font-size: 1.4rem;
  color: #919191;
  line-height: 1.4;
}

.plan .tbl table tbody tr td {
  text-align: left;
}
.plan .tbl table tbody.red tr td:before {
  color: #C6643A;
}
.plan .tbl table tbody.bgn tr td:before {
  color: #759293;
}

.flow .headline.--left {
  margin-bottom: calc(8px * 13);
}
@media screen and (max-width: 959px) {
  .flow .headline.--left {
    margin-bottom: calc(8px * 13 * 0.75);
  }
}
@media screen and (max-width: 519px) {
  .flow .headline.--left {
    margin-bottom: calc(8px * 13 * 0.5);
  }
}
/*# sourceMappingURL=../../maps/pages/car-lease.css.map */
