.login-form input[type='text'],
.login-form input[type='password'] {
    padding: 5px 36px 4px 32px;
}

.login-form input.input-username {
    background: url('../images/login_img05.png') no-repeat;
    background-position: left 0.5rem center;
    background-size: 0.8rem;
    background-color: #ffffff;
}

.login-form input.input-password {
    background: url('../images/login_img07.png') no-repeat;
    background-position: left 0.5rem center;
    background-size: 0.8rem;
    background-color: #ffffff;
}

#password-check {
    text-align: right;
    z-index: 2;
    margin-right: 2%;
    margin-top: -46px;
    cursor: pointer;
}

#password-check i {
    font-size: 1.2rem;
    color: #515545;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="password"] {
    width: 100%;
}

.main-inner-lg {
    margin-top: 20px;
}

.idpass-forget {}

.logo_sub_text {
    font-size: 16px;
}

.btn_box {
    margin-top: 30px;
}

.logo_sub_text {
    margin-top: 70px;
    max-width:480px;
}

@media screen and (min-width: 1024px) {
    .main-inner-lg {
        margin-top: 60px;
    }
    .logo_sub_text {
        margin-top: 70px;
        width:100%;
    }
}


/*
@charset 'UTF-8';

html {
    height: 100vh;
    overflow: hidden;
    }
body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: auto;
    background-color: #e2efc1;
    }
main {
    margin: 0;
    padding: 0;
    }
main .media {
    display: none;
    }
.main-sp {
    display: flex;
    flex-direction: column;
    z-index: 5;
    background: #e2efc1;
    }
.top-images {
    padding: 12px 0;
    text-align: center;
    }
.logo img {
    width: 60%;
    max-width: 400px;
    }
.hoshi {
    margin-top: 22px;
    margin-bottom: 10px;
    }
.hoshi img {
    max-width: 180px;
    width: 30%;
    }
.login-text img {
    max-width: 190px;
    width: 30%;
    }
.login-text p {
    color: #9ea38e;
    }
.login-form {
    margin: 8px 16px;
    text-align: center;
    }
.login-form p {
    margin: 8px;
    }
.login-form button {
    width: 80%;
    margin-top: 16px;
    }
.auto-login {
    width: 90%;
    font-size: 0.92rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 32px;
    padding-bottom: 8px;
    border-bottom: 1px solid #9ea38e;
    }
.idpass-forget {
    text-align: center;
    color: #8e9281;
    margin-bottom: 18px;
    }
.idpass-forget a {
    color: #24b07b
    }
.top-images .logo {
        margin-top: 5vh;
        }
@media screen and (min-width: 1024px) {
    body {
        margin: 0;
        padding: 0;
        }
    main {
        height: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        overflow: hidden;
        }
    .top-images {
        margin: 0vh;
        height: auto;
        }
    .top-images .logo {
        margin-top: 5vh;
        }
    .top-images .logo img {
        object-fit: contain;
        height: 100%;
        }
    .top-images .hoshi {
        height: 23vh;
        }
    .top-images .hoshi img {
        object-fit: contain;
        height: 100%;
        }
    .top-images .login-text {
        margin-top: 3vh;
        height: auto;
        }
    main .media {
        display: block;
        width: 100%;
        background: #24b07b;
        height: 100vh;
        position: relative;
        z-index: 0;
        }
    main .media:after {
        content: '';
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        }
    main .main-sp {
        display: block;
        width: 100%;
        }
    .login-form {
        margin-top: 15px;
        }
    video.movie {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        }
    }

.register-header-wrap {
    margin-top: 40px;
    }
.main-message div {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px auto 0;
    }
.main-message div span {
    display: block;
    }
.main-message div.main-message-title {
    font-size: 1.4rem;
    }
form {
    margin-top: 15px;
    margin-bottom: 15px;
    }
form input {
    margin: 5px;
    }
input[type='text'] {
    width: 60%;
    font-size: 1.2rem;
    padding: 5px;
    border: 1px solid #2ab260;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #a3dea8;
    }
.mail-container .info {
    color: #ed143d;
    font-size: 12px;
    }

.register-main-container {
    width: 90%;
    margin: auto;
    padding: 0 0 15px;
    background: #ffffff80;
    }
.oauth-container {
    text-align: center;
    padding: 15px;
    }
.oauth-panel {
    display: flex;
    position: relative;
    justify-content: start;
    align-items: center;
    height: 30px;
    padding: 10px 18px;
    margin: 8px 8px;
    border-radius: 5px;
    }
.oauth-panel img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    display: inline-block;
    }
.oauth-panel span {
    line-height: 30px;
    color: #ffffff;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding-left: 20px;
    font-size: 1.2rem;
    }
.oauth-panel a {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    }
.oauth-panel.facebook {
    background-color: #4266b0
}
.oauth-panel.google {
    background-color: #dc4536
    }
.oauth-panel.line {
    background-color: #05c405
    }
.oauth-panel.twitter {
    background-color: #20a9e9
    }

.register-message {
    font-size: 1.18rem;
    font-weight: bold;
    text-align: center;
    }
.register-message > div > p {
    margin: 2px;
    font-weight: 600;
    }
.main-message .agree-check {
    margin-top: 40px;
    text-align: center;
    font-size: 1.2rem;
    }
input[type='email'] {
    width: 90%;
    font-size: 1.2rem;
    padding: 5px 5px 5px 32px;
    border: 1px solid #2ab260;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 1px #a3dea8;
    margin: 5px auto;
    background: #fff url('../images/icon-mail.png') no-repeat;
    background-size: 1.1rem;
    background-position: left 5px center;
    }
#agree_submit {
    width: 80%;
    background: #9e9e9e;
    color: #ffffff;
    box-shadow: 10px 10px 15px -10px #9e9e9e;
    cursor: default;
    }
.agree #agree_submit {
    background: #02ab71;
    box-shadow: 10px 10px 15px -10px #2ab260;
    cursor: pointer;
    }

@media screen and (min-width: 1024px) {
    .register-main-container {
        width: 70%;
        box-shadow: none;
        }
    .main-content {
        width: 100vw;
        overflow: hidden;
        }
    .character-image img {
        width: 270px;
        }
    }
    */