#wrap {
    position: static;
    padding-top: initial;
}

#wrap .background img {
    position: fixed;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.select_combo_box .combo_box_title {
    border: 0;
    background: none;
}

.select_combo_box .combo_box_title .not_select {
    color: #aaa;
}

.select_combo_box .combo_box_caret_down {
    color: #ccc;
    background: none;
}

.combo_box_menu > ul li {
    text-align: left;
}

#main_wrap {
    display: inline-block;
    width: 600px;
    margin: 10px auto;
    margin-bottom: 20px;
    padding: 30px 20px 30px 20px;
    border: 1px solid #E8E8E8; /*矩形のボーダー色*/
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8); /*矩形のシャドウ*/
    background-color: rgba(16, 40, 80, 0.781);
    min-height: 80px;
}

#input_box {
    margin-bottom: 30px;
}

#main_wrap dt {
    margin: 5px 1px 1px 1px !important;
    text-align: center;
}

#main_wrap > dl {
    display: flex;
    flex-wrap: wrap;
}

#main_wrap > dl dt,
#main_wrap > dl dd {
    margin: 1px;
    padding: 5px;
    font-size: 18px;
}

#main_wrap > dl dt {
    width: 20%;
}

#main_wrap > dl dd {
    width: 78%;
}

#main_wrap > dl dd input {
    width: 95%;
    height: 40px;
    font-size: 18px;
}

.copy {
    width: 100%;
    position: fixed;
    bottom: 20px;
}

.btn_g {
    cursor: pointer;
}

.login_header {
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    height: 110px;
    background-color: #003289;
    padding: 10px;
    z-index: 100;
}

.title_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 100%;
}

.title_container li {
    padding: 0;
    font-size: 40px;
    font-weight: bold;
    white-space: nowrap;
}

.title_container li:first-child {
    padding-top: 10px;
    margin-right: 10px;
    width: 100px;
}

.title_container li:nth-child(2) {
    min-width: 400px;
    line-height: 1;
    white-space: pre-line;
}

.title_container li img {
    max-width: 100%;
    max-height: 100%;
}

.title_container #version {
    margin-left: 10px;
    margin-top: 60px;
    font-size: 15px;
    font-weight: normal;
}

.select_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 90%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    height: 100%;
}

.select_container .select_combo_box {
    color: #ffffff;
    width: 200px;
    text-align: right;
}

.select_container .icon_btn_wrap {
    left: 5px;
}

.login_footer {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0px;
    height: 70px;
    background-color: #004E98;
    padding: 0px;
}

.login_footer .login_copy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    text-align: center;
}

.system_container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.system_container li {
    padding-right: 10px;
    font-size: 25px;
    white-space: nowrap;
}

.system_container li img {
    max-width: 100%;
    max-height: 100%;
}

#system_logo {
    position: relative;
    top: 8px;
}

#system_logo img {
    width: 170px;
    height: 28px;
}

#contents {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#maintenance_contents {
    position: absolute;
    display: inline-block;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 8%;
    width: 100%;
}

.login_button {
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #E8E8E8;
    box-shadow: 0px 0px 5px 1px rgba(255, 255, 255, 0.8);
    background-color: rgba(16, 40, 80, 0.781);
}

#maintenance_wrap {
    display: inline-block;
    width: 800px;
    height: 240px;
    padding: 10px 10px 10px 10px;
    border: 1px solid #E8E8E8; /*矩形のボーダー色*/
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgba(255,255,255,0.8); /*矩形のシャドウ*/
    background-color: rgba(16, 40, 80, 0.781);
    min-height: 80px;
}

#maintenance_info {
    display: inline-block;
    overflow: auto;
    width: 100%;
    height: 100%;
}
