.main-sidebar {
    background-color: #2c2c2c;
    overflow-x: hidden;
    width:70px !important;
}

.main-header {
    background-color: #605ea9;
}

.titletext {
    width: 65px;
    margin-left: -5px;
    margin-top: -5px;
}

.sidebar-dark-primary .nav-sidebar>.admin-header {
    color: #c2c7d0;
}

.sidebar-dark-primary .nav-sidebar>.admin-title {
    font-size: 16px;
    color: rgb(0, 0, 0);
    font-weight: bolder;
}

.brand-link {
    border-bottom: none !important;
    background-color: #fff;
    height:60.17px;
}

.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link {
    background-color: transparent;
    box-shadow: none;
    color: #c2c7d0;
    margin-left:-4px !important;
}

body {
    font-family: "MS Pゴシック" !important;
}

.active {
    background-color: #afafaf !important;
}

.nav_text_active {
    color: #FFF !important;
}

.alert-danger {
    color: #721c24 !important;
    background-color: #f8d7da !important;
    border-color: #f5c6cb !important;
}

.admin-title {
    color: #c2c7d0 !important;
}

.sidebar {
    font-size: 0.88rem;
    padding-bottom: 100px;
}

.navbar-light .navbar-nav .nav-link{
    color:#e1e1e1;
}

.pl-3{
    color:#e1e1e1;
}

.system_img{
    width: 100%;
}

@media (min-width: 768px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .content-wrapper, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-footer, body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) .main-header {
        transition: margin-left .3s ease-in-out;
        margin-left: 70px !important;
    }
}

.nav-sidebar .nav-item>.nav-link {
    margin-bottom: .9rem !important;
}

.icon-big{
    font-size: 24px !important;
}

.icon-big-2{
    font-size: 26px !important;
}