.content.page {
    padding-right: 15px;
    height: 800px;
    overflow-y: auto;
}

.content.page h2 {
    font-size: 2em;
}
.content.page h3 {
    font-size: 1.5em;
}
.content.page h4 {
    font-size: 1em;
}
.content.page h5 {
    font-size: 1em;
}

.content.page .full table {
    width: 100%;
    font-size: 85%;
    letter-spacing: -0.01em;
}
.content.page .half table {
    width: 50%;
    font-size: 90%;
}
.content.page table th {
    vertical-align: middle;
}

h2.heading {
    position: relative;
    font-size: 130%!important;
    font-weight: normal;
    margin: 0.83em 0;
    padding: 0;
}
h2.heading:first-of-type {
    margin: 0;
}

h2.heading span {
    position: absolute;
}

h2.heading span:nth-of-type(1) {
    top: 28%;
    left: 50%;
    transform: translateX(-50%);
}
h2.heading span:nth-of-type(2) {
    top: 28%;
    right: 20px;
}
h5.heading {
    font-size: 1em;
    padding-bottom: 10px;
    border-bottom: 2px solid #3fa553;
}

.news_more {
    display: flex;
    justify-content: flex-end;
    margin: 10px 0;
}
.news_list {
    list-style-type: none;
    margin: 5px 10px 15px 25px;
    padding: 0;
}
.news_item {
    margin-bottom: 5px;
}
.news_item time {
    margin-right: 16px;
}
.news_item p {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.tb_s01 {
    font-size: 85%;
}
.tb_s01 th, .tb_s01 td {
    text-align: center;
}