@charset "UTF-8";

ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(6) {
    border-bottom: 1px solid #fff;
}
ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(6) ul.vf1_header_box_pullmenu_box li.vf1_header_box_pullmenu_inbox:nth-of-type(1) {
    background: #3F3F3F;
}
ul.vf1_header_box_menu li.vf1_header_box_menu_box:nth-of-type(6) ul.vf1_header_box_pullmenu_box li.vf1_header_box_pullmenu_inbox:nth-of-type(1) a {
    color: #fff;
}

.subpage_mv {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    background: url('../img002/results/results_mv.png');
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat no-repeat;
    height: 430px;
}
.subpage_mv h2 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 54px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin-top: 44px;
}

.results {
    margin: 0;
    background: #191919;
    padding-top: 76px;
}
.results_tab {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #191919;
    margin: 0px auto;
    width: 100%;
    max-width: 1024px;
}
.tab_item {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 22px;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 20px 0 25px;
    cursor: pointer;
    background-image: linear-gradient(90deg, #090909, #5e5e5e);
    border-right: 2px solid #777;
    width: 33%;
}
.tab_item.active {
    background-image: linear-gradient(135deg, #ff0000, #000000);
    font-weight: 900;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #999;
    border-left: 2px solid #777;
}


.results_box {
    width: 100%;
    max-width: 1024px;
    padding: 76px 0 30px;
    margin: 0 auto;
    position: relative;
    display: none;
}
.results .results_box:last-of-type {
    padding-bottom: 130px;
}
.results_box.active {
    display: block;
}

.results_box h3 {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 28px;
    color: #fff;
    line-height: 1;
    display: block;
    text-align: center;
    margin: 0 0 45px;
}

.fl_off {
    display: none!important;
}
.results_cat1box_num {
    display: none;
}
.results_cat2box_num {
    display: none;
}
.results_cat3box_num {
    display: none;
}


.results1_choice_posts {
    -webkit-writing-mode: horizontal-tb !important;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Noto Sans JP';
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    box-sizing: border-box;
    align-items: center;
    white-space: normal;
    -webkit-rtl-ordering: logical;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: #7B7B7B;
    background: #fff;
    height: 20px;
    transition-duration: 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 117px;
    right: 0;
}
.results1_choice_posts:hover {
    height: 110px;
    transition-duration: 0.3s;
}
.results1_choice_posts a {
    font-weight: normal;
    white-space: nowrap;
    padding: 0px 5px 3px;
    line-height: 1;
    color: #191919;
    height: 20px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.3s;
}
.results1_choice_posts a:hover {
    background: #FF0000;
    color: #fff;
    transition-duration: 0.3s;
}
.results1_choice_posts::-webkit-scrollbar {
	width: 6px;
}
.results1_choice_posts::-webkit-scrollbar-track {
	border-radius: 12px;
	box-shadow: inset 0 0 0px rgb(0 0 0 / 10%);
}
.results1_choice_posts::-webkit-scrollbar-thumb {
	background-color: rgb(193 193 193);
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgb(255 255 255);
}

.results_cat1inbox {
    border-collapse: collapse;
    border-spacing: 0;
}
.results_cat1inbox tr {
    background: #444444;
    border: none;
}
.results_cat1inbox tr:nth-of-type(odd) {
    background: #4F4F4F;
}

.results_cat1inbox th {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    background: #2D2D2D;
    padding: 9px 5px;
}
.results_cat1inbox th:nth-of-type(1) {
    text-align: center;
    max-width: 59px;
    min-width: 59px;
    width: 0%;
}
.results_cat1inbox th:nth-of-type(2) {
    text-align: center;
    width: 12%;
}
.results_cat1inbox th:nth-of-type(3) {
    min-width: 200px;
    width: 20%;
    padding-left: 0;
}
.results_cat1inbox th:nth-of-type(4) {
    min-width: 180px;
    width: 20%;
}
.results_cat1inbox th:nth-of-type(5) {
    text-align: center;
    min-width: 110px;
    width: 17%;
}
.results_cat1inbox th:nth-of-type(6) {
    min-width: 80px;
    width: 8%;
}
.results_cat1inbox th:nth-of-type(7) {
    text-align: center;
    min-width: 90px;
    max-width: 110px;
    width: 8%;
}

.results_cat1inbox td {
    border: none;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0 5px;
}
.results_cat1inbox td:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    background: #fff;
    margin: 2px 0;
    position: relative;
    height: 24px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.results_cat1inbox td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 12px 0px 12px 13px;
    border-color: transparent transparent transparent #ffffff;
}
.results_cat1inbox td:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat1inbox td:nth-of-type(3) {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}
.results_cat1inbox td:nth-of-type(4) {
    font-size: 12px;
    font-weight: normal;
}
.results_cat1inbox td:nth-of-type(5) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat1inbox td:nth-of-type(6) {
    font-size: 12px;
    font-weight: bold;
}
.results_cat1inbox td:nth-of-type(7) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


.results_cat1flbox {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}
.results_cat1flbox tr {
    background: #444444;
    border: none;
}
.results_cat1flbox tr:nth-of-type(odd) {
    background: #4F4F4F;
}
.results_cat1flbox th {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    background: #2D2D2D;
    padding: 9px 5px;
}
.results_cat1flbox th:nth-of-type(1) {
    text-align: center;
    max-width: 59px;
    min-width: 59px;
    width: 0%;
}
.results_cat1flbox th:nth-of-type(2) {
    text-align: center;
    width: 12%;
}
.results_cat1flbox th:nth-of-type(3) {
    min-width: 200px;
    width: 20%;
    padding-left: 0;
}
.results_cat1flbox th:nth-of-type(4) {
    min-width: 180px;
    width: 20%;
}
.results_cat1flbox th:nth-of-type(5) {
    text-align: center;
    min-width: 110px;
    width: 17%;
}
.results_cat1flbox th:nth-of-type(6) {
    min-width: 80px;
    width: 8%;
}
.results_cat1flbox th:nth-of-type(7) {
    text-align: center;
    min-width: 90px;
    max-width: 110px;
    width: 8%;
}
.results_cat1flbox td {
    border: none;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0px 5px;
}
.results_cat1flbox td:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #B817C9;
    margin: 2px 0;
    position: relative;
    height: 24px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.results_cat1flbox td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 12px 0px 12px 13px;
    border-color: transparent transparent transparent #B817C9;
}
.results_cat1flbox td:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat1flbox td:nth-of-type(3) {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}
.results_cat1flbox td:nth-of-type(4) {
    font-size: 12px;
    font-weight: normal;
}
.results_cat1flbox td:nth-of-type(5) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat1flbox td:nth-of-type(6) {
    font-size: 12px;
    font-weight: bold;
}
.results_cat1flbox td:nth-of-type(7) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.results2_choice_posts {
    -webkit-writing-mode: horizontal-tb !important;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Noto Sans JP';
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    box-sizing: border-box;
    align-items: center;
    white-space: normal;
    -webkit-rtl-ordering: logical;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: #7B7B7B;
    background: #fff;
    height: 20px;
    transition-duration: 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 117px;
    right: 0;
}
.results2_choice_posts:hover {
    height: 110px;
    transition-duration: 0.3s;
}
.results2_choice_posts a {
    font-weight: normal;
    white-space: nowrap;
    padding: 0px 5px 3px;
    line-height: 1;
    color: #191919;
    height: 20px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.3s;
}
.results2_choice_posts a:hover {
    background: #0043FF;
    color: #fff;
    transition-duration: 0.3s;
}
.results2_choice_posts::-webkit-scrollbar {
	width: 6px;
}
.results2_choice_posts::-webkit-scrollbar-track {
	border-radius: 12px;
	box-shadow: inset 0 0 0px rgb(0 0 0 / 10%);
}
.results2_choice_posts::-webkit-scrollbar-thumb {
	background-color: rgb(193 193 193);
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgb(255 255 255);
}

