@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF: #333;
  --MAIN: #19334e;
  --ACC: #006cb8;
  --OTH: #d14155;
  --GRY: #ddd;
  --LGRY: #f5f5f5;
  --DGRY: #707070;
  --WHT: #fff;
  --LINK: #19334e;
  --RED: #d00;
  --LMAIN: #19334e1a;
  --LACC: #006cb81a;
  --LOTH: #fcf2f3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "Roboto", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Noto Sans JP", Meiryo, sans-serif;
  --fntEN: "Roboto", sans-serif;
}
