:root{--fz-font-family: var(--font-noto-sans-jp), "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;--fz-white: #fff;--fz-black: #040000;--fz-dark-red: #8f2713;--fz-red: #ca371b;--fz-light-red: #f2cdc6;--fz-yellow: #e0cd42;--fz-light-yellow: #f7f3d0;--fz-green: #469d70;--fz-light-green: #d1e7db;--fz-dark-blue: #03467b;--fz-blue: #4573d2;--fz-light-blue: #e3eaf8;--fz-selected-blue: #007bff;--fz-light-olive: #dfe0c3;--fz-pale-orange: #f1e6d9;--fz-lavender: #d2cbdf;--fz-gray01: #d4d4d4;--fz-gray02: #b6b7bc;--fz-gray03: #8d9aa8;--fz-darkgray: #908f90;--fz-back-ground01: #f1f0ed;--fz-back-ground02: #272622;--fz-back-ground03: #e9e9e9;--fz-body-color: var(--fz-white);--fz-content-back-ground: var(--fz-back-ground01);--fz-background-color: var(--fz-white);--fz-text-color: var(--fz-black);--fz-text-cancel: #4e485d;--fz-link-color: var(--fz-blue);--fz-shadow-1: rgba(255, 255, 255, 0.5);--fz-shadow-2: rgba(255, 255, 255, 0.1);--fz-error-color: var(--fz-red);--fz-header-height: 72px;--fz-header-background-color: var(--fz-white);--fz-header-text-color: var(--fz-black);--fz-header-border-bottom: 1px solid var(--fz-darkgray);--fz-sidebar-background-color: var(--fz-white);--fz-sidebar-text-color: var(--fz-black);--fz-sidebar-menu-button-background-color: var(--fz-white);--fz-sidebar-menu-button-text-color: var(--fz-black);--fz-sidebar-menu-button-selected-background-color: #d5e6f5;--fz-sidemenu-item-background-color: transparent;--fz-sidemenu-item-hover-background-color: var(--fz-light-blue);--fz-sidemenu-item-selected-background-color: var(--fz-light-blue);--fz-sidemenu-item-color: var(--fz-black);--fz-sidemenu-item-hover-color: var(--fz-blue);--fz-sidemenu-item-selected-color: var(--fz-blue);--fz-process-strike-color: #06396c;--fz-template-toolbar-background-color: #1e2b36;--fz-template-toolbar-text-color: #fff;--fz-template-toolbar-border: 1px solid #555;--fz-process-toolbar-background-color: #f7fafc;--fz-process-toolbar-text-color: #555;--fz-process-toolbar-border: 1px solid var(--fz-gray);--fz-process-editor-toolbar-background-color: var(--fz-yellow);--fz-process-editor-toolbar-text-color: #555;--fz-process-editor-toolbar-border: 1px solid var(--fz-gray)}[data-theme=dark]{--fz-body-color: var(--fz-black);--fz-background-color: var(--fz-black);--fz-text-color: var(--fz-white);--fz-header-background-color: var(--fz-black);--fz-header-text-color: var(--fz-white);--fz-sidebar-background-color: var(--fz-black);--fz-sidebar-text-color: var(--fz-white);--fz-sidemenu-background-color: var(--fz-darkgray);--fz-sidemenu-item-hover-color: #accafb;--fz-sidemenu-item-selected-color: #c9c9d6}*{box-sizing:border-box}html,body{padding:0;margin:0;height:100vh;color:var(--fz-text-color);background-color:var(--fz-background-color);-ms-overflow-style:none;scrollbar-width:none}html.no-user-select,body.no-user-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}html *,body *{font-family:var(--fz-font-family)}html .loading,body .loading{opacity:1;transition:.5s;z-index:1000}html .loading.overlay,body .loading.overlay{width:100%;height:100vh;position:absolute;top:0}html .loading-content,body .loading-content{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}html .loading.invisible,body .loading.invisible{opacity:0;visibility:hidden}html .MuiAlert-colorDanger,body .MuiAlert-colorDanger{background-color:var(--fz-red);color:var(--fz-white)}html .MuiAlert-colorNeutral,body .MuiAlert-colorNeutral{background-color:var(--fz-darkgray);color:var(--fz-white)}html .MuiAlert-colorPrimary,body .MuiAlert-colorPrimary{background-color:var(--fz-blue);color:var(--fz-white)}html .MuiAlert-colorSuccess,body .MuiAlert-colorSuccess{background-color:var(--fz-green);color:var(--fz-white)}html .MuiAlert-colorWarning,body .MuiAlert-colorWarning{background-color:var(--fz-yellow);color:var(--fz-white)}html .MuiSnackbar-colorDanger,body .MuiSnackbar-colorDanger{background-color:var(--fz-red) !important;color:var(--fz-white)}html .MuiSnackbar-colorDanger svg,body .MuiSnackbar-colorDanger svg{color:var(--fz-white)}html .MuiSnackbar-colorNeutral,body .MuiSnackbar-colorNeutral{background-color:var(--fz-white) !important;color:var(--fz-black) !important}html .MuiSnackbar-colorNeutral svg,body .MuiSnackbar-colorNeutral svg{color:var(--fz-black)}html .MuiSnackbar-colorPrimary,body .MuiSnackbar-colorPrimary{background-color:var(--fz-blue) !important;color:var(--fz-white)}html .MuiSnackbar-colorPrimary svg,body .MuiSnackbar-colorPrimary svg{color:var(--fz-white)}html .MuiSnackbar-colorSuccess,body .MuiSnackbar-colorSuccess{background-color:var(--fz-green) !important;color:var(--fz-white) !important}html .MuiSnackbar-colorSuccess svg,body .MuiSnackbar-colorSuccess svg{color:var(--fz-white) !important}html .MuiSnackbar-colorWarning,body .MuiSnackbar-colorWarning{background-color:var(--fz-yellow) !important;color:var(--fz-white)}html .MuiSnackbar-colorWarning svg,body .MuiSnackbar-colorWarning svg{color:var(--fz-white)}body::-webkit-scrollbar{display:none}
