.neobankRelative {
  position: relative;
}

.neobankFlex {
  display: flex;
  gap: 20px 30px;
  flex-wrap: wrap;
  color: #333;
  margin-top: 20px;
  position: relative;
}

.neobankFlex .col {
  width: calc((100% - 30px) / 2);
  border: 1px solid #d0d0d0;
  padding: 20px 20px 0;
  background-color: #fff;
}

.neobankFlex .items .pic {
  padding-bottom: 18px;
}

.neobankFlex .items .pic img {
  width: 100%;
  vertical-align: bottom;
}

.neobankFlex .items .descText {
  text-align: center;
  font-size: 18px;
}

.neobankFlex .items .descText strong {
  color: #333;
}

.neobankFlex .items .descText._s {
  text-align: center;
  font-size: 16px;
}

.neobankFlex .items .item {
  border-top: 1px solid #d0d0d0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 121px;
  justify-content: center;
  padding-block: 16px 20px;
  margin-top: 12px;
}

.neobankFlex .items .item .itemTitle {
  text-align: center;
  font-weight: 700;
  font-size: 24px;

}

.neobankFlex .items .item .itemText {
  text-align: center;
  font-size: 16px;
}

.neobank_bg_top,
.neobank_bg_bottom {
  position: relative;
}

.neobank_bg_bottom {
  padding-bottom: 60px !important;
}

.neobank_bg_top::before {
  content: "";
  display: block;
  width: 100vw;
  height: 590px;
  background: url("/jp/ja/jmb/jalneobank/service/premium/img_sites/bg_top.jpg") no-repeat 0 0;
  background-size: 1920px auto;
  background-position: center 0;
  position: absolute;
  top: -1px;
  left: 0;
}

@media (min-width: 1920px) {
  .neobank_bg_top::before {
    background-size: 100% auto;
  }
}

.neobank_bg_bottom::before {
  content: "";
  display: block;
  width: 100vw;
  height: 310px;
  background: url("/jp/ja/jmb/jalneobank/service/premium/img_sites/bg_bottom.jpg") no-repeat 0 bottom;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  left: calc(((100vw - 930px) / 2)* -1);
}

@media (max-width: 740px) {

  .neobankFlex {
    flex-direction: column;
  }

  .neobankFlex .col {
    width: 100%;
  }

  .neobank_bg_top::before {
    background-image: url("/jp/ja/jmb/jalneobank/service/premium/img_sites/bg_top_sp.jpg");
    background-size: 100% auto;
    background-position: 0 0;
  }

  .neobank_bg_bottom::before {
    background-image: url("/jp/ja/jmb/jalneobank/service/premium/img_sites/bg_bottom_sp.jpg");
    left: -10px;
  }
}

/* カスタムCSS */
.ctm_contentsFull_img {
  padding-block: 0;
  position: relative;
  display: flex;
  align-items: center;
  aspect-ratio: 24 / 5;
  padding-block: 30px 50px;
}

.ctm_contentsFull_img::before {
  display: inline-block;
  content: "";
  width: 100vw;
  height: 100%;
  background-image: url("/jp/ja/jmb/jalneobank/service/premium/img_sites/bg_pc.jpg");
  background-size: 1920px auto;
  background-position: center bottom;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}

@media (min-width: 1920px) {
  .ctm_contentsFull_img::before {
    background-size: 100% auto;
  }
}

@media (max-width: 740px) {
  .ctm_contentsFull_img::before {
    background-size: 100% auto;
  }
}


.ctm_pageTtl.hc01 {
  color: #fff;
}

@media (max-width: 740px) {
  .ctm_contentsFull_img::before {
    background-image: url("/jp/ja/jmb/jalneobank/service/premium/img_sites/bg_sp.jpg");
    background-size: cover;
  }

}