﻿@charset "utf-8";
/* CSS Document */
.hint {
    font-size: 12px;
    color: #fff;
    width: auto;
    height: 20px;
    display: block;
    background: linear-gradient(to right, #0fb7de, #274aa2);
    position: absolute;
    top: -30px;
    right: 0;
    opacity: 0;
    transition: all ease .6s;
    border-radius: 3px 3px 3px 3px;
    padding:2px 5px;
}

h3 {
    margin-top: -30px;
    margin-bottom: 50px;
}

input:focus ~ .hint {
    opacity: 1;
}

body {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background-image: url(../../img_sys/PX/bg_login_background.png);
    background-size: cover;
    background-position: center;
    min-width: 1100px;
    min-height: 800px;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-color: rgba(54, 74, 98, .2);
}

.lang {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px
}

    .lang:after {
        content: "▼";
        font-size: 14px;
        display: block;
        color: #fff;
        position: absolute;
        top: 50%;
        transform: translate(0, -50%);
        right: 5px;
        cursor: pointer;
        z-index: 0;
    }

    .lang select {
        font-size: 17px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background-color: rgba(0, 0, 0, 0);
        border: none;
        color: #fff;
        padding: 5px 25px 5px 15px;
        cursor: pointer;
        z-index: 1;
        position: relative;
    }
    .lang select::-ms-expand {
        display: none;
    }

        .lang select:focus {
            border: none;
        }

    .lang option {
        background-color: #00082e;
        border: 1px solid #00082e;
        color: #fff;
    }

.login {
    width: 700px;
    margin: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.system {
    width: 850px;
    margin: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.system {
    max-height: calc(100% - 80px);
    color: #999;
    text-align: left;
    padding: 0px 20px 0px;
    font-size: 16px;
    box-sizing: border-box;
}

.reset {
    width: 680px;
    height: 450px;
    margin: auto;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}

.system{
    min-width: 850px;
    width: 90%;
    max-width: 1200px;
}
.box3 {
    padding: .7em 1em;
    margin: 0 0 2em;
    background: #fff;
    border-radius: 6px;
    box-shadow: 28px 28px 90px 8px #202b55;
}
.reset .box3{
    height: 80%;
}
.system .box3 table thead{
    background: #7eabd6;
}
.system .box3 table thead th{
    color: #fff;
    text-align: center;
}

.box2 {
    padding: 1em 1em;
    margin: 3em 0;
    background: rgba(0,0,0,0.05);
    border-radius: 6px;
}

.login .box3 p,
.system .box3 p {
    margin: 0;
    padding: 0;
}

.reset p{
     font-size: 80%;
     color: red;
}

#pmsg11 {
    margin: 0;
}
#pmsg12 {
    margin-top: 0;
    margin-bottom: 30px;
}

.login h1 {
    text-align: center;
    margin-top: 2.6rem;
    margin-bottom: 2.5rem;
}
.login h1 img{
    max-height:45px;
    width:auto;
}
    md-input-container {
    margin: 18px 0 10px;
    width: 100%;
}
    md-input-container.md-default-theme .md-input,
    md-input-container .md-input {
        border-color: #adadad !important;
    }

.txt_box {
    width: 480px;
    margin: auto;
}

    .txt_box label,
    .txt_box input {
        color: #adadad !important;
        font-size: 22px;
        padding: 5px !important;
    }

    .txt_box select {
        font-size: 20px;
        width:100%;
        margin: 1em 0 !important;
    }

    .txt_box .md-input-focused label,
    .txt_box .md-input-has-value label,
    .txt_box input {
        color: #398ad6 !important;
        font-size: 22px;
        padding: 5px !important;
    }

        .txt_box .md-input-focused label.newPass,
        .txt_box .md-input-has-value label.newPass {
            color: #2bd4c3 !important;
            font-size: 22px;
            padding: 5px !important;
        }


    .txt_box .md-input-has-placeholder label {
        font-size: 24px;
    }
    .txt_box input {
        color: #404040 !important;
    }

        .txt_box input.newPass {
            color: #2bd4c3 !important;
        }

        .txt_box input:-webkit-autofill {
            -webkit-box-shadow: 0 0 0px 1000px white inset;
        }

        .txt_box input::placeholder {
            color: #adadad;
            font-size: 15px;
        }

    .txt_box i {
        right: 15px;
        position: absolute;
        color: #adadad;
    }

    .txt_box .md-input-focused i,
    .txt_box .md-input-has-value i {
        color: #398ad6;
    }

        .txt_box .md-input-focused i.newPass,
        .txt_box .md-input-has-value i.newPass {
            color: #2bd4c3;
        }


.line {
    scrollbar-3dlight-color: black;
    position: absolute;
    height: 2px;
    width: 0%;
    background-color: #398ad6;
    left: 0;
    top: 30px;
    transition: all ease 0.4s;
}

    .line.skyblue {
        background-color: #2bd4c3;
    }

.md-input-focused .line,
.md-input-has-value .line {
    width: 100%;
}

.txt_box .md-input-focused i {
    right: 15px;
    position: absolute;
    color: #398ad6;
}

    .txt_box .md-input-focused i.newPass {
        right: 15px;
        position: absolute;
        color: #2bd4c3;
    }

.login button {
    color: #398ad6;
    background-color: rgba(0, 0, 0, 0);
    font-weight: normal;
    padding: 10px 0;
    display: block;
    margin: auto;
    margin-bottom: 25px;
    width: 400px;
    font-size: 21px;
    border-radius: 50px;
    border: 1px solid #398ad6;
    position: relative;
    overflow: hidden;
    z-index: 999;
    outline: none;
}

    .login button:after,
    .reset button:after{
        top: 0;
        right: 0;
        left: auto;
        content: " ";
        width: 0;
        height: 100%;
        display: block;
        position: absolute;
        background-color: #398ad6;
        color: #fff;
        z-index: -1;
        transition: all ease 0.4s;
    }

    .login button:hover,
    .reset button:hover {
        color: #fff;
        transition: all ease 0.4s;
    }

        .login button:hover:after,
        .reset button:hover:after,
        .login button.btn_hover:after,
        .reset button.btn_hover:after{
            width: 100%;
            left: 0;
            right: auto;
        }

.q_box {
    text-align: center;
    margin: 5px 0 20px;
}

    .q_box label {
        display: inline-block;
        color: #398ad6;
        text-decoration: none;
        margin: 0 auto 5px;
        position: relative;
        z-index: 10;
        cursor: pointer;
        font-size: 13px;
    }

/*.system_box {
    width: 850px;
    height: 90%;
    min-height: 750px;
    max-height: 950px;
    margin: auto;
    display: block;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
}*/

.system_box h1 {
    text-align: center;
}

.system button,
.reset button {
    color: #99a;
    background-color: rgba(0, 0, 0, 0);
    font-weight: normal;
    padding: 15px 0;
    display: block;
    margin: auto;
    width: 540px;
    font-size: 30px;
    border-radius: 50px;
    border: 1px solid #99a;
    position: relative;
    overflow: hidden;
    z-index: 999;
    outline: none;
}

.reset button {
    color: #398ad6;
    border: 1px solid #398ad6;
}

.system_box button:after{
    top: 0;
    right: 0;
    left: auto;
    content: " ";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #398ad6;
    transition: all ease 0.4s;
    color: #fff;
    z-index: -1;
    /*transition: all ease 0.4s;*/
}

.system_box button:hover{
    color: #fff;
    transition: all ease 0.4s;
}
.system_box button:hover:after{
        width: 100%;
        left: 0;
        right: auto;
}


#abridgement {
    display: none;
}

