.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 {
    color: #197292;
}
.check-agree a {
    text-decoration: underline;
}
.check-agree a:hover {
    color: #F3856D;
}
@media screen and (max-width: 767px) {
    .check-agree-box {
        padding: 15px;
    }
}