.header--simple a {
  pointer-events: none;
}

.container.container--without-nav {
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.body-container {
  max-width: 940px;
  margin: 0 auto;
}

/* メインビジエリア */

.keyvisual-area {
  width: 100vw;
  margin: 0 auto;
  margin: 0 calc(50% - 50vw);
  /* background-color: #4DA457; */
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 620px;
}

.keyvisual-area::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4DA457;
  transform: skewY(-4.5deg) translateY(-90px);
  z-index: -1;
}

.keyvisual-area .image--single {
  margin-top: 50px;
  margin-bottom: 0px;
}

.keyvisual__text {
  width: 940px;
  margin: 0 auto;
}

.keyvisual__text  p {
  color: #ffffff;
}

.keyvisual__logo {
  width: 400px;
  height: 80px;
  background-color: #ffffff;
  border-radius: 8px;
  margin: 0 auto;
  position: absolute;
  top: 81%;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0px 15px 25px 0 rgba(0, 0, 0, 0.25);
}

.keyvisual__logo img {
  padding: 21px 52px;
}


/* アプラスカードをもっとおトクに */

.aplus-card {
  margin-bottom: 160px;
}

.aplus-card__title {
  margin-bottom: 40px;
  font-size: 32px;
  color: #B4A427;
}

.aplus-card__condition {
  width: fit-content;
  font-size: 24px;
  border-bottom: 1px solid #C5C5C5;
  margin: 0 auto 30px;
  font-weight: bold;
}

ol.aplus-card__list {
  counter-reset: num;
}
ol.aplus-card__list li {
  font-size: 18px;
  line-height: 1.5em;
  font-weight: bold;
  padding-left: 40px;
  margin-bottom: 30px;
}

ol.aplus-card__list li::before{
  counter-increment: num;
  content: counter(num);
  color: #B4A427;
  font-size: 48px;
}

.aplus-card__present {
  margin-bottom: 40px;
}

.point_subtxt {
  font-size: 18px;
  color: #C63717;
  font-weight: bold;
}

.list-ordered--asterisk li {
  margin-bottom: 20px;
}


/* CVエリア */

.cv-area__bg {
  width: 100vw;
  margin: 0 auto;
  margin: 0 calc(50% - 50vw);
  position: relative;
  z-index: 1;
  height: fit-content;
  padding-bottom: 160px;
}

.cv-area__bg.middle {
  background-color: #F5F7F1;
}

.cv-area__bg::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4DA457;
  transform: skewY(-4.5deg) translateY(-90px);
  z-index: -1;
}

.button-area {
  text-align: center;
  color: #ffffff;
}

.button-area .button-area__text {
  color: #ffffff;
  margin-bottom: 10px;
}

.button {
  width: 420px;
  margin: 0 auto;
  padding: 20px 0;
  border: 0;
  border-radius: 90px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0px 10px 20px #00000033;
}

.button.cv {
  background: #BD321A;
  margin-bottom: 40px;
}

.button.account {
  background: #C5AA13;
}

.list-center {
  width: fit-content;
  margin: 20px auto;
}

/* SBI新生銀行のメリット */

.benefits {
  background: #F5F7F1;
  width: 100vw;
  margin: 0 auto;
  margin: 0 calc(50% - 50vw);
  padding-bottom: 140px;
}

.benefits:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #4DA457;
  transform: skewY(-4.5deg) translateY(-90px);
  z-index: -1;
}

.benefits__content-title {
  font-size: 40px;
  margin-bottom: 30px;
  color: #4DA457;
  text-align: center;
}

.benefits__list {
  max-width: 940px;
  margin: 0 auto;
}

.benefits__list-item {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  background: #fff;
  margin-bottom: 45px;
  padding: 60px;
  border-radius: 5px;
}

.benefits__list-item:nth-child(even) {
  flex-direction: row-reverse;
}

.benefits__list-item:last-child {
  margin-bottom: 0;
}

.benefits__text-box {
  max-width: 410px;
  width: 100%;
}

.benefits__image-box {
  max-width: 460px;
  width: 100%;
}

.benefits__line {
  width: 100%;
  margin: 18px 0;
  border-top: 1px solid #b9b9b9;
  border-bottom: 0;
}

.benefits__title {
  margin-bottom: 20px;
  color: #4DA457;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.25;
}