.check_label {
    font-size: 13px;
    display: inline-block;
    color: #398ad6;
    padding: 10px 10px 10px 30px;
    position: relative;
    cursor: pointer;
}

    .check_label:before {
        display: block;
        content: " ";
        position: absolute;
        height: 20px;
        width: 20px;
        border: 1px solid #398ad6;
        border-radius: 50%;
        top: 0;
        bottom: 0;
        left: 0;
        margin: auto;
    }

#abridgement:checked + .check_label:after {
    display: block;
    content: " ";
    position: absolute;
    height: 12px;
    width: 7px;
    border-right: 1px solid #398ad6;
    border-bottom: 1px solid #398ad6;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0;
    bottom: 4px;
    left: 7px;
    margin: auto;
    margin: auto;
}

.login .box3 p.error_message, .system .box3 p.error_message {
    font-size: 14px;
    font-weight: bold;
    color: #ff0066;
    padding-bottom: 20px;
    /*text-shadow: 0 0 15px #111;*/
}

.system .error_message {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}

.notif_message {
    font-size: 16px;
    font-weight: bold;
    color: #ff0066;
    margin-top: 3px;
    margin-bottom: 40px;
    /*text-shadow: 0 0 15px #111;*/
}

.info_box {
    padding: 6px 5px;
    background: linear-gradient(to right, rgba(12, 197, 230, .4), rgba(49, 59, 175, .4));
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
}

    .info_box:after {
        display: block;
        content: " ";
        clear: both;
    }

    .info_box dl {
        margin: 5px 0;
    }

    .info_box dt {
        float: left;
        width: 30%;
        text-align: center;
        padding:2px 5px;
        box-sizing: border-box;
        border-right: 1px solid #fff;
        position: relative;
    }

    .info_box dd {
        float: left;
        width: 70%;
        text-align: center;
        padding: 2px 5px 2px 20px;
        box-sizing: border-box;
        margin: 0;
        text-align: left;
    }

    .info_box dt .fas {
        margin-right: 10px;
        position: absolute;
        top: 50%;
        left: 20px;
        transform: translate(0, -50%);
        margin: auto;
    }