.results_cat2inbox {
    border-collapse: collapse;
    border-spacing: 0;
}
.results_cat2inbox tr {
    background: #444444;
    border: none;
}
.results_cat2inbox tr:nth-of-type(odd) {
    background: #4F4F4F;
}

.results_cat2inbox th {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    background: #2D2D2D;
    padding: 9px 5px;
}
.results_cat2inbox th:nth-of-type(1) {
    text-align: center;
    max-width: 59px;
    min-width: 59px;
    width: 0%;
}
.results_cat2inbox th:nth-of-type(2) {
    text-align: center;
    width: 12%;
}
.results_cat2inbox th:nth-of-type(3) {
    min-width: 200px;
    width: 20%;
    padding-left: 0;
}
.results_cat2inbox th:nth-of-type(4) {
    min-width: 180px;
    width: 20%;
}
.results_cat2inbox th:nth-of-type(5) {
    text-align: center;
    min-width: 110px;
    width: 17%;
}
.results_cat2inbox th:nth-of-type(6) {
    min-width: 80px;
    width: 8%;
}
.results_cat2inbox th:nth-of-type(7) {
    text-align: center;
    min-width: 90px;
    max-width: 110px;
    width: 8%;
}

.results_cat2inbox td {
    border: none;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0 5px;
}
.results_cat2inbox td:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    background: #fff;
    margin: 2px 0;
    position: relative;
    height: 24px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.results_cat2inbox td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 12px 0px 12px 13px;
    border-color: transparent transparent transparent #ffffff;
}
.results_cat2inbox td:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat2inbox td:nth-of-type(3) {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}
.results_cat2inbox td:nth-of-type(4) {
    font-size: 12px;
    font-weight: normal;
}
.results_cat2inbox td:nth-of-type(5) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat2inbox td:nth-of-type(6) {
    font-size: 12px;
    font-weight: bold;
}
.results_cat2inbox td:nth-of-type(7) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


