@charset "UTF-8";

:root {
  /*色変更後、背景色になる*/
  --bg-base-color: #f8f5ee;
  --bg-base-color-rev: #f8f5ee;
  --bg-white-color: #fff;
  --bg-primary-color: #e58383;
  --bg-primary-color02: #fcd5d4;
  --bg-secondary-color: #f0ab44;

  --bg-pink-color02: #f18f95;

  --bg-black-color: #000;
  --bg-gray-color: #d7decf;
  --bg-gray-color02: #e5e5e5;
  --bg-gray-color03: #cdd7d8;
  --bg-gray-color03-rev: #cdd7d8;
  --bg-gray-color04: #f5f5f5;
  --bg-gray-color04-rev: #f5f5f5;

  /*色変更後、文字色になる*/
  --text-white-color: #fff;
  --text-base-color: #4c5055;
  --text-base-color-rev: #4c5055;
  --text-primary-color: #e58383;
  --text-secondary-color: #f0ab44;

  --text-pink-color: #fbd7cc;
  --text-pink-color02: #f18f95;
  --text-pink-color03: #ffcacd;
  --text-pink-color04: #fac1b7;
  --text-red-color: #ff0000;
  --text-yellow-color: #eeb155;

  --text-gray-color: #d7decf;
  --text-gray-color02: #e5e5e5;
  --text-gray-color03: #7f7f7f;
  --text-gray-color03-rev: #7f7f7f;
  --text-gray-color04: #5c626a;
  --text-gray-color04-rev: #5c626a;
  --text-gray-color05: #898f97;
  --text-gray-color05-rev: #898f97;
  --text-gray-color06: #a1a1a1;
  --text-gray-color06-rev: #a1a1a1;

  --text-add-color01: #f5eedf;
  --text-add-color01-rev: #f5eedf;
  --text-add-color02: #ede2c8;
  --text-add-color03: #9a8c80;
  --text-add-color04: #2196f3;
  --text-add-color05: #f5eedf;

  --text-pdf-color: #ef0d00;
  --text-doc-color: #1b50b0;
  --text-xls-color: #238049;

  --text-transparent-color: transparent;

  /* 追加*/
}