.system .box3 h2 {
    color: #398ad6;
    text-align: center;
    font-weight: 200;
    margin-top: 5px;
    margin-bottom: 10px;
}

.reset .box3 h2 {
    color: #adadad;
    text-align: center;
    font-weight: 200;
    margin-top: 20px;
    margin-bottom: 20px;
}

.errtxt{
    color: red !important;
    font-weight: bold;
}

#hmsg2 {
    margin-top: 100px;
    margin-bottom: 20px;
}

.system .box3 button {
    font-size: 16px;
    width: 100px;
    padding: 5px 0;
    color:#398ad6;
    border-color:#398ad6;
}
.system .box3 button:hover {
    color:#fff;
}
.reset .box3 button {
    font-size: 16px;
    width: 200px;
    padding: 5px 0;
    outline: none;
    margin-bottom: 20px;
}

.box3 table {
    width: 100%;
    height: calc(100% - 60px);
    display: table;
    margin: 0 auto 1rem;
}

.box3 table tbody tr{
    box-shadow: 0 2px 0px 0px #7eabd6;
}
.passtitle {
    color: #adadad;
    text-align: left;
    text-align: center;
    font-weight: 100;
    /*margin-bottom: 5px;
    font-size: 40px;*/
}

thead,
tbody {
    display: block;
}

tbody {
    overflow-y: auto;
    max-height: 60vh;
    
}

    tbody::-webkit-scrollbar {
        width: 10px;
    }

    tbody::-webkit-scrollbar-track {
        background-color: rgba(160,160,160,.3);
        border-radius: 10px;
    }

    tbody::-webkit-scrollbar-thumb {
        background: #398ad6;
        border-radius: 10px;
    }

.system .box3 table th {
    opacity: .8;
    color: #398ad6;
}

.system .box3 table td,
.system .box3 table th {
    padding: 5px 10px;
    font-weight: normal;
    box-sizing: border-box;
}

.table01 {
    width: 70px;
}
.table03 {
    width: 150px;
}

.table02{
    width: 300px;
}
.table04 {
    width: 100px;
}

.table05 {
    width: 120px;
}
.table06 {
    width: 160px;
}
.table05.btn {
    outline: none;
}

.sReturnView:hover {
    color: #fff;
    transition: all ease 0.4s;
}
.sReturnView:hover::after {
    right: -30px;
    left: auto;
    width:140%;
}
.sReturnView:hover::before {
    left: -35%;
    transition: all ease .4s;
}
.sReturnView {
    color: #8094ad;
    border: 1px solid #8094ad;
    border-radius: 30px;
    padding: .2rem 1rem;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
}
.sReturnView::after {
    top: 0;
    left: 0;
    right: auto;
    content: " ";
    width: 0;
    height: 100%;
    display: block;
    position: absolute;
    background-color: #8094ad;
    transition: all ease 0.4s;
    color: #fff;
    z-index: -1;
}
.sReturnView::before {
    width: 0;
    content: "";
    display: block;
    position: absolute;
    height: 0;
    z-index: -1;
    top: 0;
    background: #8094ad;
    border-bottom: 15px solid #fff;
    border-top: 15px solid #fff;
    border-right: 30px solid #8094ad;
    left: 100%;
}

.reset .sReturnView {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    font-size: 90%;
}

.upt{

}
.dnt{
    margin-top: 80px
}

.warning {
    font-size: 14px;
    display: flex;
    color: #adadad;
    padding: 10px 10px 10px 40px;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-top: 0;
    margin-bottom: 40px;
    white-space: nowrap;
}

    .warning img {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 25px;
        height: 25px;
    }

