/* ニュース記事カテゴリ-タブ */


/* タブの色をを変更する */

.info_title_wrap #tab-menu{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border-bottom: 1px solid black;
}

.info_title_wrap #tab-menu div{
    width: 13.5%;
    box-sizing: border-box;
    margin-right: 0.5% !important;
    margin-bottom: 0 !important;
    padding: 10px 0px !important;
    border-bottom: none !important;
}


/* 上のタブの色 */
.info_title_wrap #tab-menu div:nth-of-type(1){
    background:white !important;
    color: black !important;
    border: #dcd9d6 1px solid;
    margin-left: 15px;
}

.info_title_wrap #tab-menu div:nth-of-type(2){
    background:Purple !important;
}

.info_title_wrap #tab-menu div:nth-of-type(3){
    background:green !important
}

.info_title_wrap #tab-menu div:nth-of-type(4){
    background:orange !important
}

.info_title_wrap #tab-menu div:nth-of-type(5){
    background: #69CFEF
}

.info_title_wrap #tab-menu div:nth-of-type(6){
    background:gray !important;
}

.info_title_wrap #tab-menu div.active{
    background:black !important;
    color: white !important;
    border: 1px solid black;
    border-bottom: 1px solid #fff !important;
    margin-bottom: -1px !important;
}


/* 記事横のタブの色 */
.news_wrap dd.news_text .news_cat1.purple{
    background: purple !important;
}

.news_wrap dd.news_text .news_cat2.green{
    background: green !important
}

.news_wrap dd.news_text .news_cat3.orange{
    background: orange !important
}

.news_wrap dd.news_text .news_cat4.lightblue{
    background: #69CFEF
}

.news_wrap dd.news_text .news_cat5.gray{
    background: gray !important;
}


@media screen and (max-width: 768px) {
    .info_title_wrap #tab-menu{
        border-bottom: none;
    }
    .info_title_wrap #tab-menu div{
        width: 32.333% !important;
        box-sizing: border-box;
        padding: 5px !important;
        margin-right: 1% !important;
        margin-bottom: 1% !important;
    }
    .info_title_wrap #tab-menu div.active{
        border: #dcd9d6 1px solid !important;
        border-bottom: 1px solid black !important;
        margin-bottom: 1% !important;
    }

    .info_title_wrap #tab-menu div:nth-of-type(1){
        margin-left: 0;
    }
}
