#sideMenu a,#sideMenu a:hover{
  color: #fff;
}
#sideMenu a{
  text-decoration: none;
}

/* トップメニュー */
#topMenu{
  height: 50px;
  box-shadow: 0 0px 0px 0 rgba(0,0,0,.2),0 2px 10px 0 rgba(0,0,0,.19);

  padding-right: 1rem!important;
}
/* サービス名 */
#sideMenuBtn i{
  font-size: 20px!important;
}
#serviceLogo{
  width: 25px;
}


#contentWrapper{
  height: calc(100vh - 50px);
  margin-top: 50px;
}

/* サイドメニュー */
#sideMenu{
  /* background-color: #1f2a5e; */
  /* width: 220px; */
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
/* #sideMenuList{
  width: 220px;
} */
#sideMenuList .bi{
  font-size: 18px;
}
#sideMenu .nav-link{
  padding: 1rem;
}
#sideMenu .nav-link:hover, #topMenu .dropdown-menu a:hover{
  background: rgba(255,255,255,0.1);
}
#topMenu .dropdown-menu a{
  font-size: 0.8rem;
}

/* スクロールバー非表示 */
#content{
  scrollbar-width: none;
  overflow: auto;
}
@media (max-width:991.98px){
  #content{
    width: 100%!important;
  }
}
#content::-webkit-scrollbar{
  display: none;
}

.mainMenu,.pageLink{
  cursor: pointer;
}

.subMenu{
  position: fixed;
  top: 0;
  left: 0;
  /* background-color: #414271; */
  z-index: 10;
  width: 0px;
  height: calc(100vh - 50px);
  margin-top: 50px;
  /* margin-left: 220px; */
  overflow-x: hidden;
  overflow-y: auto;
}
/* .subMenu .subMenuList{
  width: 170px;
} */

#sideMenu .subMenu .nav-link {
  padding: 1rem;
}

#dropdownMenuButton{
  cursor: pointer;
}

#content #flame{
  box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19);
}