body {
    font-family: メイリオ, Meiryo, Verdana, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif !important;
}

.imglogo img {
    width: 100%;
}

main {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -142.5px;
    margin-left: -310px;
    width: 620px;
}

header .login_header {
    border-bottom: 1px #bdbdbd dashed;
    color: #848484;
    font-size: 16px;
    line-height: 40px;
}

main .imglogo {
    padding-bottom: 20px;
    /* margin-left: 65px; */
    min-width: 400px;
}

.form-input {
    max-width: 620px;
    width: 100%;
}

main .btn-submit button {
    width: 100%;
    background-color: #0088ee;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

main .btn-submit {
    /* margin-left: auto; */
    /* margin-right: 0; */
    /* width: calc(100% - 100px); */
}

.gr-form label {
    text-align: right;
    width: 120px;
    padding-right: 15px;
    color: #7F7F7F;
}

.form-group {
    margin-bottom: 10px;
    margin-left: 40px;
    margin-right: 40px;
}

.gr-form .input-text {
    width: calc(100% - 170px);
    padding-top: 3px;
}

footer {
    padding-top: 5%;
}

footer .login_footer {
    border-top: 1px #bdbdbd dashed;
    color: #848484;
    font-size: 16px;
    line-height: 40px;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

footer .login_footer p:last-child {
    margin: 0;
    text-align: right;
}

.error_mess {
    /* height: 100px; */
    color: #ff0000;
}

.error_mess_dialog {
    /* height: 100px; */
    color: #ff0000;
}

.error_mess .error-box {
    /* margin: auto; */
    /* border: 1px solid #ff0000; */
    /* margin-bottom: 20px; */
    vertical-align: middle;
    /* margin-left: 65px; */
    /* height: 100px; */
}

.u-admin .s-left,
.u-admin .s-right {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.ajax-loading {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(150, 150, 150, 0.7);
    cursor: wait;
    display: none;
}

.ajax-loading-noeror {
    z-index: 99;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(150, 150, 150, 0.7);
    cursor: wait;
    display: none;
}

.ajax-loading-text {
    z-index: 999;
    text-align: center;
    color: #fff;
    margin-top: 50vh;
    cursor: wait;
}

.ajax-loading-text span {
    background-color: rgba(100, 100, 100, 0.7);
    padding: 15px 25px;
    font-size: 120%;
    border-radius: 10px;
    cursor: wait;
}

#popup_container {
    max-width: 600px !important;
}

#change_password_popup {
    position: fixed;
    z-index: 98;
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

#change_password_popup #close_popup {
    /* float: right;
    line-height: 14px;
    font-size: 13px;
    margin-top: 5px;
    margin-right: 4px;
    border-radius: 2px;
    padding-bottom: 4px;
    padding-right: 6px;
    cursor: pointer; */
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    padding: 0px 3.5px;
    border: none;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 5px;
}

#close_popup:focus {
    outline-color: initial;
    outline-style: solid;
    outline-width: 2px;
}

#popup_group_button .btn_filter {
    line-height: 19px;
}

#change_password_popup_container {
    position: absolute;
    z-index: 98;
    background: #fff;
    height: fit-content;
    width: 640px;
    top: calc(50% - 175px);
    left: calc(50% - 320px);
}

#change_password_popup_header {
    height: 34px;
    background: #0070c0;
    display: flex;
}

#change_password_popup_header h3 {
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    font-weight: unset;
    margin-left: 10px;
}

#change_password_popup_body {
    position: relative;
    margin: 0 30px;
}

#popup_body_1 {
    height: 66px;
    border-bottom: 1px solid #ccc;
    /* margin: 0 20px; */
}

#popup_body_1 label {
    margin-top: 40px;
}

#popup_body_2 {
    height: 184px;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
}

#popup_body_2 .input-text {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 0px;
    margin-bottom: 13px;
}

#popup_body_2 .input-text label {
    padding: 0;
    margin-top: 8px;
}

