@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  --DEF   : #333;
  --MAIN  : #189EB8;
  --ACC   : #EE9F21;
  --OTH   : #2AB2E3;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #707070;
  --WHT   : #fff;
  --LINK  : #189EB8;
  --RED   : #D00;
  --LMAIN : #E9FBFF;
  --LACC  : #FFF8EE;
  --LOTH  : #EBF9FF;
}
/* 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;
}

