@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900&display=swap&subset=japanese");

body {
    font-family: "Noto Sans JP", sans-serif;
    background-color: rgb(245, 246, 247) !important;
    font-weight: bold !important;
    /*
        width: 100%;
    */
    /* overflow-x: hidden; */
}
 

input{
    margin-right: 5px !important;
}
  
button,label,option,input,span,select, ::before{
  font-weight: bold !important;
}
  
.btn-group > .btn, .btn-group-vertical > .btn{
    text-align: left;
    line-height: 1;
}

.dropdown-toggle::after{
    border-top: 0.4em solid !important;
    border-right: 0.25em solid transparent !important;
    border-bottom: 0;
    border-left: 0.25em solid transparent !important;
    float: right !important;
    margin-top: 5px;
  }
  
  .modal-header{
    justify-content: space-between !important;
}