.content__box .section__box.overflow table.type01 {
  table-layout: auto;
}
.content__box .section__box.overflow table.type01 thead th {
  box-sizing: border-box;
}
.content__box .section__box.overflow table.type01 thead th:nth-of-type(1) {
  width: 650px;
}
.content__box .section__box.overflow table.type01 thead th:nth-of-type(2) {
  width: 100px;
}
.content__box .section__box.overflow table.type01 thead th:nth-of-type(3) {
  width: 135px;
}
.content__box .section__box.overflow table.type01 thead th:nth-of-type(4) {
  width: 125px;
}
.content__box .section__box.overflow table.type01 tbody tr:first-child td:nth-of-type(1) {
  width: 300px;
  border-radius: 0 0 0 10px;
}
.content__box .section__box.overflow table.type01 tbody tr:first-child td:nth-of-type(2) {
  width: 100px;
}
.content__box .section__box.overflow table.type01 tbody tr:last-child > *:first-child {
  border-radius: 0;
}
.content__box .section__box.overflow table.type01 tbody tr td:nth-last-of-type(3) {
  text-align: center;
}
.content__box .section__box.overflow table.type01 tbody tr td:nth-last-of-type(2) {
  text-align: center;
}
.content__box .section__box.overflow table.type01 tbody tr td:last-child {
  text-align: right;
}
.content__box .section__box.overflow .link__box {
  max-width: 1040px;
}
.content__box .sec__another {
  position: relative;
  padding-bottom: 50px;
}
.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 {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .content__box .sec__another .sec__ttl {
    font-size: 3.8rem;
    line-height: 1.26;
  }
}