@charset "UTF-8";
.content__box .table__open {
  transition: 0.3s all;
}
.content__box .table__open + .table__open {
  margin-top: 32px;
}
.content__box .table__open:last-child {
  padding-bottom: 120px;
  position: relative;
}
.content__box .table__open:last-child:before, .content__box .table__open:last-child:after {
  content: "";
  display: block;
  position: absolute;
}
.content__box .table__open:last-child:before {
  width: calc(100% - 120px);
  max-width: 920px;
  height: 134px;
  background: url(/assets/images/common/cow01.avif) right center/contain no-repeat;
  bottom: -64px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .table__open:last-child:before {
    width: calc(100% - 110px);
    height: 100px;
    bottom: -56px;
  }
}
.content__box .table__open:last-child:after {
  width: 100%;
  max-width: 1040px;
  height: 70px;
  background: url(/assets/images/common/cow02.avif) right center/contain no-repeat;
  bottom: -52px;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .table__open:last-child:after {
    height: 60px;
    bottom: -48px;
    left: -20px;
  }
}
.content__box .table__open .table__overflow {
  height: 420px;
  overflow-x: auto;
  overflow-y: hidden;
}
.content__box .table__open .flex__box {
  width: 100%;
  max-width: 1040px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .content__box .table__open .flex__box {
    display: flex;
    padding-right: 10px;
  }
}
.content__box .table__open .flex__box .text__box {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-block: 16px;
}
.content__box .table__open .more__btn__arrow {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.content__box .table__open .more__btn__arrow span {
  width: 20px;
  transition: 0.3s all;
  transform-origin: center;
}
.content__box .table__open .more__btn__arrow span img {
  width: 100%;
  height: auto;
}
.content__box .table__open .more__btn {
  box-sizing: border-box;
  padding: 0 0 0 0;
  width: 100%;
  max-width: 1040px;
  position: relative;
  padding-top: 16px;
}
@media only screen and (min-width: 1040px) {
  .content__box .table__open .more__btn::before {
    content: "";
    display: block;
    position: absolute;
    inset: -60px 0 auto 0;
    margin: auto;
    height: 60px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
  }
}
.content__box .table__open .more__btn .link__box {
  margin-top: 16px;
}
.content__box .table__open .more__btn .link__box a.aft__arrow::after {
  transition: 0.3s all;
  transform: rotate(90deg);
}
.content__box .table__open .more__btn .table__note {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .content__box .table__open .more__btn .table__note {
    padding-right: 20px;
  }
}
.content__box .table__open.open .table__overflow {
  height: auto;
}
.content__box .table__open.open .more__btn::before {
  display: none;
}
.content__box .table__open.open .more__btn a.aft__arrow::after {
  transform: rotate(-90deg);
}
.content__box .table__open.open .more__btn__arrow span {
  transform: rotate(-180deg);
}
.content__box section:nth-child(4) .section__inner {
  position: relative;
}
.content__box section:nth-child(4) .section__inner::before {
  content: "";
  position: absolute;
  width: 95%;
  max-width: 1040px;
  height: 64px;
  background: url(/assets/images/common/ai-gun01.avif) right center/contain no-repeat;
  top: 20px;
  left: -20px;
}
@media only screen and (max-width: 767px) {
  .content__box section:nth-child(4) .section__inner::before {
    height: 40px;
    top: 46px;
    left: -10px;
  }
}

table.ratio__archive tr > * {
  font-size: 1.4rem;
}
table.ratio__archive thead tr th {
  text-align: center;
  line-height: 1.2;
  padding-block: 5px;
}
table.ratio__archive thead tr th:first-child {
  width: 8rem;
}
table.ratio__archive thead tr th:nth-of-type(2) {
  width: 15rem;
}
table.ratio__archive thead tr th:nth-of-type(3) {
  width: 6rem;
}
table.ratio__archive tbody tr:last-child > *:first-child {
  border-radius: 0;
}
table.ratio__archive tbody tr:nth-last-child(3) > *:first-child {
  border-radius: 0 0 0 10px;
}
table.ratio__archive tbody tr td {
  text-align: right;
}

/* 追従する複製ヘッダー用のスタイル */
.fixed-table-header {
  position: fixed;
  left: 0;
  z-index: 9999; /* 他の要素より確実に上に来るように数値を増やしました */
  width: 100%;
  pointer-events: none;
  display: none;
  border-collapse: separate; /* 角丸対策 */
  background-color: #ffffff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 0 !important;
  overflow: hidden;
}

.fixed-table-header th {
  border-radius: 0 !important;
  background-color: #edf4e7;
  box-sizing: border-box;
}/*# sourceMappingURL=tyosa_jusei.css.map */