@charset "UTF-8";
body {
    font-family: 'Noto Sans JP', sans-serif;

}

.main-content {
    background: #F9F9F9;
    padding: 100px 20px 10px;
}

.login-page {
    /*width: 40%;*/
    max-width: 500px;
    background: #fff;
    margin: 0 auto 150px;
    padding: 50px 20px 30px;
}


.login-page h2.title1 {
    text-align: center;
    padding: 0;
    background: none;
    border: none;
    color: #fff;
    margin-bottom: 30px;
}


.login-body {
    padding: 0;
}

.login-body label {
    font-size: 1em;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 10px;
    color: #7F7F7F;
}

.login-page input[type="text"],
.login-page input[type="password"] {
    font-size: 1em;
    padding: 14px 15px 14px;
    width: 100%;
    height:40px;
    color: #7F7F7F;
    outline: none;
    border: 1px solid #BFBFBF;
    background: #FFFFFF;
    margin: 0 auto 30px;
}

::placeholder {
    color: #BFBFBF;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #BFBFBF;
}

::-ms-input-placeholder {
    color: #BFBFBF;
}

.forgot-grid {
    margin-bottom: 0;
    text-align: center;
}

.forgot {
    float: none;
}

.forgot a {
    font-size: 1em;
    color: #0F7AEE;
    display: block;
    text-decoration: underline;
}

.forgot a:hover {
    text-decoration: none;
    color: #0F7AEE;
}

.login-page input[type="submit"] {
    border: none;
    border-radius: 4px;
    outline: none;
    cursor: pointer;
    color: #fff;
    background: #EC6C00;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    padding: 12px 0px;
    font-size: 1em;
    margin: 0 auto 50px;
    display: block;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    -o-transition: 0.5s all;
}

.login-page input[type="submit"]:hover {
    opacity: 0.5;
    background: #EC6C00;
}

.footer {
    background: #f9f9f9;
}

.footer-contact {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    font-size: 1em;
}

.footer-contact li {
    margin: 0 25px;
    list-style: none;
}

.footer-contact li a {
    color: #212529;
    text-decoration: underline;
}

.footer-contact li a:hover {
    text-decoration: none;
}

.footer .copyright {
    color: #BFBFBF;
    font-size: 0.86em;
}


body {
    background-color: #F9F9F9;
}

.login-page {
    padding: 1px 20px 30px;
}

form,
.login-body {
    display: block;
    width: 100%;
}

.login-page input[type="text"],
.login-page input[type="password"] {
    display: block;
    padding: 10px;
    margin-top: 10px;
    width: calc(100% - 20px);
}

.footer-contact {
    padding: 0;
}

.copyright {
    text-align: center;
    padding-bottom: 10px;
}

.login-page input[type="password"] {
    margin-bottom: 40px;
}

.login-page h2.title1 img {
    width: 300px;
    height: auto;
}

@media (max-width: 480px) {
    .main-content {
        padding: 50px 0px 50px;
    }

    .login-page h2.title1 img {
        width: 100%;
    }

    .footer-contact {
        display: block;
        text-align: center;
    }


    .login-page {
        margin-bottom: 100px;
    }

    .footer-contact li {
        margin: 0 5px 10px;
    }
}
