td:nth-child(5),
td:nth-child(6)
{
    display: none;
}

#main_contents #tab_wrap .ranking-table {
    padding: 0 5px;
}

#main_contents #tab_wrap .comparison_change_table table {
    width: 100%;
}

#main_contents #tab_wrap .comparison_change_table td p,
#main_contents #tab_wrap .ranking-table tr:nth-child(3) td:not(.column-1) p {
    font-size: 13px;
    line-height: 1.4;
    padding: 0.5em 0.3em;
}

#main_contents #tab_wrap .comparison_change_table td {
    padding: 0;
}

#main_contents #tab_wrap .ranking-table tr:nth-child(4) td:not(.column-1) p {
    font-size: 21px;
}

#main_contents #tab_wrap .comparison_change_table th:first-child {
    width: 17%;
    font-size: 13px;
    /*background: #fbf9d8;*/
    min-width: 60px;
    line-height: 1.4;
    padding: 0.5em 0.3em;
}

#main_contents #tab_wrap .comparison_change_table table tr:first-child,
#main_contents #tab_wrap .comparison_change_table th:first-child {
    background: #35aeea;
    color: #fff;
    font-weight: bold;
}
#main_contents #tab_wrap .comparison_change_table table tr:first-child th,
#main_contents #tab_wrap .comparison_change_table table tr:last-child th{
    width: 17%;
    font-size: 13px;
    background: #35aeea;
    min-width: 60px;
    line-height: 1.4;
    padding: 0.5em 0.3em;
}

#main_contents #tab_wrap .comparison_change_table td, #main_contents #tab_wrap .comparison_change_table th {
    width: 90px;
    min-width: auto;
}

#main_contents #tab_wrap .comparison_change_table table tr th,
#main_contents #tab_wrap .comparison_change_table table tr:first-child th,
#main_contents #tab_wrap .comparison_change_table table tr:last-child th {
    border: solid 1px #838383;
    border-right: none;
    border-bottom: none;
}

#main_contents #tab_wrap .comparison_change_table table tr td,
#main_contents #tab_wrap .comparison_change_table table tr:first-child td,
#main_contents #tab_wrap .comparison_change_table table tr:last-child td,
#main_contents #tab_wrap .ranking-table tr:last-child td:not(.column-1) {
    border: solid 1px #838383;
    border-right: none;
    border-bottom: none;
}

#main_contents #tab_wrap .comparison_change_table table {
    border-right: solid 1px #838383;
    border-bottom: solid 1px #838383;
    padding: 0;
}

#main_contents #tab_wrap .comparison_change_table tr:not(:first-child) td.column-2 {
    background: none;
}

#main_contents #tab_wrap .comparison_change_table table tr:first-child {
    height: 60px;
}

#main_contents #tab_wrap .comparison_change_table table tr:first-child td img {
    height: 35px;
    object-fit: contain;
}

#main_contents #tab_wrap .comparison_change_table tr:last-child td:not(.column-1) a {
    background: #008535;
    padding: 6px 0px 4px;
    font-size: 15px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 17px;
    border-bottom: 3px solid #126a35;
}

#main_contents #tab_wrap .comparison_change_table tr:last-child td:nth-child(2) a {
    background: #d62900;
    border-bottom: 3px solid #b14001;
}

#main_contents #tab_wrap .ranking-table tr:last-child td:not(.column-1) {
    padding: 7px;
}

