.header_mask{
    opacity: 1;
}
.body_min{
    padding: 2rem 3rem 2rem;
}
.consent_title{
    text-align: center;
    font-size: 0.58rem;
    font-family: 'Montserrat-Bold';
    font-weight: bold;
}
.consent_content{
    margin-top: 0.8rem;
    font-size: 0.24rem;
    line-height: 1.8;
    text-align: justify;
}
.consent_content p{
    margin-bottom: 0.3rem;
}
.consent_table{
    width: 100%;
    border-collapse: collapse;
    margin: 0.5rem 0;
}
.consent_table th, .consent_table td{
    border: 1px solid #ccc;
    padding: 0.3rem;
    font-size: 0.22rem;
    vertical-align: top;
    text-align:center;
}
.consent_table th{
    background-color: #f5f5f5;
    font-weight: bold;
    text-align: center;
}
.consent_highlight{
    font-weight: bold;
    text-decoration: underline;
}
.consent_link{
    color: #ffa726;
    text-decoration: underline;
}
@media (max-width: 768px){
    .body_min{
        padding: 0.4rem;
    }
    .consent_title{
        font-size: 0.5rem;
    }
    .consent_content{
        font-size: 0.22rem;
    }
    .consent_table{
        font-size: 0.18rem;
    }
    .consent_table th, .consent_table td{
        padding: 0.15rem;
    }
}
