@charset "UTF-8";
.scroll-hint-icon {
  top: 11% !important;
}

@media only screen and (max-width: 767px) {
  .c-headlineMain,
  .c-headlineSub {
    width: 87.692vw;
  }
}

.ir-financial {
  margin: min(5.333vw, 64px) 0 min(8.667vw, 104px);
}
@media only screen and (max-width: 767px) {
  .ir-financial {
    margin: 16.41vw 0 26.667vw;
  }
}
.ir-financial__outer {
  display: grid;
  justify-items: center;
}
.ir-financial__inner {
  width: min(91.667vw, 1100px);
}
@media only screen and (max-width: 767px) {
  .ir-financial__inner {
    width: 87.692vw;
  }
}
.ir-financial__section {
  display: grid;
  gap: min(3.333vw, 40px);
}
@media only screen and (max-width: 767px) {
  .ir-financial__section {
    gap: 10.256vw;
  }
}
.ir-financial__table {
  width: min(91.667vw, 1100px);
  border: 1px solid var(--gray_1);
  border-collapse: collapse;
}
@media only screen and (max-width: 767px) {
  .ir-financial__table {
    width: 282.051vw;
  }
}
.ir-financial__table th, .ir-financial__table td {
  height: min(5.25vw, 63px);
  color: var(--gray_text);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
  border: 1px solid var(--gray_1);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table th, .ir-financial__table td {
    height: 16.154vw;
    font-size: 4.103vw;
  }
}
.ir-financial__table th {
  padding: min(1.333vw, 16px) min(3.333vw, 40px);
  background: var(--light_green_1);
  font-size: min(1.167vw, 14px);
  font-weight: var(--weight-medium);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table th {
    padding: 4.103vw 10.256vw;
    font-size: 3.59vw;
  }
}
.ir-financial__table th[scope=row] {
  width: min(25vw, 300px);
  text-align: start;
}
@media only screen and (max-width: 767px) {
  .ir-financial__table th[scope=row] {
    width: 76.923vw;
  }
}
.ir-financial__table th.setting {
  padding: min(1.333vw, 16px) min(1.667vw, 20px) min(1.333vw, 16px) min(3.333vw, 40px);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table th.setting {
    padding: 4.103vw 5.128vw 4.103vw 10.256vw;
  }
}
.ir-financial__table td {
  padding: min(1.333vw, 16px) min(3.333vw, 40px);
  width: min(13.333vw, 160px);
  font-family: var(--family-en);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
  text-align: end;
}
@media only screen and (max-width: 767px) {
  .ir-financial__table td {
    padding: 4.103vw 10.256vw;
    width: 41.026vw;
    font-size: 4.103vw;
  }
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-scroll {
    overflow-y: scroll;
    padding-right: 6.154vw;
    width: 93.846vw;
  }
}
.ir-financial__table-unit {
  display: grid;
  justify-items: end;
  margin: min(2vw, 24px) 0;
  font-size: min(1.167vw, 14px);
  font-weight: var(--weight-medium);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-unit {
    justify-items: start;
    margin: 10.256vw 0 6.154vw;
    width: 87.692vw;
    font-size: 3.59vw;
  }
}
.ir-financial__table-note {
  position: relative;
  margin-left: min(2vw, 24px);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-note {
    margin-left: 6.154vw;
    width: 81.538vw;
  }
}
.ir-financial__table-note::before {
  position: absolute;
  display: inline-block;
  content: "※";
  top: 0;
  left: max(-2vw, -24px);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-note::before {
    left: -6.154vw;
    font-size: 4.103vw;
  }
}
.ir-financial__table-note-list {
  display: grid;
  grid-auto-flow: row;
  gap: min(0.333vw, 4px);
  counter-reset: number-counter;
  list-style-type: none;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-note-list {
    gap: 2.051vw;
  }
}
.ir-financial__table-note-list li {
  position: relative;
  counter-increment: number-counter;
  margin-left: min(1.333vw, 16px);
  padding-left: min(0.333vw, 4px);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-note-list li {
    margin-left: 4.103vw;
    padding-left: 1.026vw;
    font-size: 4.103vw;
  }
}
.ir-financial__table-note-list li::before {
  position: absolute;
  display: inline-block;
  content: counter(number-counter) ".";
  top: 0;
  left: max(-1.333vw, -16px);
  font-size: min(1.333vw, 16px);
  font-weight: var(--weight-regular);
}
@media only screen and (max-width: 767px) {
  .ir-financial__table-note-list li::before {
    left: -4.103vw;
    font-size: 4.103vw;
  }
}/*# sourceMappingURL=ir_financial.css.map */