.second_header-inner {
  box-sizing: content-box;
}

.md-typeset {
  font-size: 1.6rem; /* .8rem -> 1.6rem */
}

.md-typeset table:not([class]) {
  font-size: 1.28rem; /* 0.64rem -> 1.28rem */
}

.md-copyright {
  font-size: 1.28rem; /* .64rem -> 1.28rem */
}

.md-grid {
  max-width: 122rem; /* 61rem -> 122rem */
}
.col-th {
  width: 30rem;
  word-wrap: break-word;
}

.col-td {
  width: auto;
}

@media screen and (max-width: 1024px) {
  .col-th {
    width: 6rem;
  }

  .col-td {
    width: auto;
  }
}
