@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;
    text-align: center;
    }
main .media {
    display: none;
    }
.main-sp {
    display: flex;
    flex-direction: column;
    z-index: 5;
    background: #e2efc1;
    }
.top-images {
    padding: 32px 0;
    text-align: center;
    }
.logo img {
    width: 60%;
    max-width: 400px;
    }
input.btn-plain{
    margin-top:20px;
}
input.btn-plain.green{

    display: block;
    margin-left: auto;
    margin-right: 5px;
}
input[type="button"].btn-back{
    font-weight: normal;
    padding: 0.5rem 1rem;
    margin-top:20px;
    display: block;
    margin-left: 5px;
    margin-right: auto;
}
input[type="button"].btn-back:hover{

    font-weight: 100;
    background:#FFF;
    color:#93989d;
    border:1px solid #93989d
}
.main-message div.left_text{
    width: 90%;
    text-align:left;
    margin:0 auto;
    padding-left:0px;
}
@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: 60vh;
        }
    .top-images .logo {
        margin-top: 5vh;
        height: 15vh;
        }
    .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: 15vh;
        }
    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: 36px;
        }
    video.movie {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        }

        label.flex_form_radio{
        display:inline-block;
        }

        div.flex_form_title{
            width:130px;
        }

        div.flex_form_area{
            width:60%;
        }
        .main-message div.left_text{
            width: 70%;
            text-align:left;
            margin:0 auto;
            padding-left:0px;
        }
    }

.register-header-wrap {
    margin-top: 40px;
    }
.main-message div {
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px auto;
    }
.main-message div span {
    display: block;
    }
.main-message div.main-message-title {
    font-size: 1.4rem;
    }
form {
    margin-top: 20px;
    margin-bottom: 70px;
    }
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;
    }
input[type='button'] {
    width: 80%;
    }
form input {
    margin: 5px;
    }
div.flex_form{
    width:60%;flex-direction: row;justify-content:center;align-items: first baseline;margin:0 auto;
}
div.flex_form_title{
    font-size: 1.0rem;font-weight: 100;width:130px;text-align:left;margin:0;
}
div.flex_form_area{
    margin:0;text-align: left;
}
label.flex_form_radio{
    font-size: 1.0rem;font-weight: 100;
    display:inline-block;
}
div.flex_agency_area{
    margin:0;
}
input#agency_code{
width:100%;
}
.error_message{
    text-indent: 6px;
}

div.flex_form_title{
    width:100px;
}
div.flex_form_area {
    width: 100%;
}
a.agency_guide_btn{
    font-size:14px;
    color:#FFF;
    background: #93989d;
    text-decoration: none;
    padding:5px 10px;
    border-radius: 10px;
    margin-top:5px;
    display:inline-block;
    margin-left:5px;
}
a.agency_guide_btn:hover{
    font-size:14px;
    color:#FFF;
    background: #93989d;
    text-decoration: none;
    opacity: .7;
}

.btn_box {
    width: 60%;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 20px;
}
.flex {
    display: flex;
    justify-content: space-between;
}