.all_style, .all_style p {
    font-size: 14px;
}

h2 {
    margin-bottom: 2em;
}

h3 {
    box-sizing: border-box;
    margin: 2em 0 1em;
    padding: 0.6em;
    font-size: 1.6em;
    background: #2860d5;
    color: #fff;
}

.yearend_date{
    font-size: 1.4em;
    font-weight: bold;
    line-height: 2em;
}

.yearend_day_box{
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.5em 1em;
    background: #dee9ff;
}

.yearend_day_box p:nth-of-type(2) {
  margin-top: 2em;
}

.yearend_day01 {
    display: inline-block;
    box-sizing: border-box;
    padding: 0.5em 1em;
    margin: 1em 0;
    font-size: 1.5em;
    font-weight: bold;
    color: red;
    text-align: center;
    border: solid 2px;
}

.yearend_day02 {
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 0.5em;
    margin: 0 0 15px;
    font-size: 1.5em;
    font-weight: bold;
    color: #ff8282;
    text-align: center;
    border: solid 2px;
}

table.yearend2023 {
    width: 100%;
    margin-top: 1em;
}

table.yearend2023 th,
table.yearend2023 td {
    padding: 0.5em;
    border: solid 1px #e6e9ee;
}

table.yearend2023 th {
    width: 8.5em;
    color: #fff;
}

table.yearend2023 td.style01 {
    background: #d3def1;
}

table.yearend2023 td.style02 {
    background: #d3e9f9;
}

table.yearend2023 td.style03 {
    background: #e5f1d9;
}

table.yearend2023 td.style04 {
    background: #fff3d6;
}