
body {
  color: var(--style-palette-on-surface);
  background-color: var(--style-palette-surface);
}

:root {
  --default-font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  line-height: 1.15;
  font-size: 16px;  /* = 1rem */

  /* --style-palette-primary-main: #1976d2;
  --style-palette-primary-light: #42a5f5;
  --style-palette-primary-dark: #1565c0;
  --style-palette-primary-contrastText: #fff; */
  /* --style-palette-text-primary: rgba(0, 0, 0, 0.87); */
  /* --style-palette-text-secondary: rgba(0, 0, 0, 0.6); */
  /* --style-palette-text-disabled: rgba(0, 0, 0, 0.38); */
  /* --style-palette-background-default: #eeeeee; */
  /* --style-palette-background-paper: #fff; */

  --style-colors-amber-50: #fff8e1;
  --style-colors-amber-100: #ffecb3;
  --style-colors-amber-200: #ffe082;
  --style-colors-amber-300: #ffd54f;
  --style-colors-amber-400: #ffca28;
  --style-colors-amber-500: #ffc107;
  --style-colors-amber-600: #ffb300;
  --style-colors-amber-700: #ffa000;
  --style-colors-amber-800: #ff8f00;
  --style-colors-amber-900: #ff6f00;
  --style-colors-amber-A100: #ffe57f;
  --style-colors-amber-A200: #ffd740;
  --style-colors-amber-A400: #ffc400;
  --style-colors-amber-A700: #ffab00;
  --style-colors-blue-50: #e3f2fd;
  --style-colors-blue-100: #bbdefb;
  --style-colors-blue-200: #90caf9;
  --style-colors-blue-300: #64b5f6;
  --style-colors-blue-400: #42a5f5;
  --style-colors-blue-500: #2196f3;
  --style-colors-blue-600: #1e88e5;
  --style-colors-blue-700: #1976d2;
  --style-colors-blue-800: #1565c0;
  --style-colors-blue-900: #0d47a1;
  --style-colors-blue-A100: #82b1ff;
  --style-colors-blue-A200: #448aff;
  --style-colors-blue-A400: #2979ff;
  --style-colors-blue-A700: #2962ff;
  --style-colors-blueGrey-50: #eceff1;
  --style-colors-blueGrey-100: #cfd8dc;
  --style-colors-blueGrey-200: #b0bec5;
  --style-colors-blueGrey-300: #90a4ae;
  --style-colors-blueGrey-400: #78909c;
  --style-colors-blueGrey-500: #607d8b;
  --style-colors-blueGrey-600: #546e7a;
  --style-colors-blueGrey-700: #455a64;
  --style-colors-blueGrey-800: #37474f;
  --style-colors-blueGrey-900: #263238;
  --style-colors-blueGrey-A100: #cfd8dc;
  --style-colors-blueGrey-A200: #b0bec5;
  --style-colors-blueGrey-A400: #78909c;
  --style-colors-blueGrey-A700: #455a64;
  --style-colors-brown-50: #efebe9;
  --style-colors-brown-100: #d7ccc8;
  --style-colors-brown-200: #bcaaa4;
  --style-colors-brown-300: #a1887f;
  --style-colors-brown-400: #8d6e63;
  --style-colors-brown-500: #795548;
  --style-colors-brown-600: #6d4c41;
  --style-colors-brown-700: #5d4037;
  --style-colors-brown-800: #4e342e;
  --style-colors-brown-900: #3e2723;
  --style-colors-brown-A100: #d7ccc8;
  --style-colors-brown-A200: #bcaaa4;
  --style-colors-brown-A400: #8d6e63;
  --style-colors-brown-A700: #5d4037;
  --style-colors-common-black: #000;
  --style-colors-common-white: #fff;
  --style-colors-cyan-50: #e0f7fa;
  --style-colors-cyan-100: #b2ebf2;
  --style-colors-cyan-200: #80deea;
  --style-colors-cyan-300: #4dd0e1;
  --style-colors-cyan-400: #26c6da;
  --style-colors-cyan-500: #00bcd4;
  --style-colors-cyan-600: #00acc1;
  --style-colors-cyan-700: #0097a7;
  --style-colors-cyan-800: #00838f;
  --style-colors-cyan-900: #006064;
  --style-colors-cyan-A100: #84ffff;
  --style-colors-cyan-A200: #18ffff;
  --style-colors-cyan-A400: #00e5ff;
  --style-colors-cyan-A700: #00b8d4;
  --style-colors-deepOrange-50: #fbe9e7;
  --style-colors-deepOrange-100: #ffccbc;
  --style-colors-deepOrange-200: #ffab91;
  --style-colors-deepOrange-300: #ff8a65;
  --style-colors-deepOrange-400: #ff7043;
  --style-colors-deepOrange-500: #ff5722;
  --style-colors-deepOrange-600: #f4511e;
  --style-colors-deepOrange-700: #e64a19;
  --style-colors-deepOrange-800: #d84315;
  --style-colors-deepOrange-900: #bf360c;
  --style-colors-deepOrange-A100: #ff9e80;
  --style-colors-deepOrange-A200: #ff6e40;
  --style-colors-deepOrange-A400: #ff3d00;
  --style-colors-deepOrange-A700: #dd2c00;
  --style-colors-deepPurple-50: #ede7f6;
  --style-colors-deepPurple-100: #d1c4e9;
  --style-colors-deepPurple-200: #b39ddb;
  --style-colors-deepPurple-300: #9575cd;
  --style-colors-deepPurple-400: #7e57c2;
  --style-colors-deepPurple-500: #673ab7;
  --style-colors-deepPurple-600: #5e35b1;
  --style-colors-deepPurple-700: #512da8;
  --style-colors-deepPurple-800: #4527a0;
  --style-colors-deepPurple-900: #311b92;
  --style-colors-deepPurple-A100: #b388ff;
  --style-colors-deepPurple-A200: #7c4dff;
  --style-colors-deepPurple-A400: #651fff;
  --style-colors-deepPurple-A700: #6200ea;
  --style-colors-green-50: #e8f5e9;
  --style-colors-green-100: #c8e6c9;
  --style-colors-green-200: #a5d6a7;
  --style-colors-green-300: #81c784;
  --style-colors-green-400: #66bb6a;
  --style-colors-green-500: #4caf50;
  --style-colors-green-600: #43a047;
  --style-colors-green-700: #388e3c;
  --style-colors-green-800: #2e7d32;
  --style-colors-green-900: #1b5e20;
  --style-colors-green-A100: #b9f6ca;
  --style-colors-green-A200: #69f0ae;
  --style-colors-green-A400: #00e676;
  --style-colors-green-A700: #00c853;
  --style-colors-grey-50: #fafafa;
  --style-colors-grey-100: #f5f5f5;
  --style-colors-grey-200: #eeeeee;
  --style-colors-grey-300: #e0e0e0;
  --style-colors-grey-400: #bdbdbd;
  --style-colors-grey-500: #9e9e9e;
  --style-colors-grey-600: #757575;
  --style-colors-grey-700: #616161;
  --style-colors-grey-800: #424242;
  --style-colors-grey-900: #212121;
  --style-colors-grey-A100: #f5f5f5;
  --style-colors-grey-A200: #eeeeee;
  --style-colors-grey-A400: #bdbdbd;
  --style-colors-grey-A700: #616161;
  --style-colors-indigo-50: #e8eaf6;
  --style-colors-indigo-100: #c5cae9;
  --style-colors-indigo-200: #9fa8da;
  --style-colors-indigo-300: #7986cb;
  --style-colors-indigo-400: #5c6bc0;
  --style-colors-indigo-500: #3f51b5;
  --style-colors-indigo-600: #3949ab;
  --style-colors-indigo-700: #303f9f;
  --style-colors-indigo-800: #283593;
  --style-colors-indigo-900: #1a237e;
  --style-colors-indigo-A100: #8c9eff;
  --style-colors-indigo-A200: #536dfe;
  --style-colors-indigo-A400: #3d5afe;
  --style-colors-indigo-A700: #304ffe;
  --style-colors-lightBlue-50: #e1f5fe;
  --style-colors-lightBlue-100: #b3e5fc;
  --style-colors-lightBlue-200: #81d4fa;
  --style-colors-lightBlue-300: #4fc3f7;
  --style-colors-lightBlue-400: #29b6f6;
  --style-colors-lightBlue-500: #03a9f4;
  --style-colors-lightBlue-600: #039be5;
  --style-colors-lightBlue-700: #0288d1;
  --style-colors-lightBlue-800: #0277bd;
  --style-colors-lightBlue-900: #01579b;
  --style-colors-lightBlue-A100: #80d8ff;
  --style-colors-lightBlue-A200: #40c4ff;
  --style-colors-lightBlue-A400: #00b0ff;
  --style-colors-lightBlue-A700: #0091ea;
  --style-colors-lightGreen-50: #f1f8e9;
  --style-colors-lightGreen-100: #dcedc8;
  --style-colors-lightGreen-200: #c5e1a5;
  --style-colors-lightGreen-300: #aed581;
  --style-colors-lightGreen-400: #9ccc65;
  --style-colors-lightGreen-500: #8bc34a;
  --style-colors-lightGreen-600: #7cb342;
  --style-colors-lightGreen-700: #689f38;
  --style-colors-lightGreen-800: #558b2f;
  --style-colors-lightGreen-900: #33691e;
  --style-colors-lightGreen-A100: #ccff90;
  --style-colors-lightGreen-A200: #b2ff59;
  --style-colors-lightGreen-A400: #76ff03;
  --style-colors-lightGreen-A700: #64dd17;
  --style-colors-lime-50: #f9fbe7;
  --style-colors-lime-100: #f0f4c3;
  --style-colors-lime-200: #e6ee9c;
  --style-colors-lime-300: #dce775;
  --style-colors-lime-400: #d4e157;
  --style-colors-lime-500: #cddc39;
  --style-colors-lime-600: #c0ca33;
  --style-colors-lime-700: #afb42b;
  --style-colors-lime-800: #9e9d24;
  --style-colors-lime-900: #827717;
  --style-colors-lime-A100: #f4ff81;
  --style-colors-lime-A200: #eeff41;
  --style-colors-lime-A400: #c6ff00;
  --style-colors-lime-A700: #aeea00;
  --style-colors-orange-50: #fff3e0;
  --style-colors-orange-100: #ffe0b2;
  --style-colors-orange-200: #ffcc80;
  --style-colors-orange-300: #ffb74d;
  --style-colors-orange-400: #ffa726;
  --style-colors-orange-500: #ff9800;
  --style-colors-orange-600: #fb8c00;
  --style-colors-orange-700: #f57c00;
  --style-colors-orange-800: #ef6c00;
  --style-colors-orange-900: #e65100;
  --style-colors-orange-A100: #ffd180;
  --style-colors-orange-A200: #ffab40;
  --style-colors-orange-A400: #ff9100;
  --style-colors-orange-A700: #ff6d00;
  --style-colors-pink-50: #fce4ec;
  --style-colors-pink-100: #f8bbd0;
  --style-colors-pink-200: #f48fb1;
  --style-colors-pink-300: #f06292;
  --style-colors-pink-400: #ec407a;
  --style-colors-pink-500: #e91e63;
  --style-colors-pink-600: #d81b60;
  --style-colors-pink-700: #c2185b;
  --style-colors-pink-800: #ad1457;
  --style-colors-pink-900: #880e4f;
  --style-colors-pink-A100: #ff80ab;
  --style-colors-pink-A200: #ff4081;
  --style-colors-pink-A400: #f50057;
  --style-colors-pink-A700: #c51162;
  --style-colors-purple-50: #f3e5f5;
  --style-colors-purple-100: #e1bee7;
  --style-colors-purple-200: #ce93d8;
  --style-colors-purple-300: #ba68c8;
  --style-colors-purple-400: #ab47bc;
  --style-colors-purple-500: #9c27b0;
  --style-colors-purple-600: #8e24aa;
  --style-colors-purple-700: #7b1fa2;
  --style-colors-purple-800: #6a1b9a;
  --style-colors-purple-900: #4a148c;
  --style-colors-purple-A100: #ea80fc;
  --style-colors-purple-A200: #e040fb;
  --style-colors-purple-A400: #d500f9;
  --style-colors-purple-A700: #aa00ff;
  --style-colors-red-50: #ffebee;
  --style-colors-red-100: #ffcdd2;
  --style-colors-red-200: #ef9a9a;
  --style-colors-red-300: #e57373;
  --style-colors-red-400: #ef5350;
  --style-colors-red-500: #f44336;
  --style-colors-red-600: #e53935;
  --style-colors-red-700: #d32f2f;
  --style-colors-red-800: #c62828;
  --style-colors-red-900: #b71c1c;
  --style-colors-red-A100: #ff8a80;
  --style-colors-red-A200: #ff5252;
  --style-colors-red-A400: #ff1744;
  --style-colors-red-A700: #d50000;
  --style-colors-teal-50: #e0f2f1;
  --style-colors-teal-100: #b2dfdb;
  --style-colors-teal-200: #80cbc4;
  --style-colors-teal-300: #4db6ac;
  --style-colors-teal-400: #26a69a;
  --style-colors-teal-500: #009688;
  --style-colors-teal-600: #00897b;
  --style-colors-teal-700: #00796b;
  --style-colors-teal-800: #00695c;
  --style-colors-teal-900: #004d40;
  --style-colors-teal-A100: #a7ffeb;
  --style-colors-teal-A200: #64ffda;
  --style-colors-teal-A400: #1de9b6;
  --style-colors-teal-A700: #00bfa5;
  --style-colors-yellow-50: #fffde7;
  --style-colors-yellow-100: #fff9c4;
  --style-colors-yellow-200: #fff59d;
  --style-colors-yellow-300: #fff176;
  --style-colors-yellow-400: #ffee58;
  --style-colors-yellow-500: #ffeb3b;
  --style-colors-yellow-600: #fdd835;
  --style-colors-yellow-700: #fbc02d;
  --style-colors-yellow-800: #f9a825;
  --style-colors-yellow-900: #f57f17;
  --style-colors-yellow-A100: #ffff8d;
  --style-colors-yellow-A200: #ffff00;
  --style-colors-yellow-A400: #ffea00;
  --style-colors-yellow-A700: #ffd600;
  
  --style-shadows-0: none;
  --style-shadows-1: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
  --style-shadows-2: 0px 3px 1px -2px rgba(0,0,0,0.2),0px 2px 2px 0px rgba(0,0,0,0.14),0px 1px 5px 0px rgba(0,0,0,0.12);
  --style-shadows-3: 0px 3px 3px -2px rgba(0,0,0,0.2),0px 3px 4px 0px rgba(0,0,0,0.14),0px 1px 8px 0px rgba(0,0,0,0.12);
  --style-shadows-4: 0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12);
  --style-shadows-5: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 5px 8px 0px rgba(0,0,0,0.14),0px 1px 14px 0px rgba(0,0,0,0.12);
  --style-shadows-6: 0px 3px 5px -1px rgba(0,0,0,0.2),0px 6px 10px 0px rgba(0,0,0,0.14),0px 1px 18px 0px rgba(0,0,0,0.12);
  --style-shadows-7: 0px 4px 5px -2px rgba(0,0,0,0.2),0px 7px 10px 1px rgba(0,0,0,0.14),0px 2px 16px 1px rgba(0,0,0,0.12);
  --style-shadows-8: 0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12);
  --style-shadows-9: 0px 5px 6px -3px rgba(0,0,0,0.2),0px 9px 12px 1px rgba(0,0,0,0.14),0px 3px 16px 2px rgba(0,0,0,0.12);
  --style-shadows-10: 0px 6px 6px -3px rgba(0,0,0,0.2),0px 10px 14px 1px rgba(0,0,0,0.14),0px 4px 18px 3px rgba(0,0,0,0.12);
  --style-shadows-11: 0px 6px 7px -4px rgba(0,0,0,0.2),0px 11px 15px 1px rgba(0,0,0,0.14),0px 4px 20px 3px rgba(0,0,0,0.12);
  --style-shadows-12: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 12px 17px 2px rgba(0,0,0,0.14),0px 5px 22px 4px rgba(0,0,0,0.12);
  --style-shadows-13: 0px 7px 8px -4px rgba(0,0,0,0.2),0px 13px 19px 2px rgba(0,0,0,0.14),0px 5px 24px 4px rgba(0,0,0,0.12);
  --style-shadows-14: 0px 7px 9px -4px rgba(0,0,0,0.2),0px 14px 21px 2px rgba(0,0,0,0.14),0px 5px 26px 4px rgba(0,0,0,0.12);
  --style-shadows-15: 0px 8px 9px -5px rgba(0,0,0,0.2),0px 15px 22px 2px rgba(0,0,0,0.14),0px 6px 28px 5px rgba(0,0,0,0.12);
  --style-shadows-16: 0px 8px 10px -5px rgba(0,0,0,0.2),0px 16px 24px 2px rgba(0,0,0,0.14),0px 6px 30px 5px rgba(0,0,0,0.12);
  --style-shadows-17: 0px 8px 11px -5px rgba(0,0,0,0.2),0px 17px 26px 2px rgba(0,0,0,0.14),0px 6px 32px 5px rgba(0,0,0,0.12);
  --style-shadows-18: 0px 9px 11px -5px rgba(0,0,0,0.2),0px 18px 28px 2px rgba(0,0,0,0.14),0px 7px 34px 6px rgba(0,0,0,0.12);
  --style-shadows-19: 0px 9px 12px -6px rgba(0,0,0,0.2),0px 19px 29px 2px rgba(0,0,0,0.14),0px 7px 36px 6px rgba(0,0,0,0.12);
  --style-shadows-20: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 20px 31px 3px rgba(0,0,0,0.14),0px 8px 38px 7px rgba(0,0,0,0.12);
  --style-shadows-21: 0px 10px 13px -6px rgba(0,0,0,0.2),0px 21px 33px 3px rgba(0,0,0,0.14),0px 8px 40px 7px rgba(0,0,0,0.12);
  --style-shadows-22: 0px 10px 14px -6px rgba(0,0,0,0.2),0px 22px 35px 3px rgba(0,0,0,0.14),0px 8px 42px 7px rgba(0,0,0,0.12);
  --style-shadows-23: 0px 11px 14px -7px rgba(0,0,0,0.2),0px 23px 36px 3px rgba(0,0,0,0.14),0px 9px 44px 8px rgba(0,0,0,0.12);
  --style-shadows-24: 0px 11px 15px -7px rgba(0,0,0,0.2),0px 24px 38px 3px rgba(0,0,0,0.14),0px 9px 46px 8px rgba(0,0,0,0.12);

  --style-overlays-1: linear-gradient(rgba(255 255 255 / 0.05), rgba(255 255 255 / 0.05));
  --style-overlays-2: linear-gradient(rgba(255 255 255 / 0.07), rgba(255 255 255 / 0.07));
  --style-overlays-3: linear-gradient(rgba(255 255 255 / 0.08), rgba(255 255 255 / 0.08));
  --style-overlays-4: linear-gradient(rgba(255 255 255 / 0.09), rgba(255 255 255 / 0.09));
  --style-overlays-5: linear-gradient(rgba(255 255 255 / 0.10), rgba(255 255 255 / 0.10));
  --style-overlays-6: linear-gradient(rgba(255 255 255 / 0.11), rgba(255 255 255 / 0.11));
  --style-overlays-7: linear-gradient(rgba(255 255 255 / 0.11), rgba(255 255 255 / 0.11));
  --style-overlays-8: linear-gradient(rgba(255 255 255 / 0.12), rgba(255 255 255 / 0.12));
  --style-overlays-9: linear-gradient(rgba(255 255 255 / 0.12), rgba(255 255 255 / 0.12));
  --style-overlays-10: linear-gradient(rgba(255 255 255 / 0.13), rgba(255 255 255 / 0.13));
  --style-overlays-11: linear-gradient(rgba(255 255 255 / 0.13), rgba(255 255 255 / 0.13));
  --style-overlays-12: linear-gradient(rgba(255 255 255 / 0.14), rgba(255 255 255 / 0.14));
  --style-overlays-13: linear-gradient(rgba(255 255 255 / 0.14), rgba(255 255 255 / 0.14));
  --style-overlays-14: linear-gradient(rgba(255 255 255 / 0.14), rgba(255 255 255 / 0.14));
  --style-overlays-15: linear-gradient(rgba(255 255 255 / 0.14), rgba(255 255 255 / 0.14));
  --style-overlays-16: linear-gradient(rgba(255 255 255 / 0.15), rgba(255 255 255 / 0.15));
  --style-overlays-17: linear-gradient(rgba(255 255 255 / 0.15), rgba(255 255 255 / 0.15));
  --style-overlays-18: linear-gradient(rgba(255 255 255 / 0.15), rgba(255 255 255 / 0.15));
  --style-overlays-19: linear-gradient(rgba(255 255 255 / 0.15), rgba(255 255 255 / 0.15));
  --style-overlays-20: linear-gradient(rgba(255 255 255 / 0.16), rgba(255 255 255 / 0.16));
  --style-overlays-21: linear-gradient(rgba(255 255 255 / 0.16), rgba(255 255 255 / 0.16));
  --style-overlays-22: linear-gradient(rgba(255 255 255 / 0.16), rgba(255 255 255 / 0.16));
  --style-overlays-23: linear-gradient(rgba(255 255 255 / 0.16), rgba(255 255 255 / 0.16));
  --style-overlays-24: linear-gradient(rgba(255 255 255 / 0.16), rgba(255 255 255 / 0.16));
}
