@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #123149;
  --MAIN  : #79CEDD;
  --ACC   : #FF9D6E;
  --OTH   : #686E9F;
  --GRY   : #e1e2e0;
  --LGRY  : #f5f5f5;
  --DGRY  : #707070;
  --DDGRY  : #404040;
  --WHT   : #fff;
  --LINK  : #FF9D6E;
  --RED   : #D00;
  --LMAIN : #113048;
  --LACC  : #FBEAE3;
  --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;
}

