@charset "UTF-8";

.w50per {
  width: 50% !important;
}

.bankList__inner {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--gray);
  border-bottom: solid 1px var(--gray);
}

.bankList__item {
  border-bottom: 1px solid var(--gray);
  border-right: 1px solid var(--gray);
  margin-bottom: 0px;
  padding: 8px 15px;
}

.accordionList__item__ttl + div {
  padding: 16px 15px 30px 15px;
}

@media screen and (min-width: 768px) {
  .bankList__item {
    width: 25%;
    margin-bottom: -1px;
  }
  .bankList__item:nth-child(4n) {
    border-right: none;
  }
  .fsXS {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 767.5px) {
  .bankList__item {
    width: 50%;
    margin-bottom: -1px;
  }
  .bankList__item:nth-child(2n) {
    border-right: none;
  }
  .emptyItem_pc {
    display: none;
  }
}

.accordionList__item--open > .accordionList__item__ttl {
  color: var(--black);
}