.results_cat2flbox {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}
.results_cat2flbox tr {
    background: #444444;
    border: none;
}
.results_cat2flbox tr:nth-of-type(odd) {
    background: #4F4F4F;
}
.results_cat2flbox th {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    background: #2D2D2D;
    padding: 9px 5px;
}
.results_cat2flbox th:nth-of-type(1) {
    text-align: center;
    max-width: 59px;
    min-width: 59px;
    width: 0%;
}
.results_cat2flbox th:nth-of-type(2) {
    text-align: center;
    width: 12%;
}
.results_cat2flbox th:nth-of-type(3) {
    min-width: 200px;
    width: 20%;
    padding-left: 0;
}
.results_cat2flbox th:nth-of-type(4) {
    min-width: 180px;
    width: 20%;
}
.results_cat2flbox th:nth-of-type(5) {
    text-align: center;
    min-width: 110px;
    width: 17%;
}
.results_cat2flbox th:nth-of-type(6) {
    min-width: 80px;
    width: 8%;
}
.results_cat2flbox th:nth-of-type(7) {
    text-align: center;
    min-width: 90px;
    max-width: 110px;
    width: 8%;
}
.results_cat2flbox td {
    border: none;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0px 5px;
}
.results_cat2flbox td:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #B817C9;
    margin: 2px 0;
    position: relative;
    height: 24px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.results_cat2flbox td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 12px 0px 12px 13px;
    border-color: transparent transparent transparent #B817C9;
}
.results_cat2flbox td:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat2flbox td:nth-of-type(3) {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}
.results_cat2flbox td:nth-of-type(4) {
    font-size: 12px;
    font-weight: normal;
}
.results_cat2flbox td:nth-of-type(5) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat2flbox td:nth-of-type(6) {
    font-size: 12px;
    font-weight: bold;
}
.results_cat2flbox td:nth-of-type(7) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}



.results3_choice_posts {
    -webkit-writing-mode: horizontal-tb !important;
    font-weight: normal;
    font-size: 12px;
    font-family: 'Noto Sans JP';
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    box-sizing: border-box;
    align-items: center;
    white-space: normal;
    -webkit-rtl-ordering: logical;
    cursor: default;
    margin: 0em;
    border-width: 1px;
    border-style: solid;
    border-color: #7B7B7B;
    background: #fff;
    height: 20px;
    transition-duration: 0.3s;
    overflow-x: hidden;
    overflow-y: scroll;
    position: absolute;
    top: 117px;
    right: 0;
}
.results3_choice_posts:hover {
    height: 110px;
    transition-duration: 0.3s;
}
.results3_choice_posts a {
    font-weight: normal;
    white-space: nowrap;
    padding: 0px 5px 3px;
    line-height: 1;
    color: #191919;
    height: 20px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.3s;
}
.results3_choice_posts a:hover {
    background: #006b00;
    color: #fff;
    transition-duration: 0.3s;
}
.results3_choice_posts::-webkit-scrollbar {
	width: 6px;
}
.results3_choice_posts::-webkit-scrollbar-track {
	border-radius: 12px;
	box-shadow: inset 0 0 0px rgb(0 0 0 / 10%);
}
.results3_choice_posts::-webkit-scrollbar-thumb {
	background-color: rgb(193 193 193);
    border-radius: 12px;
    box-shadow: 0 0 0 1px rgb(255 255 255);
}

