@charset "UTF-8";
.kcp-btn-border,
.kcp-btn-orange,
.kcp-btn-red,
.kcp-btn-white {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px;
  max-width: 100%;
  border-radius: 50px;
  height: 45px;
  max-width: 290px;
  width: 100%;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .kcp-btn-border,
  .kcp-btn-orange,
  .kcp-btn-red,
  .kcp-btn-white {
    max-width: 360px;
    height: 55px;
    font-size: 17px;
  }
}
.kcp-btn-border:after,
.kcp-btn-orange:after,
.kcp-btn-red:after,
.kcp-btn-white:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.katene-cp-contents {
  font-size: 14px;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.7;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .katene-cp-contents {
    font-size: 16px;
  }
}
.katene-cp-contents * {
  box-sizing: border-box;
}

.kcp-ta-c {
  text-align: center !important;
}

.kcp-ta-l {
  text-align: left !important;
}

.kcp-c-red {
  color: #e60113;
}

.kcp-c-orange {
  color: #fd7d14;
}

.kcp-marker {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 10%, #e60113 10%, #e60113 25%, rgba(255, 255, 255, 0) 15%, rgba(255, 255, 255, 0) 25%);
}

.kcp-bg-white {
  background: #fff;
}

.kcp-bg-pink {
  background: #fce6e7;
}

.kcp-bg-beige {
  background: #fff2e7;
}

.kcp-bg-orange {
  background: url(/common/img/machine/katenelease/campaign2023/cvr_bg.png);
  background-size: cover;
}

.kcp-bg-sky,
.kcp-bg-sky2 {
  background: #c8ebff;
  position: relative;
  z-index: 1;
}

.kcp-bg-sky2:before {
  right: 35px;
  top: 3px;
  left: auto;
}

.kcp-bg-sky2:after {
  top: 80px;
  left: 10px;
  right: auto;
}

.kcp-fw-b {
  font-weight: 700;
}

.kcp-text-link {
  text-decoration: underline;
  color: #e60113;
}

.kcp-text-link:hover {
  text-decoration: none;
}

.kcp-max-w900 {
  max-width: 900px;
  margin: 0 auto;
}

sup {
  font-size: 60%;
}

.kcp-btn-wrap {
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .kcp-btn-wrap {
    margin: 40px 0;
  }
}
.kcp-btn-white {
  background: #fff;
  transition: ease-out 0.18s background, ease-out 0.2s color;
  color: inherit;
}

.kcp-btn-white:focus,
.kcp-btn-white:hover {
  color: #fff;
}

@media screen and (min-width: 768px) {
  .kcp-btn-white:focus,
  .kcp-btn-white:hover {
    background: #333;
  }
}
.kcp-btn-white-border {
  border: 1px solid #e6e6e6;
  padding-right: 12px;
}

.kcp-btn-orange,
.kcp-btn-red {
  background: #e60113;
  color: #fff;
  font-size: 18px;
  max-width: 335px;
  height: 61px;
  box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 768px) {
  .kcp-btn-orange,
  .kcp-btn-red {
    font-size: 22px;
    max-width: 390px;
    height: 76px;
  }
}
.kcp-btn-orange:before,
.kcp-btn-red:before {
  content: "";
  display: block;
  position: absolute;
  background: rgba(255, 255, 221, 0.25);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50px;
  opacity: 0;
  transition: ease-out 0.16s opacity;
}

.kcp-btn-arrow.kcp-btn-orange:after,
.kcp-btn-red.kcp-btn-arrow:after {
  background-image: url(/common/img/machine/katenelease/campaign2023/icon_arrow_white.svg);
  width: 18px;
  height: 18px;
  right: 18px;
  top: 2px;
}

@media screen and (min-width: 768px) {
  .kcp-btn-arrow.kcp-btn-orange:after,
  .kcp-btn-red.kcp-btn-arrow:after {
    width: 22px;
    height: 22px;
    right: 21px;
  }
}
.kcp-btn-red--wide {
  max-width: 630px;
  border-radius: 100px;
  width: 100%;
  flex-direction: column;
  padding: 20px 30px 15px;
  height: auto;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .kcp-btn-red--wide {
    padding: 16px 10px 13px;
    font-size: 16px;
  }
}
.kcp-btn-red--wide small {
  font-size: 15px;
  margin-bottom: 5px;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .kcp-btn-red--wide small {
    font-size: 12px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .kcp-btn-orange:focus,
  .kcp-btn-orange:hover,
  .kcp-btn-red:focus,
  .kcp-btn-red:hover {
    color: #fff;
  }
  .kcp-btn-orange:focus:before,
  .kcp-btn-orange:hover:before,
  .kcp-btn-red:focus:before,
  .kcp-btn-red:hover:before {
    opacity: 1;
  }
}
.kcp-btn-orange {
  background: #fd7d14;
}

.kcp-btn-border {
  border: 2px solid #fff;
  color: #fff;
  transition: ease-out 0.16s background;
}

@media screen and (min-width: 768px) {
  .kcp-btn-border:hover {
    background: rgba(255, 255, 255, 0.25);
    color: #fff;
  }
}
.kcp-btn-down:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #e60113;
  border-right: 1px solid #e60113;
  transform: translateY(-2px) rotate(45deg);
  right: 18px;
}

.kcp-btn-arrow:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(/common/img/machine/katenelease/campaign2023/icon_arrow_red.svg) no-repeat center center/100% auto;
  right: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-btn-arrow:after {
    right: 12px;
  }
}
.kcp-btn-pdf {
  position: relative;
}

.kcp-btn-pdf:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  width: 30px;
  height: 27px;
  background: url(/common/img/machine/katenelease/campaign2023/icon_pdf.png) no-repeat center center/100% auto;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .kcp-btn-pdf:after {
    right: 25px;
  }
}
.kcp-section {
  padding: 25px 0;
}

@media screen and (min-width: 768px) {
  .kcp-section {
    padding: 70px 0;
  }
}
.kcp-section--top-min {
  padding-top: 0;
}

.kcp-section--btm-min {
  padding-bottom: 0;
}

.kcp-section--top-wide {
  padding-top: 40px;
}

@media screen and (min-width: 768px) {
  .kcp-section--top-wide {
    padding-top: 90px;
  }
}
.kcp-section--btm-wide {
  padding-bottom: 90px;
}

@media screen and (min-width: 768px) {
  .kcp-section--btm-wide {
    padding-bottom: 80px;
  }
}
.kcp-section__body,
.kcp-section__head {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}

.kcp-section__head {
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .kcp-section__head {
    margin-bottom: 60px;
  }
}
.kcp-section__head--red {
  background: #e60113;
  padding: 10px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .kcp-section__head--red {
    padding: 20px 0;
    margin-bottom: 40px;
  }
}
.kcp-section__head--red:after,
.kcp-section__head--red:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/common/img/machine/katenelease/campaign2023/icon_dia.png) no-repeat center center/100% auto;
  width: 31px;
  height: 36px;
  margin: auto;
  bottom: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-section__head--red:after,
  .kcp-section__head--red:before {
    width: 47px;
    height: 54px;
    bottom: 18px;
  }
}
.kcp-section__head--red:before {
  left: 9px;
  transform: scaleX(-1);
}

@media screen and (min-width: 768px) {
  .kcp-section__head--red:before {
    left: calc(50% - 290px);
  }
}
.kcp-section__head--red:after {
  right: 9px;
}

@media screen and (min-width: 768px) {
  .kcp-section__head--red:after {
    right: calc(50% - 290px);
  }
}
.kcp-section__head--red .kcp-section__ttl--2 {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .kcp-section__head--red .kcp-section__ttl--2 {
    font-size: 32px;
  }
}
.kcp-section__head-txt {
  font-size: 20px;
  font-weight: 700;
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .kcp-section__head-txt {
    font-size: 15px;
  }
}
.kcp-section__ttl--2 {
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .kcp-section__ttl--2 {
    font-size: 30px;
  }
}
.kcp-section__ttl--2__kerning {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .kcp-section__ttl--2__kerning {
    margin: 0 -5px;
  }
}
.kcp-section__ttl--2--stroke {
  text-shadow: 1px 1px #fff, 1px -1px #fff, -1px -1px #fff, -1px 1px #fff;
}

.kcp-section__ttl--2-bigger {
  line-height: 1.4;
  font-size: 20px;
  text-align: center;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .kcp-section__ttl--2-bigger {
    font-size: 38px;
  }
}
.kcp-section__ttl--2-bigger .bigger {
  font-size: 65px;
  letter-spacing: -2px;
  margin: 0 2px;
}

@media screen and (max-width: 767px) {
  .kcp-section__ttl--2-bigger .bigger {
    font-size: 30px;
  }
}
.kcp-section__ttl--2-bigger .sml {
  font-size: 30px;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .kcp-section__ttl--2-bigger .sml {
    font-size: 18px;
  }
}
.kcp-cv-wrap {
  border-radius: 20px 20px 0 0;
  margin: auto;
  max-width: 880px;
  padding: 20px 0;
  position: fixed;
  z-index: 5;
  background: #bf9a4a;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
}

@media screen and (max-width: 767px) {
  .kcp-cv-wrap {
    padding: 15px 0;
  }
}
.kcp-cv-wrap.stop {
  position: absolute;
}

.kcp-cv__head {
  text-align: center;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
}

.kcp-cv__head:after,
.kcp-cv__head:before {
  content: "";
  display: block;
  width: 2px;
  height: 50px;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .kcp-cv__head:after,
  .kcp-cv__head:before {
    height: 60px;
  }
}
.kcp-cv__head:before {
  transform: rotate(-24deg);
}

.kcp-cv__head:after {
  transform: rotate(24deg);
}

.kcp-cv__ttl {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  margin: 0 20px -5px;
}

@media screen and (min-width: 768px) {
  .kcp-cv__ttl {
    font-size: 20px;
    margin: 0 25px -2px 30px;
    letter-spacing: 1px;
    line-height: 1.6;
  }
}
.kcp-cv__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .kcp-cv__btn-wrap {
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-cv__btn-wrap {
    height: 100%;
  }
}
.kcp-cv__btn-wrap:first-child {
  margin-top: 0;
}

.kcp-cv__form-btn {
  font-size: 18px;
  margin: 0;
  max-width: 320px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .kcp-cv__form-btn {
    border-radius: 20px 0 0 0;
    font-size: 13px;
    line-height: 1.4;
    height: 100%;
    padding-right: 10px;
  }
}
.kcp-cv__form-btn.kcp-btn-arrow:after {
  width: 18px;
  height: 18px;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .kcp-cv__form-btn.kcp-btn-arrow:after {
    width: 16px;
    height: 16px;
    right: 10px;
  }
}
.kcp-cv__tel-area {
  color: #fff;
  text-align: center;
}

.kcp-cv__tel-area p {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .kcp-cv__tel-area p {
    font-size: 16px;
  }
}
.kcp-cv__tel-btn-wrap {
  display: flex;
  justify-content: center;
}

.kcp-cv__tel-btn {
  font-size: 16px;
  font-family: Roboto, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 700;
  position: relative;
  color: #fff !important;
  max-width: 320px;
  height: 50px;
}

