@charset "UTF-8";

.mee_catch {
    line-height: normal;
}
.title_sub {
    font-size: 80%;
}
.title_main {
    font-size: 100%;
}

.flex {
    display: flex;
    align-items: baseline;
}
.flex .mee_txt {
    font-size: 20px;
    font-weight: bold;
}
.square {
    width: 14px;
    height: 14px;
    background-color: #000;
    margin-right: 6px;
}
.square_txt {
    font-weight: normal;
    font-size: 16px;
}


.rankingBox {
    margin-bottom: 60px;
}
.rankingBox .mee_h6_heading {
    margin-bottom: 20px;
}
.rankingBox .mee_txt {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
}
.rankingBox ul {
    padding-left: 40px;
}
.rankingBox ul li {
    list-style-type: disc;
}

.flex_table {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_table .spec_table_2_centered {
    width: 48%;
}
.flex_table table th:nth-child(2) {
    width: 100px;
}

@media print, screen and (max-width: 767px) {
    .flex .mee_txt {
        font-size: unset;
    }
    .square_txt {
        font-size: unset;
    }
    .rankingBox .mee_txt {
        font-size: unset;
    }
    .flex_table {
        display: block;
    }
    .flex_table .spec_table_2_centered {
        width: 100%;
    }
    .top10 table th:nth-child(2) {
        width: 100px;
    }
}