@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #333;
  --MAIN  : #38B44A;
  --ACC   : #14938A;
  --OTH   : #95D9A0;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #707070;
  --WHT   : #fff;
  --LINK  : #38B44A;
  --RED   : #D00;
  --LMAIN : #D6EFDA;
  --LACC  : #FBEAE3;
  --LOTH  : #D0FFF8;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "Oswald",'Noto Sans JP',Meiryo,sans-serif;
  --fntEN: "Oswald",'Roboto', sans-serif;
}

