.top {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.top__list {
  grid-template-columns: repeat(2, 293px);
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .top__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 1200px) and (max-width: 768px) {
  .top__list {
    grid-template-columns: 1fr;
  }
}

.calculate__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.calculate__title {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
  padding-top: 150px;
}
.calculate__title::before, .calculate__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.calculate__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.calculate__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .calculate__title {
    padding-top: 75px;
    font-size: 2.8rem;
  }
}
.calculate__container {
  max-width: 1000px;
  margin-inline: auto;
}
.calculate__text {
  margin-top: 50px;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.calculate__text::before, .calculate__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.calculate__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.calculate__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .calculate__text {
    margin-top: 25px;
  }
}
.calculate__graph-wrapper {
  overflow-y: hidden !important;
}
.calculate__graph {
  width: 100%;
  margin-top: 40px;
  min-width: 450px;
}
@media screen and (max-width: 768px) {
  .calculate__graph {
    margin-top: 20px;
  }
}
.calculate__graph--3 {
  min-width: 540px;
}
.calculate__note {
  color: #737373;
  line-height: 2.2857142857;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  margin-block-end: -0.5em;
  margin-block-start: -0.5em;
}
.calculate__note:nth-child(1 of .calculate__note) {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .calculate__note {
    margin-top: 15px;
  }
}

.price {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .price {
    padding-top: 75px;
  }
}
.price__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.price__title {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
}
.price__title::before, .price__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.price__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price__title {
    font-size: 2.8rem;
  }
}
.price__container {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .price__container {
    margin-top: 25px;
  }
}

