@charset "UTF-8";

.container.container--without-nav {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0!important;
}

.block-inner{
  margin-bottom: 0;
}

main {
  background: url(/lp/imgs/sbi_vc_opening/bg_blue_pc.png) repeat;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  z-index: 5;
  margin-bottom: 0 !important;
  background-attachment: fixed;
}

.main-bg-pc {
  background: url(/lp/imgs/sbi_vc_opening/bg_chain_pc_01.png) repeat;
  min-height: 100vh;
  background-position: center;
  background-size: cover;
  z-index: 5;
  background-attachment: fixed;
}

.under-bg{
  background: url(/lp/imgs/sbi_vc_opening/bg_chain_pc_02.png) no-repeat;
  z-index: 5;
  min-height: 60vh;
  background-position: center;
  background-size: cover;
  margin-top: -45vh;
}

.main-widht {
  width: 920px;
  margin: 0 auto;
}

.mv {
  background: url(/lp/imgs/sbi_vc_opening/kv_bg_pc.png) repeat-x 0 0;
  min-height: 500px;
  z-index: 10;
}

.mvInner {
  position: relative;
  width: 796px;
  height: 100%;
  margin: 0 auto;
}

.mvContent {
  position: absolute;
  top: 40px;
  left: -52px;
  text-align: center;
}

.h2-title {
  padding: 10px 0;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  background-color: #2076c7;
  text-align: center;
}

.cards {
  width: 100%;
  border: 1px solid #e0e5e9;
  border-radius: 8px;
}

.cards__title {
  background-color: #2076c7;
  border-radius: 8px 8px 0 0;
}

.cards__text {
  background-color: #ffffff;
  padding: 20px 15px 20px;
  font-size: 14px;
  border-radius: 0 0 8px 8px !important;
  height: 350px;
}

.cards__text2 {
  background-color: #ffffff;
  padding: 20px 15px 20px;
  font-size: 14px;
  border-radius: 0 0 8px 8px !important;
}

.cards__text2 p{
  margin-bottom: 0;
}

.cards__text--points {
  font-size: 18px;
}

.points {
  font-size: 38px;
  color: #e73c0f;
}

ol > li::before {
  content: counter(custom-counter) ". ";
  font-weight: bold;
  padding-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
}

.cards__title--text {
  padding: 20px 10px;
  font-size: 18px;
  color: #ffffff;
}

.text-s {
  font-size: 12px;
}

.p4 {
  padding: 4px;
}

.link-under{
  text-align: center;
  margin-top: 100px;
}

.link-under a{
  color: #2076c7;
}

.column-irregular {
  border: 1px solid #e0e5e9;
  width: 95%;
  margin: 15px auto;
  padding: 20px;
  border-radius: 15px;
}

.column-irregular .column__sm--04 {
  border-right: 1px solid #e0e5e9;
}

.block-topic {
  background-color: transparent;
}

.column .column__sm--04:nth-of-type(1) .cards__text,
.column .column__sm--04:nth-of-type(2) .cards__text,
.column .column__sm--04:nth-of-type(3) .cards__text {
  height: 250px;
}

.attention{
  position: relative;
}


.mb-90{
  margin-bottom: 90px;
}


.box-conversion{
  background-color: transparent;
}


@media screen and (max-width: 1019px) {
  .mv {
    background: none;
    min-height: auto;
  }
  .mvInner{
    width: auto;
    height: auto;
  }
  .mvContent{
    position: relative;
    top: 0;
    left: 0;
  }
  .main-widht {
    width: calc(100% - 40px);
  }
  .cards__text {
    height: auto;
  }

  .cards__text2 {
    height: auto;
  }
  .step-connect__box-wrap{
    margin: 0;
  }
  main {
    background: url(/lp/imgs/sbi_vc_opening/bg_blue_sp.png) repeat;
    width: 100%;
    background-position: center;
    background-size: contain;
    z-index: 5;
    margin-bottom: 0!important;
  }

  .mvImg img{
    width: 100%;
  }

  .main-bg-pc{
    background: none;
  }

  .main-bg-sp {
    background: url(/lp/imgs/sbi_vc_opening/bg_chain_sp_01.png) no-repeat;
    background-size: contain;
    z-index: 5;
  }

  .under-bg{
    background: url(/lp/imgs/sbi_vc_opening/bg_chain_sp_02.png) no-repeat;
    z-index: 5;
    background-size: cover;
  }

  .box-conversion__opening {
    width: 100%;
    border: 1px solid #e0e5e9;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 20px;
  }
  .app-download__group {
    display: flex;
    justify-content: center;
  }
  .app-download__link {
    flex: 1;
  }
  .app-download__link-os {
    text-align: center;
  }
  .app-download__link-os img {
    width: 90%;
    max-width: 150px;
  }
  .box-conversion__btn {
    padding:10px 20px;
  }
}


