.check-agree-box {
    border: 2px solid #E3E3E3;
    border-width: 1px 0;
    padding: 20px 30px;
    clear: both;
    margin-bottom: 30px;
    text-align: center;
}
.check-agree {
    max-width: 830px;
    margin: 0 auto;
}
.check-agree strong,
.check-agree a {
    color: #EC7700;
}
.check-agree a {
    color: #EC7700;
}
.check-agree a:hover {
    text-decoration: underline;
}
.form-control{

}

.member-consent{
    position: relative;
    display: block;
    max-width: 830px;
    margin: 0 auto;
    padding: 0 30px;
    margin-bottom: 30px;
}
.member-consent .consent-title{
    position: relative;
    width: 100%;
    height: 45px;
    background: #FEF0B4;
    color:#333333;
    font-size: 18px;
    letter-spacing: 0.1em;
    line-height: 45px;
    text-align: center;
}
.member-consent .consent-content {
    position: relative;
    box-sizing: border-box;
    padding: 20px 25px;
    background: #FBFBFB;
    color: #666666;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.05em;
    line-height: 1.5;
    /* overflow-y: scroll;         scroll（非 auto）可強制顯示滾動條 */
    /* -webkit-overflow-scrolling: touch; 提升 iOS 滑動體驗 */
}

@media screen and (max-width: 1000px) {
    .member-consent {
        padding: 5px 20px;
    }
    .member-consent .consent-content{
        font-size: 13px;
        height: auto;
        overflow-y: inherit;
    }
}
@media screen and (max-width: 767px) {
    .check-agree-box {
        padding: 15px;
    }
    .member-consent {
        padding: 5px 10px;
    }
}