.price-tab__container {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 40px;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (max-width: 768px) {
  .price-tab__container {
    margin-top: 20px;
  }
}
.price-tab__container--col2 {
  justify-content: center;
  gap: 50px;
}
.price-tab__image {
  max-width: 400px;
  width: 100%;
  margin-top: 30px;
}
.price-tab__list {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-inline: 5%;
}
@media screen and (max-width: 768px) {
  .price-tab__list {
    gap: 10px;
  }
}
.price-tab__item {
  position: relative;
  width: 300px;
  height: 62px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #737373;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .price-tab__item {
    height: 55px;
    font-size: 13px;
  }
}
.price-tab__item.is-active {
  background: var(--black);
  color: var(--white);
  border: none;
  position: relative;
}
.price-tab__item.is-active::after {
  content: "";
  position: absolute;
  display: inline-block;
  background: #1a1a1a;
  width: 16px;
  height: auto;
  aspect-ratio: 16/8;
  bottom: 0;
  left: 50%;
  translate: -50% 100%;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
}
.price-tab__item::before {
  content: "";
  position: absolute;
  left: 7.3333333333%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  height: auto;
}
@media screen and (max-width: 768px) {
  .price-tab__item::before {
    display: none;
  }
}
.price-tab__item--1::before {
  background-image: url(../img/icon_tab_01.png);
  width: 60px;
  width: 20%;
  aspect-ratio: 60/40;
}
.price-tab__item--2::before {
  background-image: url(../img/icon_tab_02.png);
  width: 52px;
  width: 17.3333333333%;
  aspect-ratio: 52/40;
}
.price-tab__item--3::before {
  background-image: url(../img/icon_tab_03.png);
  width: 41px;
  width: 13.6666666667%;
  aspect-ratio: 41/40;
}
.price-tab__contents {
  border-top: 1px solid #1a1a1a;
  background: #f7f7f5;
}
.price-tab__page {
  padding-block: 110px 100px;
  max-width: 1200px;
  width: 90%;
  margin-inline: auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .price-tab__page {
    padding-block: 55px 50px;
  }
}
.price-tab__page.is-active {
  display: block;
}
.price-tab__title {
  line-height: 1.2857142857;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
}
.price-tab__title::before, .price-tab__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-tab__title::before {
  margin-block-end: calc((1 - 1.2857142857) * 0.5em);
}
.price-tab__title::after {
  margin-block-start: calc((1 - 1.2857142857) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-tab__title {
    font-size: 2.4rem;
  }
}
.price-tab__title--small {
  font-size: 1.6rem;
}
.price-tab__title--br {
  display: none;
}
@media screen and (max-width: 600px) {
  .price-tab__title--br {
    display: block;
  }
}
.price-tab__subtitle {
  display: flex;
  align-items: center;
  gap: 1rem;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
.price-tab__subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #737373;
}
@media screen and (max-width: 767px) {
  .price-tab__subtitle::before {
    width: 15px;
  }
}
.price-tab__subtitle--mt {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .price-tab__subtitle--mt {
    margin-top: 30px;
  }
}
.price-tab__pdf-list {
  display: flex;
  justify-content: space-between;
  gap: 20px 150px;
  margin-top: 40px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .price-tab__pdf-list {
    margin-top: 20px;
  }
}
.price-tab__pdf-list .price-tab__link:first-of-type {
  margin-top: 0 !important;
}
.price-tab__disc {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  margin-top: 30px;
}
.price-tab__disc::before, .price-tab__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-tab__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.price-tab__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-tab__disc {
    margin-top: 15px;
  }
}
.price-tab__disc:first-child {
  margin-top: 0;
}
.price-tab__disc--black {
  font-weight: 900;
  color: #000;
}
.price-tab__block:not(:last-child) {
  padding-bottom: 60px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 768px) {
  .price-tab__block:not(:last-child) {
    padding-bottom: 30px;
  }
}
.price-tab__block:not(:first-child) {
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .price-tab__block:not(:first-child) {
    padding-top: 30px;
  }
}
.price-tab__note {
  color: #737373;
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  margin-block-end: -0.5em;
  margin-block-start: -0.5em;
  text-indent: -1em;
  padding-left: 1em;
}
.price-tab__note:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .price-tab__note:first-of-type {
    margin-top: 10px;
  }
}
.price-tab__note:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .price-tab__note:not(:first-of-type) {
    margin-top: 5px;
  }
}
.price-tab__note--red {
  color: #ff554d;
}
.price-tab__link {
  color: #0d3da9;
  border-bottom: 1px solid #0d3da9;
  padding-bottom: 5px;
  transition: opacity 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1.8;
}
.price-tab__link:only-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .price-tab__link:only-of-type {
    margin-top: 20px;
  }
}
.price-tab__link:first-of-type {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .price-tab__link:first-of-type {
    margin-top: 20px;
  }
}
.price-tab__link::after {
  content: "";
  background: url(../../../common/img/icon_pdf.svg) center/contain no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  flex-shrink: 0;
}
.price-tab__link:not(:first-of-type) {
  margin-top: 20px;
}
@media (hover) {
  .price-tab__link:hover {
    opacity: 0.5;
  }
}
.price-tab__right {
  background: var(--white);
  padding: 40px;
  max-width: 480px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .price-tab__right {
    padding: 20px;
  }
}
.price-list {
  line-height: 1.5;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
  border-collapse: separate;
  border-spacing: 1px;
  border: #737373;
  border-collapse: collapse;
  border: none;
}
.price-list::before, .price-list::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.price-list::before {
  margin-block-end: calc((1 - 1.5) * 0.5em);
}
.price-list::after {
  margin-block-start: calc((1 - 1.5) * 0.5em);
}
@media screen and (max-width: 768px) {
  .price-list {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .price-list__left {
    width: 100%;
  }
}
.price-list--a {
  width: 680px;
}
@media screen and (max-width: 768px) {
  .price-list--a {
    width: 100%;
  }
}
.price-list--a .price-list__cell:first-of-type {
  width: 45.5882352941%;
}
.price-list--a .price-list__cell:nth-of-type(n + 2) {
  width: 18.3823529412%;
}
.price-list--full {
  min-width: 640px;
  max-width: 1200px;
  width: 100%;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .price-list--full {
    width: min(100%, 1200px);
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .price-list--full {
    margin-top: 20px;
  }
}
.price-list--full .price-list__cell:first-of-type {
  width: 10%;
}
.price-list--full .price-list__cell:nth-of-type(2) {
  width: 16.8333333333%;
}
.price-list--full .price-list__cell:nth-of-type(3) {
  width: 16.8333333333%;
}
.price-list--full .price-list__cell:nth-of-type(4) {
  width: 19.5%;
}
.price-list--full .price-list__cell:nth-of-type(5) {
  width: 12.5%;
}
.price-list--full .price-list__cell:nth-of-type(6) {
  width: 12.5%;
}
.price-list--full .price-list__cell:nth-of-type(7) {
  width: 12.5%;
}
.price-list__cell {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .price-list__cell {
    padding: 10px 5px;
  }
}
.price-list__cell--note {
  background: #f7f7f5;
  border: 1px solid #737373;
  font-weight: 400;
}
.price-list__cell--small {
  padding: 15px 5px;
}
@media screen and (max-width: 768px) {
  .price-list__cell--small {
    padding: 10px 5px;
  }
}
.price-list__row--head {
  background: #737373 !important;
  color: var(--white);
}
.price-list__row--white {
  background: var(--white);
}
.price-list__row--grey {
  background: #ededeb;
}
.price-list__row table {
  border-collapse: collapse;
  border: none;
}
.price-list__row td,
.price-list__row th {
  border: none;
  border-left: 1px solid #d9d9d9;
  font-weight: 400;
  word-break: auto-phrase;
}
.price-list__row td:first-child,
.price-list__row th:first-child {
  border-left: none;
}
.price-list__row tr:first-child td,
.price-list__row tr:first-child th {
  border-top: none;
}
.price-list__row tr:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.price-list__row tbody {
  flex-shrink: 0;
}
.price-list__note {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.4rem;
  text-indent: -1em;
  padding-left: 1em;
  color: #737373;
  margin-block-end: -0.5em;
  margin-block-start: -0.5em;
}
.price-list__note:first-of-type {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .price-list__note:first-of-type {
    margin-top: 10px;
  }
}
.price-list__note:not(:first-of-type) {
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .price-list__note:not(:first-of-type) {
    margin-top: 5px;
  }
}
.price-list__note--red {
  color: #ff554d;
}
.price-list__link {
  color: #0d3da9;
  border-bottom: 1px solid #0d3da9;
  padding-bottom: 5px;
  transition: opacity 0.3s;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  gap: 20px;
}
.price-list__link::after {
  content: "";
  background: url(../../../common/img/icon_pdf.svg) center/contain no-repeat;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  flex-shrink: 0;
}
.price-list__link:first-of-type {
  margin-top: 40px;
}
.price-list__link:not(:first-of-type) {
  margin-top: 20px;
}
@media (hover) {
  .price-list__link:hover {
    opacity: 0.5;
  }
}

.contruct__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .contruct__list {
    grid-template-columns: 1fr;
  }
}
.contruct__item {
  padding: 30px;
  background: var(--white);
  border-radius: 6px;
}
.contruct__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  .contruct__link {
    justify-content: flex-start;
    gap: 10px;
  }
}
.contruct__link::after {
  content: "";
  background: url(../../../common/img/icon_pdf.svg) center/contain, no-repeat;
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: auto;
  aspect-ratio: 16/20;
  flex-shrink: 0;
}
@media (hover) {
  .contruct__link:hover {
    opacity: 0.5;
  }
}
.contruct__title {
  color: #0d3da9;
  font-size: 2rem;
}
.contruct__title--small {
  font-size: 1.4rem;
}
.contruct__disc {
  margin-top: 3rem;
  line-height: 1.8666666667;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
}
.contruct__disc::before, .contruct__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contruct__disc::before {
  margin-block-end: calc((1 - 1.8666666667) * 0.5em);
}
.contruct__disc::after {
  margin-block-start: calc((1 - 1.8666666667) * 0.5em);
}

