@charset "UTF-8";
/*
 * ***********************************************************
 * color settings
 * ***********************************************************
*/
:root {
  /* --DEF   : #333;
  --MAIN  : #092C4C;
  --ACC   : #A82F00;
  --OTH   : #D14155;
  --GRY   : #ddd;
  --LGRY  : #f5f5f5;
  --DGRY  : #707070;
  --WHT   : #fff;
  --LINK  : #A82F00;
  --RED   : #D00;
  --LMAIN : #f0f7fd;
  --LACC  : #FBEAE3;
  --LOTH  : #fcf2f3; */
  --DEF: #161918;
  --MAIN: #161b76;
  --ACC: #e3381f;
  --OTH: #ffaf2e;
  --GRY: #ddd;
  --LGRY: #f5f5f5;
  --DGRY: #707070;
  --WHT: #fff;
  --LINK: #161b76;
  --RED: #d00;
  --LMAIN: #161b761a;
  --LACC: #e3381f1a;
  --LOTH: #ffaf2e1a;
}
:root:has(.p-header.--izumi) {
  --DEF: #000000;
  --MAIN: #c92d1f;
  --OTH: #2d2d2d;
  --LINK: #c92d1f;
  --LMAIN: #e8cdcb;
  --LOTH: #2d2d2d1a;
}
/* Setting the border color(columns default color) */
:root {
  --borderColumnColor: var(--GRY);
}
/*
 * ***********************************************************
 * font family
 * ***********************************************************
*/
:root {
  --fntBase: "REM", "Noto Sans JP", Meiryo, sans-serif;
  --fntEN: "Roboto", sans-serif;
}
:root:has(.p-header.--izumi) {
  --fntBase: "Poppins", "Noto Sans JP", Meiryo, sans-serif;
}
