.check-agree-box {
    border-top: 1px dashed #BBB;
    padding: 15px 5%;
    color: #777;
    font-size: 14px;
    letter-spacing: 0.05em;
}
.check-agree {
    max-width: 850px;
    margin: 0 auto;
}
.check-agree label {
    display: inline-block;
}
.check-agree strong,
.check-agree a {
    color: #C5A16E;
}
.check-agree a {
    text-decoration: underline;
}
.check-agree a:hover {
    text-decoration: none;
}
/* @media screen and (max-width: 767px) {
} */