.main-kv {
    position: relative;
    background: url(/purchase/finance/assets/img/zanka/img_finance_zanka_kv_pc.webp) no-repeat center / cover;
    width: 100%;
    max-height: 680px;
    min-height: 480px;
    margin: 0 auto;
}
@media (max-width: 768px) {
  .main-kv {
      background: url(/purchase/finance/assets/img/zanka/img_finance_zanka_kv_sp.webp) no-repeat center / cover;
      background-size: cover;
      max-height: 100%;
      min-height: auto;
      height: calc(372/768*100vw);
      margin: 0 auto;
  }
}
/* content */
.txt-keyColor {
  color: var(--keyColor);
}
.note-list {
  color: #000;
}
.d-ib {
  display: inline-block;
}
.fadein {
  opacity: 0;
  transition: all .8s;
}
.animation {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s, visibility 1s, transform 1s;
	transform: translateY(500px);
}
.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.service .gif-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #b9daeb;
  width: 640px;
  height: 524px;
  overflow: hidden;
}
.service #gif-anime01 {
  height: 460px;
  width: 460px;
}
.animation.active {
  transition-delay: 0.3s;
}
.service .content-img {
  display: block;
  text-align: center;
}
.service .content-wrap {
  display: flex;
  justify-content: center;
}
.service .choice {
  border: 1px solid #dde2e6;
  padding: 40px 36px;
}
.service .txt-img-wrap>.img-wrap {
  width: auto;
  position: relative;
  flex: 1;
  margin: 0 auto;
}
.service .txt-img-wrap.img1>.img-wrap p {
  position: absolute;
  top: 60%;
  right: 95%;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 598px;
  max-height: 170px;
  background: url(/purchase/finance/assets/img/zanka/balloon_pc.webp) no-repeat 0 0 / contain;
  text-indent: 100vw;
  white-space: nowrap;
  overflow: hidden;
}
.service .acc-wrap.nml-acc-wrap {
    border: 1px solid var(--silver);
}
.service .acc-wrap.nml-acc-wrap .acc-contents-inner {
  padding: 40px;
}
.service .acc-wrap.nml-acc-wrap .triggle {
  padding: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: center;
}
.service .number-list.sub-number {
    padding-left: 1.2em;
}
.service .number-list>li .number {
  color: #000;
}
.service .panel-list {
  justify-content: space-between;
  max-width: 994px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 4.73%;
}
.service .panel-list .item {
  max-width: 300px;
  flex-basis: calc((100% - (4.73% * 2)) / 3);
}
.service .nml-img-wrap {
  position: relative;
}
.service .img-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  background: var(--keyColor);
  color: #fff;
  font-size: min(1.8vw, 18px);
  text-align: center;
}
.service .img-caption sup {
  line-height: 20px;
}
.service .merit01 .table-nml th, .service .merit01 .table-nml td,
.service .merit03 .table-nml th, .service .merit03 .table-nml td {
  border: 4px solid #f0f3f5;
}
.service .w21p {
  width: 21% !important;
}
.service .w39p {
  width: 39% !important;
}
.plan .panel-list {
  justify-content: space-between;
  max-width: 1130px;
  width: 100%;
  gap: 2.21%;
}
.plan .hidden-content .panel-list:after {
  content: "";
  max-width: 360px;
  flex-basis: calc((100% - (2.21% * 2)) / 3);
}
.plan .panel-list .item {
  position: relative;
  flex-basis: calc((100% - (2.21% * 2)) / 3);
  max-width: 360px;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-wrap: wrap;
  padding: min(2%, 26px);
  border: 1px solid #bcbcbc;
  margin-bottom: 30px;
}
.plan .panel-list .item a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.plan .panel-list .car-card__new:before {
  content: "NEW";
  border: solid 1px #a60000;
  padding: 0.2em 0.5em;
  position: absolute;
  color: #a60000;
  top: 0.5em;
  left: 0.5em;
  font-size: 0.8em;
}
.plan .panel-list .item .panel-list-icon {
  width: 78%;
  max-width: 232px;
  margin-top: 4px;
}
.plan .panel-list .item .panel-list-icon .icn {
  display: block;
}
.plan .panel-list .item .panel-list-img-copy {
  display: flex;
  align-items: end;
}
.plan .panel-list .item .panel-list-img {
  flex-basis: 55%;
}
.plan .panel-list .item .panel-list-copy {
  flex-basis: 45%;
}
.plan .panel-list .item .panel-list-detail {
  width: 100%
}
.plan .panel-list .fz18 {
  font-size: clamp(13px, 1.45vw, 18px) !important;
  line-height: 1.4;
}
.plan .panel-list .fz32 {
  font-size: clamp(18px, 2.4vw, 32px) !important;
  line-height: 1.4;
}
.plan .read-more-btn {
  margin: 0 auto;
  padding: 8px 24px 8px 0;
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 3px;
  position: relative;
  display: block;
}
.plan .read-more-btn::after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(/purchase/finance/assets/img/common/icon-anchor.svg) no-repeat 0 0 / contain;
  position: absolute;
  right: 0;
  top: calc(50% - 6px);
}
#more-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
#more-content.is-visible {
  display: block;
}
#more-content.is-visible + .read-more-btn::after {
  top: calc(50% - 10px);
  transition: transform 0.3s ease;
  transform: rotate(180deg);
}
.break-anywhere {
  line-break: anywhere;
}

