:root {
    --emphasis_color: #FF8856;
}

/* ----------
    強調表示スタイル
----------*/

/* th要素,td要素 */
.em_th,
.em_td {
    color: var(--emphasis_color) !important;
    font-size: 1.8rem !important;
}
