/* ============================================================
    ログイン画面
===============================================================*/
.login_header{
    width: 100%;
    max-width: 100%;
    box-shadow: none;
    background-color: #005ccc;
    height: 6vh!important;
    text-align: center;
    padding-top: 1vh;
}
.title{
    font-size: 25px;
    color: #fff;
    text-decoration: none;
    font-family: Palatino,'Varela Round', sans-serif;
}
