<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ol, ul {
    list-style-position: outside;
    padding: 10px;
    margin:10px;
}

.audit_pc {
    padding-bottom: 40px;
}

.audit_m {
    display: none;
}

.audit_table {
    width: 100%;
}

.audit_table thead {
    text-align: center;
    color: white;
    background: #616161;
}

.audit_table thead tr:first-child td:first-child{
    border-top-left-radius: 10px;
}

.audit_table thead tr:first-child td:last-child{
    border-top-right-radius: 10px;
}

.audit_table td {
    padding: 2%;
}

.audit_table li {
    margin-bottom: 20px;
}

.audit_table tbody {
    background: #F3F3F3
}

.audit_table tbody td:first-child {
    text-align: center;
    background: #F8EAD4
}

.audit_table tbody tr:last-child td:first-child{
    border-bottom-left-radius: 10px;
}

.audit_table tbody tr:last-child td:last-child{
    border-bottom-right-radius: 10px;
}

.audit_m {
    width: 100%;
    margin: 0 auto;
    display: none;
}

.audit_m h5 {
    margin: 1px;
    background: #F8EAD4;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #A8522C;
    font-weight: bold;
    font-size: 1.125rem;
    padding: 1%;
}

.audit_m .audit_table_m {
    width: 100%;
}

.audit_m .audit_table_m td {
    padding: 2%;
    background: #F3F3F3;
    letter-spacing:1px;
}

.audit_m .audit_table_m .tit {
    width: 12%;
    text-align: center;
}


@media screen and (max-width: 1200px) {
    .audit_pc {
        display: none;
    }

    .audit_m {
        display: block;
    }
}</pre></body></html>