@charset "utf-8";
.login-out {
    margin: 20px 0 0;
    text-align: center;
}
.fb-login {
    margin-bottom: 5px;
}
.check-agree-box {
    background: #f5f5f5;
    border-width: 1px 0;
    padding: 15px;
    clear: both;
    margin: 40px 0 0;
    font-size: 15px;
}
.check-agree label {
    display: inline-block;
    margin: 2px 0;
}
.check-agree strong{
    color: #46B183;
}
.check-agree a {
    font-weight: normal;
    color: #46B183;
    text-decoration: underline;
    transition: all 0.5s ease;
}
.check-agree a:hover{
    color: #DDCEBC;
}
/* --------- rwd ---------*/
@media screen and (max-width: 1000px) {
    .login-out {
        margin-top: 0;
    }
    .check-agree-box {
        margin: 20px 0 0;
    }
    .btn.back,
    .btn.pure {
        margin-bottom: 0;
    }
} 