@charset "utf-8";
.login-out{
    margin:20px 0 0;
    text-align: center;
}
.fb-login{
    margin-bottom: 5px;
}
.check-agree-box {
    border: 1px solid #ddd;
    border-width: 1px 0;
    padding: 15px 5px;
    clear: both;
    margin: 40px 0 10px;
}
.check-agree label {
    display: inline-block;
    margin: 5px 0;
}
.check-agree strong{
    color: #EB5106;
    font-weight: normal;
    text-decoration: none;
}
.check-agree a {
    color: #333;
    font-weight: normal;
    text-decoration: underline;
    transition: all 0.3s ease;
}
.check-agree a:hover {
    color: #EB5106;
}
/*---- rwd -----*/
@media screen and (max-width: 1000px) {
    .check-agree-box {
        padding: 5px;
        margin-top: 5px;
        font-size: 14px;
    }
    .login-out{
        margin-top: 15px;
    }
}