.contents img{
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
      .contents {
        margin-top: 0 !important;
    }
  }
/* mv ----------------------------------- */
.mv{
  position: relative;
  width:100%;
  max-width:1400px;
  height: 100%;
  margin: 0 auto;
}
.mv h1{
  margin: 0;
}
.mv_link{
  display: block;
  width: 589px;
  height: 91px;
  position: absolute;
border-radius: 42px;
left: 50%;
bottom: 72px;
transform: translateX(-50%);
}
.mv_link:hover{
    background-color:rgba(255, 255, 255, .2);
}
@media only screen and (max-width: 767px) {
  .mv_link{
  width: calc(100% - 6%);
  height: 6.4%;
  border-radius: 26px;
  bottom: 9.1%;
}
}
/* checkPoint ----------------------------------- */
.checkPoint{
  background: url(../img/2026-web-account-opening-cp/checkpoint_bg.png) no-repeat;
  background-position: left bottom;
  position: relative;
  max-width: 1400px;
  height: 754px;
  padding: 63px 0 0;
  margin: 0 auto;
  z-index: 1;
}
.checkPoint h2{
  max-width: 551px;
  margin: 0 auto;
  transform: translateX(-4px);
}
.checkPoint .bubble{
  max-width: 395px;
  margin: 14px auto 0;
}
.checkPoint_flex{
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 19px auto 0;
}
.checkPoint_flex .item{
  max-width: 351px;  
}
.checkPoint .txt{
  max-width: 956px;
  margin: 25px auto 0;
  transform: translateX(-8px);
}
.checkPoint::after{
  display: block;
  content: "";
  background: url(../img/2026-web-account-opening-cp/arrow_forward.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  width: 89px;
  height: 98px;
  left: 50%;
  bottom: 0;
  transform: translate(-50%,65%);
}
@media only screen and (max-width: 767px) {
  .checkPoint,
  .checkPoint_flex{
    width: 100%;
    height: auto;
  }
  .checkPoint{
    padding: 39px 20px 36px;
    background-position: calc(50% - 34px) bottom;
  }
  .checkPoint h2{
  max-width: 292px;
  transform: none;
}
  .checkPoint .bubble{
    max-width: 344px;
  margin: 5px auto 0;
  }
  .checkPoint_flex{
    flex-direction: column;  
      margin: 20px auto 0;
      row-gap: 11px;
  }
  .checkPoint_flex .item{
    max-width: 100%;
  }
.checkPoint .txt{
  margin-top: 29px;
  transform: none;
}
.checkPoint::after{
  width: 51px;
  height: 50px;
}
}


/* present ----------------------------------- */
.present{
  background: url(../img/2026-web-account-opening-cp/present_bg.png) no-repeat;
  background-position: 0 -3px;
  max-width: 1400px;
  margin: -13px auto 0;
  padding: 145px 0 80px 1px;
  position: relative;
}
.present h2{
  max-width: 669px;
  margin: 0 auto;  
}
.present_txt{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: -21px;
}


.present_txt img:first-child{
  margin-bottom: 22px;
  margin-left: 34px;
}
.present_txt img:last-child{
  margin-left: -19px;
}
.present .qr{
  text-align: center;
  margin-top: 30px;
}
.present_btn{
  display: none;
}
@media only screen and (max-width: 767px) {
  .present{
    width: 100%;
    height: 100%;
    background: url(../img/2026-web-account-opening-cp/present_bg_sp.png) no-repeat;
    background-size: 100%;
    background-position: 0 104.5%;
    padding: 57px 0 56vw;
  }
  .present h2{
    max-width: 371px;
  }
  .present_txt{
    flex-direction: column;
    align-items: center;
      margin-top: -16px;
  }
.present_txt img:first-child,
.present_txt img:last-child{
  margin: 0;
}
.present_txt img:first-child{
  max-width: 274px;
}
.present_txt img:last-child{
  max-width: 385px;
}
  .present .qr{
    display: none;
  }
  .present_btn{
  display: block;
  max-width: 361px;
  margin: 10px auto 6px;
}
}
/* use ----------------------------------- */
.use{
  background: url(../img/2026-web-account-opening-cp/use_bg.png) no-repeat;
  max-width: 1400px;
  margin: 0 auto 50px;
  padding: 85px 0 92px;
  position: relative;
  z-index: 1;
}
.use h2{
  max-width: 432px;
  margin: 0 auto;  
}
.use_flex{
  display: flex;
  justify-content: space-between;
  max-width: 1098px;
  margin: 9px auto 0;
}

.use .item{
  max-width: 542px;  
}
.use .txt{
  font-size: 18px;
  color: #567674;
  line-height: 1.6;
  max-width: 1082px;
  margin: 14px auto 0;
}
@media only screen and (max-width: 767px) {
  .use,
  .use_flex{
    width: 100%;
    height: auto;
  }
  .use{
    background-position: -60px 0;
    margin: -20px 0 0;
    padding: 52px 10px;
  }
    .use h2{
      max-width: 295px;
    }
  .use_flex{
    flex-direction: column;
    align-items: center;
  }

  .use .txt{
    font-size: 15px;
    color: #838383;
    max-width: 334px;
  }

}
