@charset "utf-8";
/*--------------------------------
 * 会社概要
 * ---------------------------- */

table th {
    width: 16rem;
}

@media (max-width: 767px) {
    table,
    table th,
    table td {
        display: block;
        width: 100%;
    }
    table th {
        font-weight: bold !important;
    }
}