/*
表（テーブル）の“1列目だけ”背景色を変える
*/

.c-tr--bdr.pera1-removable table[data-structure="m-table"] td:first-child,
.c-tr--bdr.pera1-removable table[data-structure="m-table"] th:first-child {
  background-color: #B3DDF3;
}

/*
全体のフォント指定
*/
body {
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}