.check-agree-box {
    border: 1px dashed #BBB;
    border-width: 1px 0;
    padding: 20px 30px;
    clear: both;
    margin-bottom: 20px;
}
.check-agree {
    max-width: 830px;
    margin: 0 auto;
}
.check-agree strong,
.check-agree a {
    font-weight: 500;
    color: #00A2E5;
    transition: all 0.3s ease;
}
.check-agree strong {
    padding-left: 10px;
}
.check-agree a {
    text-decoration: underline;
    transition: all 0.3s ease;
}
.check-agree a:hover {
    color: #D50000;
}
@media screen and (max-width: 767px) {
    .check-agree-box {
        padding: 15px;
    }
}