.required:after{
    content:"必須";
    color:#fff;
    background:#f00;
    font-size:11px;
    display:inline-block;
    padding:2px 5px;
    margin-left:5px;
}

.wrapper {    
	margin-top: 80px;
	margin-bottom: 20px;
}

.form-signin {
    max-width: 420px;
    padding: 30px 38px 66px;
    margin: 0 auto;
    background-color: #eee;
    border: 3px dotted rgba(0,0,0,0.1);  
}

.form-signin-heading {
    text-align:center;
    margin-bottom: 30px;
}

.form-control {
    position: relative;
    font-size: 14px;
    height: auto;
    padding: 10px;
}

input[type="text"] {
    margin-bottom: 0px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="password"] {
    margin-bottom: 20px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.colorgraph {
    height: 7px;
    border-top: 0;
    background: #c4e17f;
    border-radius: 5px;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}

.info_area,.request_area{
    max-height:300px;
    overflow-y: scroll;
}
.panel-heading{
    text-align:center;
}
.schedule .btn-group>.btn{
    width:25%;
}
.mailist li{
    margin-bottom: 10px;
}
.mailist .btn{
    display: block;
}
.label{
    font-size:100%;
}
#time{
    font-size: 20px;
    padding: 15px 0;
    display: block;
}
#kyoten.dl-horizontal dt{
    padding-top:1em;
    margin-bottom:1em;
    width:200px;
    border-top:1px solid #eec;
}
#kyoten.dl-horizontal dd{
    margin-left:200px;
    padding-left:20px;
    padding-top:1em;
    border-top:1px solid #ecc;
}
.disnon{
    display:none;
}
.tooltips{
  display: inline;
  position: relative;
}
.tooltips:hover:after{
  background: #444;
  border-radius: 8px;
  color: #fff;
  content: attr(title);
  margin: 0 auto;
  font-size: 16px;
  padding: 13px;
  width: 220px;
  position:absolute;
  top:-5px;
  left:20px;
}
@media screen and (min-width: 1024px) {
    .menu-btn {
        width: 180px;
    }
}

/* 通知の検索欄 */
.search_wrap{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}
.search_txt{
    width: 35%;
}
.search_txt input[type="text"]{
    display: inline;
    width: 80%;
    margin-left: 10px;
}
.search_txt input[type="date"]{
    display: inline;
    width: 80%;
    height: 42px;
    margin-left: 10px;
}
.search_wrap .btn-reset{
    background-color: #ccc;
    color: #fff;
}
.search_wrap .btn-reset:hover{
    background-color: #999;
}
.search_check{
    width: 15%;
}
.search_check label{
    font-weight: 500;
}
.search_check .check_mark{
    position: relative;
    top: 2px;
    margin-left: 5px;
}
.w90p{
    width: 90%;
}

.check-box {
    cursor: pointer;
  }
  .check-text {
    /* チェックボックスとテキストの上下を中央に */
    align-items: center;
    display: flex;
  }
  .check-box input {
    display: none; /* デフォルトのチェックボックスを非表示 */
  }
  .check-box input + .check-text::before {
    /* チェック入れる前のチェックボックス画像 */
    background-image: url("../images/alert/flag_0.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 20px;
    position: relative;
    width: 20px;
  }
  .check-box input:checked + .check-text::before {
    /* チェック入れた後のチェックボックス画像 */
    background-image: url("../images/alert/flag_1.png");
  }

.t_odd{
    background-color: #f9f9f9;
}
