@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF: #333;
  --MAIN: #5a70e6;
  --ACC: #f59f48;
  --OTH: #3fbcc4;
  --GRY: #ddd;
  --LGRY: #f5f5f5;
  --DGRY: #707070;
  --WHT: #fff;
  --LINK: #5a70e6;
  --RED: #d00;
  --LMAIN: #e6f4ff;
  --LACC: #fcf1e2;
  --LOTH: #c2e2c3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "Roboto", "Zen Kaku Gothic New", "Noto Sans JP", Meiryo, sans-serif;
  --fntEN: "Roboto", sans-serif;
}
