.main {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto 20px;
    padding: 40px;
    box-sizing: border-box;
    overflow: hidden;
}

.main .title {
    font-size: 42px;
    text-align: center;
    margin-top: 20px;
}

.main .title_min {
    font-size: 35px;
    text-align: center;
    font-weight: bold;
    color: #257628;
    margin-top: 20px;
}

.main .img_result_p {
    text-align: center;
    margin-top: 20px;
}

.img_result {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.main .table_title {
    font-size: 35px;
    margin-bottom: 20px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: none
}

.wp_block_table {
    overflow-x: auto;
}

.wp_block_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid rgba(0, 0, 0, .1);
}

.wp_block_table td, .wp_block_table th {
    border: 1px solid;
    padding: .5em;
}

footer {
    background-color: #fff;
}

.footer_container {
    max-width: 1200px;
    background-color: #fff;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 20px;
}

.footer_images {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex-wrap: wrap;
}

.footer_images img {
    width: 200px
}

.footer_menu {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    flex-wrap: wrap;

}

.result_jump a {
    text-decoration: underline;
    color: #1e73be
}

.result_jump a:hover {
    color: #222;
}

.custom_th {
    display: flex;
    background-color: #f0f0f0;
}

.custom_th li {
    width: 33%;
    text-align: center;
    font-weight: bold;
    line-height: 44px;
}

.custom_td li {
    display: flex;

}

.custom_td li:nth-child(even) {
    background-color: #f0f0f0;
}

.custom_td li span {
    width: 33%;
    text-align: center;
    line-height: 44px;
}

.custom_td li span a {
    text-decoration: underline;
    color: #1e73be
}

.custom_td li span a:hover {
    color: #222;
}


.result_jump_list li {
    width: 270px;
    height: 55px;
    display: flex;
    align-items: center;
    margin: 20px auto;
    position: relative;
    text-decoration: none;
    vertical-align: middle;
    justify-content: center;
    border: 2px solid #505ac7;
    border-radius: 4px 4px 4px 4px;
    background-color: #c42121;
    box-shadow: 0px 0px 2px 0px #333333;
}

.result_jump_list li a {
    color: #ffffff;
    font-family: Tahoma;
    font-size: 20px;
    text-align: center;
    font-style: normal;
    font-weight: bold;
    line-height: 1em;
    /* box-sizing: border-box; */
    /* display: block; */
    /* background-color: unset; */
    /* padding: 18px 0px 0px 0px; */
}

.result_jump_list li:hover {
    background-color: #fff;
}

.result_jump_list li:hover a {
    color: #505ac7;
}

.time_title {
    width: 100%;
    background-color: #02d62d;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 55px;
    line-height: 55px;
}

.time_title_bg {
    background-color: #0366d6;
    margin-bottom: 5px;
}