
.btn,
a.btn,
button.btn {
    /*font-size: 1.6rem;*/
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 2rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .4);
}
.g-signin2{
    width: 100%;
}
  
.g-signin2 > div{
    margin: 0 auto;
}
.search_btn:hover{
    opacity:0.5;
    transition: all 0.2s linear;
}
a.btnStart,
a.btnEnd,
a.btnInput,
a.btnSituation {
    overflow: hidden;
    padding: 1rem 3rem;
    color: #fff;
    border-radius: 0;
    background: #333;
}  
a.btnStart span,
a.btnInput span,
a.btnSituation span {
    position: relative;
} 
a.btnStart:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%);
    background: #5a66f1;
}
a.btnInput:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%);
    background: #5ae166;
}
a.btnSituation:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%);
    background: #d3e15a;
}
a.btnStart:hover:before,
a.btnInput:hover:before,
a.btnSituation:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
a.btnEnd span {
    position: relative;
    z-index: 1;
}  
a.btnEnd:before {
    position: absolute;
    top: 0;
    left: calc(-100% + 10px);  
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: #ee8992;
}  
a.btnEnd:after {
    position: absolute;
    top: 0;
    right: calc(-100% + 10px); 
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    background: #ee8992;
}
  
a.btnEnd:hover:before {
    -webkit-transform: translateX(50%) translateY(0);
    transform: translateX(50%) translateY(0);
}
  
a.btnEnd:hover:after {
    -webkit-transform: translateX(-50%) translateY(0);
    transform: translateX(-50%) translateY(0);
}

input[type="date"]{
    width: 160px;
}
input[type="time"]{
    width: 110px;
}
#kyukeiTime, #nkyukeiTime{
    width: 60px;
}
input[type="date"][disabled]{
    background:#DCDCDC;
}
input[type="time"][disabled]{
    background:#CCCCCC;
}
input[type="text"][disabled]{
    background:#CCCCCC;
}
#kubun[disabled]{
    color:#555555;
    background:#DDDDDD;
}
form, fieldset, legend {
    margin: 0;
    padding: 0;
    border: none;
}  
.inputForm{
    background: #ffffff;
    position: relative;
    border: solid 2px #8992ee;
    border-radius: 6px;
    margin: 1em 0 1em 0;
}
.inputForm-title {
    font-size: 1.15em;
    background: #8992ee;
    padding: 4px;
    text-align:center;
    color:#ffffff;
    font-weight: bold;
    letter-spacing: 0.05em;
}
.inputForm-title legend {
    margin: 0 auto;
}
.hide {
    display: none;
}
div#tempSave, div#approvalReq, div#tempDelete{
    margin: 0 15px 10px 15px;
}
div#syoninText, div#syoninCommentText {
    display: inline-block;
    _display: inline;
}
div#syoninCommentText {
    color: #dd5555;
}
#layer {
    display: none;  /* 初期表示は非表示 */
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.20;
}
#popup {
    display: none;  /* 初期表示は非表示 */
    position: absolute;
    left: 200px;
    top: 150px;
    width: 600px;
    height: 300px;
    margin-left: -150px;
    margin-top: -100px;
    background-color: white;
    border-radius: 5px;
    /*text-align: center;*/
}
.label-m {
    width: 95px;
}
@media screen and (max-width: 640px) {
    .form-group{
        margin-bottom: 5px;
    }
    .label-s {
        width: 60px;
    }
    .label-m {
        width: 80px;
    }
    .label-join {
        margin: 0 0 0 10px;
    }
    input[type="time"]{
        width: 100px;
    }

}