@charset "utf-8";

img {
  height: auto;
}
span.fs {
  display: inline-block;
}
.page-main__wrapper{
  max-width: 1080px;
  width: 100%;
  margin: 48px auto 0;
  padding: 0 24px
}
@media screen and (min-width:768px) {
  .page-main__wrapper{
    padding:0;
  }
}
.page-content__head2{
  padding: 0;
  text-align: center;
}
/*app-badge*/
.app-badge{
  display: inline-block;
  width: max-content;
  height: fit-content;
  padding: 2px 10px;
  border-radius: 20px;
  color:#fff;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
}
.app-badge--ppmini{
  background-color: #3895ff;
}
.app-badge--ppsec{
  background-color: #fd5c5c;
}
/*service-cooperation*/
.service-cooperation__kv{
  display: block;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
}
ul.service-cooperation__note > li{
  font-size: 1.2rem;
}
.service-cooperation__list{
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 24px;
  margin-top: 48px;
}
.service-cooperation__items{
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  max-width: 344px;
  width: 100%;
  margin: 24px auto 0;
}
.service-cooperation__item{
  display: grid;
  grid-template-columns: 80px auto;
  column-gap: 8px;
  font-size: 1.2rem;
}
.service-cooperation__mini{
  font-size: 0.9rem;
}
@media screen and (min-width:768px) {
  ul.service-cooperation__note > li{
    font-size: 1.4rem;
  }
  .service-cooperation__list{
    grid-template-columns: repeat(3,1fr);
  }
  .service-cooperation__items{
    max-width: max-content;
    flex-direction: row;
    column-gap: 16px;
    margin: 24px 0 0;
  }
  .service-cooperation__item{
    grid-template-columns: auto auto;
  }
}
/*cooperation-point-card*/
.cooperation-point-card{
  position: relative;
  padding-top: 22px;
  max-width: 344px;
  margin: 0 auto;
  width: 100%;
}
.cooperation-point-card__badge{
  position: absolute;
  top:0;
  left: 50%;
  transform: translate(-50%,0);
  border-radius: 20px;
  padding: 4px 16px 3px;
  background: #32b1e6;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-align: center;
  max-width: max-content;
  width: 100%;
}
.cooperation-point-card__badge::before{
  content: '';
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translate(-50%, 0);
  border-top: solid 13px #32B1E6;
  border-left: solid 7.5px transparent;
  border-right: solid 7.5px transparent;
}
.cooperation-point-card__link{
  position: relative;
  display: flex;
  column-gap: 16px;
  align-items: center;
  padding: 24px 20px 41px;
  border-radius: 8px;
  color: #242323;
  height: 100%;
  transition: all .3s;
}
.cooperation-point-card__link::after{
  content: '';
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 9px;
  background: url('/service/images/bank/icon_down-arrow.svg') no-repeat center center / contain;
}
.cooperation-point-card__link:hover{
  text-decoration: none;
  opacity: .7;

}
.cooperation-point-card__img{
  max-width: 100px;
  width: 100%;
}
.cooperation-point-card__services{
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}
.cooperation-point-card__text{
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.8px;
  margin-top: 4px;
}
@media screen and (min-width:768px) {

}
/*method*/
.method__inner{
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  width: 100%;
  margin: 48px auto 0;
}
.mehod__item{
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
}
.mehod__branch{
  position: relative;
}
.method__ballon{
  position: relative;
  display: block;
  width: max-content;
  padding: 2px 12px;
  border-radius: 50px;
  background-color: #ffd98d;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  margin: 0 auto 8px;
}
.method__ballon::before{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ffd98d;
}
.method__wrapper{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  column-gap: 7.6px;
}
.method__setting-btn{
  width: calc(50% - 3.8px);
  font-size: min(1.4rem, 3.73vw);
  letter-spacing: 0.02em;
  padding: 3.3px 8px;
}
.method__paypay-bank-btn{
  width: calc(50% - 3.8px);
}
.method__button{
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding: 11.5px 8px;
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  cursor: pointer;
}
.method__button--border{
  padding: 10.5px 7px;
}
.mehod__links{
  margin-top: 8px;
  padding: 11.5px 8px;
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (min-width:768px) {
  .method__button{
    font-size: 1.6rem;
    padding: 18px 8px;
  }
  .method__ballon{
    font-size: 1.4rem;
  }
  .method__ballon::before{
    border-top: 9px solid #ffd98d;
  }
  .method__wrapper{
    display: flex;
    column-gap: 9.4px;
  }
  .method__setting-btn{
    width: calc(50% - 4.7px);
    font-size: 1.6rem;
    padding: 5.72px 8px;
  }
  .method__paypay-bank-btn{
    width: calc(50% - 4.7px);
  }
  .method__button--border{
    padding: 17px 7px;
  }
}
/*explanation*/
.explanation__items{
  display: flex;
  flex-direction: column;
  row-gap: 48px;
}

/*service-item*/
.service-item__title{
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.9px;
  text-align: center;
  margin-bottom: 16px;
  padding: 0 8px;
}
.service-item__title::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #3895FF;
  border-radius: 100vh;
}
.service-item__title-txt{
  display: inline-block;
  padding: 0 8px;
  background-color: #fff;
}
.service-item__support{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 24px;
  column-gap: 8px;
}
.service-item__app{
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #000;
}
.service-item__important{
  letter-spacing: 0.05em;
}
.service-item__balance-img{
  display: block;
  max-width: 200px;
  width: 100%;
  margin: 24px auto;
}
.service-item__deposit-img{
  display: block;
  max-width: 500px;
  width: 100%;
  margin: 24px auto;
}
.service-item__withdraw-img{
  display: block;
  max-width: 634px;
  width: 97%;
  margin: 24px auto 48px;
}
.service-item__wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 816px;
  width: 100%;
  margin: 0 auto;
}
.service-item__kind{
  max-width: 400px;
  width: 100%;
}
.service-item__ballon{
  position: relative;
  display: block;
  width: max-content;
  padding: 2px 12px;
  border-radius: 50px;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
  margin: 0 auto 8px;
}
.service-item__ballon::before{
  content: '';
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
  border-left: 7.5px solid transparent;
  border-right: 7.5px solid transparent;
}
.service-item__ballon--ppmini{
  background-color: #3895ff;
}
.service-item__ballon--ppmini::before{
  border-top: solid 8px #3895ff;
}
.service-item__ballon--ppsec{
  background-color: #fa1919;
}
.service-item__ballon--ppsec::before{
  border-top: solid 8px #fa1919;
}
.service-item__button{
  max-width: 400px;
  width: 100%;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  padding: 10.5px 7px;
}
@media screen and (min-width:768px) {
  .service-item__title{
    font-size: 2rem;
    letter-spacing: 1px;
  }
  .service-item__balance-img{
    margin: 48px auto;
  }
  .service-item__deposit-img{
    margin: 48px auto;
  }
  .service-item__withdraw-img{
    max-width: 650px;
    margin: 48px auto 96px;
  }
  .service-item__wrapper{
    flex-direction: row;
  }
  .service-item__ballon{
    font-size: 1.4rem;
  }
  .service-item__ballon--ppmini::before{
    border-top: solid 9px #3895ff;
  }
  .service-item__ballon--ppsec::before{
    border-top: solid 9px #fa1919;
  }
  .service-item__ballon::before{
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }
  .service-item__button{
    font-size: 1.6rem;
    padding: 17px 7px;
  }
}
.note-area{
  padding: 16px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
.note-area__title{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  font-weight: 600;
}
@media screen and (min-width:768px) {
  .note-area{
    padding: 24px;
  }
}
.alignment__text{
  text-align: left;
}

@media screen and (min-width:768px) {
  .alignment__container {
    max-width: 1068px;
    margin: 0 auto;
    padding: 0;
  }
  .alignment__text{
    text-align: center;
  }
}
.step-lists {
  width: calc(100% + 24px);
  padding-left: 12px;
}
.step-lists .slick-list {
  padding: 0 32.5% 0 0!important;
}
.step-lists__item {
  margin-right: 23px;
}
.step-lists__item-pic {
  padding: 9% 7.75% 0;
  position: relative;
}
.step-lists__item .step-lists__item-pic::before {
  content: "";
  display: block;
  width: 18.5%;
  height: 13.2%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.step-lists__item:nth-of-type(1) .step-lists__item-pic::before {
  background-image: url(/service/images/bank/step-icon01.png);
}
.step-lists__item:nth-of-type(2) .step-lists__item-pic::before {
  background-image: url(/service/images/bank/step-icon02.png);
}
.step-lists__item:nth-of-type(3) .step-lists__item-pic::before {
  background-image: url(/service/images/bank/step-icon03.png);
}
.step-lists__item:nth-of-type(4) .step-lists__item-pic::before {
  background-image: url(/service/images/bank/step-icon04.png);
}
.step-lists__item:nth-of-type(5) .step-lists__item-pic::before {
  background-image: url(/service/images/bank/step-icon05.png);
}
.step-lists__item .step-lists__item-pic::after {
  content: "";
  display: block;
  width: 16px;
  height: 29px;
  background: url(/service/images/bank/step-arrow.png) no-repeat center;
  background-size: contain;
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
}
.step-lists__item:last-child .step-lists__item-pic::after {
  display: none !important;
}
.step-lists__item-text {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 24px;
  padding: 0 4%;
}
.step-lists__controller {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 327px;
  height: 40px;
  list-style: none;
  padding: 0;
  margin: 16px auto 0;
  text-align: center;
  position: relative;
}
.step-lists__controller-prev,
.step-lists__controller-next {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 0;
}
.step-lists__controller-prev {
  left: 0;
}
.step-lists__controller-next {
  right: 0;
}
.step-lists__controller-prev.slick-disabled,
.step-lists__controller-next.slick-disabled {
  opacity: 0;
}
.step-lists__controller-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
.step-lists__controller-dots li {
  width: 12px;
  height: 12px;
  margin: 0 6px;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.step-lists__controller-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  background: transparent;
  border: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  outline: none;
  padding: 0;
  cursor: pointer;
}
.step-lists__controller-dots li button:hover,
.step-lists__controller-dots li button:focus {
  outline: none;
}
.step-lists__controller-dots li button:hover:before,
.step-lists__controller-dots li button:focus:before {
  opacity: 1;
}
.step-lists__controller-dots li button:before {
  content: '';
  width: 8px;
  height: 8px;
  background: #ddd;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.step-lists__controller-dots li.slick-active button:before {
  width: 12px;
  height: 12px;
  background: #4da0ff;
}
@media screen and (min-width:768px) {

  .step-lists {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 36px;
    padding-left: 0;
  }
  .step-lists--step-2{
    grid-template-columns: repeat(3, calc((100% - 108px) / 4));
    justify-content: center;
  }
  .step-lists__item {
    margin-right: 0;
  }
  .step-lists__item-pic {
    padding: 14px 20px 0 20px;
  }
  .step-lists__item .step-lists__item-pic::before {
    width: 38px;
    height: 38px;
    background-position: center;
  }
  .step-lists__item .step-lists__item-pic::after {
    right: -26px;
  }
  .step-lists__item:nth-child(4n + 4) .step-lists__item-pic::after {
    display: none;
  }
  .step-lists__item-text {
    padding: 0 8px;
  }
  .service-lists__txt.service-lists__txt--mb10{
    margin: 20px 0 10px;
  }
  .step-lists__controller {
    display: none;
  }
}
.schedule__img{
  display: block;
  max-width: 491px;
  width: 100%;
  margin: 24px auto 0;
}
@media screen and (min-width:768px) {
  .schedule__img{
    margin: 32px auto 0;
  }
}