
/*------------------------------------
- COLOR blue_green
------------------------------------*/
.alert-blue_green {
    color: #00332c;
    background-color: #7bffec;
    border-color: #66ffe9;
}

.alert-blue_green .alert-link {
    color: #000000;
}

.badge-blue_green {
    color: #fff;
    background-color: #00AE95;
}

.badge-blue_green[href]:hover, .badge-blue_green[href]:focus {
    color: #fff;
    background-color: #ffffffffffffffff7b69;
}

.bg-blue_green {
    background-color: #00AE95 !important;
}

a.bg-blue_green:hover, a.bg-blue_green:focus,
button.bg-blue_green:hover,
button.bg-blue_green:focus {
    background-color: #ffffffffffffffff7b69 !important;
}

.border-blue_green {
    border-color: #00AE95 !important;
}

.btn-blue_green {
    color: #fff;
    background-color: #00AE95;
    border-color: #00AE95;
}

.btn-blue_green:hover {
    color: #fff;
    background-color: #008a76;
    border-color: #ffffffffffffffff7b69;
}

.btn-blue_green:focus, .btn-blue_green.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 149, 0.5);
}

.btn-blue_green.disabled, .btn-blue_green:disabled {
    color: #fff;
    background-color: #00AE95;
    border-color: #00AE95;
}

.btn-blue_green:not(:disabled):not(.disabled):active, .btn-blue_green:not(:disabled):not(.disabled).active, .show > .btn-blue_green.dropdown-toggle {
    color: #fff;
    background-color: #ffffffffffffffff7b69;
    border-color: #006b5c;
}

.btn-blue_green:not(:disabled):not(.disabled):active:focus, .btn-blue_green:not(:disabled):not(.disabled).active:focus, .show > .btn-blue_green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 149, 0.5);
}

.btn-outline-blue_green {
    color: #00AE95;
    background-color: transparent;
    border-color: #00AE95;
}

.btn-outline-blue_green:hover {
    color: #fff;
    background-color: #00AE95;
    border-color: #00AE95;
}

.btn-outline-blue_green:focus, .btn-outline-blue_green.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 149, 0.5);
}

.btn-outline-blue_green.disabled, .btn-outline-blue_green:disabled {
    color: #00AE95;
    background-color: transparent;
}

.btn-outline-blue_green:not(:disabled):not(.disabled):active, .btn-outline-blue_green:not(:disabled):not(.disabled).active, .show > .btn-outline-blue_green.dropdown-toggle {
    color: #fff;
    background-color: #00AE95;
    border-color: #00AE95;
}

.btn-outline-blue_green:not(:disabled):not(.disabled):active:focus, .btn-outline-blue_green:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-blue_green.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 174, 149, 0.5);
}

.list-group-item-blue_green {
    color: #00332c;
    background-color: #66ffe9;
}

.list-group-item-blue_green.list-group-item-action:hover, .list-group-item-blue_green.list-group-item-action:focus {
    color: #00332c;
    background-color: #4dffe5;
}

.list-group-item-blue_green.list-group-item-action.active {
    color: #fff;
    background-color: #00332c;
    border-color: #00332c;
}

.table-blue_green,
.table-blue_green > th,
.table-blue_green > td {


}

.table-hover .table-blue_green:hover {
    background-color: #4dffe5;

}

.table-hover .table-blue_green:hover > td,
.table-hover .table-blue_green:hover > th {
    background-color: #4dffe5;
       border:1px solid #333;
}

.text-blue_green {
    color: #00AE95 !important;
    
}

a.text-blue_green:hover, a.text-blue_green:focus {
    color: 
#035959 !important;
}


/*------------------------------------
- Google Fonts (Noto Sans JP)
------------------------------------*/
.m-plus-rounded-1c-thin {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.m-plus-rounded-1c-light {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.m-plus-rounded-1c-regular {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.m-plus-rounded-1c-medium {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.m-plus-rounded-1c-bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}


