*::-webkit-scrollbar-track {
  background: transparent;
  border: none;
}

*::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #c4c4c4;
  border-radius: 2.5px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 8px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

:root {
  font-family: Roboto, "Noto Sans JP";
  scrollbar-width: thin;
  scrollbar-color: #c4c4c4 transparent;
}

body {
  display: block;
  margin: 8px;
}

body {
  margin: 0 auto;
}

div {
  display: block;
  unicode-bidi: isolate;
}

.header-wrapper {
  position: sticky;
  inset: 0;
  z-index: 1000;
  box-sizing: border-box;
  display: flex;
  height: 48px;
  margin: 0 auto;
  line-height: 48px;
}

.css-omazcq-MuiStack-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.svn-app-bar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 75px;
  padding: 0 36px;
  background-color: #fff;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.left-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  order: 0;
  overflow: hidden;
  word-break: break-all;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.css-1qxw92a-MuiStack-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 8px;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

img {
  overflow-clip-margin: content-box;
  overflow: clip;
}

p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}

.svn-typography {
  padding: 0;
  margin: 0;
  line-height: 1.6;
}

.header-system-name {
  color: #007a36;
}

.svn-typography.lead-text {
  font-size: 1.5rem;
}

.svn-typography.weight-bold {
  font-weight: 700;
}

.svn-typography.align-left {
  text-align: left;
}

.right-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  order: 2;
  overflow: hidden;
  word-break: break-all;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

.css-1hezniw-MuiStack-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 16px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 5rem;
  height: 5rem;
}

.css-nen11g-MuiStack-root {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.svn-typography.text-medium {
  font-size: 1.125rem;
}

.svn-typography.weight-bold {
  font-weight: 700;
}

.svn-typography.align-left {
  text-align: left;
}

.svn-typography.text-smallest {
  font-size: 0.875rem;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-tap-highlight-color: transparent;
}

.overlay.disabled {
  cursor: auto;
}

.overlay.hidden {
  display: none;
}

.svn-modal {
  position: fixed;
  inset: calc(-100vh - 100%) 0 auto;
  width: 50%;
  min-height: 100px;
  padding-right: 44px;
  padding-left: 44px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  cursor: auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 15px 24px rgba(0, 80, 32, 0.08));
  filter: drop-shadow(0 15px 24px rgba(0, 80, 32, 0.08));
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: top 0s, opacity 0.2s;
  transition: top 0s, opacity 0.2s;
}

.confirm-modal {
  width: 500px;
  padding-top: 28px;
  padding-bottom: 40px;
}

h3 {
  display: block;
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
  unicode-bidi: isolate;
}

.confirm-modal div.button-area {
  display: flex;
  justify-content: space-between;
  width: 80%;
  margin: auto;
}

.svn-button.color-green {
  color: #fff;
  -webkit-box-shadow: 0 12px 25px rgba(0, 164, 73, 0.25);
  box-shadow: 0 12px 25px rgba(0, 164, 73, 0.25);
}

.svn-button:focus,
.svn-button:focus-visible {
  outline: none;
}

.svn-button.outline-gray:focus::after,
.svn-button.outline-gray:hover::after,
.svn-button.outline-gray:focus-visible::after {
  background-color: rgba(196, 196, 196, 0.15);
}

.svn-button.color-orange:focus::after,
.svn-button.color-orange:hover::after,
.svn-button.color-orange:focus-visible::after {
  background-color: #ff8533;
}

.svn-snack-bar {
  position: relative;
  position: fixed;
  right: auto;
  bottom: 88px;
  left: 50%;
  z-index: 800;
  display: none;
  min-width: 327px;
  max-width: 560px;
  min-height: 3.875rem;
  max-height: calc(3.5em + 2rem);
  padding: 1rem 1rem 1rem 3rem;
  margin-bottom: 0.625rem;
  font-size: 1.125rem;
  font-weight: 700;
  color: #000;
  background: #fff;
  border: 1px solid #00cc5b;
  border-radius: 8px;
  -webkit-box-shadow: 0 7.5px 12px rgba(0, 80, 32, 0.08);
  box-shadow: 0 7.5px 12px rgba(0, 80, 32, 0.08);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.svn-snack-bar.is-hide {
  -webkit-animation: snackbar-hide 300ms ease-out forwards;
  animation: snackbar-hide 300ms ease-out forwards;
}

.svn-snack-bar {
  margin: unset;
  overflow: hidden;
}

.overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 225ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-tap-highlight-color: transparent;
}

.overlay.disabled {
  cursor: auto;
}

.overlay.hidden {
  display: none;
}

.svn-modal {
  position: fixed;
  inset: calc(-100vh - 100%) 0 auto;
  width: 50%;
  min-height: 100px;
  padding-right: 44px;
  padding-left: 44px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  overscroll-behavior-y: contain;
  cursor: auto;
  background-color: #fff;
  -webkit-filter: drop-shadow(0 15px 24px rgba(0, 80, 32, 0.08));
  filter: drop-shadow(0 15px 24px rgba(0, 80, 32, 0.08));
  border-radius: 8px;
  opacity: 0;
  -webkit-transition: top 0s, opacity 0.2s;
  transition: top 0s, opacity 0.2s;
}

.error-modal {
  width: 552px !important;
  min-width: 480px;
  max-width: 520px;
  padding-top: 28px;
  padding-bottom: 40px;
  text-align: center;
}

.error-modal .title {
  margin-top: 10px;
  margin-bottom: 28px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 25.6px;
  color: #ed1c24;
  text-align: center;
}

.error-modal .button {
  position: relative;
  z-index: 1;
  min-width: 176px;
  height: 48px;
  overflow: hidden;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
  border-radius: 100px;
}