.results_cat3inbox {
    border-collapse: collapse;
    border-spacing: 0;
}
.results_cat3inbox tr {
    background: #444444;
    border: none;
}
.results_cat3inbox tr:nth-of-type(odd) {
    background: #4F4F4F;
}

.results_cat3inbox th {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    background: #2D2D2D;
    padding: 9px 5px;
}
.results_cat3inbox th:nth-of-type(1) {
    text-align: center;
    max-width: 59px;
    min-width: 59px;
    width: 0%;
}
.results_cat3inbox th:nth-of-type(2) {
    text-align: center;
    width: 12%;
}
.results_cat3inbox th:nth-of-type(3) {
    min-width: 200px;
    width: 20%;
    padding-left: 0;
}
.results_cat3inbox th:nth-of-type(4) {
    min-width: 180px;
    width: 20%;
}
.results_cat3inbox th:nth-of-type(5) {
    text-align: center;
    min-width: 110px;
    width: 17%;
}
.results_cat3inbox th:nth-of-type(6) {
    min-width: 80px;
    width: 8%;
}
.results_cat3inbox th:nth-of-type(7) {
    text-align: center;
    min-width: 90px;
    max-width: 110px;
    width: 8%;
}

.results_cat3inbox td {
    border: none;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0 5px;
}
.results_cat3inbox td:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #191919;
    text-align: center;
    background: #fff;
    margin: 2px 0;
    position: relative;
    height: 24px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.results_cat3inbox td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 12px 0px 12px 13px;
    border-color: transparent transparent transparent #ffffff;
}
.results_cat3inbox td:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat3inbox td:nth-of-type(3) {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}
.results_cat3inbox td:nth-of-type(4) {
    font-size: 12px;
    font-weight: normal;
}
.results_cat3inbox td:nth-of-type(5) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat3inbox td:nth-of-type(6) {
    font-size: 12px;
    font-weight: bold;
}
.results_cat3inbox td:nth-of-type(7) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}


.results_cat3flbox {
    border-collapse: collapse;
    border-spacing: 0;
    margin-top: 10px;
}
.results_cat3flbox tr {
    background: #444444;
    border: none;
}
.results_cat3flbox tr:nth-of-type(odd) {
    background: #4F4F4F;
}
.results_cat3flbox th {
    font-family: 'Arial', sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    border: none;
    background: #2D2D2D;
    padding: 9px 5px;
}
.results_cat3flbox th:nth-of-type(1) {
    text-align: center;
    max-width: 59px;
    min-width: 59px;
    width: 0%;
}
.results_cat3flbox th:nth-of-type(2) {
    text-align: center;
    width: 12%;
}
.results_cat3flbox th:nth-of-type(3) {
    min-width: 200px;
    width: 20%;
    padding-left: 0;
}
.results_cat3flbox th:nth-of-type(4) {
    min-width: 180px;
    width: 20%;
}
.results_cat3flbox th:nth-of-type(5) {
    text-align: center;
    min-width: 110px;
    width: 17%;
}
.results_cat3flbox th:nth-of-type(6) {
    min-width: 80px;
    width: 8%;
}
.results_cat3flbox th:nth-of-type(7) {
    text-align: center;
    min-width: 90px;
    max-width: 110px;
    width: 8%;
}
.results_cat3flbox td {
    border: none;
    font-family: 'Arial', sans-serif;
    line-height: 1;
    color: #fff;
    padding: 0px 5px;
}
.results_cat3flbox td:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: #B817C9;
    margin: 2px 0;
    position: relative;
    height: 24px;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5px;
}
.results_cat3flbox td:nth-of-type(1):after {
    content: "";
    position: absolute;
    right: -13px;
    top: 0;
    height: 100%;
    border-style: solid;
    border-width: 12px 0px 12px 13px;
    border-color: transparent transparent transparent #B817C9;
}
.results_cat3flbox td:nth-of-type(2) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat3flbox td:nth-of-type(3) {
    font-size: 13px;
    font-weight: bold;
    padding-left: 0;
}
.results_cat3flbox td:nth-of-type(4) {
    font-size: 12px;
    font-weight: normal;
}
.results_cat3flbox td:nth-of-type(5) {
    font-size: 12px;
    font-weight: normal;
    text-align: center;
}
.results_cat3flbox td:nth-of-type(6) {
    font-size: 12px;
    font-weight: bold;
}
.results_cat3flbox td:nth-of-type(7) {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}

