h2.h2-news span {
    font-size: 1.4rem;
}

section#info-20250801 h3 {
    text-align: center;
    border-bottom: none;
}

section#info-20250801 h3 span {
    border-bottom: #b3b3b3 1px solid;
}

section#info-20250801 h4 {
    text-align: center;
}

section#info-20250801 table {
    margin: 0 auto;
}
section#info-20250801 table td:first-child {
    width: 140px;
    text-align: left;
    padding-left: 5%;
}
section#info-20250801 table td:not(:first-child) {
    width: 90px;
    text-align: right;
    padding-right: 5%;
}
section#info-20250801 table td em {
    color: red;
    background-color: yellow;
    font-weight: bold;
    font-style: normal;
}

.dli-arrow-box {
    font-size: 50px;
    text-align: center;
    padding-top: 140px;
}

.dli-arrow-right {
  display: inline-block;
  vertical-align: middle;
  color: #333;
  color: #666;
  line-height: 1;
  position: relative;
  width: 1em;
  height: 0.1em;
  background: currentColor;
}

.dli-arrow-right::before {
  content: '';
  width: 0.65em;
  height: 0.65em;
  border: 0.1em solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(45deg);
  transform-origin: top right;
  position: absolute;
  top: 50%;
  right: -0.05em;
  box-sizing: border-box;
}
