.can_not_login_wrapper{
    max-width: 1200px;
    display:  block;
    margin: 0px auto 1px;
}
.passcode_wrapper {
    max-width: 550px;
    margin: 40px auto 60px;
    font-size:  15px;
    font-family: 'NOTOSANSCJKJP-REGULAR','Hiragino Kaku Gothic ProN', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
    box-sizing:  border-box;
}

.passcode_wrapper span {
    color: red;
}
.can_not_title {
    text-align: center;
    margin:  50px auto;
}
    .can_not_title h2 {
        background: #61af93;
        display:  inline-block;
        padding: 10px;
        box-sizing:  border-box;
        color:  #fff;
        font-family: 'KOZGOPR6N-MEDIUM','Hiragino Kaku Gothic ProN', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
        width:  340px;
        text-align:  center;
        font-size:  24px;
        font-size:  2.4rem;
    }
.passcode_title{
    font-size: 24px;
    position: relative;
    display: inline-block;
    z-index: 2;
    font-weight: bold;
    color: #000;
    font-family: 'KOZGOPR6N-MEDIUM','Hiragino Kaku Gothic ProN', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
    margin-bottom: 10px;
}
.border_bottom{
    position: absolute;
    width: 100%;
    bottom: 1px;
    left: 0px;
    height: 10px;
    background: #eaf4db;
    z-index: -1;
}
.inquiry_wrapper {max-width: 630px;display:  block;margin: 0px auto 60px;}
.inquiry_wrapper p {font-size:20px;}

.inquiry_wrapper h3 {
    font-size: 24px;
    font-family: 'KOZGOPR6N-MEDIUM','Hiragino Kaku Gothic ProN', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
}

.inquiry_form {
    border: 2px solid #61af93;
    box-sizing:  border-box;
    padding: 40px;
}

.inquiry_form_control label {
    display:  inline-block;
    width:  216px;
    font-size: 15px;
    line-height:  1;
    vertical-align: text-bottom;
}
.inquiry_form_control span {font-size:18px; font-weight:bold;}

.inquiry_form_control input[type='text'], .inquiry_form_control input[type='password']{
    display:  inline-block;
    width:  322px;
    height: 34px;
    outline: 0;
    font-size: 15px;
    font-size: 1.5rem;
    box-sizing:  border-box;
    padding-left:  5px;
    padding-right: 5px;
    background: #fafee3;
    border: 1px solid #ccc;
}

.inquiry_form_control {
    margin-bottom: 30px;
}
.inquiry_form button, .inquiry_form input[type='submit'] {
    background: #ff891f;
    border: 0;
    outline:  0;
    color: #fff;
    font-size:  16px;
    font-size:  1.6rem;
    font-family: 'NOTOSANSCJKJP-BOLD','Hiragino Kaku Gothic ProN', 'MS P Gothic', Osaka, Arial, Helvetica, Verdana, sans-serif;
    box-sizing:  border-box;
    padding: 5px 65px;
    max-width: 170px;
    display:  block;
    margin:  0px auto;
}

.inquiry_form button:hover, .inquiry_form input[type='submit']:hover {
    opacity: .8;
}
@media (max-width: 1199px) and (min-width: 992px){}
@media (max-width: 991px) and (min-width: 768px){}
@media (max-width: 767px){
    .can_not_login_wrapper {
        margin: 15px;
    }
    .service_popup_wrapper{display: none;}
    .inquiry_form {
        padding: 18px 6px;
        box-sizing:  border-box;
    }

    .inquiry_form_control label {
        width: 40%;
        font-size: 10px;
        font-size: 1rem;
        vertical-align:  top;
        padding-top: 0px;
        line-height: 1.8;
    }

    .can_not_title h2 {
        font-size: 14px;
        width: 170px;
    }

    .can_not_title {
        margin:  20px auto;
    }

    .passcode_wrapper {
        margin: 0px auto 25px;
        max-width: initial;
        width: 100%;
    }

    .inquiry_form_control input[type='text'] {
        width: 53%;
        margin-left: 10px;
    }

    .inquiry_wrapper {
        max-width: inherit;
    }

    .passcode_title {
        font-size:  12px;
    }

    .passcode_wrapper p {
        font-size: 12px;
        margin:  0px auto;
    }

    .inquiry_wrapper h3 {
        font-size: 13px;
    }
    .inquiry_wrapper p {font-size:12px;
}