@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #333;
  --MAIN  : #152584;
  --ACC   : #C3002F;
  --OTH   : #067B60;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #707070;
  --WHT   : #fff;
  --LINK  : #152584;
  --RED   : #D00;
  --LMAIN : #f0f7fd;
  --LACC  : #FBEAE3;
  --LOTH  : #fcf2f3;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "Lato",'Noto Sans JP',Meiryo,sans-serif;
  --fntEN: 'Lato', sans-serif;
}

