:root {
/* 日本語フォント追加 */
    --font-family-sans-serif:"Noto Sans JP",  "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

html {
    font-size: 14px;
  }

body {
    font-family:"Noto Sans JP", "Source Sans Pro", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

  .bg-success {
    background-color: #004d25 !important;
  }

  .bg-olive {
    background-color: #006400 !important;
  }

  .bg-maroon {
    background-color: #ff0000 !important;
  }

  .bg-orange {
    background-color: #ffd700 !important;
    border: none;
  }

.bg-gray {
  background-color: #696969 !important;
  color: #fff !important;
}