@media screen and (max-width: 767px) {
  .kcp-cv__tel-btn {
    border: none;
    padding: 0;
    letter-spacing: -0.6px;
    height: auto;
    margin: 0;
  }
}
.kcp-cv__tel-btn:before {
  content: "";
  display: inline-block;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel.png) no-repeat center center/100% auto;
  width: 25px;
  height: 25px;
  margin-right: 8px;
  border: 1px solid #e60113;
  border-radius: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .kcp-cv__tel-btn:before {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }
}
.kcp-cv__small {
  font-size: 10px;
  color: #fff;
  line-height: 1.4;
  margin: 13px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .kcp-cv__small {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 767px) {
  .kcp-cv__small {
    margin-top: 0;
  }
}
.c-note-3 a {
  color: inherit;
  text-decoration: underline;
}

.c-note-3 a:hover {
  text-decoration: none;
}

.kcp-cv__row {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.kcp-cv__left,
.kcp-cv__right {
  flex: 1;
  position: relative;
}

@media screen and (min-width: 768px) {
  .kcp-cv__left,
  .kcp-cv__right {
    padding: 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-cv__left {
    margin: -15px 0;
  }
}
.kcp-cv__right:before {
  display: block;
  width: 0;
  height: 100%;
  border-left: 4px dotted rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: scaleX(0.5);
}

@media screen and (min-width: 768px) {
  .kcp-cv__right:before {
    content: "";
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}
.c-cv__wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 705px;
  transform: translateX(-50%);
  z-index: 3;
}

.c-cv {
  display: flex;
  font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN;
}

.c-cv__wrapper.stop {
  position: absolute;
}

.c-cv__wrapper--change-position .c-note-3 {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-note-3 {
    display: none;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}

.c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__link__title,
.c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__link__title {
  display: none;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__link__title,
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__link__title {
    display: block;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__box,
.c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__box {
  opacity: 1;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__box,
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__box {
    opacity: 0;
  }
}
.c-cv__content__wrapper a:focus-visible,
.c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__box {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.c-cv__content__wrapper > a:focus-visible {
  display: inline-block;
}

.c-cv__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cv__tel::before {
  display: inline-block;
  content: "";
  width: 25px;
  height: 25px;
  margin: 0;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_wh.png) no-repeat center/contain;
  /* border: 1px solid #fff;
  border-radius: 50% */
}

@media (max-width: 767px) {
  .c-cv__tel::before {
    width: 18px;
    height: 18px;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__link {
  display: flex;
  color: #fff;
  padding: 0 32px;
  width: 41.134751773%;
  background-color: #bf9a4a;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__link {
    align-items: center;
    justify-content: center;
    width: 16.6666666667%;
    padding: 0;
  }
}
.c-cv__tel__box {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 18px 0 10px;
  width: min(290px, 100%);
  background-color: #bf9a4a;
  border-radius: 20px 20px 0 0;
  opacity: 0;
  transition: 0.2s;
}

.c-cv__tel__box .c-note-3 {
  padding-left: 0;
  text-indent: 0;
}

.c-cv__tel__text {
  font-weight: 600;
}

.c-cv__tel__link__number {
  font-family: Roboto, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.c-cv__tel__link__number a {
  color: #fff;
}

.c-cv__tel__link__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-cv__tel__link__title {
    font-size: 12px;
  }
}
.c-cv__tel__link__title::before {
  content: "";
  width: 36px;
  height: 36px;
  margin: 0 20px 0 0;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_wh.png) no-repeat center/contain;
  /* border: 1px solid #fff;
  border-radius: 50% */
}

.c-cv__tel__link__icon {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_wh.png) no-repeat center/contain;
  border: 1px solid #fff;
  border-radius: 50%;
}

.c-cv__content {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cv__content__wrapper {
  background-color: #e60113;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  height: auto;
  padding: 20px 39px 10px;
  width: 58.865248227%;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    padding: 0;
    width: 83.3333333333%;
  }
}
.c-cv__wrapper--change-position .c-cv__content.simulation {
  font-size: 18px;
  line-height: 1.3;
}

.c-cv__wrapper--change-position .c-cv__content.simulation::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url(/common/img/machine/katenelease/campaign2023/cv_simulation_icon.png);
}

@media (max-width: 768px) {
  .c-cv__wrapper--change-position .c-cv__content.simulation::before {
    width: 20px;
    height: 20px;
    transform: translateY(2px);
  }
}
/* .c-cv__wrapper--change-position .c-cv__content.simulation span {
  display: inline-block;
  font-size: 14px;
  color: #e60113;
  margin: 0 12px 0 0;
  padding: 3px 10px;
  background-color: #fff
} */
/* @media (max-width:767px) {
  .c-cv__wrapper--change-position .c-cv__content.simulation span {
    display: block;
    font-size: 12px;
    width: min(192px, 100%);
    margin: 0 auto 5px;
    padding: 3px 0 1px;
    text-align: center
  }
} */
.c-cv__modal__link__title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
}

a.c-cv__modal__link__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Roboto, sans-serif;
  font-size: 27px;
  font-weight: 700;
  color: #fd7e14;
  margin: 0 0 10px 0;
}

a.c-cv__modal__link__number::before {
  content: "";
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_or.png) no-repeat center/contain;
  /* border: 1px solid #fd7e14; */
  /* border-radius: 50% */
}

.c-cv__modal__link__time {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}

.c-cv__modal__link__text {
  font-size: 10px;
  text-align: left;
}

.c-cv__modal__link__notice {
  text-align: center;
  font-size: 10px;
}

/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.75);
  outline: 0 !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: 0 !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: 0 !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-closed .lity-content,
.lity-loading .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -50px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: 0 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: 0 0;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container,
.lity-iframe .lity-container,
.lity-vimeo .lity-container,
.lity-youtube .lity-container {
  width: 100%;
  max-width: 964px;
}

@media only screen and (max-width: 750px) {
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container,
  .lity-iframe .lity-container,
  .lity-vimeo .lity-container,
  .lity-youtube .lity-container {
    width: 90%;
  }
  .lity-content {
    width: 90vw;
  }
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

.lity {
  background: rgba(0, 0, 0, 0.9);
}

.lity-content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lity-content {
    width: auto !important;
  }
}
.lity-close,
.lity-close:active,
.lity-close:focus,
.lity-close:hover,
.lity-close:visited {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -80px;
  left: 50%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  font-family: system-ui, -apple-system, serif;
  padding: 6px 0 10px;
  text-shadow: unset;
  border: 1px solid #fff;
  transform: translateX(-50%);
}

.lity-close::after {
  content: "閉じる";
  display: inline-block;
  position: relative;
  font-size: 10px;
  top: -1px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin: 0 0 0 10px;
}

.lity-container {
  width: 80%;
  padding: 30px 25px;
  background-color: #fff;
  border-radius: 10px;
}

.lity-content:after {
  display: none;
}

