html {
    scroll-padding-top: 3em;
    overscroll-behavior: none;
}

body {
    overscroll-behavior-x: none;
    font-family: sans-serif;
}

/*.BizUDGothic {*/
/*    font-family:"BIZ UDGothic";*/
/*    !*font-size:18px;*!*/
/*}*/

/*.BizUDPGothic {*/
/*    font-family:"BIZ UDPGothic";*/
/*    !*font-size: 18px;*!*/
/*}*/


/*.BizUDMincho {*/
/*    font-family:"BIZ UDMincho";*/
/*    !*font-size: 18px;*!*/
/*}*/

/*.BizUDPMincho {*/
/*    font-family:"BIZ UDPMincho";*/
/*    !*font-size: 18px;*!*/
/*}*/

.sidebar .nav-pills .nav-link {
    color: white;
}
.sidebar .nav-pills .nav-link:hover {
    color: #ccc;
}

/**  背景色がある時にチェックする箇所を白にする **/
.icheck-bg-white label::before {
    background-color: white;
}

.main-sidebar {
    /*background-color: #4C7C5F;*/
    background-color: #333f52;;
}


.ig_green_class {
    /*background-color: #4C7C5F;*/
    background-color:#333f52;;
}

.main-sidebar .brand-link {
    color: white;
}

