@charset "UTF-8";
:root {
  --header-height: calc(78px + 76px);
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body:not(.react-page) {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
  line-height: 11px;
  line-break: strict;
}

.demo-wrapper {
  min-height: 100%;
}

.demo-title {
  position: sticky;
  top: 0;
  padding: 10px;
  z-index: 1000;
  background-color: #13458a;
  color: #fff;
  line-height: normal;
  z-index: 100000;
}
.demo-title * {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
}
.demo-title__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
  /* @media (max-width: 1200px) {
    display: grid;
    grid-template-columns: auto 1fr;
  }
  @media (max-width: 1050px) {
    display: grid;
    grid-template-columns: auto;
  } */
}
.demo-title__primary {
  display: flex;
  align-items: center;
}
.demo-title__secondary {
  display: flex;
  align-items: center;
}
.demo-title__sub {
  font-size: 14px;
  text-align: right;
  margin-right: 8px;
}
.demo-title__main {
  font-weight: 700;
  font-size: 40px;
}
.demo-title__note {
  padding-top: 5px;
  font-size: 11px;
  margin-left: 16px;
}
.demo-title__nav {
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: 10px;
  gap: 0px;
}
.demo-title__nav__type {
  background-color: #3669b1;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 8px;
  width: 92px;
  margin-right: 1px;
  line-height: 1.2;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.demo-title__nav__item {
  position: relative;
  background-color: #E7EBF1;
  background-image: linear-gradient(to bottom, #8f8d8d, #7b7b7b 80%);
  color: #d1d1d1;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 10px 0 10px;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 60px;
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%, 8px 50%);
  margin-left: -3px;
}
.demo-title__nav__item span {
  font-size: 9px;
  line-height: 1;
}
.demo-title__nav__item p {
  font-size: 12px;
}
.demo-title__nav__item:first-of-type {
  clip-path: polygon(0 0, calc(100% - 8px) 0, 100% 50%, calc(100% - 8px) 100%, 0 100%);
  margin-left: 3px;
}
.demo-title__nav__item:last-child {
  padding-right: 5px;
}
.demo-title__nav__item._active {
  color: #fff;
  background-image: linear-gradient(to bottom, #ffc47a, #f17a18 70%);
}
.demo-title__nav__item:first-child {
  z-index: 4;
}
.demo-title__nav__item:nth-child(2) {
  z-index: 3;
}
.demo-title__nav__item:nth-child(3) {
  z-index: 2;
}
.demo-title__nav__item:nth-child(4) {
  z-index: 1;
}
.demo-title__nav__item:nth-child(5) {
  z-index: 0;
}
.demo-title__nav__item:nth-child(6) {
  z-index: -1;
}
.demo-title__buttons {
  display: flex;
  align-items: center;
  gap: 8px;
}
.demo-title__button:link, .demo-title__button:visited {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  color: #000000;
  border: none;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 100vmax;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.demo-title__button:link:hover, .demo-title__button:visited:hover {
  text-decoration: none;
  background-color: #e6e6e6;
}
.demo-title__button:link._contact, .demo-title__button:visited._contact {
  background-color: #FFF4CB;
}
.demo-title__button:link._contact:hover, .demo-title__button:visited._contact:hover {
  background-color: #FFE58A;
}

.demo-body {
  position: relative;
  display: grid;
  grid-template-columns: 216px auto;
  min-height: calc(100% - var(--header-height));
  background: #f1f2f5;
}

.demo-body-window {
  display: block;
}

.demo-menu {
  color: #333;
  font-family: "ＭＳ Ｐゴシック", Osaka;
  font-size: 10px;
  line-height: 11px;
  line-break: strict;
}

.demo-content {
  position: relative;
  padding: 8px;
  max-width: 1000px;
  width: 1000px;
  box-sizing: border-box;
}
.demo-content._w100p {
  width: calc(100vw - 247px);
  max-width: auto;
}

.demo-content-window {
  position: relative;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}

.demo-user-mail {
  background-color: #eee;
  padding: 10px;
  box-sizing: border-box;
}
.demo-user-mail a {
  text-decoration: underline;
  color: #13458a;
}
.demo-user-mail--body {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 1.6;
  line-break: strict;
}
.demo-user-mail--title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}

._dr-btn {
  position: absolute;
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP", sans-serif;
  background-color: #13458a;
  color: #fff;
  border: none;
  padding: 10px 15px 12px;
  font-size: 16px;
  font-weight: 500;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1em;
  border-radius: 5px;
  cursor: pointer;
  z-index: 10000;
  text-align: left;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
}
._dr-btn:hover {
  background-color: #0f356e;
}
._dr-btn._hidden {
  display: none;
}
._dr-btn span {
  font-family: "Roboto", sans-serif;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  padding-bottom: 1px;
  background-color: #fff;
  color: #13458a;
  font-weight: 700;
  font-size: 28px;
  text-indent: -4px;
  letter-spacing: -0.1em;
  border-radius: 5px;
  margin-right: 10px;
  padding-inline: 4px;
  min-width: 24px;
}

.driver-popover * {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
.driver-popover {
  background-color: hsla(0, 0%, 100%, 0.95);
  border: 2px solid #13458a;
  border-radius: 0;
  box-shadow: none;
  filter: drop-shadow(0 0 2px #13458a);
  max-width: 350px;
  padding: 20px 20px 0 20px;
}
.driver-popover .driver-popover-title {
  display: flex !important;
  align-items: flex-start;
  color: #000;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  padding: 2px 0 0;
}
.driver-popover .driver-popover-title i {
  font-family: "Roboto", sans-serif;
  align-items: center;
  background-color: #13458a;
  flex: 0 0 auto;
  border-radius: 6px;
  color: #fff;
  display: inline-flex;
  font-size: 24px;
  font-style: normal;
  height: 32px;
  justify-content: center;
  margin-right: 10px;
  padding-inline: 4px;
  min-width: 24px;
}
.driver-popover .driver-popover-description {
  font-size: 16px;
  margin: 0px 0px 15px 0px;
}
.driver-popover .driver-popover-description small {
  display: inline-block;
  font-size: 13px;
  margin-top: 5px;
  color: #666;
}
.driver-popover .driver-popover-description .badge {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #cadaef;
  color: #333;
  font-size: 12px;
  padding: 2px 6px;
  border-radius: 4px;
  margin-bottom: 6px;
}
.driver-popover .driver-popover-description ._btn {
  outline: none;
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  background-color: #e2e2e2;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16);
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 8px 10px;
  text-shadow: none;
  transition: background-color 0.3s ease;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 16px;
  margin-left: auto;
}
.driver-popover .driver-popover-description ._btn:hover {
  background-color: #cfcfcf;
  text-decoration: none;
}
.driver-popover .driver-popover-description ._btn.driver-popover-btn-disabled {
  opacity: 0.3;
}
.driver-popover .driver-popover-description ._dr-link {
  font-size: 14px;
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 8px;
  color: #0f356e;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.driver-popover .driver-popover-description ._dr-link::before {
  content: "";
  display: inline-block;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z'/%3E%3C/svg%3E");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  width: 1em;
  height: 1em;
  background-color: currentColor;
}
.driver-popover .driver-popover-description ._dr-link:hover {
  text-decoration: none;
}
.driver-popover .driver-popover-close-btn {
  color: #333;
}
.driver-popover .driver-popover-footer {
  margin-top: 0;
  margin-bottom: 20px;
}
.driver-popover .driver-popover-footer button {
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  background-color: #e2e2e2;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.16);
  color: #000;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  padding: 8px 10px;
  text-shadow: none;
  transition: background-color 0.3s ease;
}
.driver-popover .driver-popover-footer button:hover {
  background-color: #cfcfcf;
}
.driver-popover .driver-popover-footer button.driver-popover-btn-disabled {
  opacity: 0.3;
}
.driver-popover .driver-popover-footer .driver-popover-next-btn.driver-popover-btn-disabled {
  display: none !important;
}
.driver-popover .driver-popover-footer:has(.driver-popover-next-btn.driver-popover-btn-disabled) {
  margin-bottom: 0 !important;
}

._no-link {
  opacity: 0.8;
  cursor: not-allowed !important;
}
._no-link:hover {
  text-decoration: none;
}

._disabled-link {
  cursor: not-allowed !important;
}

.demo-scroll-table {
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.demo-scroll-table table {
  width: 100%;
}

.note {
  padding-left: 1em;
  text-indent: -1em;
  color: red;
}/*# sourceMappingURL=demo.css.map */