@media (max-width: 1039px) {
    .box__editor-area #body {
        width: 100%;
    }

    .box__editor-area .termtable02 {
        width: 100%;
    }

    .box__editor-area :where(dl, td, dt, dl) {
        font-size: 12px !important;
    }

}

@media (max-width: 680px) {

    .box__editor-area table :where(td, th) {
        font-size: 10px !important;
    }

    /*.box__editor-area dd dd {*/
    /*    padding: 0 0 !important;*/
    /*}*/

    .box__editor-area :where(td) {
        padding: 1px 1px !important;
    }

}