@charset "UTF-8";
.fs-36 {
  font-size: 36px;
}

@media screen and (max-width: 767px) {
  .fs-36-sp {
    font-size: 36px !important;
  }
}

.fs-40 {
  font-size: 40px;
}

@media screen and (max-width: 767px) {
  .fs-40-sp {
    font-size: 40px !important;
  }
}

.fs-48 {
  font-size: 48px;
}

@media screen and (max-width: 767px) {
  .fs-48-sp {
    font-size: 48px !important;
  }
}

.fs-56 {
  font-size: 56px;
}

.bd-radius-48 {
  border-radius: 48px !important;
}

.text-kerning {
  font-feature-settings: "palt" 1;
}

.text-upper.text-upper-sm::before, .text-upper.text-upper-sm::after {
  top: 2px;
  height: 80%;
  border-color: currentColor;
  border-width: 2px;
}
.text-upper.text-upper-sm::before {
  transform: rotate(-24deg);
}
.text-upper.text-upper-sm::after {
  transform: rotate(24deg);
}

.text-italic {
  font-style: italic;
}

.text-del {
  text-decoration: line-through;
}

.text-indent {
  text-indent: -1rem;
  padding-left: 1rem;
}

.lh-sm {
  line-height: 1.2;
}

.bg-jcom-net-light {
  background-color: #D9EDF8;
}

.bg-jcom-tv-light {
  background-color: #FBD9EB;
}

.inline {
  display: inline;
}

.list-note.star > li::before {
  content: "★";
}

.list-note-num.star > li::before {
  content: "★";
}

.swiper01 {
  position: relative;
  /*
  [class^="swiper01-button-prev"] {
  	left: 0;
  	transform: rotate(180deg);

  	@media screen and (max-width: 767px) {
  		left: 0;
  	}
  }

  [class^="swiper01-button-next"] {
  	right: 0;

  	@media screen and (max-width: 767px) {
  		right: 0;
  	}
  }
  */
}
.swiper01 .swiper-container {
  position: relative;
  text-align: center;
}
.swiper01 [class^=swiper01-button-prev],
.swiper01 [class^=swiper01-button-next] {
  display: none;
  /*
  &::after {
  	display: none;
  }

  position: absolute;
  z-index: 10;
  top: calc(50% - 70px);
  width: 40px;
  height: 40px;
  margin: auto;
  outline: none;
  background: url(/cm/images/btn_kv_slider.svg) no-repeat 0 0 / contain;

  @media screen and (max-width: 767px) {
  	display: none;
  }

  &.swiper-button-disabled {
  	opacity: .4;
  }
  */
}
.swiper01 [class^=swiper01-pagination] {
  margin-top: 24px;
  text-align: center;
}
.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet {
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  border-radius: 10px;
  background: #ccc;
  opacity: 1;
}
.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet::after {
  transition: 0.25s;
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background-color: #E93817;
  opacity: 0;
}
.swiper01 [class^=swiper01-pagination] .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  opacity: 1;
}

.cv-btn-custom {
  height: 58px;
  margin-inline: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .cv-btn-custom {
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .col-50-sp .cv-btn-custom {
    height: 62px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 16px;
  }
  .col-50-sp .btn-white-primary::after {
    width: 7px;
    right: 6px;
  }
}
sup {
  font-weight: normal;
}

.auloan-mv {
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  .auloan-mv {
    width: calc(100% + 24px);
  }
  .auloan-mv img {
    margin-left: -12px;
  }
}

.auloan-mv-2 {
  margin-inline: auto;
}

.icn-mdu {
  padding-left: 42px;
  background: url(../images/icn_sdu.svg) no-repeat center left/32px auto;
}

.icn-call {
  width: 32px;
  height: 32px;
  margin-top: -14px;
}

.label-w-72 {
  width: 72px;
}

.btn-white-primary.anchor-link::after {
  width: 16px;
  height: 9px;
  background: url(../images/icn_arr_btm_blk.svg) no-repeat center right/16px 9px;
}

.example-label-1::before,
.example-label-2::before {
  position: relative;
  content: "";
  width: 38px;
  height: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
}

.example-label-1::before {
  background-color: #e3f3ea;
}

.example-label-2::before {
  background-color: #def2fe;
}

.board-custom {
  overflow: hidden;
  padding: 24px 16px 0;
}
.board-custom .w-over {
  width: calc(100% + 32px) !important;
  margin-left: -16px !important;
}
@media screen and (min-width: 768px) {
  .board-custom .w-over-pc {
    width: calc(100% + 32px);
    margin-left: -16px;
  }
}

table.table-plan-custom .icn-plus {
  position: relative;
}
table.table-plan-custom .icn-plus::before {
  content: "";
  position: absolute;
  z-index: 10;
  top: calc(50% - 12px);
  left: calc(35% - 12px);
  width: 24px;
  height: 24px;
  background: url(../images/icn_service_add_blk.svg) no-repeat center center;
  background-size: 24px;
}
@media screen and (max-width: 767px) {
  table.table-plan-custom .icn-plus::before {
    top: calc(50% - 10px);
    left: calc(35% - 10px);
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
}

.movie-wrap {
  max-width: 586px;
  margin: 32px auto 0;
}
.movie-wrap .movie {
  max-width: 100%;
  aspect-ratio: 16/9;
}
.movie-wrap .movie iframe {
  width: 100%;
  height: 100%;
}

.xscroll-wrap {
  position: relative;
}
@media screen and (max-width: 599px) {
  .xscroll-wrap::after {
    transition: 0.4s opacity;
    pointer-events: none;
    content: "";
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 88%, rgb(255, 255, 255) 100%);
  }
  .xscroll-wrap.end::after {
    opacity: 0;
  }
}

#graf2,
#graf3 {
  position: relative;
  width: 100%;
  padding-bottom: 8px;
}
@media screen and (max-width: 599px) {
  #graf2 .xscroll,
  #graf3 .xscroll {
    width: 125%;
  }
}
@media screen and (max-width: 499px) {
  #graf2 .xscroll,
  #graf3 .xscroll {
    width: 150%;
  }
}
@media screen and (max-width: 399px) {
  #graf2 .xscroll,
  #graf3 .xscroll {
    width: 175%;
  }
}

@media screen and (max-width: 599px) {
  .ps__rail-x {
    opacity: 0.6 !important;
  }
}