/* CSS Document */

#wacoms-header{
    margin-top: 30px;
    background: #32373D;
    padding: 25px 0 25px 5%;
    font-size: 15px;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#wacoms-header ul{
    display: flex;
    flex-wrap: wrap;
}

#wacoms-header ul li{
    margin: 0 3% 0 0;
    font-weight: bold;
}

#wacoms-header ul li a{
    color: #fff;
}


#wacoms-header #header-navi dt {
    display: none;
}





@media only screen and (max-width: 768px) {
    #wacoms-header{
        width: 100%;
        margin-top: 0;
        padding-left: 0;
    }
    #wacoms-header #header-navi {
        text-align: center;
    }

    #wacoms-header #header-navi dt {
        font-size:20px;
        cursor: pointer;
        font-weight:bold;
        position:relative;
        background: #999;
        color: #fff;
        display: flex;
        align-items: center;
        padding: 8px 0;
        text-align: center;
    }

    #wacoms-header #header-navi dt p{
        width: 100%;
        margin-right: -15px;
    }

    #wacoms-header #header-navi dt:after {
        content:"＋";
        font-size:24px;
        top:12px;
        color: #fff;
        font-weight: normal;
        margin-right: 15px;
    }

    #wacoms-header #header-navi dd{
        display:none;
        width: 100%;
        font-size:14px;
    }
    #wacoms-header #header-navi dt.active:after{
        content:"－";
    }

    #wacoms-header #header-navi dd li{
        width: 50%;
        border-bottom: 1px dotted #000;
        margin: 0;
        box-sizing: border-box;
    }

    #wacoms-header #header-navi dd li:nth-of-type(1),
    #wacoms-header #header-navi dd li:nth-of-type(4),
    #wacoms-header #header-navi dd li:nth-of-type(7){
        width: 100%;
    }

    /*#wacoms-header #header-navi dd li:nth-last-of-type(-n+2){
        border-bottom: none;
    }*/

    #wacoms-header #header-navi dd li:nth-of-type(2),
    #wacoms-header #header-navi dd li:nth-of-type(5){
        border-right: 1px dotted #000;
    }
    #wacoms-header #header-navi dd li a{
        display: block;
        padding: 15px 0;
    }




}