@media (max-width: 768px) {
  .service .sp-w32p {
    width: 32% !important;
  }
  .service .sp-w33p {
    width: 33% !important;
  }
  .service .sp-w34p {
    width: 34% !important;
  }
  .service .gif-wrap {
    width: 100%;
    height: auto;
    aspect-ratio: 640 / 524;
  }
  .service #gif-anime01 {
    width: calc(460 / 640 * 100%);
    height: auto;
  }
  .service .txt-img-wrap.img1>.img-wrap p {
    top: -89%;
    right: 0;
    left: 0;
    margin: auto;
    display: flex;
    width: calc(560 / 630 * 100%);
    max-width: 560px;
    max-height: 426px;
    background: url(/purchase/finance/assets/img/zanka/balloon_sp.webp) no-repeat 0 0 / contain;
  }
  .service .txt-img-wrap.img1>.txt-wrap {
    order: 1;
    margin-bottom: min(52vw, 426px);
  }
  .service .txt-img-wrap.img2>.txt-wrap {
    order: 1;
  }
  .service .choice {
    padding: 26px 16px;
  }
  .service .acc-wrap.nml-acc-wrap .acc-contents-inner {
    padding: 40px 16px;
  }
  .plan .panel-list .item {
    flex-basis: 100%;
    max-width: none;
    padding: min(5%, 18px);
    border: 1px solid #bcbcbc;
    margin-bottom: 20px;
    justify-content: center;
  }
  .plan .panel-list .car-card__new:before {
    content: "NEW";
    border: solid 1px #a60000;
    padding: calc(5 / 767 * 100vw) calc(10 / 767 * 100vw);
    position: absolute;
    color: #a60000;
    top: calc(12 / 767 * 100vw);
    left: calc(12 / 767 * 100vw);
    font-size: calc(14 / 767 * 100vw);
  }
  .service .sp-pagination-r .cmn-carousel-pagination {
    left: 0;
    right: auto;
  }
  .service .cmn-carousel-wrap .splide {
    padding-bottom: 32px;
  }
  .plan .panel-list .fz18 {
    font-size: 18px !important;
    line-height: 1.4;
  }
  .plan .panel-list .fz32 {
    font-size: clamp(24px, 3.6vw, 32px) !important;
    line-height: 1.4;
  }
}

/* question Q&A */
.question .inner-wrap {
  max-width: 1360px;
}
.question .note {
  font-size: 12px;
}



