body *{
    font-family: 'M PLUS Rounded 1c', sans-serif;
}

.brand-link .brand-image{
    width:90%;max-width:150px;height:auto;float:none;max-height:unset;margin:0px;box-shadow:none !important;
}

.content-wrapper > .content{
    padding:10px;
}

h3 {
    display: flex;
    font-size: 16px;
    color: #fff;
    background: #343a40;
    padding: 5px;
    justify-content: space-between;
    line-height: 1.5;
}

h3 a{
    line-height:1;
}

.role0{
    color:red;
    font-weight:bold;
}

.inp-list > div.checkbox,.inp-list > label{
    display:inline-block;
}

.inp-list label {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    margin:0px 1px;
    cursor: pointer;
}
.inp-list label:hover {
    background: rgba(200,200,200,0.75);
}

/*グループツリー***********************/
ul.treeview{
    list-style:none;
    padding:0px;
    margin:0px;
}

ul.treeview > li > a{
    display:block;
    padding:5px 10px;
    background:rgba(230, 230, 230, 0.5);
    margin-bottom:5px;
    border-radius:3px;
    text-align:left;
}

ul.treeview > li > a .form-check-label{
    width:100%;
    cursor:pointer;
}

ul.treeview ul.treeview{
    display:none;
    padding-left:25px;
}

ul.treeview ul.nav-treeview{
    display:none;
    padding-left:25px;
}

