@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF: #333;
  --MAIN: #004da0;
  --ACC: #00a9e5;
  --OTH: #d14155;
  --GRY: #ddd;
  --LGRY: #f5f5f5;
  --DGRY: #707070;
  --WHT: #fff;
  --LINK: #004da0;
  --RED: #d00;
  --LMAIN: #004da01a;
  --LACC: #00a9e51a;
  --LOTH: #fcf2f3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "Noto Sans JP", Meiryo, sans-serif;
  --fntEN: "Roboto", sans-serif;
}
