.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;
}
.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__list-item-in {
    margin-top: 20px;
    padding: 0;
    gap: 0 40px;
    align-items: center;
  }
  .p-top-banking__list-item-col {
    gap: 15px 0;
  }
  .p-top-banking__list-title {
    font-size: 1.8rem;
  }
  .p-top-banking__list-sub {
    font-size: 1.4rem;
  }
  .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__list-item-in {
    margin: 20px 0 0;
    padding: 15px 0 20px;
    align-items: center;
  }
  .p-top-banking__list-item-image {
    width: 25%;
  }
  .p-top-banking__list-item-col,
  .p-top-banking__list-buttons {
    flex-wrap: wrap;
  }
  .p-top-banking__list-item-col {
    gap: 10px 0;
  }
  .p-top-banking__list-buttons {
    -webkit-gap: 10px 0;
    gap: 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 {
    font-size: 0.9em;
  }

}
