@charset "utf-8";

.notice_11_custom {
    aspect-ratio: 1 / 1 !important;
    width: 12.5% !important;
}

.tit_mini_custom {
    font-size: 20px !important;
}

.pd_none_custom {
    padding: unset !important;
}

.box_h_mini {
    padding: 10px 0;
    min-height: 80px !important;
}


.common_table02 table tr td {
    white-space: wrap;
    font-size: 15px;
    word-break: keep-all;
}

@media all and (max-width: 1200px) {
    .common_table02 table tr td {
        white-space: nowrap;
    }
}