html{-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px}*,:after,:before{-webkit-box-sizing:inherit;box-sizing:inherit}body,h1,h2,h3,h4,h5,h6,ol,p,ul{margin:0;padding:0;font-weight:400}ol,ul{list-style:none}img{max-width:100%;height:auto}.media-controls-container,::-webkit-media-controls,::-webkit-media-controls-overlay-enclosure,::-webkit-media-controls-panel,::-webkit-media-controls-play-button,::-webkit-media-controls-start-playback-button{display:none!important;-webkit-appearance:none!important}:root{--primary-colour:#6c6b8d;--primary-variant-dark:#404060;--primary-variant-light:#9b99bd;--accent-colour:#62b8ae;--accent-variant-dark:#2e887f;--accent-variant-light:#94ebe0;--action-colour:#ea9a56;--primary-gradient:radial-gradient(#5e5d8c,#6c6b8d);--background-colour:#fff;--background-variant-dark:#ccc;--background-variant-medium:#ddd;--background-variant-light:#eee;--border-colour:#ddd;--border-variant-dark:#ccc;--border-variant-light:#eee;--surface-colour:#fff;--error-colour:#e43a38;--danger-colour:#e43a38;--disabled-colour:#92b3af;--on-primary:#fff;--on-accent:#fff;--on-action:#333;--on-danger:#fff;--on-background:#333;--on-surface:#333;--on-error:#fff;--font-size-headline:1.3rem;--font-size-title:1.5rem;--font-size-subheading:1.15rem;--font-size-body-1:1rem;--font-size-body-2:1rem;--font-size-button:1.1rem;--font-size-caption:0.9rem;--font-size-overline:0.8rem;--font-weight-headline:700;--font-weight-title:500;--font-weight-subheading:500;--font-weight-body-1:400;--font-weight-body-2:500;--font-weight-button:500;--font-weight-caption:300;--font-weight-overline:300;--letter-spacing-expanded:0.8px;--letter-spacing-regular:0.15px;--border-radius:4px;--container-width:800px;--required-label-text-colour:var(--on-danger);--required-label-bg-colour:var(--danger-colour);--optional-label-text-colour:var(--on-primary);--optional-label-bg-colour:var(--primary-variant-light);--header-bg-colour:var(--primary-colour);--header-text-colour:var(--on-primary);--footer-bg-colour:var(--background-variant-dark);--footer-text-colour:var(--on-background);--link-colour:var(--accent-variant-dark);--disabled-colour:var(--accent-variant-light);--logo-height:60px}#noty_layout__bottom,#noty_layout__bottomCenter,#noty_layout__bottomLeft,#noty_layout__bottomRight,#noty_layout__center,#noty_layout__centerLeft,#noty_layout__centerRight,#noty_layout__top,#noty_layout__topCenter,#noty_layout__topLeft,#noty_layout__topRight,.noty_layout_mixin{position:fixed;margin:0;padding:0;z-index:9999999;-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1);-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-font-smoothing:subpixel-antialiased;filter:blur(0);-webkit-filter:blur(0);max-width:90%}#noty_layout__top{top:0;left:5%;width:90%}#noty_layout__topLeft{top:20px;left:20px;width:325px}#noty_layout__topCenter{top:5%;left:50%;width:325px;-webkit-transform:translate(calc(-50% - .5px)) translateZ(0) scale(1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__topRight{top:20px;right:20px;width:325px}#noty_layout__bottom{bottom:0;left:5%;width:90%}#noty_layout__bottomLeft{bottom:20px;left:20px;width:325px}#noty_layout__bottomCenter{bottom:5%;left:50%;width:325px;-webkit-transform:translate(calc(-50% - .5px)) translateZ(0) scale(1);transform:translate(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__bottomRight{bottom:20px;right:20px;width:325px}#noty_layout__center{top:50%;left:50%;width:325px;-webkit-transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1);transform:translate(calc(-50% - .5px),calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerLeft{left:20px}#noty_layout__centerLeft,#noty_layout__centerRight{top:50%;width:325px;-webkit-transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1);transform:translateY(calc(-50% - .5px)) translateZ(0) scale(1)}#noty_layout__centerRight{right:20px}.noty_progressbar{display:none}.noty_has_timeout.noty_has_progressbar .noty_progressbar{display:block;position:absolute;left:0;bottom:0;height:3px;width:100%;background-color:#646464;opacity:.2;filter:alpha(opacity=10)}.noty_bar{-webkit-backface-visibility:hidden;-webkit-transform:translate(0) translateZ(0) scale(1);transform:translate(0) scale(1);-webkit-font-smoothing:subpixel-antialiased;overflow:hidden}.noty_effects_open{opacity:0;-webkit-transform:translate(50%);transform:translate(50%);-webkit-animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_in .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_effects_close{-webkit-animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);animation:noty_anim_out .5s cubic-bezier(.68,-.55,.265,1.55);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.noty_fix_effects_height{-webkit-animation:noty_anim_height 75ms ease-out;animation:noty_anim_height 75ms ease-out}.noty_close_with_click{cursor:pointer}.noty_close_button{position:absolute;top:2px;right:2px;font-weight:700;width:20px;height:20px;text-align:center;line-height:20px;background-color:rgba(0,0,0,.05);border-radius:2px;cursor:pointer;-webkit-transition:all .2s ease-out;transition:all .2s ease-out}.noty_close_button:hover{background-color:rgba(0,0,0,.1)}.noty_modal{position:fixed;width:100%;height:100%;background-color:#000;z-index:10000;opacity:.3;left:0;top:0}.noty_modal.noty_modal_open{opacity:0;-webkit-animation:noty_modal_in .3s ease-out;animation:noty_modal_in .3s ease-out}.noty_modal.noty_modal_close{-webkit-animation:noty_modal_out .3s ease-out;animation:noty_modal_out .3s ease-out;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes noty_modal_in{to{opacity:.3}}@keyframes noty_modal_in{to{opacity:.3}}@-webkit-keyframes noty_modal_out{to{opacity:0}}@keyframes noty_modal_out{to{opacity:0}}@-webkit-keyframes noty_anim_in{to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@keyframes noty_anim_in{to{-webkit-transform:translate(0);transform:translate(0);opacity:1}}@-webkit-keyframes noty_anim_out{to{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@keyframes noty_anim_out{to{-webkit-transform:translate(50%);transform:translate(50%);opacity:0}}@-webkit-keyframes noty_anim_height{to{height:0}}@keyframes noty_anim_height{to{height:0}}.noty_theme__mint.noty_bar{margin:4px 0;overflow:hidden;border-radius:2px;position:relative}.noty_theme__mint.noty_bar .noty_body{padding:10px;font-size:14px}.noty_theme__mint.noty_bar .noty_buttons{padding:10px}.noty_theme__mint.noty_type__alert,.noty_theme__mint.noty_type__notification{background-color:#fff;border-bottom:1px solid #d1d1d1;color:#2f2f2f}.noty_theme__mint.noty_type__warning{background-color:#ffae42;border-bottom:1px solid #e89f3c;color:#fff}.noty_theme__mint.noty_type__error{background-color:#de636f;border-bottom:1px solid #ca5a65;color:#fff}.noty_theme__mint.noty_type__info,.noty_theme__mint.noty_type__information{background-color:#7f7eff;border-bottom:1px solid #7473e8;color:#fff}.noty_theme__mint.noty_type__success{background-color:#afc765;border-bottom:1px solid #a0b55c;color:#fff}body,html{font-family:Noto Sans JP,Arial,sans-serif}a{color:#000;text-decoration:none}.app__loading{min-height:100vh}.noty_buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.header[data-v-5e3af9ba]{width:100%;background-color:var(--surface-colour);color:var(--header-text-colour);position:relative;margin:0;padding:0}.header__site[data-v-5e3af9ba]{background-color:var(--colour-light);min-height:55px}@media(max-width:550px){.header__site[data-v-5e3af9ba]{padding:0 .5rem}}.header__logo-group[data-v-5e3af9ba]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly;min-height:54px;width:100%;padding:.5rem 1.5rem}@media(max-width:550px){.header__logo-group[data-v-5e3af9ba]{padding:.5rem .5rem}}@media(max-width:550px){.header__logo-group--centered[data-v-5e3af9ba]{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.header__logo-area[data-v-5e3af9ba],.header__logo-group--justify[data-v-5e3af9ba]{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.header__logo-area[data-v-5e3af9ba]{-webkit-box-sizing:border-box;box-sizing:border-box;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;width:33.333%;padding-top:3px}@media(max-width:550px){.header__logo-area--centered[data-v-5e3af9ba]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}}.header__logo[data-v-5e3af9ba]{max-height:var(--logo-height);min-height:18.65px}.header__title[data-v-5e3af9ba]{color:var(--on-surface);font-size:var(--font-size-title);font-weight:var(--font-weight-title);margin:0 1rem;width:33.33%;text-align:center}@media(max-width:550px){.header__title[data-v-5e3af9ba]{font-size:1.5rem;margin-top:.5rem;width:100%}}.header__spacer[data-v-5e3af9ba]{height:1px;width:33.33%}.header__intro[data-v-5e3af9ba]{width:100%;min-height:var(--intro-height);background-color:var(--header-bg-colour);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.84rem 0}@media(max-width:550px){.header__intro[data-v-5e3af9ba]{padding:.5rem .5rem}}.header__text[data-v-5e3af9ba]{font-size:var(--font-size-headline);font-weight:var(--font-weight-headline);letter-spacing:var(--letter-spacing-expanded);padding:1rem 1.5rem}@media(max-width:550px){.header__text[data-v-5e3af9ba]{font-size:1.2rem;padding:1rem 0}}.footer[data-v-82aee9dc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.75rem;background-color:var(--footer-bg-colour);width:100%}.footer__link[data-v-82aee9dc]{color:var(--footer-text-colour);font-size:.75rem}.footer__link[data-v-82aee9dc] a{text-decoration:underline;color:var(--link-colour);-webkit-filter:brightness(80%);filter:brightness(80%)}.footer__bar[data-v-82aee9dc]{width:100%;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.footer__copyright[data-v-82aee9dc]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem 0;text-align:center;font-size:7px;color:var(--footer-text-colour)}.reload-modal__main[data-v-56f462a6]{text-align:left}@media only screen and (min-width:500px){.reload-modal__main[data-v-56f462a6] .base-modal{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem}}.reload-modal__title[data-v-56f462a6]{font-size:var(--font-size-subheading);font-weight:var(--font-weight-subheading);letter-spacing:var(--letter-spacing-expanded);margin-bottom:1rem}.reload-modal__body[data-v-56f462a6]{font-size:var(--font-size-body-1);font-weight:var(--font-weight-body-1);letter-spacing:var(--letter-spacing-regular)}.reload-modal__actions[data-v-56f462a6]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:1.5rem}@media only screen and (min-width:500px){.reload-modal__actions[data-v-56f462a6]{-ms-flex-pack:distribute;justify-content:space-around}}.public-layout[data-v-03282ba5]{background-color:var(--background-colour);color:var(--on-background);-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:100vh}.public-layout[data-v-03282ba5],.public-layout__container[data-v-03282ba5]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.public-layout__container[data-v-03282ba5]{-webkit-animation-name:fade-data-v-03282ba5;animation-name:fade-data-v-03282ba5;-webkit-animation-duration:1s;animation-duration:1s;padding-top:1rem;padding-bottom:1rem;min-height:70vh}@-webkit-keyframes fade-data-v-03282ba5{0%{opacity:0}to{opacity:1}}@keyframes fade-data-v-03282ba5{0%{opacity:0}to{opacity:1}}