.benefits__text-box .list-circle .list-circle__item {
  font-size: 16px;
  font-weight: bold;
}

.benefits-atm {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.benefits-atm__text-box {
  width: 270px;
}

.benefits-atm__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #222;
  line-height: 1.4;
}

.benefits-atm__text {
  font-size: 13px;
  color: #222;
}

.point-tag {
  font-size: 15px;
  font-weight: bold;
  color: #e3215a;
  line-height: 1.25;
}

.benefits .list-circle > li::before {
  background-color: #4DA457;
}

.benefits-atm__image-box {
  margin-top: 45px;
  width: 135px;
}

.benefits__annotation {
  width: 900px;
  margin: 0 auto;
  margin-top: 26px;
}

.benefits__annotation ul li {
  margin-bottom: 20px;
}

.procedure-flow {
  padding: 80px 0 84px;
}


.benefit__flex {
  margin-bottom: 40px;
}

.benefit__flex .benefits__annotation {
  margin-top: 0px;
}

.flex__division_3 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-top: 48px;
  max-width: 940px;
}

.flex__division_3 > div {
  width: 32%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px -5px #909090;
  margin: 0 0 20px;
  text-align: center;
}
.flex__division_3 > div p:first-child {
  background:#DDF2E0;
  text-align: center;
  padding: 20px 0;
  margin: 0;
  border-radius: 10px 10px 0 0;
}
.flex__division_3 > div p:not(:first-child) {
  padding: 10px 0;
}

.flex__division_3 > div:nth-of-type(2) {
  margin: 0 2% 20px;
}

.benefits__list-item.point_program {
  padding: 40px;
}


.benefits__list-item.point_program .benefits__image-box{
  width: 370px;
  margin-top: 30px;
}

.benefits__list-item.point_program .benefits__title {
  font-size: 24px;
}

span.green {
  color: #4DA457;
}


