@charset "UTF-8";
.l-float-contents__content {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 768px), print {
  .l-float-contents__content {
    padding: 10px 0;
  }
  .l-float-contents__content .c-btn__item {
    width: 100%;
  }
}
.c-grid.needitems .c-fig__thumbnail-image {
  max-width: 140px;
  max-height: 140px;
}
.c-grid.needitems + .c-grid.needitems {
  position: relative;
  margin-top: 100px;
}
.c-grid.needitems + .c-grid.needitems::before {
  content: "";
  text-align: center;
  color: #fff;
  position: absolute;
  display: block;
  aspect-ratio: 1;
  width: 60px;
  left: 50%;
  top: -80px;
  transform: translateX(-50%);
  background: url("/assets/image/recommend/2604first_account/ic_plus.svg") center/contain no-repeat;
}

/* ---------------------------------------------------------------- */
/* .p-top-banking */
/* - 個人/法人向けIB */
/* ---------------------------------------------------------------- */
.p-top-banking {
  position: relative;
  z-index: 2;
  background: linear-gradient(135deg, #e4f2ff 0%, #e1f5ff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.p-top-banking__list-item {
  background-color: #fff;
  border-radius: 8px;
}

.p-top-banking__list-index {
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 8px 8px 0 0;
}

.is-01 .p-top-banking__list-index {
  background-color: #4E9FE5;
}

.is-02 .p-top-banking__list-index {
  background-color: #4B4B98;
}

.p-top-banking__list-title {
  font-weight: bold;
  color: #32327F;
  text-align: center;
  width: 100%;
}

.p-top-banking__list-button-link {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FEE000 url("../image/common/icon_arrow_02_blue.svg") right 15px center no-repeat;
  color: #32327F;
  font-weight: bold;
}

.account .p-top-banking__list-button-link {
  background-color: #fff;
  border: 2px solid #32327F;
}

.p-top-banking__list-item-in {
  display: flex;
  justify-content: center;
  -webkit-gap: 0 20px;
  gap: 0 20px;
}

.p-top-banking__list-item-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.p-top-banking__list-buttons {
  display: flex;
  justify-content: center;
  width: 100%;
}

.p-top-banking__list-sub {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-top-banking__list-sub-link {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.p-top-banking__list-sub-link::before {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: calc(100% + 8px);
  height: 1px;
  background-color: #32327F;
}

.p-top-banking__list-sub-link::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #32327F;
  border-right: 2px solid #32327F;
  transform: rotate(45deg);
  position: relative;
  top: 1px;
  left: 5px;
}

@media screen and (min-width: 768px), print {
  .p-top-banking {
    padding: 25px 0;
  }
  .p-top-banking__list {
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .p-top-banking__list-item {
    width: 560px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .p-top-banking__list-index {
    font-size: 2.2rem;
    padding: 12px 0;
  }
  .p-top-banking__list-item-in {
    padding: 15px 20px 20px;
    align-items: flex-end;
  }
  .p-top-banking__list-item-in + .p-top-banking__list-item-in {
    padding-top: 0;
    margin-top: -20px;
  }
  .p-top-banking__list-title {
    margin: 0 0 10px;
    font-size: 1.8rem;
  }
  .p-top-banking__list-sub {
    font-size: 1.4rem;
    margin: 10px 0 0;
  }
  .p-top-banking__list-button {
    margin: 0 6px;
  }
  .p-top-banking__list-button-link {
    width: 220px;
    height: 54px;
    border-radius: 27px;
  }
  .account .p-top-banking__list-button-link {
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .p-top-banking {
    padding: 20px 15px;
  }
  .p-top-banking__list-index {
    padding: 10px 0;
    font-size: 2rem;
  }
  .p-top-banking__list-item-in {
    padding: 15px 30px 20px;
  }
  .p-top-banking__list-item-col,
  .p-top-banking__list-buttons {
    flex-wrap: wrap;
  }
  .p-top-banking__list-buttons {
    -webkit-gap: 15px 0;
    gap: 15px 0;
    margin: 10px 0;
    width: 100%;
  }
  .p-top-banking__list-button {
    width: 100%;
    min-width: 120px;
  }
  .p-top-banking__list-button-link {
    width: 100%;
    height: 50px;
    border-radius: 25px;
  }
  .p-top-banking__list-sub + .p-top-banking__list-sub {
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */