@charset "UTF-8";
body {
  background-color: var(--color-bg-red);
}

.bank-pay {
  margin: 0 auto;
  /* padding: 20px; */
  color: var(--color-black);
  font-family: "Noto Serif JP";
  /* スタイル適用 */
}
.bank-pay .text {
  max-width: 1720px;
  font-family: "Noto sans JP";
}
.bank-pay .title-text {
  font-family: "Noto Serif JP";
}
.bank-pay .heading {
  background-color: #F0DBDB;
  /* width: 100vw; */
  display: flex;
  padding: 24px 29px;
  align-items: center;
  gap: 10px;
}
.bank-pay .heading p {
  font-size: 24px;
  color: #6F5456;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  font-family: "Noto Serif JP";
}
.bank-pay .text {
  width: 80%;
  background-color: rgba(255, 255, 255, 0.7);
  padding: 16px 36px 36px 36px;
  margin: 50px auto;
  border-radius: 12px;
}
.bank-pay .text p {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  flex-wrap: nowrap;
  /* 改行を防ぐ */
}
.bank-pay .number {
  text-align: right;
  margin-right: 1em;
  flex-shrink: 0;
  white-space: nowrap;
  /* 番号とテキストの間の改行を防ぐ */
}
.bank-pay .number::before {
  content: attr(data-number);
}
.bank-pay .number.bracket {
  font-size: 16px;
  text-indent: 1em;
  /* 1段落下げ */
}
.bank-pay .number.circle {
  font-size: 16px;
  font-weight: normal;
  text-indent: 2em;
  /* 2段落下げ */
}
.bank-pay .bold-text {
  font-weight: bold;
}
.bank-pay .text .sub-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 20px;
}
.bank-pay .text .title-text {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .bank-pay main {
    padding: 5px;
  }
  .bank-pay .text {
    padding: 10px 10px;
    width: 95%;
  }
  .bank-pay .text p {
    flex-direction: row;
    /* スマホでも横並びを維持 */
    align-items: flex-start;
    /* 上揃えに変更 */
  }
  .bank-pay .number {
    text-align: left;
    margin-bottom: 0;
    text-indent: 0;
  }
}
@media (max-width: 390px) {
  .bank-pay .text {
    font-size: 12px;
  }
  .bank-pay main {
    padding: 5px;
  }
}
.bank-pay .end .text-end {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.bank-pay .end .date {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
.bank-pay .end .start-date {
  display: block;
  text-align: right;
  margin-bottom: 15px;
}

/*# sourceMappingURL=bank-pay.css.map */