@media screen and (max-width: 1019px) {

  .body-container {
    margin: 0 20px;
  }
  .block-contents-wrapper {
    margin-top: 20px !important;
  }

  .keyvisual-area {
    height: auto;
  }
  .keyvisual-area::before {
    background-color: #ffffff;
  }

  .keyvisual-area .image--single {
    margin-top: 0px;
  }

  .main_sp__bottom {
    height: 170px;
    max-width: 828px;
    margin: 0 auto;
    position: relative;
  }
  .main_sp__bottom::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #4DA457;
    transform: skewY(-4.5deg) translateY(-90px);
    z-index: -1;
  }

  .keyvisual__text {
    width: auto;
    margin: 0 20px;
  }

  .keyvisual__text p {
    color: #ffffff;
  }

  .keyvisual__logo {
    max-width: 335px;
    height: 77px;
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translateX(-50%);
  }

  .keyvisual__logo img {
    padding: 20px;
  }

  .aplus-card__title {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .aplus-card__condition {
    font-size: 18px;
  }

  ol.aplus-card__list {
    max-width: 650px;
    margin: 0 auto;
  }

  ol.aplus-card__list li {
    font-size: 14px;
    line-height: 1.5em;
    font-weight: bold;
    padding-left: 40px;
    margin-bottom: 30px;
  }

  ol.aplus-card__list li::before{
    counter-increment: num;
    content: counter(num);
    color: #B4A427;
    font-size: 36px;
    top: 50%;
    transform: translateY(-50%);
  }

  .button-area {
    margin: 0 20px;
  }

  .button__position {
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .button {
    width: auto;
  }


  .benefits__content-title {
    font-size: 24px;
  }

  .benefits {
    padding: 0px 20px 120px;
  }

  .benefits__list {
    /* max-width: 750px; */
    width: 100%;
  }

  .benefits__list-item {
    display: block;
    margin: 0;
    margin-bottom: 45px;
    padding: 40px 20px;
  }

  .benefits__image-box, .benefits__text-box .list-circle, .benefits__text-box p, .benefits-atm {
    max-width: 500px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .benefits__title {
    font-size: 24px;
    text-align: center;
  }

  .benefits__text-box {
    max-width: 100%;
  }

  .benefits__image-box {
    max-width: 500px;
    width: 100%;
    margin: 20px auto 11px;
  }

  .benefits__text-box .list-circle .list-circle__item {
    font-size: 14px;
  }

  .benefits-atm {
    margin-top: 20px;
  }

  .benefits-atm__text-box {
    width: 100%;
  }

  .benefits-atm__text {
    margin-top: 19px;
  }

  .benefits-atm__image-box {
    margin-top: 10px;
    width: 100%;
  }

  .benefits__line {
    max-width: 550px;
    margin: 0 auto;
    color: #B9B9B9;
  }

  .benefits__annotation {
    /* max-width: 750px; */
    width: 100%;
    margin: auto;
    padding: 20px 0;
  }

  .benefits__list-item.point_program {
    padding: 20px;
  }

  .benefits__list-item.point_program .benefits__image-box{
    width: 100%;
    margin-bottom: 30px;
  }

  .benefit__flex div:first-child {
    margin-top: 30px;
  }

  .flex__division_3 > div {
    width: 100%;
    margin: 0 0 20px !important;
  }
  .flex__division_3 > div:nth-of-type(2) {
    margin: 0 0 20px;
  }
  .sixreason {
    padding: 72px 0;
  }
 .flex__division_3 {
    justify-content: space-between;
    margin-top: 0;
  }
  .flex__division_3 > div p:first-child {
    padding: 3vw;
  }
  .flex__division_3 img {
    width: 80%;
  }

  .block-inner-large.disclaimer {
    margin-top: 0px;
  }
}

/*モーダル部分*/

@media screen and (max-width: 1019px) {
  .how-to-open_modal p {
    color: #222222;
  }

  .how-to-open_modal p.text-left {
    text-align: left;
  }

  .how-to-open__item:last-child {
    flex: none;
    width: 49%;
  }

  .how-to-open__item:not(:last-child) {
    margin-right: 20px;
  }

  .how-to-open__item-body {
    position: relative;
  }

  .how-to-open__tip-text::before {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 2px;
    transform: rotate(346deg);
    width: 2px;
    height: 0.9em;
    background: #e62c62;
  }

  .how-to-open__tip-text::after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    right: 2px;
    transform: rotate(14deg);
    width: 2px;
    height: 0.9em;
    background: #e62c62;
  }

  p.how-to-open__term {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    background: #036bbd;
    padding: 4px;
    margin: 0;
  }

  .account-h2 {
    line-height: 1.5;
    text-align: center;
    font-size: 24px;
    margin: 0 0 30px;
  }

  .how-to-open {
    display: block;
  }

  .how-to-open_modal {
    padding-top: 30px;
    display: block;
    width: 95%;
    margin: 0 auto;
  }

  .how-to-open__item:last-child {
    width: auto;
  }

  .how-to-open__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .how-to-open .btn,
  .how-to-open .btn-newtab {
    max-width: 375px;
  }

  .app-acount-benefits {
    background: #2883d8;
    padding: 20px 0;
  }
  .app-acount-benefits__title {
    margin-bottom: 20px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }

  .app-acount-benefits-download__group {
    max-width: 316px;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 auto;
  }

  .app-acount-benefits-download__link {
    max-width: 140px;
    width: 100%;
    margin-right: 12px;
  }

  .app-acount-benefits-download__link:last-child {
    margin-right: 0;
  }

  .app-acount-benefits__box a {
    color: #fff;
  }

  .app-acount-benefits__box .link--external::after {
    background: url(/common21/imgs/icon-newtab-white.svg) no-repeat center/contain;
  }

  .modal_icon{
    width: 35px;
  }

  .modal__web_text, .modal__app_text_area  {
    padding-right: 20px;
    padding-left: 20px;
  }

  .account_modal_title {
    font-size: 20px;
    color: #222;
    font-weight: bold;
    line-height: 1.5;
    text-align: center;
    margin: 0 0 10px;
  }

  p.how-to-open__tip-text {
    margin: 0;
    padding: 0 14px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, -3px);
    font-weight: bold;
    color: #e62c62;
    line-height: 1.4;
    font-size: 16px;
    min-width: max-content;
  }

  .modal_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.5;
    padding-top: 5px;
  }
  .how-to-open__item {
    display: flex;
    flex-direction: column;
    flex: 1;
    border: 1px solid #e0e5e9;
    border-radius: 4px;
  }

  .how-to-open__item.bg-blue {
    margin-bottom: 10px;
    background-color: #2883d8;
  }

  .how-to-open__appeal_modal {
    display: flex;
    align-items: center;
    padding: 0px 20px;
    color: #2076C7;
    font-weight: bold;
  }
}



