
.bs-global-menu-item a:hover {
  color: #ffffff;
  background-color: #bbbbbb;
}

.bs-main-contents strong, .bge-contents strong, .cke_editable strong {
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
}

.bs-footer__copyright {
  color: #ffffff;
}

/*769px以上で無効になる*/
@media screen and (min-width: 769px) {
  .pc-disabled {
    display: none;
  }
}

/*768px以下で無効*/
@media screen and (max-width: 768px) {
  .sp-disabled {
    display: none;
  }
}