@-webkit-keyframes fade_up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes fade_up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade_up {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes marker_line {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@-moz-keyframes marker_line {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
@keyframes marker_line {
  0% {
    background-size: 0 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.fade-up {
  opacity: 0;
}

.fade-up.anim-start {
  -webkit-animation: fade_up 1s cubic-bezier(0.4, 0.4, 0.2, 0.98) 0s forwards;
  -moz-animation: fade_up 1s cubic-bezier(0.4, 0.4, 0.2, 0.98) 0s forwards;
  animation: fade_up 1s cubic-bezier(0.4, 0.4, 0.2, 0.98) 0s forwards;
}

.fade-up-wrap > * {
  opacity: 0;
}

.fade-up-wrap.anim-start > * {
  -webkit-animation: fade_up 1s cubic-bezier(0.4, 0.4, 0.2, 0.98) 0s forwards;
  -moz-animation: fade_up 1s cubic-bezier(0.4, 0.4, 0.2, 0.98) 0s forwards;
  animation: fade_up 1s cubic-bezier(0.4, 0.4, 0.2, 0.98) 0s forwards;
}

.fade-up-wrap.anim-start > :nth-child(0) {
  animation-delay: -0.12s;
}

.fade-up-wrap.anim-start > :nth-child(1) {
  animation-delay: 0s;
}

.fade-up-wrap.anim-start > :nth-child(2) {
  animation-delay: 0.12s;
}

.fade-up-wrap.anim-start > :nth-child(3) {
  animation-delay: 0.24s;
}

.fade-up-wrap.anim-start > :nth-child(4) {
  animation-delay: 0.36s;
}

.fade-up-wrap.anim-start > :nth-child(5) {
  animation-delay: 0.48s;
}

.fade-up-wrap.anim-start > :nth-child(6) {
  animation-delay: 0.6s;
}

.fade-up-wrap.anim-start > :nth-child(7) {
  animation-delay: 0.72s;
}

.fade-up-wrap.anim-start > :nth-child(8) {
  animation-delay: 0.84s;
}

.fade-up-wrap.anim-start > :nth-child(9) {
  animation-delay: 0.96s;
}

.fade-up-wrap.anim-start > :nth-child(10) {
  animation-delay: 1.08s;
}

.kcp-marker {
  background-size: 0 100%;
  background-repeat: no-repeat;
}

.kcp-marker.anim-start {
  -webkit-animation: marker_line 1s cubic-bezier(0.5, 0.3, 0, 1) 0s forwards;
  -moz-animation: marker_line 1s cubic-bezier(0.5, 0.3, 0, 1) 0s forwards;
  animation: marker_line 1s cubic-bezier(0.5, 0.3, 0, 1) 0s forwards;
}

.kcp-hero {
  background: url(/common/img/machine/katenelease/campaign2023/hero_bg.jpg) no-repeat center center/auto 100%;
  height: 153.2svw;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .kcp-hero {
    padding-bottom: 30%;
  }
}
@media screen and (min-width: 768px) {
  .kcp-hero {
    background: url(/common/img/machine/katenelease/campaign2023/hero_bg_pc.jpg) no-repeat center center/cover;
    height: 600px;
    padding-bottom: 4%;
  }
}
.kcp-hero__main {
  margin: auto;
  width: 80%;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .kcp-hero__main {
    max-width: 604px;
    width: 80%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-hero__main:before {
    content: "";
    display: block;
    position: absolute;
    top: auto;
    bottom: -7%;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 20px rgba(0, 0, 0, 0.05);
    border-radius: 100%;
    width: 85%;
    height: 40%;
    margin: auto;
    z-index: -1;
  }
}
.kcp-hero__btn-wrap {
  margin-top: 0;
  margin-bottom: auto;
}

.kcp-hero__btn-wrap .kcp-btn-orange,
.kcp-hero__btn-wrap .kcp-btn-red {
  max-width: 530px;
}

@media screen and (max-width: 767px) {
  .kcp-hero__btn-wrap .kcp-btn-orange,
  .kcp-hero__btn-wrap .kcp-btn-red {
    width: 85%;
  }
}
.kcp-nav {
  background: #333;
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  .kcp-nav {
    padding: 0;
  }
}
.kcp-nav-list {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .kcp-nav-list {
    flex-wrap: wrap;
  }
}
.kcp-nav-list-item {
  padding: 0 20px;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .kcp-nav-list-item {
    padding: 0;
    width: 50%;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
  }
}
.kcp-nav-list-item:last-child {
  border-right: 0;
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .kcp-nav-list-item:nth-child(2n) {
    border-right: 0;
  }
}
.kcp-nav-list-item a {
  color: #fff;
  display: block;
  padding-right: 16px;
  position: relative;
  line-height: 1.4;
  margin: -2px 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kcp-nav-list-item a {
    margin: 0;
    padding: 8px 12px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
  }
}
.kcp-nav-list-item a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 6px solid #fff;
  border-bottom: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

@media screen and (max-width: 767px) {
  .kcp-nav-list-item a:after {
    position: static;
    display: inline-block;
    margin: 0;
    margin-left: 5px;
    margin-right: -10px;
  }
}
.kcp-nav-list-item a:hover {
  text-decoration: underline;
}

.kcp-video {
  max-width: 800px;
  width: 100%;
  height: 451px;
  line-height: 0;
  font-size: 0;
  margin: 0 auto;
  border: 1px solid #c6c6c6;
}

@media screen and (max-width: 767px) {
  .kcp-video {
    height: calc(50.67vw + 1px);
    overflow: hidden;
  }
}
.kcp-video iframe {
  width: 100% !important;
  height: 100% !important;
}

.kcp-lead {
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .kcp-lead {
    text-align: center;
    font-size: 20px;
  }
}
.kcp-last-txt {
  text-align: center;
  margin: 50px 0;
}

@media screen and (max-width: 767px) {
  .kcp-last-txt {
    margin: 30px 0;
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-last-txt:last-child {
    margin-bottom: 0;
  }
}
.kcp-last-txt p {
  font-weight: 700;
  font-size: 26px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .kcp-last-txt p {
    font-size: 17px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-cause {
    display: flex;
    margin: 50px -25px 0;
  }
}
@media screen and (max-width: 767px) {
  .kcp-cause {
    margin: -10px 0 -20px;
  }
}
.kcp-cause-item {
  margin: 0 25px;
}

@media screen and (max-width: 767px) {
  .kcp-cause-item {
    margin: 40px 0;
  }
}
.kcp-cause-item__heading {
  background: #e60113;
  border-radius: 50px;
  line-height: 1.4;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .kcp-cause-item__heading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-cause-item__graph {
    margin: 0 -5px;
  }
}
.kcp-cause-caution {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .kcp-cause-caution .caution-text {
    font-size: 14px !important;
  }
}
.kcp-choise {
  margin: 60px 0;
}

@media screen and (max-width: 767px) {
  .kcp-choise {
    margin: 40px 0;
  }
}
@media screen and (min-width: 768px) {
  .kcp-choise__row {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .kcp-choise__row {
    margin: -20px 0;
  }
}
.kcp-choise__body {
  flex: 1;
}

@media screen and (min-width: 768px) {
  .kcp-choise__body {
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-choise__img {
    width: 48.7%;
  }
}
.kcp-choise__heading-wrap {
  min-height: 72px;
}

@media screen and (max-width: 767px) {
  .kcp-choise__heading-wrap {
    min-height: 0;
  }
}
.kcp-choise__heading {
  position: relative;
  font-weight: 700;
  font-size: 20px;
  padding-left: 15px;
  margin-bottom: 18px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .kcp-choise__heading {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
.kcp-choise__heading:before {
  content: "";
  width: 5px;
  height: calc(100% - 14px);
  background: #e60113;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.kcp-choise-box-wrap {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .kcp-choise-box-wrap {
    margin: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .kcp-choise-box-wrap:first-child {
    margin-right: 50px;
  }
}
.kcp-choise-box-wrap--video {
  flex: 1.3;
}

.kcp-choise-box {
  background: #fff;
  flex: 1;
  border-radius: 13px;
  padding: 30px;
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .kcp-choise-box {
    padding: 20px 30px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-choise-box:first-child {
    margin-right: 50px;
  }
}
.kcp-choise-box__heading {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .kcp-choise-box__heading {
    font-size: 20px;
  }
}
.kcp-choise-box__list {
  text-align: left;
  display: inline-block;
}

.kcp-choise-box__list-item {
  position: relative;
  padding-left: 16px;
  line-height: 1.3;
  margin: 16px 0;
}

@media screen and (max-width: 767px) {
  .kcp-choise-box__list-item {
    margin: 12px 0;
  }
}
.kcp-choise-box__list-item:before {
  content: "";
  display: block;
  width: 12px;
  height: 16px;
  background: no-repeat center center/100% auto;
  position: absolute;
  top: 2px;
  left: 0;
  margin: auto;
}

.kcp-choise-box__btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

@media screen and (max-width: 767px) {
  .kcp-choise-box__btn-wrap {
    margin-top: 5px;
  }
}
.kcp-choise-box__btn {
  font-size: 16px;
  height: 50px;
  max-width: 310px;
  box-shadow: none;
}

.kcp-choise-box__btn:after {
  transform: rotate(90deg);
}

.kcp-choise-box--lease .kcp-choise-box__heading {
  color: #fd7d14;
}

.kcp-choise-box--lease .kcp-choise-box__list-item:before {
  background-image: url(/common/img/machine/katenelease/campaign2023/check_orange.svg);
}

.kcp-choise-box--solar .kcp-choise-box__heading {
  color: #e60113;
}

.kcp-choise-box--solar .kcp-choise-box__list-item:before {
  background-image: url(/common/img/machine/katenelease/campaign2023/check_red.svg);
}

.kcp-choise-box--video {
  background: 0 0;
  padding: 0;
}

.kcp-choise-box--video .kcp-video {
  height: auto;
  aspect-ratio: 16/9;
}

.kcp-price {
  display: flex;
  margin: 10px -5px;
  position: relative;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .kcp-price {
    margin: 70px -10px;
  }
}
.kcp-price:before {
  content: "";
  display: block;
  background: url(/common/img/machine/katenelease/campaign2023/campaign_plus.svg) no-repeat center center/100% auto;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .kcp-price:before {
    width: 40px;
    height: 40px;
  }
}
.kcp-price-item {
  border: 2px solid #bf9a4a;
  border-radius: 14px;
  flex: 1;
  margin: 5px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .kcp-price-item {
    margin: 0 10px;
  }
}
.kcp-price-item__head {
  background: #bf9a4a;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  .kcp-price-item__head {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 700;
  }
}
.kcp-price-item__body {
  padding: 10px 5px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .kcp-price-item__body {
    padding: 20px 5px;
  }
}
.kcp-price-item__body img {
  max-width: 135px;
  width: 92%;
}

@media screen and (min-width: 768px) {
  .kcp-price-item__body img {
    max-width: 200px;
  }
}
.kcp-campaign-detail {
  border: 1px solid #000;
  border-radius: 14px;
  margin: 30px 0 15px;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail {
    max-width: 900px;
    margin: 100px auto 15px;
  }
}
.kcp-campaign-detail__head {
  background: #fff;
  width: 180px;
  margin: -15px auto 0;
  height: 30px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__head {
    font-size: 20px;
    width: 200px;
    height: 35px;
    margin-top: -18px;
  }
}
.kcp-campaign-detail__btn-wrap {
  margin-top: 5px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__btn-wrap {
    margin: 20px 0 30px;
  }
}
.kcp-campaign-detail__btn {
  text-align: center;
  width: 105px;
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  display: block;
  color: #333 !important;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__btn {
    width: 110px;
    padding-right: 10px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-campaign-detail__btn:focus:before,
  .kcp-campaign-detail__btn:hover:before {
    text-decoration: underline !important;
  }
}
.kcp-campaign-detail__btn:before {
  content: "ひらく";
  font-weight: 700;
}

.kcp-campaign-detail__btn.open:before {
  content: "閉じる";
}

.kcp-campaign-detail__btn.open .kcp-campaign-detail__btn-cross {
  transform: rotate(90deg);
}

.kcp-campaign-detail__btn.open .kcp-campaign-detail__btn-cross:after {
  opacity: 0;
}

.kcp-campaign-detail__btn-cross {
  width: 17px;
  height: 17px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  transition: cubic-bezier(0.5, 0.3, 0, 1) 0.38s transform;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__btn-cross {
    width: 23px;
    height: 23px;
  }
}
.kcp-campaign-detail__btn-cross:after,
.kcp-campaign-detail__btn-cross:before {
  content: "";
  display: block;
  width: 7px;
  height: 1px;
  background: #e60113;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__btn-cross:after,
  .kcp-campaign-detail__btn-cross:before {
    width: 11px;
  }
}
.kcp-campaign-detail__btn-cross:before {
  transform: rotate(90deg);
}

.kcp-campaign-detail__btn-cross:after {
  transition: ease-out 0.3s opacity;
}

.kcp-campaign-detail__body {
  padding: 15px 20px 5px;
  display: none;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__body {
    padding: 20px 50px 1px;
  }
}
.kcp-campaign-detail__body p {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__body p {
    font-size: 14px;
  }
}
.kcp-campaign-detail__heading {
  margin-bottom: 3px;
  margin-top: 17px;
  font-weight: 700;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail__heading {
    font-size: 15px !important;
    margin-top: 25px;
    margin-bottom: 5px;
  }
}
.kcp-campaign-detail__heading:first-child {
  margin-top: 0;
}

.kcp-campaign-detail .kcp-requirements-indent-item {
  font-size: 12px;
  padding-left: 12px;
  text-indent: -12px;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail .kcp-requirements-indent-item {
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
.kcp-campaign-detail-table,
.kcp-requirements-table {
  margin: 10px 0;
  width: 100%;
}

.kcp-campaign-detail-table__col1,
.kcp-requirements-table__col1 {
  width: 74px;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail-table__col1,
  .kcp-requirements-table__col1 {
    width: 130px;
  }
}
.kcp-campaign-detail-table__td,
.kcp-campaign-detail-table__th,
.kcp-requirements-table__td,
.kcp-requirements-table__th {
  border: 1px solid #000;
  font-size: 11px;
  font-feature-settings: "palt";
  padding: 5px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .kcp-campaign-detail-table__td,
  .kcp-campaign-detail-table__th,
  .kcp-requirements-table__td,
  .kcp-requirements-table__th {
    font-size: 14px;
    padding: 8px 12px;
  }
}
.kcp-campaign-detail-table__th,
.kcp-requirements-table__th {
  background: #f2f2f0;
  padding-right: 0;
  white-space: nowrap;
}

.kcp-campaign-detail-table__th sup,
.kcp-requirements-table__th sup {
  font-size: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .kcp-campaign-detail-table__th sup,
  .kcp-requirements-table__th sup {
    transform: scale(0.7);
    margin-left: -3px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-merit-wrap {
    display: flex;
    margin: 0 -15px;
  }
}
.kcp-merit {
  padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .kcp-merit {
    flex: 1;
    margin: 0 15px;
  }
}
.kcp-merit__head {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .kcp-merit__head {
    margin-bottom: 20px;
    flex-direction: column;
    justify-content: center;
  }
}
.kcp-merit__num {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  background: #e60113;
  border-radius: 4px;
  width: 60px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .kcp-merit__num {
    letter-spacing: 1px;
    font-feature-settings: "palt";
    font-size: 14px;
    width: 75px;
    margin-bottom: 15px;
  }
}
.kcp-merit__ttl {
  font-size: 16px;
  color: #e60113;
  margin: 0 0 0 5px;
}

@media screen and (min-width: 768px) {
  .kcp-merit__ttl {
    line-height: 1.4;
    margin-left: 0;
    font-size: 24px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .kcp-merit__body {
    height: calc(100% - 105px - 20px);
    display: flex;
    flex-direction: column;
    position: relative;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 1152px) {
  .kcp-merit__body {
    padding-bottom: 85px;
  }
}
@media screen and (max-width: 1087px) {
  .kcp-merit__body {
    padding-bottom: 95px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-merit__body {
    padding-bottom: 0;
  }
}
.kcp-merit__body p {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .kcp-merit__body p {
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
  }
}
.kcp-merit__img-heading {
  font-weight: 700;
  margin-bottom: 10px;
}

.kcp-merit__img {
  margin: 12px 0;
}

@media screen and (min-width: 768px) {
  .kcp-merit__img {
    margin-top: auto;
    margin-bottom: 0;
  }
}
.kcp-merit__img:last-child {
  margin-bottom: 0;
}

.kcp-merit__caution {
  margin-top: 5px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .kcp-merit__caution {
    font-size: 14px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
  }
}
.kcp-feature-wrap {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .kcp-feature-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40px -15px 20px;
  }
}
.kcp-feature {
  border-radius: 14px;
  box-shadow: 0 0 10px -2px rgba(0, 0, 0, 0.2);
  background: #fff;
}

@media screen and (min-width: 768px) {
  .kcp-feature {
    width: calc(50% - 30px);
    margin: 15px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-feature + .kcp-feature {
    margin-top: 20px;
  }
}
.kcp-feature__head {
  background: #fd7d14;
  text-align: center;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  padding: 12px 5px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .kcp-feature__head {
    padding: 15px 5px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-feature__head {
    text-align: left;
  }
}
.kcp-feature__head--gold {
  background-color: #bf9a4a;
}

.kcp-feature__num {
  width: 66px;
  margin-top: -20px;
  margin-right: 5px;
  margin-left: -10px;
  margin-bottom: -5px;
}

@media screen and (max-width: 767px) {
  .kcp-feature__num {
    margin-left: 3px;
    margin-bottom: -10px;
    width: 60px;
    margin-top: -10px;
  }
}
.kcp-feature__ttl {
  color: #fff;
  font-size: 16px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .kcp-feature__ttl {
    font-size: 20px;
    line-height: 1.4;
  }
}
.kcp-feature__body {
  padding: 18px;
}

@media screen and (min-width: 768px) {
  .kcp-feature__body {
    padding: 25px 30px 30px;
  }
}
.kcp-feature__body p:last-child {
  margin-bottom: 0;
}

.kcp-feature__body p {
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .kcp-feature__body p {
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
  }
}
.kcp-feature__price {
  position: relative;
  max-width: 270px;
  width: 90%;
  margin: -5px auto 15px;
}

.kcp-feature__caution {
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  .kcp-feature__caution {
    font-size: 14px;
  }
}
.kcp-feature__img {
  margin: 12px 0;
}

.kcp-feature__img:last-child {
  margin-bottom: 0;
}

.kcp-feature__row {
  display: flex;
  gap: 20px;
  margin: 15px 0;
}

@media screen and (max-width: 767px) {
  .kcp-feature__row {
    flex-direction: column;
    gap: 12px;
  }
}
.kcp-feature__row-box {
  flex: 1;
  border-radius: 10px;
  background-color: #f9f9f9;
}

.kcp-feature__row-box__head {
  text-align: center;
  color: #fff;
  font-weight: bold;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .kcp-feature__row-box__head {
    height: 43px;
    font-size: 16px;
  }
}
.kcp-feature__row-box__body {
  padding: 12px 18px;
}

.kcp-feature__row-box__body p:not(.caution-text) {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .kcp-feature__row-box__body p:not(.caution-text) {
    text-align: center;
  }
}
.kcp-feature__row-box__body .caution-text {
  margin-left: -10px;
  margin-right: -8px;
  font-size: 11px !important;
}

.kcp-feature__row-box__body img {
  display: block;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  .kcp-feature__row-box__body img {
    margin: 6px auto;
  }
}
.kcp-feature__row-box--1 .kcp-feature__row-box__head {
  background-color: #e60113;
}

.kcp-feature__row-box--1 .kcp-feature__row-box__body img {
  max-width: 107px;
}

@media screen and (max-width: 767px) {
  .kcp-feature__row-box--1 .kcp-feature__row-box__body img {
    max-width: 74.9px;
  }
}
.kcp-feature__row-box--2 .kcp-feature__row-box__head {
  background-color: #fd7d14;
}

.kcp-feature__row-box--2 .kcp-feature__row-box__body img {
  max-width: 60px;
}

@media screen and (max-width: 767px) {
  .kcp-feature__row-box--2 .kcp-feature__row-box__body img {
    max-width: 42px;
  }
}
.kcp-solar-sub {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .kcp-solar-sub {
    margin: 0 0 40px;
  }
}
.kcp-solar-sub__heading {
  background: #e60113;
  color: #fff;
  font-weight: 700;
  margin-left: calc(50% - 50vw);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  margin-bottom: 10px;
  padding: 3px 0;
  padding-left: calc(5% + 2px);
  padding-right: 15px;
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .kcp-solar-sub__heading {
    margin-left: 0;
    border-radius: 50px;
    font-size: 18px;
    padding: 3px 22px;
    margin-bottom: 13px;
    letter-spacing: 1px;
  }
}
.kcp-solar-sub__text {
  line-height: 1.6;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .kcp-solar-sub__text {
    font-size: 24px;
    font-weight: 700;
  }
}
.kcp-solar {
  border: 2px solid #e60113;
  background: #fff;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .kcp-solar {
    margin: 20px 0;
  }
}
.kcp-solar__head {
  background: #e60113;
  text-align: center;
  padding: 11px 15px;
}

@media screen and (min-width: 768px) {
  .kcp-solar__head {
    padding: 15px 30px;
    text-align: left;
  }
}
.kcp-solar__ttl {
  color: #fff;
  font-size: 20px;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .kcp-solar__ttl {
    font-size: 30px;
  }
}
.kcp-solar__body {
  padding: 15px 18px 0;
}

@media screen and (min-width: 768px) {
  .kcp-solar__body {
    padding: 35px 35px;
    position: relative;
    padding-right: calc(38% - 20px);
  }
}
.kcp-solar__sub-heading {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .kcp-solar__sub-heading {
    justify-content: flex-start;
    text-align: left;
    font-size: 20px;
    margin-bottom: -8px;
  }
}
.kcp-solar__sub-heading:after,
.kcp-solar__sub-heading:before {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  background: #000;
}

@media screen and (min-width: 768px) {
  .kcp-solar__sub-heading:after,
  .kcp-solar__sub-heading:before {
    height: 20px;
  }
}
.kcp-solar__sub-heading:before {
  transform: rotate(-17deg);
  margin-right: 8px;
}

.kcp-solar__sub-heading:after {
  transform: rotate(17deg);
  margin-left: 7px;
}

.kcp-solar__heading {
  font-weight: 700;
  font-size: 18px;
  font-feature-settings: "palt";
  letter-spacing: 0.2px;
  margin: 0 -3px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .kcp-solar__heading {
    font-size: 24px;
    text-align: left;
    font-feature-settings: "palt";
    letter-spacing: 0.5px;
    margin-bottom: 25px;
  }
}
.kcp-solar__heading sub {
  transform: translateY(-3px);
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .kcp-solar__heading sub {
    font-size: 65%;
  }
}
@media screen and (min-width: 768px) {
  .kcp-solar__heading .kcp-c-red {
    font-size: 32px;
  }
}
.kcp-solar__heading__77 {
  width: 32px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
  top: -2px;
  margin: 0 1px;
}

@media screen and (min-width: 768px) {
  .kcp-solar__heading__77 {
    width: 60px;
    margin: 0 2px 0 0;
    top: -4px;
  }
}
.kcp-solar__img {
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .kcp-solar__img {
    width: 38%;
    position: absolute;
    top: 20px;
    right: -10px;
    margin: auto;
  }
}
.kcp-solar__caution {
  font-size: 12px;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .kcp-solar__caution {
    font-size: 14px;
  }
}
.kcp-solar__indent {
  font-size: 12px;
  padding-left: 12px;
  text-indent: -12px;
  margin-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .kcp-solar__indent {
    font-size: 14px;
    padding-left: 14px;
    text-indent: -14px;
  }
}
.kcp-solar__btn-wrap {
  margin: 18px -18px 0;
}

@media screen and (min-width: 768px) {
  .kcp-solar__btn-wrap {
    margin: 30px -40px 0;
    margin: 0;
  }
}
.kcp-solar .kcp-solar__btn {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: 700;
  font-size: 12px;
  padding: 11px 0;
  line-height: 1;
  display: block;
}

@media screen and (min-width: 768px) {
  .kcp-solar .kcp-solar__btn {
    padding: 18px 0;
    font-size: 14px;
    transition: ease-out 0.2s background;
    position: absolute;
    height: 68px;
    top: -68px;
    right: -2px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-solar .kcp-solar__btn:before {
    content: "";
    display: block;
    width: 24px;
    height: 99.5%;
    transform: skewX(-16deg);
    position: absolute;
    background: #000;
    left: -10px;
    transition: ease-out 0.2s background;
  }
}
.kcp-solar .kcp-solar__btn:focus,
.kcp-solar .kcp-solar__btn:hover {
  border: none;
}

@media screen and (min-width: 768px) {
  .kcp-solar .kcp-solar__btn:focus,
  .kcp-solar .kcp-solar__btn:hover {
    background: #555;
  }
  .kcp-solar .kcp-solar__btn:focus:before,
  .kcp-solar .kcp-solar__btn:hover:before {
    background: #555;
  }
}
.kcp-maker-lineup {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
}

@media screen and (min-width: 768px) {
  .kcp-maker-lineup {
    margin: -6px;
    justify-content: center;
  }
}
.kcp-maker-lineup-logo {
  width: calc(50% - 8px);
  margin: 4px;
}

@media screen and (min-width: 768px) {
  .kcp-maker-lineup-logo {
    flex: 1;
    margin: 6px;
  }
}
.kcp-plan-tab {
  display: flex;
  justify-content: center;
  margin: 0 -2px;
}

.kcp-plan-tab-item {
  background: #999;
  margin: 0 2px;
  width: calc(40% - 4px);
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  box-shadow: 0 -10px 17px -10px rgba(0, 0, 0, 0.05), -8px -5px 14px -10px rgba(0, 0, 0, 0.2), 8px -5px 14px -9px rgba(0, 0, 0, 0.2);
  padding: 9px 0 8px;
  position: relative;
  transition: ease-out 0.2s background, ease-out 0.2s color;
  cursor: pointer;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .kcp-plan-tab-item {
    padding: 18px 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.kcp-plan-tab-item img {
  max-width: 170px;
  width: 50%;
  margin-right: 13px;
}

@media screen and (max-width: 767px) {
  .kcp-plan-tab-item img {
    margin-right: 0;
    width: 85%;
    margin-bottom: 6px;
  }
}
.kcp-plan-tab-item__label {
  font-weight: 700;
  display: block;
  line-height: 1.4;
  color: #333;
}

@media screen and (min-width: 768px) {
  .kcp-plan-tab-item__label {
    font-size: 20px;
    text-align: left;
  }
}
.kcp-plan-tab-item--current {
  z-index: 1;
  background: #fff;
  cursor: auto;
  pointer-events: none;
}

@media screen and (min-width: 768px) {
  .kcp-plan-tab-item:not(.kcp-plan-tab-item--current):focus,
  .kcp-plan-tab-item:not(.kcp-plan-tab-item--current):hover {
    background: #b0b0b0;
    color: #666;
  }
}
.kcp-plan {
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.2);
  padding: 15px 18px 5px;
}

@media screen and (min-width: 768px) {
  .kcp-plan {
    padding: 60px 70px 25px;
  }
}
.kcp-plan__ttl {
  font-size: 16px;
  text-align: center;
  line-height: 1.75;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-plan__ttl {
    font-size: 26px;
    margin-bottom: 40px;
  }
}
.kcp-plan__ttl__underline {
  background: linear-gradient(0deg, #e60113 1px, transparent 1px);
  padding-bottom: 2px;
}

.kcp-plan__heading {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-plan__heading {
    font-size: 20px;
  }
}
.kcp-plan__heading--orange {
  color: #fd7e14;
}

@media screen and (min-width: 768px) {
  .kcp-plan__img-wrap {
    display: flex;
    justify-content: center;
    margin: 0 -10px;
  }
}
.kcp-plan__img-wrap + .kcp-plan__heading {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .kcp-plan__img-wrap + .kcp-plan__heading {
    margin-top: 50px;
  }
}
.kcp-plan__img {
  margin: 10px auto;
}

@media screen and (min-width: 768px) {
  .kcp-plan__img {
    max-width: 590px;
    flex: 1;
    margin: 0 10px;
  }
}
.kcp-plan__price {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  margin: 0 auto 10px;
  padding: 0 0 0 25px;
}

@media screen and (min-width: 768px) {
  .kcp-plan__price {
    font-size: 27px;
    margin: 23px auto 10px;
    padding: 0 0 0 20px;
  }
}
.kcp-plan__price--num {
  display: inline-block;
  color: #e60012;
  font-size: 30px;
  text-shadow: 1px 0;
  padding: 0 1px 0 0;
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .kcp-plan__price--num {
    font-size: 45px;
    text-shadow: 2px 0;
    padding: 0 2px 0 0;
  }
}
.kcp-plan__price--red {
  color: #e60012;
}

.kcp-plan__price sup {
  font-size: 8px;
  top: -8px;
  right: 5px;
}

@media screen and (min-width: 768px) {
  .kcp-plan__price sup {
    font-size: 14px;
    top: -12px;
    right: 8px;
  }
}
.kcp-plan__btn-wrap {
  margin: 13px 0 10px;
}

@media screen and (min-width: 768px) {
  .kcp-plan__btn-wrap {
    margin: 50px 0 40px;
  }
}
.kcp-plan__btn {
  line-height: 1.25;
  height: 50px;
  max-width: 210px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kcp-plan__btn {
    padding-right: 7px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-plan__btn {
    max-width: 380px;
  }
}
.kcp-plan__caution {
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .kcp-plan__caution {
    font-size: 12px;
  }
}
#kcp-plan-strage {
  display: none;
}

.kcp-bg-voice {
  background: #fff2e7;
}

.kcp-voice-list {
  display: flex;
  justify-content: space-between;
  width: calc(50% - 20px);
  padding: 25px;
  color: #333;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #e6e6e6;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list {
    width: 100%;
    padding: 15px 20px;
  }
}
.kcp-voice-list:focus-visible,
.kcp-voice-list:hover {
  opacity: 0.7;
  color: #333;
}

.kcp-voice-list-item {
  box-shadow: 0 0 10px #e7dbd1;
  background: #fff;
  border-radius: 12px;
  color: #333;
  overflow: hidden;
}

.kcp-voice-list-item:focus,
.kcp-voice-list-item:hover {
  opacity: 0.7;
  color: #333;
}

.kcp-voice-list-item {
  margin: 0 12.5px;
  padding: 18px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item {
    margin: 15px 20px;
    padding: 12px 20px;
  }
}
.kcp-voice-list-item__text {
  width: calc(100% - 160px - 20px);
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__text {
    width: 58%;
  }
}
.kcp-voice-list-item__head {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  margin-bottom: 15px;
  display: flex;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__head {
    font-size: 15px;
    margin-bottom: 8px;
  }
}
.kcp-voice-list-item__img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: right;
  max-width: 160px;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__img {
    width: 37%;
  }
}
.kcp-voice-list-item__img img {
  height: 135px;
  width: 100%;
  object-fit: cover;
  object-position: top;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__img img {
    height: 92px;
  }
}
.kcp-voice__more {
  position: relative;
  display: inline-block;
  color: #79BCF8;
  font-size: 14px;
  line-height: 1;
  margin: 5px 0 0;
}

.kcp-voice__more::after {
  display: inline-block;
  content: "＞";
  font-size: 12px;
  margin-left: 5px;
}

.kcp-voice-list-item__body {
  position: relative;
  margin-top: auto;
}

.kcp-voice-list-item__customer {
  font-weight: 600;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__customer {
    font-size: 12px;
  }
}
.kcp-voice-list-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 13px;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__tags {
    margin: 3px 0 0;
  }
}
.kcp-voice-list-item__tag {
  background-color: #fd7d14;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 7px 10px;
  line-height: 1;
  text-align: center;
  width: calc(50% - 5px);
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__tag {
    font-size: 10px;
  }
}
.kcp-voice-list-item__tag--type02 {
  font-size: 12px;
  padding: 0 8px;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__tag--type02 {
    font-size: 10px;
  }
}
.kcp-voice-list-item__btn-wrap {
  position: absolute;
  right: 0;
  bottom: 0;
}

.kcp-voice-list-item__btn {
  font-size: 18px;
  position: relative;
  display: flex;
  align-items: center;
  color: #000;
}

@media screen and (max-width: 767px) {
  .kcp-voice-list-item__btn {
    font-size: 16px;
  }
}
.kcp-voice-list-item__btn:after {
  content: "";
  display: block;
  background: url(/common/img/machine/katenelease/campaign2023/icon_arrow_orange.svg) no-repeat center center/100% auto;
  width: 12px;
  height: 12px;
  margin-left: 5px;
}

.kcp-voice {
  border: 5px solid #e60113;
  border-radius: 12px;
  padding: 40px 60px 30px;
  background: #fff;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .kcp-voice {
    padding: 20px 20px 10px;
    border-width: 3px;
  }
}
.kcp-voice--lease {
  border-color: #fd7d14;
}

.kcp-voice__head {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .kcp-voice__head {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-voice__row {
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  .kcp-voice__info {
    flex: 1;
    padding-right: 50px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-voice__img {
    width: 44.4%;
  }
}
@media screen and (max-width: 767px) {
  .kcp-voice__img {
    margin-top: 20px;
  }
}
.kcp-voice__ttl {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .kcp-voice__ttl {
    font-size: 16px;
  }
}
.kcp-voice__name {
  margin: 15px 0;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .kcp-voice__name {
    margin: 10px 0;
  }
}
.kcp-voice__tag {
  display: flex;
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .kcp-voice__tag {
    margin: -3px -5px;
  }
}
.kcp-voice__tag-item {
  border: 2px solid #eeeff2;
  margin: 5px 10px;
  line-height: 1.3;
  padding: 5px 10px;
  min-width: 122px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kcp-voice__tag-item {
    font-size: 12px;
    min-width: 100px;
    margin: 3px 5px;
  }
}
.kcp-voice__last {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .kcp-voice__last {
    margin-top: 20px;
  }
}
.kcp-voice .kcp-btn-wrap {
  margin-bottom: 20px;
}

.kcp-voice .kcp-step__btn {
  width: 240px;
  margin: 0 auto;
}

.kcp-sky-last {
  transform: translateY(2%);
  width: 92%;
  margin: 0 auto;
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .kcp-sky-last {
    max-width: 620px;
    transform: translateY(5px);
    margin-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-step-wrap {
    margin-top: 60px;
  }
}
.kcp-step {
  position: relative;
  flex-flow: column;
  display: flex;
  margin-bottom: 37px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .kcp-step {
    max-width: 900px;
    margin: 0 auto 47px;
  }
}
.kcp-step:last-child {
  margin-bottom: 0;
}

.kcp-step:last-child:before {
  content: none;
}

.kcp-step--lease .kcp-step__head {
  border-color: #fd7d14;
}

.kcp-step--lease .kcp-step__date {
  background: #fd7d14;
}

.kcp-step__item {
  display: flex;
}

.kcp-step__img {
  width: 100px;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .kcp-step__img {
    width: 160px;
  }
}
.kcp-step:before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  margin: auto;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top: 12px solid #fd7d14;
  bottom: -12px;
  transform: translateY(100%);
}

@media screen and (min-width: 768px) {
  .kcp-step:before {
    border: 12px solid transparent;
    border-top: 16px solid #fd7d14;
    bottom: -16px;
    left: 67px;
  }
}
.kcp-step__num {
  width: 20px;
  position: absolute;
  top: -14px;
  left: -10px;
}

@media screen and (min-width: 768px) {
  .kcp-step__num {
    width: 34px;
    top: -17px;
    left: -13px;
  }
}
.kcp-step__body {
  flex: 1;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .kcp-step__body {
    padding-left: 40px;
  }
}
.kcp-step__body p {
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}

@media screen and (max-width: 767px) {
  .kcp-step__body p {
    font-size: 12px;
  }
}
.kcp-step__head {
  font-weight: 700;
  padding-left: 16px;
  margin-left: -16px;
  border-bottom: 1px solid #e60113;
  line-height: 1.3;
  padding-bottom: 5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 4px;
  margin-top: -4px;
}

@media screen and (min-width: 768px) {
  .kcp-step__head {
    font-size: 20px;
    padding-left: 41px;
    margin-left: -41px;
    padding-bottom: 15px;
    margin-bottom: 17px;
    margin-top: 10px;
  }
}
.kcp-step__date {
  background: #e60113;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  border-radius: 4px;
  line-height: 1.2;
  padding: 3px 4px;
  margin-left: 6px;
  text-align: center;
  width: 74px;
  min-width: 74px;
}

@media screen and (min-width: 768px) {
  .kcp-step__date {
    font-size: 16px;
    margin-left: 40px;
    width: 155px;
    min-width: 155px;
  }
}
.kcp-step__btn-txt-wrap {
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  .kcp-step__btn-txt-wrap {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .kcp-step__btn-txt-wrap {
    margin: 10px 0 0;
  }
}
.kcp-step__btn {
  width: 240px;
  font-size: 16px;
  height: 45px;
  box-shadow: none;
  margin: 0;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .kcp-step__btn {
    width: calc(100% - 40px);
    font-size: 14px;
    height: 35px;
    margin-bottom: 5px;
  }
}
.kcp-step__btn.kcp-btn-arrow:after {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 767px) {
  .kcp-step__btn.kcp-btn-arrow:after {
    width: 12px;
    height: 12px;
  }
}
.kcp-step-last {
  margin: 0 auto;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-step-last {
    max-width: 900px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-twoplan {
    display: flex;
    margin: 0 -25px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-twoplan-item {
    margin: 0 25px;
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .kcp-twoplan-item {
    margin: 20px 0;
  }
}
.kcp-twoplan-item__head {
  background: #e60113;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  color: #fff;
  padding: 12px 10px;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .kcp-twoplan-item__head {
    font-size: 16px;
  }
}
.kcp-twoplan-item__body {
  background: #fff;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.kcp-twoplan-item__table {
  width: 100%;
}

.kcp-twoplan-item__table__col1,
.kcp-twoplan-item__table__col2 {
  width: 50%;
}

.kcp-twoplan-item__table tr:first-child .kcp-twoplan-item__table__td {
  border-top: none;
}

.kcp-twoplan-item__table__td {
  border-top: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 20px;
  height: 100px;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .kcp-twoplan-item__table__td {
    font-size: 16px;
    height: 60px;
    padding: 10px;
  }
}
.kcp-twoplan-item__table__td small {
  font-weight: 700;
  display: block;
  font-size: 12px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .kcp-twoplan-item__table__td small {
    padding-bottom: 5px;
  }
}
.kcp-twoplan-item__table__td:last-child {
  border-right: none;
}

.kcp-twoplan-item__table__td__bigger {
  font-size: 33px;
  letter-spacing: -2px;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .kcp-comp {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 12px;
  }
}
.kcp-comp-caution-wrap {
  text-align: right;
  margin-top: 10px;
}

.kcp-comp-caution-wrap p {
  display: inline-block;
  text-align: left;
  margin: 0;
}

.kcp-comp-table {
  width: 100%;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table {
    font-size: 14px;
    min-width: 580px;
  }
}
.kcp-comp-table__col1 {
  width: 275px;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table__col1 {
    width: 230px;
  }
}
.kcp-comp-table__col2 {
  width: 365px;
}

.kcp-comp-table__col3,
.kcp-comp-table__col4 {
  width: 230px;
}

.kcp-comp-table__head-sml-th,
.kcp-comp-table__head-th {
  font-weight: 700;
}

.kcp-comp-table__head-th {
  font-size: 26px;
  color: #fff;
  padding: 12px 10px;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table__head-th {
    font-size: 20px;
  }
}
.kcp-comp-table__head-th--lease {
  background: #fd7d14;
  border-top-left-radius: 12px;
}

.kcp-comp-table__head-th--solar {
  background: #e60113;
  border-top-right-radius: 12px;
}

.kcp-comp-table__head-sml-th {
  background: #fce6e7;
  font-size: 16px;
  padding: 7px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table__head-sml-th {
    font-size: 14px;
    padding: 5px;
  }
}
.kcp-comp-table__head-sml-th:first-child {
  border-right: 2px solid #ffbbc6;
}

.kcp-comp-table__body tr:first-child th {
  border-top-left-radius: 12px;
}

.kcp-comp-table__body tr:first-child td {
  border-top: 0;
}

.kcp-comp-table__body tr:last-child th {
  border-bottom-left-radius: 12px;
  border-bottom: 0;
}

.kcp-comp-table__body tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}

.kcp-comp-table__th {
  background: #bf9a4a;
  padding: 12px 10px;
  line-height: 1.5;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table__th {
    padding: 10px 6px;
  }
}
.kcp-comp-table__td {
  text-align: center;
  background: #fff;
  border-top: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
  font-weight: 700;
  line-height: 1.5;
  padding: 12px 10px;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table__td {
    padding: 10px;
  }
}
.kcp-comp-table__td:last-child {
  border-right: 0;
}

.kcp-comp-table__td__bigger {
  font-size: 34px;
  line-height: 1;
  letter-spacing: -2px;
}

@media screen and (max-width: 767px) {
  .kcp-comp-table__td__bigger {
    font-size: 20px;
    letter-spacing: -1px;
  }
}
.kcp-comp-table__td small {
  font-weight: 700;
}

.kcp-comp-table__td__right {
  text-align: right;
  display: inline-block;
  margin: 0;
}

#faq {
  padding-bottom: 170px;
}

@media screen and (max-width: 767px) {
  #faq {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-faq-anchor {
    display: flex;
    justify-content: center;
  }
}
.kcp-faq-anchor-item {
  margin: 8px 0;
}

@media screen and (min-width: 768px) {
  .kcp-faq-anchor-item {
    margin: 0 20px;
  }
}
.kcp-faq-anchor-item__label {
  font-size: 12px;
  display: block;
  color: inherit;
  position: relative;
  padding-left: 18px;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .kcp-faq-anchor-item__label {
    font-size: 18px;
    font-weight: 700;
    transition: ease-out 0.16s color;
  }
}
.kcp-faq-anchor-item__label:before {
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #e60113;
  border-right: 1px solid #e60113;
  transform: rotate(45deg);
  margin: auto;
  top: 5px;
  left: 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .kcp-faq-anchor-item__label:before {
    width: 9px;
    height: 9px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-faq-anchor-item__label:focus,
  .kcp-faq-anchor-item__label:hover {
    color: #e60113;
  }
}
.kcp-faq-heading {
  font-weight: 700;
  padding-left: 8px;
  line-height: 1.3;
  position: relative;
  margin: 30px 0 20px;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-faq-heading {
    font-size: 22px;
    padding-left: 14px;
    margin: 40px 0 30px;
    padding-top: 20px;
  }
}
.kcp-faq-heading:before {
  content: "";
  height: calc(85% - 10px);
  width: 3px;
  background: #e60113;
  top: 12px;
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
}

@media screen and (min-width: 768px) {
  .kcp-faq-heading:before {
    height: calc(85% - 18px);
    top: 24px;
  }
}
.kcp-faq {
  background: #fff;
  border-radius: 12px;
  padding: 5px 18px;
  margin: 15px 0;
}

@media screen and (min-width: 768px) {
  .kcp-faq {
    padding: 12px 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .kcp-faq {
    margin: 20px 0;
  }
}
.kcp-faq__q {
  font-weight: 700;
  padding: 10px 0;
  line-height: 1.6;
  padding-left: 25px;
  padding-right: 28px;
  position: relative;
  text-align: justify;
  display: block;
  color: #333;
}

@media screen and (min-width: 768px) {
  .kcp-faq__q {
    font-size: 18px;
    cursor: pointer;
    padding-left: 28px;
  }
}
.kcp-faq__q:before {
  content: "Q";
  color: #e60113;
  line-height: 1;
  font-weight: 700;
  font-size: 20px;
  font-family: Roboto, "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  display: block;
  position: absolute;
  left: 2px;
  top: 10px;
}

@media screen and (min-width: 768px) {
  .kcp-faq__q:before {
    font-size: 24px;
    top: 12px;
  }
}
.kcp-faq__q:hover {
  color: #333;
}

.kcp-faq__q.open .kcp-faq__cross {
  transform: rotate(90deg);
}

.kcp-faq__q.open .kcp-faq__cross:after {
  opacity: 0;
}

.kcp-faq__cross {
  width: 19px;
  height: 19px;
  border: 1px solid #e6e6e6;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition: cubic-bezier(0.5, 0.3, 0, 1) 0.4s transform;
}

@media screen and (min-width: 768px) {
  .kcp-faq__cross {
    width: 23px;
    height: 23px;
  }
}
.kcp-faq__cross:after,
.kcp-faq__cross:before {
  content: "";
  display: block;
  position: absolute;
  background: #e60113;
  width: 9px;
  height: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .kcp-faq__cross:after,
  .kcp-faq__cross:before {
    width: 11px;
  }
}
.kcp-faq__cross:before {
  transform: rotate(90deg);
}

.kcp-faq__cross:after {
  transition: ease-out 0.3s opacity;
}

.kcp-faq__a {
  display: none;
  padding-bottom: 13px;
}

@media screen and (min-width: 768px) {
  .kcp-faq__a {
    padding: 5px 40px 20px 28px;
  }
}
.kcp-faq__a p {
  line-height: 1.6;
  margin-bottom: 0;
  text-align: justify;
}

.kcp-requirements {
  width: 100%;
  height: 410px;
  border: 2px solid #f2f2f0;
  border-radius: 8px;
  padding: 13px 5px 13px 18px;
}

@media screen and (min-width: 768px) {
  .kcp-requirements {
    padding-right: 10px;
  }
}
.kcp-requirements__scrl-area {
  overflow: hidden;
  overflow-y: scroll;
  height: 100%;
  padding: 0 15px 2px 0;
}

@media screen and (min-width: 768px) {
  .kcp-requirements__scrl-area {
    padding: 15px 30px 15px 22px;
    scrollbar-width: thin;
    scrollbar-color: #e60113 #f0f0f0;
  }
  .kcp-requirements__scrl-area::-webkit-scrollbar {
    width: 4px;
  }
  .kcp-requirements__scrl-area::-webkit-scrollbar-track {
    background: #f0f0f0;
  }
  .kcp-requirements__scrl-area::-webkit-scrollbar-thumb {
    background: #e60113;
  }
}
.kcp-requirements p {
  text-align: justify;
}

.kcp-requirements__heading {
  margin-bottom: 2px;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .kcp-requirements__heading {
    margin: 30px 0 5px;
    font-weight: 700;
  }
}
.kcp-requirements__heading:first-child {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .kcp-requirements__caution {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) {
  .kcp-requirements-table__td,
  .kcp-requirements-table__th {
    font-size: 16px;
  }
}
.kcp-requirements-indent-item {
  padding-left: 14px;
  text-indent: -14px;
  text-align: justify;
}

@media screen and (min-width: 768px) {
  .kcp-requirements-indent-item {
    padding-left: 16px;
    text-indent: -16px;
  }
}
p.kcp-requirements-indent-item {
  margin-bottom: 0;
}

.caution-text {
  font-size: 12px !important;
  margin-top: 3px;
}

.l-footer {
  border-top: none;
}

.kcp-floating {
  position: fixed;
  right: 0;
  top: 40%;
  transform: translateY(-50%);
  margin: auto;
  z-index: 5;
}

.kcp-floating__link {
  background: #e60113;
  border: 2px solid #fff;
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: block;
  max-width: 144px;
  padding: 15px 5px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .kcp-floating__link {
    padding: 5px 0;
    border-radius: 15px 0 0 15px;
    border-width: 1px;
  }
}
.kcp-floating__link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(255, 255, 255, 0.25);
  opacity: 0;
  transition: ease-out 0.2s opacity;
  z-index: 1;
}

.kcp-floating__link:after {
  content: "";
  display: block;
  margin: 4px auto 6px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .kcp-floating__link:after {
    width: 5px;
    height: 5px;
    margin: 0;
    position: relative;
    bottom: 114px;
    left: 10px;
  }
}
.kcp-floating__link:hover:before {
  opacity: 1;
}

.kcp-floating__txt {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin: 0;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .kcp-floating__txt {
    font-size: 10px;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.5px;
    text-align: left;
    transform: scale(0.8);
    min-width: 36px;
    margin: -14px 0 -18px;
  }
}
@media screen and (max-width: 767px) {
  .kcp-floating__txt__bigger {
    font-size: 14px;
  }
}
.kcp-cvr-btn {
  text-align: center;
}

.kcp-cvr__text {
  color: #fff;
  display: inline-block;
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 12px;
  padding: 0 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kcp-cvr__text {
    padding: 0 25px;
  }
}
.kcp-cvr__text::after,
.kcp-cvr__text::before {
  background: #fff;
  border-radius: 9999px;
  bottom: 0;
  content: "";
  height: 80%;
  margin: auto;
  position: absolute;
  top: 3px;
  width: 3px;
}

.kcp-cvr__text::after {
  right: 0;
  transform: rotate(20deg);
}

.kcp-cvr__text::before {
  left: 0;
  transform: rotate(-20deg);
}

@media screen and (max-width: 767px) {
  .kcp-cvr__text {
    font-size: 18px;
  }
}
.kcp-cvr__btn-wrap {
  margin: 0;
}

.kcp-bd-box {
  border: 2px solid #f2f2f0;
  padding: 20px;
  text-align: center;
  margin-bottom: -50px;
}

@media screen and (max-width: 767px) {
  .kcp-bd-box {
    margin-bottom: -20px;
    padding: 15px 20px;
  }
}
.kcp-bd-box p {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .kcp-bd-box p {
    font-size: 14px;
  }
}
.caution-text {
  font-size: 12px !important;
  text-indent: -2rem;
  padding-left: 2rem;
}

@media screen and (min-width: 768px) {
  .caution-text {
    font-size: 12px !important;
    text-indent: -2.75rem;
    padding-left: 2.75rem;
  }
}
.kcp-acco {
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.kcp-acco__btn {
  padding: 10px 0;
  position: relative;
  cursor: pointer;
  transition: ease-out 0.12s background;
}

.kcp-cv .caution-text {
  text-indent: -2rem;
  padding-left: 2rem;
}

.kcp-nav-list-item a:focus {
  border-bottom: 1px solid #fff;
  color: #fff;
}

.feature_arrow {
  display: inline-block;
  width: 18px;
  height: 15px;
  background: url(/common/img/machine/katenelease/campaign2023/feature_arrow.svg) no-repeat center/contain;
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .feature_arrow {
    width: 30px;
    height: 25px;
    margin-left: 5px;
  }
}
.table_hyphen,
.table_cross,
.table_circle {
  display: inline-block;
  width: 14px;
  height: 14px;
}

.table_hyphen {
  background: url(/common/img/machine/katenelease/campaign2023/table_hyphen.svg) no-repeat center/contain;
}

.table_cross {
  background: url(/common/img/machine/katenelease/campaign2023/table_cross.svg) no-repeat center/contain;
}

.table_circle {
  background: url(/common/img/machine/katenelease/campaign2023/table_circle.svg) no-repeat center/contain;
}

@media screen and (min-width: 768px) {
  .table_hyphen,
  .table_cross,
  .table_circle {
    width: 20px;
    height: 20px;
  }
}
.kcp-btn-pdf:after {
  right: 30px;
  width: 40px;
  background-image: url(/common/img/icon/icon_pdf_white.svg);
}

.page_anchor.kcp-btn-arrow.kcp-btn-orange:after,
.page_anchor.kcp-btn-red.kcp-btn-arrow:after {
  background: none;
  box-sizing: border-box;
  display: block;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  right: 25px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin: auto;
}

@-webkit-keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
@keyframes scroll-hint-appear {
  0% {
    -webkit-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  50%, 100% {
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
    opacity: 0;
  }
}
.scroll-hint.is-right-scrollable {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), -webkit-linear-gradient(right, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0)), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint.is-left-scrollable {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, rgba(0, 0, 0, 0) 16px, rgba(0, 0, 0, 0));
}

.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 40px);
  left: calc(50% - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 120px;
  height: 80px;
  border-radius: 5px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px 10px;
}

.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}

.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}

.scroll-hint-icon:before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDM8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIiBmaWxsPSIjZmZmIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon:after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDE8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIiBmaWxsPSIjZmZmIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIgZmlsbD0iI2ZmZiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIgZmlsbD0iI2ZmZiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiIGZpbGw9IiNmZmYiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiIGZpbGw9IiNmZmYiLz48L2c+PC9nPjwvc3ZnPg==);
  opacity: 0;
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:after {
  opacity: 1;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon:before {
  -webkit-animation: scroll-hint-appear 1.2s linear;
  animation: scroll-hint-appear 1.2s linear;
  -webkit-animation-iteration-count: 2;
  animation-iteration-count: 2;
}

.scroll-hint-icon-white {
  background-color: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}

.scroll-hint-icon-white:before {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNS43NyIgaGVpZ2h0PSIzMC41MiIgdmlld0JveD0iMCAwIDI1Ljc3IDMwLjUyIj48dGl0bGU+44Ki44K744OD44OIIDQ8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxwYXRoIGQ9Ik0yMS4zMywzMC41Mkg3Ljg1QTEuNTUsMS41NSwwLDAsMSw2LjMsMjlhMTIuNDYsMTIuNDYsMCwwLDAtLjYzLTQuNDIsMjUuMTYsMjUuMTYsMCwwLDAtNC4yNS01bC0uMDYtLjA2QTUsNSwwLDAsMSwwLDE1Ljg2YTMuNjQsMy42NCwwLDAsMSwxLjE3LTIuNjIsMy42MywzLjYzLDAsMCwxLDUuMTQuMDdWMy43N2EzLjc3LDMuNzcsMCwxLDEsNy41NCwwVjguMzNhMy4zNSwzLjM1LDAsMCwxLDEuMjYsMCwzLDMsMCwwLDEsMiwxLjIyLDMuNSwzLjUsMCwwLDEsMi0uMDYsMy4yMSwzLjIxLDAsMCwxLDIsMS41NCwzLjc0LDMuNzQsMCwwLDEsMywuNDdBNC4yMSw0LjIxLDAsMCwxLDI1Ljc0LDE1YzAsLjExLDAsLjI3LDAsLjQ2YTE5LjI2LDE5LjI2LDAsMCwxLS44NCw3Yy0uMTQuMzgtLjM2LjgxLS41NiwxLjIybC0uMTEuMjJjMCwuMDctLjA5LjE0LS4xNC4yMWE3LjEzLDcuMTMsMCwwLDAtMS4xNywyLjE3Yy0uMDYuNTYtLjA2LDIuMTUtLjA1LDIuNzFBMS41NSwxLjU1LDAsMCwxLDIxLjMzLDMwLjUyWk04LjYxLDI4LjIxaDEyYzAtLjcxLDAtMS43MS4wNy0yLjIzYTguNzQsOC43NCwwLDAsMSwxLjU5LTMuMjVsLjA2LS4xMmExMCwxMCwwLDAsMCwuNDYtMSwxNi44LDE2LjgsMCwwLDAsLjctNi4xMmMwLS4yMywwLS40MSwwLS41NGgwYTIsMiwwLDAsMC0uNjQtMS41MiwxLjMzLDEuMzMsMCwwLDAtMS41NS4wOCwxLjEzLDEuMTMsMCwwLDEtMS4xOC4yOCwxLjE1LDEuMTUsMCwwLDEtLjc4LS45NCwxLjI2LDEuMjYsMCwwLDAtLjc1LTEuMTEsMSwxLDAsMCwwLTEuMTEuMjhsLS4xLjFhMS4xNSwxLjE1LDAsMCwxLTEuMTkuMjksMS4xNiwxLjE2LDAsMCwxLS43OC0uOTVjLS4wOS0uNjgtLjIxLS43Ny0uNy0uODdhLjgyLjgyLDAsMCwwLTEsLjQ4LDEuMTYsMS4xNiwwLDAsMS0yLjE2LS41OFYzLjc3YTEuNDYsMS40NiwwLDEsMC0yLjkyLDB2Ny44NWwwLDQuMzNhMS4xNywxLjE3LDAsMCwxLS44MywxLjExLDEuMTUsMS4xNSwwLDAsMS0xLjItLjM1bC0xLS45MWMtLjQ3LS40Mi0uNzMtLjY2LS44NC0uNzdhMS4zNSwxLjM1LDAsMCwwLTItLjEyTDIuNywxNWExLjMyLDEuMzIsMCwwLDAtLjM5LDFBMi41NywyLjU3LDAsMCwwLDMsMTcuODVsMCwwYTI3LjI0LDI3LjI0LDAsMCwxLDQuNyw1LjYyQTEyLjYzLDEyLjYzLDAsMCwxLDguNjEsMjguMjFaTTIzLjIsMjMuMzVaTTYuNTEsMTYuNTlaIi8+PC9nPjwvZz48L3N2Zz4=);
}

.scroll-hint-icon-white:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMy4yOSIgaGVpZ2h0PSIxMi4wMiIgdmlld0JveD0iMCAwIDMzLjI5IDEyLjAyIj48dGl0bGU+44Ki44K744OD44OIIDI8L3RpdGxlPjxnIGlkPSLjg6zjgqTjg6Tjg7xfMiIgZGF0YS1uYW1lPSLjg6zjgqTjg6Tjg7wgMiI+PGcgaWQ9IuODrOOCpOODpOODvF8xLTIiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8IDEiPjxsaW5lIHgxPSIxLjg1IiB5MT0iNi4wMSIgeDI9IjEwLjQiIHkyPSI2LjAxIi8+PHBhdGggZD0iTTEwLjQsNy4xN0gxLjg1YTEuMTYsMS4xNiwwLDEsMSwwLTIuMzFIMTAuNGExLjE2LDEuMTYsMCwxLDEsMCwyLjMxWiIvPjxwYXRoIGQ9Ik03LjQsMTJhMS4xNSwxLjE1LDAsMCwxLS43Mi0uMjVsLTYuMjUtNUExLjIsMS4yLDAsMCwxLDAsNS44NywxLjE0LDEuMTQsMCwwLDEsLjQ2LDVMNi43LjIzQTEuMTYsMS4xNiwwLDAsMSw4LjEsMi4wOEwzLDUuOTEsOC4xMiwxMEExLjE2LDEuMTYsMCwwLDEsNy40LDEyWiIvPjxsaW5lIHgxPSIzMS40NSIgeTE9IjYuMDEiIHgyPSIyMi44OSIgeTI9IjYuMDEiLz48cGF0aCBkPSJNMzEuNDUsNy4xN0gyMi44OWExLjE2LDEuMTYsMCwxLDEsMC0yLjMxaDguNTZhMS4xNiwxLjE2LDAsMCwxLDAsMi4zMVoiLz48cGF0aCBkPSJNMjUuOSwxMmExLjE4LDEuMTgsMCwwLDEtLjkxLS40M0ExLjE3LDEuMTcsMCwwLDEsMjUuMTcsMTBsNS4wOS00LjA1TDI1LjIsMi4wOEExLjE2LDEuMTYsMCwwLDEsMjYuNTkuMjNMMzIuODQsNWExLjE2LDEuMTYsMCwwLDEsLjQ1LjkxLDEuMTQsMS4xNCwwLDAsMS0uNDMuOTJsLTYuMjQsNUExLjE3LDEuMTcsMCwwLDEsMjUuOSwxMloiLz48L2c+PC9nPjwvc3ZnPg==);
}

.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}

.kcp-floating__link:focus,
.kcp-btn-white:focus,
.kcp-choise-box__btn:focus,
.kcp-btn-red--wide:focus,
.kcp-btn-red:focus,
a[href*="tel:"]:focus,
.kcp-hero__btn-wrap .kcp-btn-orange:focus,
.kcp-hero__btn-wrap .kcp-btn-red:focus {
  box-shadow: 0 0 0 0.2rem rgba(158, 158, 158, 0.596);
  opacity: 1;
}

.kcp-plan-tab-item:focus,
.kcp-faq-anchor-item__label:focus,
.kcp-faq__q:focus,
.kcp-cv__text-link:focus,
.kcp-acco__btn:focus,
.kcp-voice-list-item__btn-wrap a:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* cv */
.c-cv__wrapper {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 100%;
  max-width: 705px;
  transform: translateX(-50%);
  z-index: 3;
}

.c-cv {
  display: flex;
  font-family: "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN;
}

.c-cv__wrapper.stop {
  position: absolute;
}

.c-cv__wrapper--change-position .c-note-3 {
  color: #fff;
  font-size: 12px;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-note-3 {
    display: none;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper {
  border-top-left-radius: 20px;
  border-top-right-radius: 0;
}

.c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__link__title,
.c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__link__title {
  display: none;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__link__title,
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__link__title {
    display: block;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__box,
.c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__box {
  opacity: 1;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:hover .c-cv__tel__box,
  .c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__box {
    opacity: 0;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__wrapper:focus-visible .c-cv__tel__box,
.c-cv__content__wrapper a:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.c-cv__content__wrapper > a:focus-visible {
  display: inline-block;
}

.c-cv__tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cv__tel::before {
  display: inline-block;
  content: "";
  width: 35px;
  height: 35px;
  margin: 0;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_wh.png) no-repeat center/contain;
  /* border: 1px solid #fff;
  border-radius: 50%; */
}

@media (max-width: 767px) {
  .c-cv__tel::before {
    width: 18px;
    height: 18px;
  }
}
.c-cv__wrapper--change-position .c-cv__tel__link {
  display: flex;
  color: #fff;
  padding: 0 32px;
  width: 41.134751773%;
  background-color: #bf9a4a;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__link {
    align-items: center;
    justify-content: center;
    width: 16.6666666667%;
    padding: 0;
  }
}
.c-cv__tel__box {
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 18px 0 10px;
  width: min(290px, 100%);
  background-color: #bf9a4a;
  border-radius: 20px 20px 0 0;
  opacity: 0;
  transition: 0.2s;
}

.c-cv__tel__box .c-note-3 {
  padding-left: 0;
  text-indent: 0;
}

.c-cv__tel__text {
  font-weight: 600;
}

.c-cv__tel__link__number {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}

.c-cv__tel__link__number a {
  color: #fff;
}

.c-cv__tel__link__title {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .c-cv__tel__link__title {
    font-size: 12px;
  }
}
.c-cv__tel__link__title::before {
  content: "";
  width: 36px;
  height: 36px;
  margin: 0 20px 0 0;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_wh.png) no-repeat center/contain;
  /* border: 1px solid #fff;
  border-radius: 50%; */
}

.c-cv__tel__link__icon {
  content: "";
  width: 35px;
  height: 35px;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_wh.png) no-repeat center/contain;
  border: 1px solid #fff;
  border-radius: 50%;
}

.c-cv__content {
  color: #fff;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-cv__content__wrapper {
  background-color: #C11920;
  border-top-left-radius: 0;
  border-top-right-radius: 20px;
  height: auto;
  padding: 20px 39px 10px;
  width: 58.865248227%;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    padding: 0;
    width: 83.3333333333%;
  }
}
.c-cv__wrapper--change-position .c-cv__content.simulation {
  font-size: 18px;
  line-height: 1.3;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content.simulation {
    display: flex;
    font-size: 12px;
    text-align: left;
    line-height: 1.3;
  }
}
@media (max-width: 767px) {
  .u-d-md-none {
    display: none !important;
  }
}
/* @media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content.simulation {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    width: 100%;
    padding: 12.5px 0px 10px;
  }
} */
/* .c-cv__wrapper--change-position .c-cv__content.simulation span {
  display: inline-block;
  font-size: 14px;
  color: #e60113;
  margin: 0 12px 0 0;
  padding: 3px 10px;
  background-color: #fff;
} */
/* @media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__content.simulation span {
    display: block;
    font-size: 12px;
    width: min(192px, 100%);
    margin: 0 auto 5px;
    padding: 3px 0 1px;
    text-align: center;
  }
} */
/* c-cv__modal */
.c-cv__modal__link__title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  margin: 0 0 10px 0;
}

a.c-cv__modal__link__number {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 27px;
  font-weight: bold;
  color: #fd7e14;
  margin: 0 0 10px 0;
}

a.c-cv__modal__link__number::before {
  content: "";
  width: 35px;
  height: 35px;
  margin: 0 10px 0 0;
  background: url(/common/img/machine/katenelease/campaign2023/icon_tel_or.png) no-repeat center/contain;
  /* border: 1px solid #fd7e14; */
  /* border-radius: 50%; */
}

.c-cv__modal__link__time {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}

.c-cv__modal__link__text {
  font-size: 10px;
  text-align: left;
}

.c-cv__modal__link__notice {
  text-align: center;
  font-size: 10px;
}

/*---------------------------------------------
lity
---------------------------------------------*/
/*! Lity - v2.4.0 - 2019-08-10
* http://sorgalla.com/lity/
* Copyright (c) 2015-2019 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.75);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity.lity-opened {
  opacity: 1;
}

.lity.lity-closed {
  opacity: 0;
}

.lity * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}

.lity-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}

.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.lity-loading .lity-loader {
  opacity: 1;
}

.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}

.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}

.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

.lity-content:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: absolute;
  right: 0;
  top: -50px;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  /*font-family: Arial, Baskerville, monospace;*/
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  /*font-family: Arial, Baskerville, monospace;*/
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.lity-close:active {
  /*top: 1px;*/
}

/* Image */
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}

/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}

@media only screen and (max-width: 750px) {
  .lity-iframe .lity-container,
  .lity-youtube .lity-container,
  .lity-vimeo .lity-container,
  .lity-facebookvideo .lity-container,
  .lity-googlemaps .lity-container {
    width: 90%;
  }
  .lity-content {
    width: 90vw;
  }
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}

.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

.lity-hide {
  display: none;
}

/* lity調整 */
.lity {
  background: rgba(0, 0, 0, 0.9);
}

.lity-content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lity-content {
    width: auto !important;
  }
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -80px;
  left: 50%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  font-family: system-ui, -apple-system, serif;
  padding: 6px 0 10px;
  text-shadow: unset;
  border: 1px solid #ffffff;
  transform: translateX(-50%);
}

.lity-close::after {
  content: "閉じる";
  display: inline-block;
  position: relative;
  font-size: 10px;
  top: -1px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin: 0 0 0 10px;
}

.lity-container {
  width: 80%;
  padding: 30px 25px;
  background-color: white;
  border-radius: 10px;
}

.lity-content:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .kcp-acco__btn:hover {
    background: #f5f5f5;
  }
}
.kcp-acco__btn-cross {
  width: 23px;
  height: 23px;
  background: #333;
  border-radius: 50px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .kcp-acco__btn-cross {
    width: 17px;
    height: 17px;
    right: 10px;
  }
}
.kcp-acco__btn-cross:after,
.kcp-acco__btn-cross:before {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width: 767px) {
  .kcp-acco__btn-cross:after,
  .kcp-acco__btn-cross:before {
    width: 9px;
  }
}
.kcp-acco__btn-cross:before {
  transform: rotate(90deg);
}

.kcp-acco__body {
  display: none;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .kcp-acco__body {
    padding: 5px 15px 0;
  }
}
/* ====== CV下部３つボタン20240814　add ====== */
.c-cv__wrapper {
  max-width: 1125px;
  display: flex;
}

.c-cv__wrapper--change-position .c-cv__tel__link,
.c-cv__wrapper--change-position .c-cv__content__wrapper,
.c-cv__wrapper--change-position .c-cv__info__wrapper {
  width: 33.3333333333%;
}

.c-cv__wrapper--change-position .c-cv__tel__link,
.c-cv__wrapper--change-position .c-cv__content__wrapper,
.c-cv__info__link {
  padding: 15px 10px;
}

@media (max-width: 767px) {
  .c-cv__wrapper--change-position .c-cv__tel__link {
    padding: 0;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link {
    width: 16.6666666667%;
  }
  .c-cv__wrapper--change-position .c-cv__content__wrapper {
    min-width: unset;
    width: 33.3333333333%;
  }
  .c-cv__wrapper--change-position .c-cv__info__wrapper {
    width: 50%;
  }
  .c-cv__wrapper--change-position .c-cv__tel__link a {
    height: 100%;
  }
}
.c-cv__tel__link {
  position: relative;
}

.c-cv__tel__link__inner {
  display: none;
}

.c-cv__tel__link:hover .c-cv__tel__link__inner {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #bf9a4a;
  padding: 15px 20px 20px;
  border-radius: 20px 20px 0 0;
  animation: appear 0.15s ease;
}

.c-cv__info__link:hover .c-cv__tel__link__inner {
  display: block;
  position: absolute;
  left: -5px;
  bottom: -5px;
  background: #fff;
  padding: 15px;
  border-radius: 20px 20px 0 0;
  animation: appear 0.15s ease;
  width: calc(100% + 10px);
  border: 5px solid #e60012;
}

.c-cv__modal__link__title {
  font-size: 14px;
  font-weight: 600;
  margin: 0 0 10px 0;
}

a.c-cv__modal__link__number {
  display: inline-block;
  font-family: oswald, sans-serif;
  font-size: 27px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #E60D17;
  margin: 0 0 10px 0;
}

a.c-cv__modal__link__number::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  transform: translateY(2px);
  transform: translateX(-6px);
  color: #E60D17;
  background-image: url(/common/img/machine/katenelease/campaign2023/cv_tell_icon-rd.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.c-cv__modal__link__time {
  color: #333;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: 0 0 15px 0;
}

.c-cv__modal__link__text {
  font-size: 10px;
  text-align: left;
}

.c-cv__modal__link__notice {
  font-size: 10px;
  padding: 0 0 0 2em;
  text-indent: -2.4em;
}

.c-cv__modal__link__notice a {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.c-cv__info__link .c-cv__tel__link__inner {
  color: #e60012;
}

.c-cv__tel__link__inner .c-cv__info__link__title01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  font-size: 23px;
  margin: 0 0 12px;
  padding: 0 0 5px;
  border-bottom: 2px solid #e60012;
}

.c-cv__tel__link__inner .modal_inner__adv--textLabel {
  display: block;
  width: 100%;
  font-size: 18px;
  margin-top: 8px;
}

.c-cv__adv__wrapper p {
  text-align: center;
}

@keyframes appear {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__tel__link:hover .c-cv__tel__link__inner {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__info__link:hover .c-cv__tel__link__inner {
    display: none;
  }
}
.c-cv__tel__link__inr-title {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 5px;
  margin-bottom: 0;
}

.c-cv__info__link__title01 {
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  padding-bottom: 5px;
  color: red;
}

.c-cv__tel__link__text {
  margin: 10px 0 0;
}

.c-cv__tel__link__time {
  text-align: center;
  width: 100%;
}

.c-cv__wrapper--change-position .c-cv__content__wrapper {
  border-radius: 0;
}

.c-cv__content {
  height: 100%;
  transform: translateX(0);
}

.c-cv__tel__link__title,
.c-cv__info__link__title01 {
  line-height: 1.3;
  font-size: 21px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .c-cv__tel__link__title,
  .c-cv__info__link__title01 {
    font-size: 12px;
  }
  .c-cv__tel__link__title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .c-cv__tel__link__title::before {
    transform: translateX(0);
  }
}
.c-cv__tel__link__title::before,
.c-cv__info__wrapper .c-cv__content::before,
.c-cv__tel__link__inner .c-cv__info__link__title01::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: inline-block;
  background-image: url(/common/img/machine/cv_tell_icon.png);
}

@media (min-width: 768px) {
  .c-cv__tel__link__title::before {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }
}
.c-cv__info__wrapper .c-cv__content::before,
.c-cv__tel__link__inner .c-cv__info__link__title01::before {
  background-image: url(/common/img/machine_add/cv_shop_icon.png);
  background-size: 100%;
  width: 30px;
  height: 40px;
  margin-right: -5px;
  transform: translateX(-10px);
}

.c-cv__tel__link__inner .c-cv__info__link__title01::before {
  transform: none;
}

@media screen and (max-width: 767px) {
  .c-cv__info__wrapper .c-cv__content::before {
    width: 20px;
    height: 20px;
    transform: translateX(-5px);
    margin-right: 0px;
  }
  .c-cv__tel__link__title::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    transform: translateY(2px);
    transform: translateX(0);
    background-image: url(/common/img/machine/cv_tell_icon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.c-cv__info__link__title01 {
  color: #e60012;
}

.c-cv__info__link__title01:focus {
  color: #7d1015;
}

.c-cv__info__link__title01 span {
  vertical-align: middle;
}

.c-cv__info__link__title02 {
  font-size: 10px;
}

@media (min-width: 768px) {
  .c-cv__info__link__title02 {
    font-size: 19px;
  }
}
.c-cv__info__link {
  position: relative;
  background-color: #fff;
  border-top-right-radius: 20px;
  border: 5px solid #e60012;
  transition: 0.15s;
}

.c-cv__info__link:hover {
  border: 5px solid #7d1015;
}

@media (max-width: 767px) {
  .c-cv__info__link,
  .c-cv__info__link:hover {
    border-width: 3px;
  }
}
.c-cv__info__link:hover .c-cv__info__link__title01 {
  /* color: #7d1015; */
  transition: 0.15s;
}

.c-cv__info__link__title {
  display: block;
  width: 100%;
  height: 100%;
}

#modal-info .modal_inner {
  padding: 40px;
  height: auto;
}

@media (max-width: 767px) {
  #modal-tel .modal_inner,
  #modal-info .modal_inner {
    padding: 20px;
    height: auto;
  }
  #modal-tel .modal_inner {
    padding: 31px 29px 31px 29px;
  }
}
#modal-info .modal_inner iframe {
  width: 100%;
  height: 98%;
}

@media (max-width: 767px) {
  #modal-info .modal_inner iframe {
    height: 70vw;
  }
}
.modal_inner__adv--textLabel {
  background: #e60012;
  border-radius: 5px;
  padding: 0.5em 1em;
  color: #fff;
  margin-top: 20px;
}

.modal_inner__adv .c-cv__info__link__title01 {
  border-bottom: 2px solid #e60012;
  padding-bottom: 10px;
}

.modal_inner__adv .c-cv__info__link__title02 {
  margin-top: 20px;
  color: #e60012;
  font-weight: bold;
}

.modal_inner__adv--text {
  font-weight: bold;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.lity {
  background: rgba(0, 0, 0, 0.9);
}

.lity-content {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .lity-content {
    width: auto !important;
  }
}
.lity-close, .lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
  display: inline-block;
  width: 100%;
  max-width: 175px;
  height: auto;
  position: absolute;
  top: auto;
  right: auto;
  bottom: -80px;
  left: 50%;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  color: #fff;
  font-style: normal;
  font-size: 20px;
  line-height: 1;
  font-weight: 300;
  font-family: system-ui, -apple-system, serif;
  padding: 6px 0 10px;
  text-shadow: unset;
  border: 1px solid #ffffff;
  transform: translateX(-50%);
}

.lity-container {
  padding: 31px 29px 31px 29px;
  background-color: white;
  border-radius: 20px;
}

.lity-content:after {
  display: none;
}

.lity-container {
  width: 90%;
}

.lity-content {
  text-align: center;
}

.lity-close::after {
  content: "閉じる";
  display: inline-block;
  position: relative;
  font-size: 10px;
  top: -1px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  margin: 0 0 0 10px;
}

.lity-container {
  width: 90%;
  padding: 0;
  border-radius: unset;
  background-color: transparent;
}

.c-cv__tel__link {
  background-color: #fd7d14;
}

.u-only-md {
  display: none;
}

@media only screen and (max-width: 821px) {
  .u-only-md {
    display: block;
  }
}
.modal_inner {
  background: #fff;
  max-width: 960px;
  height: 80vh;
  overflow: auto;
  padding: 40px 40px 0;
  font-size: 14px;
  border-radius: 10px;
}

/* ====== CV下部３つボタン20240014　add ここまで====== */
/*お客さまの声のレイアウトを２つづつに修正　20240815add*/
.kcp-voice--wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px 0;
}

@media screen and (max-width: 767px) {
  .kcp-voice--wrap {
    gap: 15px 0;
  }
}
/*お客さまの声のレイアウトを２つづつに修正　20240815add ここまで*/
.kcp-merit-ex {
  padding: 60px 50px 30px;
  border: 2px solid #fd7d14;
  border-radius: 17px;
  background-color: #fff2e7;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex {
    padding: 30px 20px;
  }
}
.kcp-merit-ex__head {
  max-width: 800px;
  margin: 0 auto 20px;
  border-bottom: 1px solid #fd7d14;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__head {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
}
.kcp-merit-ex__head + p {
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__head + p {
    font-size: 16px;
  }
}
.kcp-merit-ex__head + p sup {
  font-size: 50%;
}

.kcp-merit-ex__ttl {
  font-size: 27px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__ttl {
    font-size: 19px;
  }
}
.kcp-merit-ex__tab {
  display: flex;
  padding: 0 30px;
  gap: 3px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__tab {
    padding: 0;
    margin-top: 30px;
  }
}
.kcp-merit-ex__tab-item {
  font-size: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 58px;
  flex: 1;
  border-top-left-radius: 17px;
  border-top-right-radius: 17px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__tab-item {
    font-size: calc((90vw - 46px) / 3 / 7);
    line-height: 1.4;
  }
}
.kcp-merit-ex__tab-item:not(.current) {
  background-color: #999;
  color: #fff;
}

.kcp-merit-ex__tab-item.current {
  color: #fd7d14;
  background-color: #fff;
}

.kcp-merit-ex__tab-box-wrap {
  background-color: #fff;
  border-radius: 17px;
  padding: 40px 60px;
  margin-bottom: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__tab-box-wrap {
    padding: 35px 15px 40px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
.kcp-merit-ex__tab-box-wrap:after {
  content: "⇀";
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 9px;
  right: 10px;
  margin: auto;
  font-size: 23px;
  color: #666;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  background-color: #f0f0f0;
  padding-bottom: 2px;
}

@media screen and (min-width: 768px) {
  .kcp-merit-ex__tab-box-wrap:after {
    display: none;
  }
}
.kcp-merit-ex__tab-box {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__icon-wrap {
    overflow: hidden;
    overflow-x: scroll;
    padding-bottom: 15px;
  }
}
.kcp-merit-ex__icon {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__icon {
    gap: 20px;
    min-width: 135vw;
  }
}
.kcp-merit-ex__icon-item {
  width: calc((100% - 130px) / 5);
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__icon-item {
    width: calc((100% - 80px) / 5);
  }
}
.kcp-merit-ex__icon-item__icon {
  position: relative;
}

.kcp-merit-ex__icon-item__icon:after {
  content: "";
  width: 27px;
  aspect-ratio: 1/1;
  display: block;
  background: url(/common//img/machine/katenelease/katene_cp_battery/icon_plus.webp) no-repeat center center/100% auto;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -30px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__icon-item__icon:after {
    width: 16px;
    right: -18px;
  }
}
.kcp-merit-ex__icon-item__text {
  text-align: center;
  line-height: 1.3;
  margin-top: 8px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__icon-item__text {
    font-size: 13px;
  }
}
.kcp-merit-ex__icon-item__text span {
  font-weight: bold;
  display: block;
  font-size: 23px;
}

@media screen and (max-width: 767px) {
  .kcp-merit-ex__icon-item__text span {
    font-size: 16px;
  }
}
.kcp-merit-ex__icon-item__text span sup {
  font-size: 55%;
}

.kcp-merit-ex__icon-item:nth-child(5n) .kcp-merit-ex__icon-item__icon:after, .kcp-merit-ex__icon-item:last-child .kcp-merit-ex__icon-item__icon:after {
  content: none;
}

.kcp-banner {
  line-height: 0;
  text-align: center;
}
.kcp-banner__link {
  display: inline-block;
  transition: opacity 0.15s;
}
@media (min-width: 768px) {
  .kcp-banner__link:hover {
    opacity: 0.6;
  }
}

/*------------------------
      20250514追加分
--------------------------*/
.kcp-act {
    border: 5px solid #f2f4f7;
    border-radius: 20px;
    padding: 40px
}
@media screen and (min-width: 768px) {
  .kcp-act {
    margin-bottom: 80px;
  }
}
@media screen and (max-width:767px) {
    .kcp-act {
        padding: 20px 15px 30px
    }
}

.kcp-act__list {
    margin: 20px 0
}

.kcp-act__list:first-child {
    margin-top: 0
}

.kcp-act__list:last-child {
    margin-bottom: 0
}

.kcp-act__list-item, .kcp-act__list-item--black {
    padding-left: 20px;
    position: relative;
    line-height: 1.3;
    margin: 15px 0
}

@media screen and (max-width:767px) {
    .kcp-act__list-item, .kcp-act__list-item--black {
        margin: 10px 0;
        padding-left: 18px
    }
}

.kcp-act__list-item:before {
    content: "●";
    display: block;
    color: #f18302;
    position: absolute;
    top: 0;
    left: 0
}
.kcp-act__list-item--black:before {
    content: "●";
    display: block;
    color: #595757;
    position: absolute;
    top: 0;
    left: 0
}

.kcp-act+.kcp-bnr-wrap {
    margin-top: 90px
}

/*------------------------
      20250814追加分
--------------------------*/
.c-cv__side__katene__wrapper {
  position: fixed;
  right: 0;
  z-index: 5;
  top: 320px;
  transform: translateY(-50%);
  background-color: #fff;
  border-radius: 15px 0 0 15px;
}

@media screen and (max-width: 767px) {
  .c-cv__side__katene__wrapper {
      top: 24%;
      width: 41px;
  }
}


/*------------------------------------
    20250819追加分 アコーディオンボタン
--------------------------------------*/
.kcp-acco__btn.open .kcp-acco__btn-cross:before {
  transform: rotate(0deg);
}