/* ------------------------------------
#structure
------------------------------------ */

#structure_box{
    margin-bottom: 80px;
}

@media screen and (max-width:767px) {
    #structure_box{
        margin-bottom: 50px;
    }
}

#structure_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media screen and (min-width:500px) {
    #structure_box ul li{
        width: 204px;
        text-align: center;
        margin-bottom: 3%;
    }
}

@media screen and (max-width:499px) {
    #structure_box ul li{
        width: 50%;
        text-align: center;
        margin-bottom: 3%;
    }
}

#structure_box ul li .name{
    font-weight: 700;
    margin-bottom: 10px;
}

#structure_box ul li .title{
    margin-bottom: 10px;
}

#structure_box ul li .text{
    margin-bottom: 10px;
    height: 4em;
}

#structure_box ul li .mab{
    margin-bottom: 32px;
}

#structure_box ul li .number .box{
    background-color: #000;
    color: #fff;
    display: block;
    border-radius: 20px;
    padding: 0px 6px 0px 6px;
    margin: 3px 2px 0 0;
}
#structure_box ul li .number .num {
    max-width:135px; margin:3px auto;
}

@media screen and (min-width:500px) {
    #structure_box ul li .name{
        font-size: 20px;
    }

    #structure_box ul li .text,#structure_box ul li .title{
        font-size: 14px;
    }

    #structure_box ul li .number .box{
        display: inline-block;
        font-size: 11px;
        height: 17px;
    }
}

@media screen and (max-width:500px) {
    #structure_box ul li .name{
        font-size: 4vw;
    }

    #structure_box ul li .text,#structure_box ul li .title{
        font-size: 3vw;
    }

    #structure_box ul li .number .box{
        display: inline-block;
        font-size: 11px;
        height: 17px;
    }
}

@media screen and (min-width:1480px) {
    #structure_box ul li:nth-child(4),#structure_box ul li:nth-child(13){
        margin-right: 5px;
    }
}



/* ------------------------------------
#structure_list
------------------------------------ */

#structure_list ul li{
    display: flex;
    margin-bottom: 0.5em;
}

#structure_list ul li .img img{
    width: 20px;
    height: 20px;
}

#structure_list ul li .img{
    width: 20px;
    margin-right: 5px;
}

#structure_list ul li .text{
    margin-top: 2px;
    -webkit-flex: 1;
    flex: 1;
}

#structure_list{
    max-width: 520px;
    margin: 0 auto 0 auto;
}

#structure_list{
    margin-bottom: 50px;
}