.contact__contents {
  background: var(--white);
  padding: 30px 40px;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}
.contact__logo {
  max-width: 160px;
  width: 100%;
  margin-top: 40px;
}
.contact__text {
  line-height: 1.75;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.contact__text::before, .contact__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__text::before {
  margin-block-end: calc((1 - 1.75) * 0.5em);
}
.contact__text::after {
  margin-block-start: calc((1 - 1.75) * 0.5em);
}
.contact__tell {
  margin-top: 20px;
}
.contact__icon {
  width: 23px;
}
.contact__number {
  line-height: 1.2142857143;
  letter-spacing: 0.06em;
  font-size: 2.8rem;
}
.contact__number::before, .contact__number::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__number::before {
  margin-block-end: calc((1 - 1.2142857143) * 0.5em);
}
.contact__number::after {
  margin-block-start: calc((1 - 1.2142857143) * 0.5em);
}
.contact__reception {
  margin-top: 16px;
  line-height: 2.1333333333;
  letter-spacing: 0.06em;
  font-size: 1.5rem;
  color: #737373;
}
.contact__reception::before, .contact__reception::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.contact__reception::before {
  margin-block-end: calc((1 - 2.1333333333) * 0.5em);
}
.contact__reception::after {
  margin-block-start: calc((1 - 2.1333333333) * 0.5em);
}

.payment {
  padding-block: 150px;
}
@media screen and (max-width: 768px) {
  .payment {
    padding-block: 75px;
  }
}
.payment__inner {
  max-width: 1200px;
  margin-inline: auto;
  width: 90%;
}
.payment__title {
  line-height: 1.625;
  letter-spacing: 0.12em;
  font-size: 3.2rem;
}
.payment__title::before, .payment__title::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.payment__title::before {
  margin-block-end: calc((1 - 1.625) * 0.5em);
}
.payment__title::after {
  margin-block-start: calc((1 - 1.625) * 0.5em);
}
@media screen and (max-width: 768px) {
  .payment__title {
    font-size: 2.8rem;
  }
}
.payment__container {
  max-width: 1000px;
  margin-inline: auto;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .payment__container {
    margin-top: 25px;
  }
}
.payment__disc {
  line-height: 2;
  letter-spacing: 0.05em;
  font-size: 1.6rem;
}
.payment__disc::before, .payment__disc::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.payment__disc::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.payment__disc::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.payment__disc--black {
  font-weight: 900;
  color: #000;
}
.payment__block {
  border-top: 1px solid #d9d9d9;
}
.payment__block:not(:first-child) {
  margin-top: 60px;
  padding-top: 60px;
}
@media screen and (max-width: 768px) {
  .payment__block:not(:first-child) {
    margin-top: 30px;
    padding-top: 30px;
  }
}
.payment__head {
  line-height: 1.2857142857;
  letter-spacing: 0.12em;
  font-size: 2.8rem;
  display: flex;
  align-items: center;
  gap: 30px;
}
.payment__head::before, .payment__head::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.payment__head::before {
  margin-block-end: calc((1 - 1.2857142857) * 0.5em);
}
.payment__head::after {
  margin-block-start: calc((1 - 1.2857142857) * 0.5em);
}
@media screen and (max-width: 768px) {
  .payment__head {
    font-size: 2.4rem;
    gap: 10px;
  }
}
.payment__head::before {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: auto;
}
@media screen and (max-width: 768px) {
  .payment__head::before {
    scale: 0.7;
  }
}
.payment__head--1::before {
  content: "";
  display: inline-block;
  background-image: url(/gas_usage/price/img/icon_bank.png);
  width: 50px;
  aspect-ratio: 50/33;
}
.payment__head--2::before {
  content: "";
  display: inline-block;
  background-image: url(/gas_usage/price/img/icon_card.png);
  width: 50px;
  aspect-ratio: 50/36;
}
.payment__head--3::before {
  content: "";
  display: inline-block;
  background-image: url(/gas_usage/price/img/icon_cs.png);
  width: 50px;
  aspect-ratio: 50/44;
}
.payment__container--col2 {
  display: flex;
  align-items: flex-start;
  gap: 46px;
  margin-top: 40px;
}
@media screen and (max-width: 1024px) {
  .payment__container--col2 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1024px) and (max-width: 768px) {
  .payment__container--col2 {
    margin-top: 20px;
  }
}
.payment__container--col2 .payment__textbox {
  width: calc(100% - 470px);
}
@media screen and (max-width: 1024px) {
  .payment__container--col2 .payment__textbox {
    width: 100%;
  }
}
.payment__textbox {
  width: 100%;
}
.payment__text {
  line-height: 2;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.payment__text::before, .payment__text::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.payment__text::before {
  margin-block-end: calc((1 - 2) * 0.5em);
}
.payment__text::after {
  margin-block-start: calc((1 - 2) * 0.5em);
}
.payment__text--black {
  color: #000;
  font-weight: 900;
}
.payment__note {
  color: #737373;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  line-height: 1.7142857143;
  letter-spacing: 0.06em;
}
.payment__note:nth-of-type(2) {
  margin-top: 45px;
}
@media screen and (max-width: 768px) {
  .payment__note:nth-of-type(2) {
    margin-top: 20px;
  }
}
.payment__note--red {
  margin-top: 30px;
  color: #ff554d;
}
@media screen and (max-width: 768px) {
  .payment__note--red {
    margin-top: 15px;
  }
}
.payment__subtitle {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-size: 2rem;
}
.payment__subtitle::before, .payment__subtitle::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.payment__subtitle::before {
  margin-block-end: calc((1 - 1.6) * 0.5em);
}
.payment__subtitle::after {
  margin-block-start: calc((1 - 1.6) * 0.5em);
}
@media screen and (max-width: 768px) {
  .payment__subtitle {
    align-items: flex-start;
    margin-top: 25px;
    gap: 10px;
  }
}
.payment__subtitle::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 1px;
  background: #d9d9d9;
}
@media screen and (max-width: 767px) {
  .payment__subtitle::before {
    width: 15px;
    margin-top: 0.5lh;
  }
}
.payment__logo-group {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .payment__logo-group {
    gap: 15px;
    margin-top: 15px;
  }
}
.payment__logo-item {
  width: 100%;
}
.payment__logo-item--1 {
  max-width: 100px;
}
.payment__logo-item--2 {
  max-width: 71px;
}
.payment__logo-item--3 {
  max-width: 80px;
}
.payment__logo-item--4 {
  max-width: 60px;
}
.payment__logo-item--5 {
  max-width: 80px;
}
.payment__list {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .payment__list {
    margin-top: 30px;
  }
}
.payment__item {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 1.5em;
  text-indent: -1.5em;
}

.bank-list {
  width: 455px;
}
@media screen and (max-width: 768px) {
  .bank-list {
    width: 100%;
  }
}
.bank-list .bank-list__cell:first-of-type {
  width: 42.6373626374%;
}
.bank-list .bank-list__cell:nth-of-type(2) {
  width: 30.7692307692%;
}
.bank-list .bank-list__cell:nth-of-type(3) {
  width: 27.2527472527%;
}
.bank-list__row:first-child {
  background: #737373 !important;
  color: var(--white);
}
.bank-list__row:nth-child(2n+1) {
  background: #ededeb;
}
.bank-list__cell {
  padding: 15px 5px;
  text-align: center;
  vertical-align: middle;
  line-height: 3.5;
  letter-spacing: 0.06em;
  font-size: 1.6rem;
}
.bank-list__cell::before, .bank-list__cell::after {
  content: "";
  display: block flow;
  inline-size: 0;
  block-size: 1px;
}
.bank-list__cell::before {
  margin-block-end: calc((1 - 3.5) * 0.5em);
}
.bank-list__cell::after {
  margin-block-start: calc((1 - 3.5) * 0.5em);
}
.bank-list table {
  border-collapse: collapse;
  border: none;
}
.bank-list td,
.bank-list th {
  border: none;
  border-left: 1px solid #d9d9d9;
  font-weight: 400;
}
.bank-list td:first-child,
.bank-list th:first-child {
  border-left: none;
}
.bank-list tr:first-child td,
.bank-list tr:first-child th {
  border-top: none;
}
.bank-list tr:last-child {
  border-bottom: 1px solid #d9d9d9;
}
.bank-list tbody {
  flex-shrink: 0;
}/*# sourceMappingURL=style.css.map */