@media only screen and (max-width: 767px) {
  .content__box .section__box.overflow .overflow__inner {
    width: auto;
    padding: 0;
  }
}
.content__box .section__box.overflow .overflow__inner table {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.overflow .section__inner {
    padding-inline: 20px;
  }
}
.content__box .section__box.overflow .type01 thead th {
  box-sizing: border-box;
}
.content__box .section__box.overflow .type01 thead th:nth-of-type(1) {
  width: 600px;
}
.content__box .section__box.overflow .type01 thead th:nth-of-type(2) {
  width: 130px;
}
.content__box .section__box.overflow .type01 thead th:nth-of-type(3) {
  width: 185px;
}
.content__box .section__box.overflow .type01 thead th:nth-of-type(4) {
  width: 125px;
}
.content__box .section__box.overflow .type01 tbody tr td:last-child {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.overflow .type01 {
    display: block;
    border: none;
  }
  .content__box .section__box.overflow .type01 thead {
    display: none;
  }
  .content__box .section__box.overflow .type01 tbody {
    display: block;
  }
  .content__box .section__box.overflow .type01 tr {
    display: block;
    margin-bottom: 16px;
    border: 1px solid #45830E;
    border-radius: 10px;
    overflow: hidden;
  }
  .content__box .section__box.overflow .type01 tr > * {
    border: none;
  }
  .content__box .section__box.overflow .type01 td {
    display: flex;
    padding: 8px 20px;
    justify-content: flex-start;
    gap: 16px;
  }
  .content__box .section__box.overflow .type01 td::before {
    content: attr(data-label);
  }
  .content__box .section__box.overflow .type01 td:first-child {
    gap: 0;
    display: block;
    background: #edf4e7;
    border-radius: 0;
    font-weight: 600;
    padding-top: 12px;
    border-bottom: 1px solid #45830E;
  }
  .content__box .section__box.overflow .type01 td:nth-child(2) {
    padding-top: 16px;
  }
  .content__box .section__box.overflow .type01 td:last-child {
    border-bottom: none;
    padding-bottom: 16px;
  }
  .content__box .section__box.overflow .type01 td::before {
    content: attr(data-label);
    width: 120px;
    flex-shrink: 0;
    font-weight: 600;
  }
  .content__box .section__box.overflow .type01 tbody tr td:last-child {
    text-align: left;
  }
}
.content__box .section__box.overflow .link__box {
  max-width: 1040px;
  padding-right: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .section__box.overflow .type01 {
    display: block;
  }
}
.content__box .sec__another {
  position: relative;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__another {
    padding-bottom: 60px;
  }
}
.content__box .sec__another:after {
  content: "";
  display: block;
  position: absolute;
  width: 213px;
  height: 134px;
  background: url(/assets/images/common/cow01.avif) center center/cover no-repeat;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .content__box .sec__another:after {
    width: 160px;
    height: 100px;
    bottom: -60px;
    right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .sec__another .sec__ttl {
    font-size: 3.8rem;
    line-height: 1.26;
  }
}/*# sourceMappingURL=tosyo_text.css.map */