#popup_body_3 {
    height: 66px;
    margin: 5px;
    padding-top: 8px;
    border-top: solid 1px #ccc;
}

#popup_group_button {
    float: right;
}

#change_password_popup_ok {
    width: 100px;
}

#change_password_popup_cancel {
    width: 100px;
}

.required {
    color: #ff0000;
}

.input-text {
    display: flex;
    position: relative;
}

.label-input {
    width: 50%;
    padding-left: 10px;
}

.input-password {
    width: 50%;
    padding-right: 20px;
}

.message-error {
    margin: 0;
    padding: 0;
    justify-content: flex-start !important;
    margin-left: 30px;
}

.message-error label {
    margin: 0;
    margin-top: 20px;
    margin-bottom: 10px;
}

.no_error .message-error {
    display: none;
}

.has_error .message-error {
    display: inline;
}

.has_error #popup_body_2 {
    height: 164px !important;
    padding-top: 12px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.has_error #change_password_popup_container {
    position: absolute;
    z-index: 98;
    background: #fff;
    height: fit-content;
    width: 640px;
    top: calc(50% - 193px) !important;
    left: calc(50% - 320px);
}

.formError .formErrorContent {
    white-space: nowrap;
}

.group-data-input {
    border: 1px solid #D9D9D9;
    margin-top: 15px
}

.login-title-1 {
    background-color: #6E97C8;
    color: #FFFFFF;
    /* font-weight: bold; */
    font-size: 22px;
    text-align: center;
    padding: 5px 5px;
}

.login-title-2 {
    background-color: #9BB7D9;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
}

.label-forgot-pass {
    margin-left: 100px;
    color: #5B9BD5;
    cursor: pointer;
    margin-bottom: 18px;
}

.label-forgot-pass a {
    color: #5B9BD5;
    cursor: pointer;
    margin-bottom: 18px;
}

.label-forgot-pass img {
    height: 11px;
    margin-bottom: 2px;
    margin-right: 5px;
    margin-left: 20px;
}

.label-forgot-pass:hover {
    text-decoration: underline;
}

.padding-15 {
    padding: 15px;
    padding-right: 40px;
}

.main-request {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -217.5px;
    margin-left: -310px;
    width: 620px;
}

#privacy {
    position: absolute;
    z-index: 98;
    background: #fff;
    /* height: 240px !important; */
    width: 677px;
    top: calc(50% - 126px) !important;
    left: calc(50% - 338px);
}

#privacy_popup_header {
    height: 34px;
    background: #0070c0;
    display: flex;
}

#privacy_popup_header h3 {
    color: #fff;
    line-height: 34px;
    font-size: 14px;
    font-weight: unset;
    margin-left: 10px;
}

.privacy_popup_body {
    position: relative;
    margin: 0 30px;
}

.w-100px {
    width: 100px;
}

.privacy_footer {
    height: 55px;
    margin: 5px;
    padding-top: 8px;
    margin-right: 30px;
}

.privacy_body {
    position: relative;
    margin: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #ccc;
}

.privacy_body>.text {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.privacy_body>.form-group {
    /* margin-top: 30px; */
    margin-bottom: 30px;
}

#close_popup_policy {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
    background: #ffffff;
    color: #000000;
    padding: 0px 3.5px;
    border: none;
    width: 20px;
    height: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    right: 5px;
}

#privacy_policy {
    position: fixed;
    z-index: 98;
    background: #fff;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
}

.privacy_error_msg {
    color: red;
    /* margin-bottom: 0; */
    margin-top: -5px;
}

.btn_login {
    width: 100%;
    background-color: #0088ee;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.check {
    margin-top: 10px;
}

.policy {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #0070C0;
    display: none;
}

.policy:hover {
    cursor: pointer;
    color: #0070C0;
    text-decoration: underline;
}

.text-require-password {
    font-size: 10.5px;
    color: #7f7f7f;
}