.slide {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    position: absolute;
}

.wait_box,
.login_box,
.change_box,
.change_box2,
.reset_box,
.reset_box2,
.reset_box3,
.system_box {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all ease 1s;
    -o-transition: all ease 1s;
    transition: all ease 1s;
}
.change_box {
    left: -100%;
}
.system_box {
    left: 100%;
}
.reset_box {
    top: -100%;
}
.reset_box2 {
    top: -100%;
}

.login_box.change {
    left: -100%;
}
.system_box.change {
    left: 0
}

.login_box.select {
    left: 100%;
}
.change_box.select {
    left: 0;
}

.login_box.change2 {
    top: 100%;
}
.reset_box.change2 {
    top: 0;
}
.reset_box.change22 {
    top: 100%;
}
.reset_box2.change22 {
    top: 0;
}



.invalid-feedback {
    display: inline-block;
    width: 100%;
    /*margin-top: 0.25rem;*/
    font-size: 80%;
    color: #f86c6b;
    text-align:initial;
}

.error {
    background-color: #FFD6D6 !important;
    border: 1px dotted #D40003;
}


/*ボタンクリック時の○のアニメーション*/

.sk-three-bounce,
.sk-three-bounce2
{
    margin: 0px auto;
    width: 200px;
    text-align: center
}

.sk-three-bounce2{
    width: 100px;
}

    .sk-three-bounce .sk-child {
        width: 20px;
        height: 20px;
        display: inline-block;
        -webkit-animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        animation: sk-three-bounce 1.4s ease-in-out 0s infinite both;
        background: #fff;
        border-radius: 50%;
        margin: 0 5px;
    }

    .sk-three-bounce .sk-bounce1 {
        -webkit-animation-delay: -.32s;
        animation-delay: -.32s
    }

    .sk-three-bounce .sk-bounce2 {
        -webkit-animation-delay: -.16s;
        animation-delay: -.16s
    }

@-webkit-keyframes sk-three-bounce {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-three-bounce {
    0%, 100%, 80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*ローディング時の○のアニメーション*/
.sk-cube-grid {
    width: 70px;
    height: 70px;
    margin: 70px auto;
    /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */
}

    .sk-cube-grid .sk-cube {
        width: 33.33%;
        height: 33.33%;
        background-color: #398ad6;
        float: left;
        -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
        animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    }

    .sk-cube-grid .sk-cube1 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube2 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube3 {
        -webkit-animation-delay: 0.4s;
        animation-delay: 0.4s;
    }

    .sk-cube-grid .sk-cube4 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube5 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

    .sk-cube-grid .sk-cube6 {
        -webkit-animation-delay: 0.3s;
        animation-delay: 0.3s;
    }

    .sk-cube-grid .sk-cube7 {
        -webkit-animation-delay: 0.0s;
        animation-delay: 0.0s;
    }

    .sk-cube-grid .sk-cube8 {
        -webkit-animation-delay: 0.1s;
        animation-delay: 0.1s;
    }

    .sk-cube-grid .sk-cube9 {
        -webkit-animation-delay: 0.2s;
        animation-delay: 0.2s;
    }

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }

    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

#userId2 {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 5px;
}

.txt-color-white {
    color: white;
}

a {
    color: #398ad6;
    display: inline-block;
}

.a-left {
    margin-left: 0px;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
    cursor: pointer;
}

.a-right {
    margin-left: 50px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 0px;
    cursor: pointer;
}

.no-display {
    display: none;
}



/* タイトル行（ログイン画面用）*/
.box3 .pg_title {
    font-weight: bold;
    font-style: italic;
    color: #fff;
    position: relative;
    z-index: 50;
    margin: 1em -0.7em 3em -0.65em;
}

    .box3 .pg_title::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #4c9ac0;
        z-index: -1;
    }

    .box3 .pg_title::after {
        content: '';
        position: absolute;
        border-left: 20px double #fff;
        height: 100%;
        top: 0;
        right: 50px;
        transform: skew(-20deg);
    }


.login_message {
    padding: 0 0 30px 0 !important;
    color: black;
    font-size: 14px;
}
.login_message_b {
    padding: 0 0 20px 0 !important;
    color: black;
    font-size: 14px;
    margin: -20px 0 0 0 !important;
}

/*エッジでパスワードの欄に目が出るのをやめる*/
::-ms-reveal {
    display: none;
}