.results_contents_box {
    margin: 0!important;
    padding: 0 0 62px!important;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    text-align: center;
}
.results_contents_box_link {
    display: inline-block;
    transition-duration: 0.3s;
}
.results_contents_box_link:hover {
    text-decoration: underline 1px #fff;
    transition-duration: 0.3s;
}
.results_contents_box_link:last-of-type {
    margin-top: 20px;
    text-underline-offset: 7px;
}
.results_contents_box_link2 {
    margin-top: 60px !important;
    text-underline-offset: 7px;
}
.results_contents_box_link p {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
}
.results_contents_box_link_pw {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    text-align: center;
    margin-top: 10px;
}
.results_contents_box_link span {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    line-height: 1;
    text-align: center;
    transform: scale(0.65, 1.9)!important;
    display: inline-block;
    vertical-align: initial;
}


.season_content {
    margin: 0 !important;
}


.results_season_select {
    width: 100%;
    max-width: 1024px;
    margin: 0px auto;
    position: relative;
}
.results_season_select::after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #ffffff;
    pointer-events: none;
}
#season_selector {
    font-weight: bold;
    font-size: 20px;
    font-family: 'Noto Sans JP';
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: block;
    width: 100%;
    background: #000;
    border: 1px solid #bbb;
    color: #fff;
    text-align: center;
    cursor: pointer;
    padding: 10px;
}
#season_selector option {
    font-weight: bold;
    font-size: 14px;
    font-family: 'Noto Sans JP';
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
}


