@charset "utf-8";

/* 見出しブロックの背景色を黒に、文字色を白に。 */
.block-Heading .part-Heading {
    background: black !important;
    color: white !important;
}

/* 注意書きの文字を太字、文字色を赤に。 */
p.comment {
    color: red !important;
    font-weight: bold !important;
}