@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #333;
  --MAIN  : #204F79;
  --ACC   : #000000;
  --OTH   : #D14155;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #7A7A7A;
  --WHT   : #fff;
  --LINK  : #204F79;
  --RED   : #D00;
  --LMAIN : #204F791a;
  --LACC  : #0000001a;
  --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;
}