@media screen and (max-width:1044px) {
    .results_box {
        padding: 76px 10px 130px;
    }
    .results1_choice_posts {
        top: 112px;
        right: 10px;
    }
    .results2_choice_posts {
        top: 112px;
        right: 10px;
    }
    .results3_choice_posts {
        top: 112px;
        right: 10px;
    }
    .results_box h3 {
        margin: 0 0 31px;
    }
    .results_season_select {
        padding: 0 10px 0;
    }
}
@media screen and (max-width:1024px) {
    .subpage_mv {
        height: 350px;
    }
}
@media screen and (max-width:850px) {
    .results_cat1inbox th:nth-of-type(1) {
        max-width: 49px;
        min-width: 49px;
    }
    .results_cat1flbox th:nth-of-type(1) {
        max-width: 49px;
        min-width: 49px;
    }
    .results_cat2inbox th:nth-of-type(1) {
        max-width: 49px;
        min-width: 49px;
    }
    .results_cat2flbox th:nth-of-type(1) {
        max-width: 49px;
        min-width: 49px;
    }
    .results_cat3inbox th:nth-of-type(1) {
        max-width: 49px;
        min-width: 49px;
    }
    .results_cat3flbox th:nth-of-type(1) {
        max-width: 49px;
        min-width: 49px;
    }
    .results_cat1inbox th:nth-of-type(2) {
        min-width: 78px;
        max-width: 78px;
    }
    .results_cat1flbox th:nth-of-type(2) {
        min-width: 78px;
        max-width: 78px;
    }
    .results_cat2inbox th:nth-of-type(2) {
        min-width: 78px;
        max-width: 78px;
    }
    .results_cat2flbox th:nth-of-type(2) {
        min-width: 78px;
        max-width: 78px;
    }
    .results_cat3inbox th:nth-of-type(2) {
        min-width: 78px;
        max-width: 78px;
    }
    .results_cat3flbox th:nth-of-type(2) {
        min-width: 78px;
        max-width: 78px;
    }
    .results_cat1inbox th:nth-of-type(3) {
        min-width: 160px;
    }
    .results_cat1flbox th:nth-of-type(3) {
        min-width: 160px;
    }
    .results_cat2inbox th:nth-of-type(3) {
        min-width: 160px;
    }
    .results_cat2flbox th:nth-of-type(3) {
        min-width: 160px;
    }
    .results_cat3inbox th:nth-of-type(3) {
        min-width: 160px;
    }
    .results_cat3flbox th:nth-of-type(3) {
        min-width: 160px;
    }
}
@media screen and (max-width:768px) {
    .subpage_mv {
        height: 300px;
    }
    .subpage_mv h2 {
        font-size: 48px;
    }
    .results_box {
        padding: 76px 10px 70px;
    }
}
@media screen and (max-width:767px) {
    .results_cat1inbox th:nth-of-type(2) {
        display: none;
    }
    .results_cat1flbox th:nth-of-type(2) {
        display: none;
    }
    .results_cat1inbox td:nth-of-type(2) {
        display: none;
    }
    .results_cat1flbox td:nth-of-type(2) {
        display: none;
    }
    .results_cat1inbox th:nth-of-type(3) {
        min-width: 190px;
        padding-left: 30px;
    }
    .results_cat1flbox th:nth-of-type(3) {
        min-width: 190px;
        padding-left: 30px;
    }
    .results_cat1inbox td:nth-of-type(3) {
        padding-left: 30px;
    }
    .results_cat1flbox td:nth-of-type(3) {
        padding-left: 30px;
    }
    .results_cat2inbox th:nth-of-type(2) {
        display: none;
    }
    .results_cat2flbox th:nth-of-type(2) {
        display: none;
    }
    .results_cat2inbox td:nth-of-type(2) {
        display: none;
    }
    .results_cat2flbox td:nth-of-type(2) {
        display: none;
    }
    .results_cat2inbox th:nth-of-type(3) {
        min-width: 190px;
        padding-left: 30px;
    }
    .results_cat2flbox th:nth-of-type(3) {
        min-width: 190px;
        padding-left: 30px;
    }
    .results_cat2inbox td:nth-of-type(3) {
        padding-left: 30px;
    }
    .results_cat2flbox td:nth-of-type(3) {
        padding-left: 30px;
    }
    .results_cat3inbox th:nth-of-type(2) {
        display: none;
    }
    .results_cat3flbox th:nth-of-type(2) {
        display: none;
    }
    .results_cat3inbox td:nth-of-type(2) {
        display: none;
    }
    .results_cat3flbox td:nth-of-type(2) {
        display: none;
    }
    .results_cat3inbox th:nth-of-type(3) {
        min-width: 190px;
        padding-left: 30px;
    }
    .results_cat3flbox th:nth-of-type(3) {
        min-width: 190px;
        padding-left: 30px;
    }
    .results_cat3inbox td:nth-of-type(3) {
        padding-left: 30px;
    }
    .results_cat3flbox td:nth-of-type(3) {
        padding-left: 30px;
    }
}
@media screen and (max-width:725px) {
    .results_cat1inbox th:nth-of-type(5) {
        display: none;
    }
    .results_cat1inbox td:nth-of-type(5) {
        display: none;
    }
    .results_cat1flbox th:nth-of-type(5) {
        display: none;
    }
    .results_cat1flbox td:nth-of-type(5) {
        display: none;
    }
    .results_cat2inbox th:nth-of-type(5) {
        display: none;
    }
    .results_cat2inbox td:nth-of-type(5) {
        display: none;
    }
    .results_cat2flbox th:nth-of-type(5) {
        display: none;
    }
    .results_cat2flbox td:nth-of-type(5) {
        display: none;
    }
}
@media screen and (max-width:648px) {
    .subpage_mv {
        height: 44vw;
    }
    .subpage_mv h2 {
        font-size: 7vw;
    }
    .tab_item {
        font-size: 18px;
        padding: 10px 0 15px;
    }
}
@media screen and (max-width:647px) {
    .results_cat1inbox td:nth-of-type(1) {
        background: #ffffff00;
        color: #fff;
    }
    .results_cat1inbox td:nth-of-type(1):after {
        display: none;
    }
    .results_cat1flbox td:nth-of-type(1) {
        background: #ffffff00;
        color: #fff;
    }
    .results_cat1flbox td:nth-of-type(1):after {
        display: none;
    }
    .results_cat2inbox td:nth-of-type(1) {
        background: #ffffff00;
        color: #fff;
    }
    .results_cat2inbox td:nth-of-type(1):after {
        display: none;
    }
    .results_cat2flbox td:nth-of-type(1) {
        background: #ffffff00;
        color: #fff;
    }
    .results_cat2flbox td:nth-of-type(1):after {
        display: none;
    }
    .results_cat3inbox td:nth-of-type(1) {
        background: #ffffff00;
        color: #fff;
    }
    .results_cat3inbox td:nth-of-type(1):after {
        display: none;
    }
    .results_cat3flbox td:nth-of-type(1) {
        background: #ffffff00;
        color: #fff;
    }
    .results_cat3flbox td:nth-of-type(1):after {
        display: none;
    }
    .results_cat1inbox th:nth-of-type(1) {
        max-width: 55px;
        min-width: 55px;
    }
    .results_cat1flbox th:nth-of-type(1) {
        max-width: 55px;
        min-width: 55px;
    }
    .results_cat2inbox th:nth-of-type(1) {
        max-width: 55px;
        min-width: 55px;
    }
    .results_cat2flbox th:nth-of-type(1) {
        max-width: 55px;
        min-width: 55px;
    }
    .results_cat3inbox th:nth-of-type(1) {
        max-width: 55px;
        min-width: 55px;
    }
    .results_cat3flbox th:nth-of-type(1) {
        max-width: 55px;
        min-width: 55px;
    }
    .results_cat1inbox th:nth-of-type(3) {
        min-width: 162px;
        padding-left: 2px;
    }
    .results_cat1flbox th:nth-of-type(3) {
        min-width: 162px;
        padding-left: 2px;
    }
    .results_cat1inbox td:nth-of-type(3) {
        padding-left: 2px;
    }
    .results_cat1flbox td:nth-of-type(3) {
        padding-left: 2px;
    }
    .results_cat2inbox th:nth-of-type(3) {
        min-width: 162px;
        padding-left: 2px;
    }
    .results_cat2flbox th:nth-of-type(3) {
        min-width: 162px;
        padding-left: 2px;
    }
    .results_cat2inbox td:nth-of-type(3) {
        padding-left: 2px;
    }
    .results_cat2flbox td:nth-of-type(3) {
        padding-left: 2px;
    }
    .results_cat3inbox th:nth-of-type(3) {
        min-width: 162px;
        padding-left: 2px;
    }
    .results_cat3flbox th:nth-of-type(3) {
        min-width: 162px;
        padding-left: 2px;
    }
    .results_cat3inbox td:nth-of-type(3) {
        padding-left: 2px;
    }
    .results_cat3flbox td:nth-of-type(3) {
        padding-left: 2px;
    }
    .results_cat1flbox td:nth-of-type(6) {
        color: #db37ed;
    }
    .results_cat2flbox td:nth-of-type(6) {
        color: #db37ed;
    }
    .results_cat3flbox td:nth-of-type(6) {
        color: #db37ed;
    }
    .results_box h3 {
        font-size: 24px;
    }
}
@media screen and (max-width:590px) {
    .results_cat1inbox th {
        font-size: 14px;
    }
    .results_cat1flbox th {
        font-size: 14px;
    }
    .results_cat1inbox th:nth-of-type(1) {
        max-width: 50px;
        min-width: 50px;
    }
    .results_cat1flbox th:nth-of-type(1) {
        max-width: 50px;
        min-width: 50px;
    }
    .results_cat1inbox td:nth-of-type(1) {
        font-size: 12px;
    }
    .results_cat1flbox td:nth-of-type(1) {
        font-size: 12px;
    }
    .results_cat2inbox th {
        font-size: 14px;
    }
    .results_cat2flbox th {
        font-size: 14px;
    }
    .results_cat2inbox th:nth-of-type(1) {
        max-width: 50px;
        min-width: 50px;
    }
    .results_cat2flbox th:nth-of-type(1) {
        max-width: 50px;
        min-width: 50px;
    }
    .results_cat2inbox td:nth-of-type(1) {
        font-size: 12px;
    }
    .results_cat2flbox td:nth-of-type(1) {
        font-size: 12px;
    }
    .results_cat3inbox th {
        font-size: 14px;
    }
    .results_cat3flbox th {
        font-size: 14px;
    }
    .results_cat3inbox th:nth-of-type(1) {
        max-width: 50px;
        min-width: 50px;
    }
    .results_cat3flbox th:nth-of-type(1) {
        max-width: 50px;
        min-width: 50px;
    }
    .results_cat3inbox td:nth-of-type(1) {
        font-size: 12px;
    }
    .results_cat3flbox td:nth-of-type(1) {
        font-size: 12px;
    }

    .results_cat1inbox td:nth-of-type(3) {
        font-size: 12px;
    }
    .results_cat1flbox td:nth-of-type(3) {
        font-size: 12px;
    }
    .results_cat2inbox td:nth-of-type(3) {
        font-size: 12px;
    }
    .results_cat2flbox td:nth-of-type(3) {
        font-size: 12px;
    }
    .results_cat3inbox td:nth-of-type(3) {
        font-size: 12px;
    }
    .results_cat3flbox td:nth-of-type(3) {
        font-size: 12px;
    }

    .results_cat1inbox th:nth-of-type(3) {
        min-width: 130px;
    }
    .results_cat1flbox th:nth-of-type(3) {
        min-width: 130px;
    }
    .results_cat2inbox th:nth-of-type(3) {
        min-width: 130px;
    }
    .results_cat2flbox th:nth-of-type(3) {
        min-width: 130px;
    }
    .results_cat3inbox th:nth-of-type(3) {
        min-width: 130px;
    }
    .results_cat3flbox th:nth-of-type(3) {
        min-width: 130px;
    }

    .results_cat1inbox th:nth-of-type(4) {
        min-width: 165px;
    }
    .results_cat1flbox th:nth-of-type(4) {
        min-width: 165px;
    }
    .results_cat2inbox th:nth-of-type(4) {
        min-width: 165px;
    }
    .results_cat2flbox th:nth-of-type(4) {
        min-width: 165px;
    }
    .results_cat3inbox th:nth-of-type(4) {
        min-width: 80px;
    }
    .results_cat3flbox th:nth-of-type(4) {
        min-width: 80px;
    }

    .results_cat1inbox th:nth-of-type(6) {
        min-width: 73px;
    }
    .results_cat1flbox th:nth-of-type(6) {
        min-width: 73px;
    }
    .results_cat2inbox th:nth-of-type(6) {
        min-width: 73px;
    }
    .results_cat2flbox th:nth-of-type(6) {
        min-width: 73px;
    }
    .results_cat3inbox th:nth-of-type(6) {
        min-width: 73px;
    }
    .results_cat3flbox th:nth-of-type(6) {
        min-width: 73px;
    }

    .results_cat1inbox th:nth-of-type(7) {
        min-width: 63px;
    }
    .results_cat1flbox th:nth-of-type(7) {
        min-width: 63px;
    }
    .results_cat2inbox th:nth-of-type(7) {
        min-width: 63px;
    }
    .results_cat2flbox th:nth-of-type(7) {
        min-width: 63px;
    }
    .results_cat3inbox th:nth-of-type(7) {
        min-width: 63px;
    }
    .results_cat3flbox th:nth-of-type(7) {
        min-width: 63px;
    }

    .results_box h3 {
        margin: 0 0 40px;
        height: 60px;
        line-height: 1.3;
    }
    .results1_choice_posts {
        top: 150px;
    }
    .results2_choice_posts {
        top: 150px;
    }
    .results3_choice_posts {
        top: 150px;
    }
}

@media screen and (max-width:500px) {
    .results_cat1inbox {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .results_cat1flbox {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .results_cat2inbox {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .results_cat2flbox {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .results_cat3inbox {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .results_cat3flbox {
        overflow-x: scroll;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
        display: block;
    }
    .results_cat1inbox tbody {
        width: 100%;
        display: table
    }
    .results_cat1flbox tbody {
        width: 100%;
        display: table
    }
    .results_cat2inbox tbody {
        width: 100%;
        display: table
    }
    .results_cat2flbox tbody {
        width: 100%;
        display: table
    }
    .results_cat3inbox tbody {
        width: 100%;
        display: table
    }
    .results_cat3flbox tbody {
        width: 100%;
        display: table
    }

}

@media screen and (max-width:468px) {
    .subpage_mv {
        height: 200px;
    }
    .subpage_mv h2 {
        font-size: 30px;
    }
    .results_box {
        padding: 46px 10px 50px;
    }
    .results1_choice_posts {
        top: 120px;
    }
    .results2_choice_posts {
        top: 120px;
    }
    .results3_choice_posts {
        top: 120px;
    }
}
@media screen and (max-width:375px) {
    .results_box h3 {
        font-size: 22px;
    }
}
