@charset "UTF-8";

/******************************************
[global]
******************************************/
@import "https://cdn.jsdelivr.net/npm/flatpickr/dist/flatpickr.min.css";

html,
body {
  height: 100%;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  min-width: 1024px;
  background: #f5f5fb;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4f4e69;
  text-size-adjust: none;
  word-break: break-word;
  overflow-x: hidden;
}

#app {
  width: 100%;
  height: 100%;
}

/******************************************
[icon]
******************************************/
.aikon {
  font-style: normal;
  font-size: 1rem;
  white-space: normal;
}

/******************************************
[link]
******************************************/
a {
  text-decoration: none;
  transition: 0.3s;
}

.link {
  text-decoration: underline;
  color: #5e81f4;
}

.strechLink::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 0%);
  pointer-events: auto;
  z-index: 1;
}

.squareLink {
  display: flex;
  align-items: center;
  width: 100%;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  font-size: 1rem;
  box-shadow: 0 10px 20px rgb(79 78 105 / 3%);
  color: #4f4e69;
  transition: 0.3s;
}

.squareLink-text {
  font-weight: 600;
}

.squareLink-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 100%;
  margin: 0 16px 0 0;
  border-radius: 4px 0 0 4px;
  font-size: 2rem;
}

.squareLink-blue {
  background: linear-gradient(to right, #5e81f4 0%, #4568da 100%);
  color: #fff;
}

.squareLink-blue .squareLink-icon {
  background: #4568da;
}

.squareLink-green {
  background: linear-gradient(to right, #41dbac 0%, #38ca9e 100%);
  color: #fff;
}

.squareLink-green .squareLink-icon {
  background: #25c493;
}

@media (hover: hover) {
  .link:hover {
    text-decoration: none;
  }

  .squareLink:hover {
    transform: translateY(-3%);
    box-shadow: 0 20px 30px rgb(79 78 105 / 15%);
  }
}

/******************************************
[img]
******************************************/
img {
  vertical-align: middle;
  line-height: 1;
}

.img-fluid {
  width: 100%;
  height: auto;
}

/******************************************
[text]
******************************************/
.text-icon {
  display: flex;
  align-items: center;
  line-height: 1;
}

.text-blue {
  color: #5e81f4;
}

.text-red {
  color: #fd667e;
}

.text-green {
  color: #41dbac;
}

.text-yellow {
  color: #efc720;
}

.text-underline {
  text-decoration: underline;
}

.text-bold {
  font-weight: 600;
}

.text-align-center {
  text-align: center;
}

.fw-n {
  font-weight: normal;
}

/******************************************
[headline]
******************************************/
.headline {
  font-size: 1.125rem;
  font-weight: 600;
}

.headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.headline-lg {
  font-size: 1.5rem;
}

/******************************************
[title]
******************************************/
.title {
  margin: 0 0 16px;
  font-size: 0.875rem;
  font-weight: 600;
}

.title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.title:last-child {
  margin-bottom: 0;
}

/******************************************
[description]
******************************************/
.description {
  margin: 0 0 16px;
}

.description-csv {
  width: 336px;
  margin: 0 auto;
  margin-bottom: 16px;
}

.description:last-child {
  margin-bottom: 0;
}

/******************************************
[scroll]
******************************************/
.scrollX {
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.scrollX::-webkit-scrollbar {
  transition: all 0.5s;
  display: none;
}

/******************************************
[side]
******************************************/
.side {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 240px;
  height: 100%;
  padding: 40px 0 24px;
  background: #fff;
  box-shadow: 10px 0 20px rgb(79 78 105 / 3%);
  z-index: 99;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.side::-webkit-scrollbar {
  display: none;
}

.side-logo {
  margin: 0 0 32px;
  padding: 0 24px;
  line-height: 1;
}

.side-logo-svg {
  fill: #5e81f4;
}

.side-body {
  flex: 1 1 auto;
  margin: 0 0 32px;
}

.side-nav {
  margin: 0 0 16px;
}

.side-nav:last-child {
  margin-bottom: 0;
}

.side-nav-title {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  padding: 8px 24px;
  background: #5e81f4;
  font-weight: 600;
  color: #fff;
}

.side-nav-item {
  margin: 0 0 16px;
}

.side-nav-item:last-child {
  margin-bottom: 0;
}

.side-nav-icon {
  margin: 0 8px 0 0;
  font-size: 1.5rem;
}

.side-nav-link {
  display: flex;
  align-items: center;
  height: 40px;
  padding: 0 32px;
  font-weight: 600;
  color: #b2b7d2;
  line-height: 1.2;
}

.side-nav-link::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 4px;
  height: 80%;
  background: #5e81f4;
  opacity: 0;
}

.side-nav-link.is-active {
  color: #5e81f4;
}

.side-nav-link.is-active::before {
  opacity: 1;
}

.side-subMenu {
  margin: 0 0 16px;
  padding: 0 24px;
}

.side-subMenu-set {
  display: flex;
  margin: -4px;
}

.side-subMenu-item {
  padding: 0 4px;
}

.side-subMenu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #5e81f4;
  border-radius: 50%;
  color: #5e81f4;
  line-height: 1;
  transition: 0.3s;
}

.side-subMenu-link.is-active {
  background: #edf1fe;
}

.side-subMenu-icon {
  font-size: 1.125rem;
}

.side-user {
  margin: 0 24px;
  background: #f5f5fb;
}

.side-user-header {
  padding: 16px;
  background: #5e81f4;
}

.side-user-authority {
  margin: 0 0 8px;
  font-size: 0.75rem;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1.2;
}

.side-user-authority::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}

.side-user-authority::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}

.side-user-name {
  font-weight: 600;
  color: #fff;
}

.side-user-name::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.side-user-name::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.side-user-body {
  padding: 16px;
}

.side-user-nav {
  margin: 0 0 16px;
}

.side-user-link {
  display: flex;
  margin: 0 0 8px;
  font-weight: 600;
  color: #4f4e69;
}

.side-user-link::before {
  content: "\e90f";
  font-family: "aikon";
  font-weight: normal;
}

.side-user-link:last-child {
  margin-bottom: 0;
}

.side-user-btn {
  margin: 0 0 8px;
}

.side-user-btn:last-child {
  margin-bottom: 0;
}

@media (hover: hover) {
  .side-nav-link:hover {
    color: #5e81f4;
  }

  .side-user-link:hover {
    color: #5e81f4;
  }

  .side-subMenu-link:hover {
    transform: translateY(-10%);
    background: #edf1fe;
  }
}

@media screen and (max-width: 1024px) {
  .side {
    height: auto;
  }
}

/******************************************
[animation]
******************************************/
.slide-body {
  overflow: hidden;
}

.slide-leave-active,
.slide-enter-active {
  transition: 0.6s;
}

.slide-enter {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
}

.slide-leave-to {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}

.fade-enter-active,
.fade-leave-active {
  opacity: 1;
  transition: 0.3s;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.fadeSlide-enter-active,
.fadeSlide-leave-active {
  transform: translate(0, 0);
  transition: 0.3s;
}

.fadeSlide-enter,
.fadeSlide-leave-to {
  transform: translate(0, 30%);
  opacity: 0;
}

.fadeHeight-enter-active,
.fadeHeight-leave-active {
  transition-duration: 0.3s;
  transition-property: height, opacity;
  transition-timing-function: ease;
  overflow: hidden;
}

.fadeHeight-enter,
.fadeHeight-leave-active {
  opacity: 0;
}

.slideBottom-enter-active,
.slideBottom-leave-active {
  transform: translate(0, 0);
  transition: 0.3s;
}

.slideBottom-enter,
.slideBottom-leave-to {
  transform: translate(0, 100%);
}

/******************************************
[form]
******************************************/
:placeholder-shown {
  color: #b2b7d2;
}

:input-placeholder {
  color: #b2b7d2;
}

:placeholder {
  color: #b2b7d2;
  opacity: 1;
}

::placeholder {
  color: #b2b7d2;
  opacity: 1;
}

/******************************************
[layout]
******************************************/
.form {
  width: 100%;
  margin: 0 0 32px;
}

.form:last-child {
  margin-bottom: 0;
}

.form-section {
  margin: 0 0 48px;
  padding: 0 0 48px;
  border-bottom: 1px solid #e1e2eb;
}

.form-section:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.form-groups:not(:last-child) {
  margin-bottom: 30px;
}

.form-headline {
  margin: 0 0 24px;
  font-size: 1.125rem;
  font-weight: 600;
  color: #b2b7d2;
}

.form-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.form-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.form-row {
  margin: 0 0 32px;
}

.form-row:last-child {
  margin-bottom: 0;
}

.form-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1;
}

.form-label-note {
  font-weight: 400;
}

.form-label-toggle {
  margin: 0 0 0 8px;
}

.form-required {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px 0 0;
  padding: 4px;
  background: #fd667e;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.form-optional {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px 0 0;
  padding: 4px;
  background: #959ea9;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.form-need {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px 0 0;
  padding: 4px;
  background: #2cd7a3;
  border-radius: 4px;
  font-size: 0.625rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.form-content-row {
  margin: 0 0 8px;
}

.form-content-row:last-child {
  margin-bottom: 0;
}

/******************************************
[control]
******************************************/
.form-control {
  display: flex;
  padding: 0 8px;
  width: 100%;
  height: 40px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  font-size: 0.875rem;
  transition: 0.3s;
}

.form-control:not(select, .forminput, :read-only):focus {
  background: #edf1fe;
  border-color: #5e81f4;
}

.form-control:not(select, .form-date-input, :read-only):focus {
  background: #edf1fe;
  border-color: #5e81f4;
}

.form-control:not(select, .forminput):disabled,
.form-control:not(select, .forminput):read-only {
  background: #f5f5fb;
  color: #b2b7d2;
}

.form-control:not(select, .form-date-input):disabled,
.form-control:not(select, .form-date-input):read-only {
  background: #f5f5fb;
  color: #b2b7d2;
}

.form-control-lg {
  height: 48px;
  font-size: 1rem;
}

@media (hover: hover) {
  .form-control:not(select, .forminput, :disabled, :read-only):hover {
    border-color: #5e81f4;
  }

  .form-control:not(select, .form-date-input, :disabled, :read-only):hover {
    border-color: #5e81f4;
  }
}

/******************************************
[textarea]
******************************************/
.form-textarea {
  min-height: 80px;
  padding-top: 8px;
  padding-bottom: 8px;
  resize: vertical;
}

/******************************************
[radio]
******************************************/
.form-radio {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  line-height: 1;
}

.form-radio:last-child {
  margin-bottom: 0;
}

.form-radio-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-radio-input:checked + .form-radio-label::before {
  content: "\e911";
  font-family: "aikon";
  background: #5e81f4;
  border-color: #5e81f4;
}

.form-radio-input:disabled + .form-radio-label {
  color: #b2b7d2;
}

.form-radio-input:disabled + .form-radio-label::before {
  background: #e1e2eb;
  border-color: #e1e2eb;
}

.form-radio-input:not(:disabled) + .form-radio-label {
  cursor: pointer;
}

.form-radio-input.is-error + .form-radio-label::before {
  border-color: #fd667e;
}

.form-radio-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.form-radio-label::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: #f5f5fb;
  border-radius: 8px;
  border: 1px solid #e1e2eb;
  font-size: 0.875rem;
  white-space: nowrap;
  color: #fff;
}

.form-radio-btn .form-radio-label {
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
}

.form-radio-btn .form-radio-input:checked + .form-radio-label {
  background: #edf1fe;
  border-color: #5e81f4;
}

.form-radio-btn .form-radio-input:disabled + .form-radio-label {
  background: #f5f5fb;
  border-color: #e1e2eb;
}

@media (hover: hover) {
  .form-radio-input:not(:disabled) + .form-radio-label:hover {
    border-color: #5e81f4;
    transition: 0.3s;
  }

  .form-radio-input:not(:disabled) + .form-radio-label:hover::before {
    border-color: #5e81f4;
    transition: 0.3s;
  }
}

/******************************************
[checkbox]
******************************************/
.form-check {
  display: flex;
  align-items: center;
  line-height: 1;
}

.form-check-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-check-input:checked + .form-check-label::before {
  content: "\e90a";
  font-family: "aikon";
  background: #5e81f4;
  border-color: #5e81f4;
}

.form-check-input:disabled + .form-check-label {
  color: #b2b7d2;
}

.form-check-input:disabled + .form-check-label::before {
  background: #e1e2eb;
  border-color: #e1e2eb;
}

.form-check-input:not(:disabled) + .form-check-label {
  cursor: pointer;
}

.form-check-label {
  display: inline-flex;
  align-items: center;
  line-height: 1;
}

.form-check-label::before {
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  background: #f5f5fb;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  white-space: nowrap;
  color: #fff;
}

.form-check-label:empty::before {
  margin-right: 0;
}

.form-check-btn .form-check-label {
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
}

.form-radio-btn .form-radio-label.is-error,
.form-check-btn .form-check-label.is-error {
  border-color: #fd667e;
}

.form-check-btn .form-check-input:checked + .form-check-label {
  background: #edf1fe;
  border-color: #5e81f4;
}

.form-check-btn .form-check-input:checked + .form-check-label.is-error {
  border-color: #fd667e;
}

.form-check-btn .form-check-input:disabled + .form-check-label {
  background: #f5f5fb;
  border-color: #e1e2eb;
}

@media (hover: hover) {
  .form-check-input:not(:disabled) + .form-check-label:hover {
    border-color: #5e81f4;
    transition: 0.3s;
  }

  .form-check-input:not(:disabled) + .form-check-label:hover::before {
    border-color: #5e81f4;
    transition: 0.3s;
  }
}

/******************************************
[toggle]
******************************************/
.form-toggle-input {
  display: none;
}

.form-toggle-input:checked + .form-toggle-set .form-toggle-bg {
  background: #bdccfb;
}

.form-toggle-input:checked + .form-toggle-set .form-toggle-circle {
  transform: translate(100%, -50%);
  background: #5e81f4;
  border-color: #5e81f4;
}

.form-toggle-input:checked:disabled + .form-toggle-set .form-toggle-bg {
  background: #e7ecfb;
}

.form-toggle-input:checked:disabled + .form-toggle-set .form-toggle-circle {
  background: #d3dcf7;
  border-color: #d3dcf7;
}

.form-toggle-input:disabled + .form-toggle-set .form-toggle-bg {
  background: #e1e2eb;
}

.form-toggle-input:disabled + .form-toggle-set .form-toggle-circle {
  background: #f5f5fb;
  border-color: #e1e2eb;
}

.form-toggle-input:not(:disabled) + .form-toggle-set {
  cursor: pointer;
}

.form-toggle-input.is-error + .form-toggle-set .form-toggle-bg,
.form-toggle-input.is-error + .form-toggle-set .form-toggle-circle {
  border: 1px solid #fd667ed9 !important;
}

.form-toggle-set {
  display: block;
  width: 48px;
  height: 32px;
}

.custom-form-toggle {
  margin-left: 28px;
}

.form-toggle-bg,
.form-toggle-circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  transition: 0.3s;
}

.form-toggle-bg {
  width: 100%;
  height: 16px;
  background: #cacbcf;
  border-radius: 8px;
}

.form-toggle-circle {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #a7a8aa;
}

/******************************************
[select]
******************************************/
.form-select::before {
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 16px;
  border-left: 1px solid #e1e2eb;
  font-family: "aikon";
  color: #b2b7d2;
  z-index: 1;
  pointer-events: none;
}

.form-select .form-control {
  padding-right: 48px;
}

.form-select .form-control:not(:disabled) {
  cursor: pointer;
}

.form-select-input {
  white-space: nowrap;
}

.form-select-input:focus {
  background: #edf1fe;
  border-color: #5e81f4;
}

.form-select-input:disabled {
  background: #f5f5fb;
  border-color: #e1e2eb;
  color: #b2b7d2;
  opacity: 1;
}

@media (hover: hover) {
  .form-select-input:not(:disabled):hover {
    border-color: #5e81f4;
  }
}

/******************************************
[select]
******************************************/
.form-multiselect .multiselect {
  color: #4f4e69;
}

.form-multiselect .multiselect__select {
  top: 7px;
  right: 1px;
  height: calc(100% - 8px * 2);
  z-index: 1;
}

.form-multiselect .multiselect__select::before {
  content: "\e90b";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 16px;
  font-family: "aikon";
  color: #b2b7d2;
  z-index: 1;
  pointer-events: none;
  margin-top: 0;
  border: none;
  border-left: 1px solid #e1e2eb;
}

.form-multiselect .multiselect__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  padding: 0 48px 0 8px;
  border-radius: 4px;
  border-color: #e1e2eb;
}

.form-multiselect .multiselect__tags-wrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 4px 0 0;
  padding: 0 0 8px;
}

.form-multiselect .multiselect__tag {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 32px 0 16px;
  background: #5e81f4;
  margin: 4px 4px 0 0;
  border-radius: 12px;
  font-size: 0.875rem;
}

.form-multiselect .multiselect__tag-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 100%;
  border-radius: 50%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  margin-left: 0;
}

.form-multiselect .multiselect__tag-icon::after {
  content: "\e913";
  font-family: "aikon";
  color: #0c31ad;
}

.form-multiselect .multiselect__tag-icon:hover {
  background: #2e5cf1;
}

.form-multiselect .multiselect__input {
  display: flex;
  align-items: center;
  width: 100%;
  height: calc(8px * 5 - 2px);
  font-size: 0.875rem;
  line-height: 1.5;
  min-height: auto;
  margin: 0;
  padding: 0;
}

.form-multiselect .multiselect__placeholder {
  margin: 0;
  padding: 0;
}

.form-multiselect .multiselect__content-wrapper {
  border-color: #e1e2eb;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-multiselect .multiselect__option {
  display: flex;
  align-items: center;
  padding: 0 16px;
  line-height: 1.5;
}

.form-multiselect .multiselect__option::after {
  font-family: "aikon";
}

.form-multiselect .multiselect__option > span {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.form-multiselect .multiselect__option--highlight {
  background: #edf1fe;
  color: #5e81f4;
}

.form-multiselect .multiselect__option--selected {
  background: #f5f5fb;
  font-weight: 600;
  color: #4f4e69;
}

.form-multiselect .multiselect__option--selected::after {
  content: "\e90a";
}

.form-multiselect
.multiselect__option--selected.multiselect__option--highlight {
  background: #ffe4e8;
  color: #fd667e;
}

.form-multiselect
.multiselect__option--selected.multiselect__option--highlight::after {
  content: "\e913";
  background: #ffe4e8;
  color: #fd667e;
}

.form-multiselect .multiselect__single {
  margin-bottom: 0;
}

.form-multiselect .multiselect--active .multiselect__select {
  transform: rotate(0);
}

.form-multiselect .multiselect--active .multiselect__tags-wrap {
  border-bottom: 1px solid #e1e2eb;
}

.form-multiselect .multiselect--disabled {
  background: #f5f5fb;
  color: #b2b7d2;
  opacity: 1;
}

.form-multiselect .multiselect--disabled .multiselect__tags {
  background: #f5f5fb;
}

.form-multiselect .multiselect--disabled .multiselect__carrent,
.form-multiselect .multiselect--disabled .multiselect__select {
  background: #f5f5fb;
  color: #b2b7d2;
}

.form-multiselect .multiselect--disabled .multiselect__tag {
  padding: 0 16px;
  background: #b2b7d2;
}

.form-multiselect .multiselect--disabled .multiselect__tag-icon {
  display: none;
}

.custom-form-multiselect .multiselect__select {
  top: 8px;
  right: 0;
}

@media (hover: hover) {
  .form-multiselect:not(:disabled):hover {
    border-color: #5e81f4;
  }
}

/******************************************
[segmented control]
******************************************/
.form-segment {
  display: flex;
  height: 40px;
}

.form-segment-item:not(:first-child) .form-segment-label {
  margin: 0 0 0 -1px;
}

.form-segment-item:first-child .form-segment-label {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.form-segment-item:last-child .form-segment-label {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.form-segment-input {
  display: none;
}

.form-segment-input:checked + .form-segment-label {
  background: #edf1fe;
  font-weight: 600;
  color: #5e81f4;
}

.form-segment-input:checked + .form-segment-label::after {
  opacity: 1;
}

.form-segment-input:disabled + .form-segment-label {
  background: #f5f5fb;
  color: #b2b7d2;
}

.form-segment-input:not(:disabled) + .form-segment-label {
  cursor: pointer;
}

.form-segment-label {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  height: 100%;
  padding: 0 8px;
  transition: 0.3s;
}

.form-segment-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #e1e2eb;
  border-radius: inherit;
}

.form-segment-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #5e81f4;
  border-radius: inherit;
  opacity: 0;
  z-index: 1;
  transition: 0.3s;
}

@media (hover: hover) {
  .form-segment-input:not(:disabled) + .form-segment-label:hover::after {
    opacity: 1;
  }
}

/******************************************
[date]
******************************************/
.form-date::before {
  content: "\e909";
}

.form-date-input:focus {
  background: #edf1fe;
  border-color: #5e81f4;
}

.form-date-input:disabled {
  background: #f5f5fb;
  color: #b2b7d2;
}

.forminput:disabled:read-only {
  cursor: default;
}

.form-date-input:disabled:read-only {
  cursor: default;
}

@media (hover: hover) {
  .form-date-input:not(:disabled):hover {
    border-color: #5e81f4;
  }
}

/******************************************
[flatpickr]
******************************************/
.flatpickr-calendar {
  box-shadow: 0 5px 10px rgb(79 78 105 / 10%);
}

.flatpickr-calendar.arrowTop::before {
  border-bottom-color: #fff;
  filter: drop-shadow(0 -3px 5px rgb(79 78 105 / 40%));
}

.flatpickr-calendar.arrowBottom::before {
  border-top-color: #fff;
  filter: drop-shadow(0 3px 5px rgb(79 78 105 / 40%));
}

.flatpickr-months {
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #e1e2eb;
  line-height: 1;
}

.flatpickr-months .flatpickr-month {
  height: 100%;
  color: #4f4e69;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
  padding: 0;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #5e81f4;
}

.flatpickr-months .flatpickr-prev-month {
  border-right: 1px solid #e1e2eb;
}

.flatpickr-months .flatpickr-next-month {
  border-left: 1px solid #e1e2eb;
}

.flatpickr-current-month {
  left: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 1.125rem;
}

.flatpickr-current-month .flatpickr-monthDropdown-months {
  flex: 0 0 auto;
  display: block;
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0 8px;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000'><polygon points='0,0 100,0 50,50'/></svg>")
    no-repeat calc(100% - 8px) center;
  background-size: 8px;
  border-left: 1px solid #e1e2eb;
  appearance: none;
}

.flatpickr-current-month .numInputWrapper {
  order: -1;
  flex: 0 0 auto;
  width: 50%;
  height: 100%;
}

.flatpickr-current-month .numInputWrapper span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  padding: 0;
  border-color: #e1e2eb;
}

.flatpickr-current-month .numInputWrapper span.arrowUp,
.flatpickr-current-month .numInputWrapper span.arrowDown {
  border-right: none;
}

.flatpickr-current-month .numInputWrapper span.arrowUp::after,
.flatpickr-current-month .numInputWrapper span.arrowDown::after {
  top: auto;
}

.flatpickr-current-month .numInputWrapper span.arrowUp {
  border-top: none;
}

.flatpickr-current-month .numInputWrapper span.arrowUp::after {
  border-bottom-color: #4f4e69;
}

.flatpickr-current-month .numInputWrapper span.arrowDown {
  border-bottom: none;
}

.flatpickr-current-month .numInputWrapper span.arrowDown::after {
  border-top-color: #4f4e69;
}

.flatpickr-current-month input.cur-year {
  display: block;
  height: 100%;
  padding: 0 8px;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #5e81f4;
  color: #fff;
}

.flatpickr-day.prevMonthDay {
  color: #b2b7d2;
}

.flatpickr-weekdays {
  height: 32px;
}

.flatpickr-day {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  color: #4f4e69;
}

.flatpickr-day.today {
  border-color: #5e81f4;
}

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  background-color: #edf1fe;
  border-color: #5e81f4;
  color: #4f4e69;
}

span.flatpickr-weekday {
  font-size: 0.75rem;
  color: #b2b7d2;
}

@media (hover: hover) {
  .flatpickr-months .flatpickr-prev-month:hover,
  .flatpickr-months .flatpickr-next-month:hover {
    background-color: #edf1fe;
    color: #4f4e69;
  }

  .flatpickr-months .flatpickr-prev-month:hover svg,
  .flatpickr-months .flatpickr-next-month:hover svg {
    fill: #4f4e69;
  }

  .flatpickr-current-month .flatpickr-monthDropdown-months:hover {
    background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23000'><polygon points='0,0 100,0 50,50'/></svg>")
      no-repeat calc(100% - 8px) center;
    background-size: 8px;
    background-color: #edf1fe;
  }

  .flatpickr-current-month .numInputWrapper:hover {
    background-color: #edf1fe;
  }
}

/******************************************
[fileupload]
******************************************/
.fileUpload {
  display: flex;
  margin: -16px -8px 0;
}

.fileUpload-item {
  width: calc(100% / 4);
  margin: 16px 0 0;
  padding: 0 8px;
}

.fileUpload-set.is-upload .fileUpload-label {
  border: 1px solid #e1e2eb;
}

.fileUpload-set.is-upload .fileUpload-btn {
  background: transparent;
  border: none;
}

.fileUpload-set.is-upload .fileUpload-btn::before {
  opacity: 0;
}

.fileUpload-set.is-upload .fileUpload-delete {
  opacity: 1;
  pointer-events: all;
}

.fileUpload-label {
  display: block;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}

.fileUpload-label::before {
  content: "";
  display: block;
  padding-top: 75%;
}

.fileUpload-input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.fileUpload-input:not(:disabled) + .fileUpload-btn {
  cursor: pointer;
}

.fileUpload-input:disabled + .fileUpload-btn {
  background: #f5f5fb;
}

.fileUpload-input:disabled + .fileUpload-btn::before {
  color: #e1e2eb;
}

.fileUpload-btn {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  border: 1px solid #e1e2eb;
  transition: 0.3s;
  z-index: 1;
}

.fileUpload-btn::before {
  content: "\e921";
  font-family: "aikon";
  font-size: 2rem;
  color: #b2b7d2;
}

.fileUpload-btn::after {
  content: "画像を変更する";
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(79 78 105 / 75%);
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.fileUpload-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fileUpload-delete {
  position: absolute;
  top: -8px;
  right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #fd667e;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  z-index: 1;
}

@media (hover: hover) {
  .fileUpload-set.is-upload
  .fileUpload-input:not(:disabled)
  + .fileUpload-btn:hover::after {
    opacity: 1;
    z-index: 1;
  }

  .fileUpload-set:not(.is-upload)
  .fileUpload-input:not(:disabled)
  + .fileUpload-btn:hover {
    border-color: #5e81f4;
  }

  .fileUpload-delete:hover {
    background: #fd7f93;
  }
}

/******************************************
[icon]
******************************************/
.form-icon::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 16px;
  border-right: 1px solid #e1e2eb;
  font-family: "aikon";
  font-size: 1.125rem;
  color: #b2b7d2;
  z-index: 1;
}

.form-icon-input {
  padding-left: 48px;
}

.form-icon-search::before {
  content: "\e930";
}

/******************************************
[froup]
******************************************/
.form-group {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}

.form-group-item {
  padding: 0 4px;
}

/******************************************
[password]
******************************************/
.form-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.form-password-icon::before {
  content: "\e917";
  font-family: "aikon";
  font-size: 1.3125rem;
}

.form-password .form-check-input:checked + .form-password-icon::before {
  content: "\e918";
}

/******************************************
[selectColor]
******************************************/
.selectColor {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -4px 0;
}

.selectColor-item {
  width: 56px;
  margin: 8px 0 0;
  padding: 0 4px;
  box-sizing: content-box;
}

.selectColor-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.selectColor-input:checked + .selectColor-label::before {
  opacity: 1;
}

.selectColor-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  border-radius: 4px;
  cursor: pointer;
  color: white;
}

.selectColor-label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 4px;
  border: 2px solid #5e81f4;
  transition: 0.3s;
  opacity: 0;
}

.selectColor-white {
  border: 1px solid #e1e2eb;
  color: black;
}

.selectColor-btn.selectColor-white .selectColor-label {
  border: 1px solid #e1e2eb;
}

.selectColor-btn.selectColor-black .selectColor-label {
  background: #4f4e69;
  color: #fff;
}

.selectColor-btn.selectColor-blue .selectColor-label {
  background: #5e81f4;
  color: #fff;
}

.selectColor-btn.selectColor-red .selectColor-label {
  background: #fd667e;
  color: #fff;
}

/******************************************
[additionForm]
******************************************/
.additionForm {
  margin: 0 0 16px;
}

.additionForm-item {
  margin: 0 0 16px;
  padding: 16px;
  border: 1px solid #e1e2eb;
}

.additionForm-item:last-child {
  margin-bottom: 0;
}

.additionForm-delete {
  position: absolute;
  top: -8px;
  right: -4px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #fd667e;
  border-radius: 50%;
  color: #fff;
  transition: 0.3s;
  z-index: 1;
}

@media (hover: hover) {
  .additionForm-delete:hover {
    background: #fd7f93;
  }
}

/******************************************
[selectBtn]
******************************************/
.selectBtn {
  display: flex;
  justify-content: space-between;
  margin: -4px;
}

.selectBtn-item {
  flex: 1 0 auto;
  padding: 0 4px;
}

.selectBtn-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.selectBtn-input:checked + .selectBtn-label {
  border-color: #5e81f4;
}

.selectBtn-input:checked + .selectBtn-label::after {
  opacity: 1;
}

.selectBtn-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 80px;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.3s;
  cursor: pointer;
}

.selectBtn-label::after {
  content: "\e90a";
  position: absolute;
  bottom: calc(-8px * 3 / 2);
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #5e81f4;
  font-family: "aikon";
  font-size: 1.125rem;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.selectBtn-btn-green .selectBtn-label {
  background: #e4faf3;
  border-color: #41dbac;
  color: #21ae83;
}

.selectBtn-btn-green .selectBtn-label::after {
  background: #41dbac;
}

.selectBtn-btn-green .selectBtn-input:checked + .selectBtn-label {
  border-color: #41dbac;
}

.selectBtn-btn-yellow .selectBtn-label {
  background: #fefdf6;
  border-color: #efc720;
  color: #cda80f;
}

.selectBtn-btn-yellow .selectBtn-label::after {
  background: #efc720;
}

.selectBtn-btn-yellow .selectBtn-input:checked + .selectBtn-label {
  border-color: #efc720;
}

.selectBtn-btn-red .selectBtn-label {
  background: #fff3f5;
  border-color: #fd667e;
  color: #fd667e;
}

.selectBtn-btn-red .selectBtn-label::after {
  background: #fd667e;
}

.selectBtn-btn-red .selectBtn-input:checked + .selectBtn-label {
  border-color: #fd667e;
}

@media (hover: hover) {
  .selectBtn-label:hover {
    transform: translateY(-4px);
  }
}

/******************************************
[selectList]
******************************************/
.selectList-item {
  margin: 0 0 16px;
}

.selectList-item:last-child {
  margin-bottom: 0;
}

.selectList-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  transition: 0.3s;
}

.selectList-btn::after {
  content: "選択する";
  display: flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  margin: 0 0 0 auto;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.selectList-btn.selectList-btn-blue {
  background: #edf1fe;
  border-color: #5e81f4;
}

.selectList-btn.selectList-btn-blue::after {
  background: #5e81f4;
}

.selectList-btn.selectList-btn-blue .selectList-title,
.selectList-btn.selectList-btn-blue .selectList-description {
  color: #5e81f4;
}

.selectList-btn.selectList-btn-red {
  background: #fff3f5;
  border-color: #fd667e;
}

.selectList-btn.selectList-btn-red::after {
  background: #fd667e;
}

.selectList-btn.selectList-btn-red .selectList-title,
.selectList-btn.selectList-btn-red .selectList-description {
  color: #fd667e;
}

.selectList-btn.selectList-btn-green {
  background: #e4faf3;
  border-color: #41dbac;
}

.selectList-btn.selectList-btn-green::after {
  background: #41dbac;
}

.selectList-btn.selectList-btn-green .selectList-title,
.selectList-btn.selectList-btn-green .selectList-description {
  color: #21ae83;
}

.selectList-title {
  margin: 0 24px 0 0;
  font-size: 1.125rem;
  font-weight: 600;
  color: #4f4e69;
}

.selectList-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.selectList-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.selectList-title:last-child {
  margin-bottom: 0;
}

.selectList-description {
  color: #b2b7d2;
}

.selectList-description::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.selectList-description::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

@media (hover: hover) {
  .selectList-btn:hover {
    transform: translateY(-4px);
  }
}

/******************************************
[rte]
******************************************/
.tox {
  color: #4f4e69 !important;
}

.tox-tinymce {
  border-radius: 4px !important;
  border-color: #e1e2eb !important;
}

.tox:not([dir="rtl"]) .tox-toolbar__group:not(:last-of-type) {
  border-color: #e1e2eb !important;
}

/******************************************
[wrapper,container]
******************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 100%;
  padding: 0 0 0 240px;
}

.content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.container {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.systemErrorWrapper {
  background: #fff;
  height: 100%;
}

/******************************************
[main]
******************************************/
.main {
  flex: 1 0 auto;
  padding: 32px;
}

/******************************************
[section]
******************************************/
.section {
  margin: 0 0 40px;
}

.section:last-child {
  margin-bottom: 0;
}

/******************************************
[col]
******************************************/
[class^="col"] {
  display: flex;
  flex-direction: column;
}

.col-inner {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

/******************************************
[position]
******************************************/
.pos-start {
  margin-right: auto !important;
}

.pos-end {
  margin-left: auto !important;
}

/******************************************
[panel]
******************************************/
.panel {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

.panel-body {
  flex: 1 0 auto;
}

.panel-height-auto {
  flex: 0 0 auto;
}

.panel-sheet {
  width: calc(1120px - 8px * 30 - 8px * 4 * 2);
  margin: 0 auto;
  padding: 80px;
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 3%);
}

.panel-sheet .panel-header {
  display: flex;
  align-items: center;
  margin: 0 0 48px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1e2eb;
}

.panel-sheet .panel-header .panel-headline {
  margin: 0 16px 0 0;
  padding-bottom: 0;
  border-bottom: none;
}

.panel-sheet .panel-headline {
  margin: 0 0 48px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1e2eb;
}

.panel-sheet .panel-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.panel-sheet .panel-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.panel-sheet .panel-body {
  margin: 0 0 48px;
}

.panel-sheet .panel-body:last-child {
  margin-bottom: 0;
}

.panel-sheet .panel-footer {
  padding: 16px 0 0;
  border-top: 1px solid #e1e2eb;
}

.panel-board .panel-header {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

.panel-board .panel-content {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  margin: 0 0 16px;
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 3%);
}

.panel-board .panel-content:last-child {
  margin-bottom: 0;
}

.panel-board .panel-content-footer {
  padding: 16px 32px;
  border-top: 1px solid #e1e2eb;
}

.panel-board .panel-body {
  padding: 32px;
}

.panel-board .panel-body-center {
  display: flex;
  flex-direction: column;
}

.panel-board .panel-body-center > * {
  flex: 1 0 auto;
}

.panel-board .panel-body-p0 {
  padding: 0;
}

.panel-blue {
  border-top: 4px solid #5e81f4;
}

.panel-green {
  border-top: 4px solid #41dbac;
}

.panel-red {
  border-top: 4px solid #fd667e;
}

.panel-yellow {
  border-top: 4px solid #efc720;
}

.panel-link {
  transition: 0.3s;
}

@media (hover: hover) {
  .panel-link:hover {
    transform: translateY(-3%);
    box-shadow: 0 20px 30px rgb(79 78 105 / 15%);
  }
}

/******************************************
[login]
******************************************/
.login {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.login::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg.svg") no-repeat center;
  background-size: cover;
}

.login .form {
  margin: 0 0 24px;
}

.login .form-row {
  margin: 0 0 24px;
}

.login-set {
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 3%);
}

.login-col {
  display: flex;
  align-items: center;
  width: 360px;
  height: 560px;
  overflow: hidden;
}

.login-col:not(:last-child) {
  border-right: 1px solid #e1e2eb;
}

.login-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 0 40px;
}

.login-logo {
  width: 240px;
  margin: 0 auto;
}

.login-container {
  width: 100%;
  margin: 0 0 24px;
}

.login-header {
  margin: 0 0 40px;
}

.login-headline {
  margin: 0 0 16px;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
}

.login-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.login-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.login-headline:last-child {
  margin-bottom: 0;
}

.login-password {
  color: #5e81f4;
}

.loginGo-leave-active,
.loginGo-enter-active {
  transition: 0.3s;
}

.loginGo-enter {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
}

.loginGo-leave-to {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}

.loginBack-leave-active,
.loginBack-enter-active {
  transition: 0.3s;
}

.loginBack-enter {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-100%, 0);
}

.loginBack-leave-to {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(100%, 0);
}

/******************************************
[pageHeader]
******************************************/
.pageHeader {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.pageHeader-headline {
  white-space: nowrap;
}

.pageHeader-nav {
  margin: 0 0 0 24px;
  padding: 0 0 0 24px;
  border-left: 1px solid #e1e2eb;
}

.pageHeader-nav-set {
  display: flex;
}

.pageHeader-nav-item {
  height: 100%;
  margin: 0 24px 0 0;
}

.pageHeader-nav-item:last-child {
  margin-right: 0;
}

.pageHeader-nav-link {
  display: flex;
  align-items: center;
  height: 24px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #b2b7d2;
}

.pageHeader-nav-link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #5e81f4;
  opacity: 0;
}

.pageHeader-nav-link.is-active {
  color: #5e81f4;
}

.pageHeader-nav-link.is-active::after {
  opacity: 1;
}

@media (hover: hover) {
  .pageHeader-nav-link:hover {
    color: #5e81f4;
  }
}

/******************************************
[pageFooter]
******************************************/
.pageFooter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 32px;
  background: #fff;
  box-shadow: 0 -10px 20px rgb(79 78 105 / 3%);
  z-index: 1;
}

/******************************************
[error]
******************************************/
.error {
  flex: 1 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #5e81f4;
  overflow: hidden;
}

.error::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/common/bg2.svg") no-repeat center;
  background-size: cover;
}

.error-panel {
  padding: 80px;
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 3%);
}

.error-title {
  margin: 0 0 40px;
  font-size: 1.125rem;
  font-weight: 600;
}

.error-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.error-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.error-text {
  margin: 0 0 40px;
}

.error-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.error-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.systemErrorWrapper .error {
  width: 100%;
  flex-direction: column;
  padding: 60px 0;
  background: none;
}

.systemErrorWrapper .error-headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 0 35px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 1;
  color: #cfd5d8;
}

.systemErrorWrapper .error-headline-sub {
  font-size: 28px;
}

.systemErrorWrapper .error-title {
  margin: 0 0 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.systemErrorWrapper .error-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.7) * 0.5em);
  content: "";
}

.systemErrorWrapper .error-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.7) * 0.5em);
  content: "";
}

.is-error {
  border: 1px solid #fd667e;
}

.is-error.form-multiselect,
.is-error.form-multiselect:hover {
  border: none !important;
}

.is-error .multiselect__tags {
  border: 1px solid #fd667e;
}

.is-error:hover,
.is-error:focus {
  border: 1px solid #fd667e !important;
}

/******************************************
[password]
******************************************/
.password-alert {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fd667e;
  box-shadow: 0 5px 10px rgb(253 102 126 / 20%);
  font-weight: 600;
  color: #fff;
}

.password-alert-icon {
  flex: 0 0 auto;
  margin: 0 8px 0 0;
  font-size: 2rem;
}

.password-alert-text {
  margin: 0 0 8px;
}

.password-alert-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.password-alert-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.password-alert-btn {
  background: #fff;
  color: #fd667e;
}

/******************************************
[btn]
******************************************/
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 24px;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
}

.btn-radius {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
}

.btn:disabled {
  background: #e1e2eb;
  color: #b2b7d2;
  cursor: default;
}

a.btn.is-disabled {
  background: #e1e2eb;
  color: #b2b7d2;
  cursor: default;
  pointer-events: none;
  border-color: #e1e2eb;
}

.btn-main {
  background: #5e81f4;
  color: #fff;
}

.btn-blue {
  background: #5e81f4;
  color: #fff;
}

.btn-black {
  background: #4f4e69;
  color: #fff;
}

.btn-white {
  background: #fff;
  border: 1px solid #e1e2eb;
  color: #4f4e69;
}

.btn-red {
  background: #fd667e;
  color: #fff;
}

.btn-orange {
  background-color: #f7a015;
  color: #fff;
}

.btn-navy-blue {
  background-color: #0872c6;
  color: #fff;
}

.btn-sky-blue {
  background-color: #37d0de;
  color: #fff;
}

.btn-pink {
  background-color: #f97398;
  color: #fff;
}

.btn-brown {
  background-color: #9e8365;
  color: #fff;
}

.btn-green {
  background: #41dbac;
  color: #fff;
}

.btn-yellow {
  background: #efc720;
  color: #fff;
}

.btn-bd-main {
  background: #fff;
  border: 1px solid #5e81f4;
  color: #5e81f4;
}

.btn-bd-blue {
  background: #fff;
  border: 1px solid #5e81f4;
  color: #5e81f4;
}

.btn-bd-red {
  background: #fff;
  border: 1px solid #fd667e;
  color: #fd667e;
}

.btn-w100 {
  width: 100%;
}

.btn-sm {
  height: 32px;
  padding: 0 8px;
  font-size: 0.75rem;
}

.btn-lg {
  height: 48px;
  padding: 0 24px;
  font-size: 1rem;
}

@media (hover: hover) {
  .btn:hover {
    transform: translateY(-10%);
  }

  .btn-main:not(:disabled):hover {
    background: #2e5cf1;
  }

  .btn-blue:not(:disabled):hover {
    background: #466ef2;
  }

  .btn-black:not(:disabled):hover {
    background: #39384c;
  }

  .btn-white:not(:disabled):hover {
    border-color: #b2b7d2;
  }

  .btn-red:not(:disabled):hover {
    background: #fd4d69;
  }

  .btn-green:not(:disabled):hover {
    background: #25c493;
  }

  .btn-bd-main:not(:disabled):hover {
    background: #edf1fe;
  }

  .btn-bd-blue:not(:disabled):hover {
    background: #edf1fe;
  }

  .btn-bd-blue:disabled {
    border: none;
  }

  .btn-bd-red:not(:disabled):hover {
    background: #fff3f5;
  }
}

/******************************************
[alert]
******************************************/
.alert {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 80px 32px 0 0;
  pointer-events: none;
  z-index: 9999;
}

.alert-content {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 8px 0 0;
  font-weight: 600;
  padding: 16px;
  color: #fff;
  transition: 0.3s;
}

.alert-content:first-child {
  margin-top: 0;
}

.alert-success {
  background: rgb(65 219 172 / 85%);
  box-shadow: 0 5px 10px rgb(65 219 172 / 30%);
}

.alert-error {
  background: rgb(253 102 126 / 85%);
  box-shadow: 0 5px 10px rgb(253 102 126 / 30%);
}

.alert-message {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
  line-height: 1;
  white-space: pre-line;
}

.alert-message::before {
  content: "\e908";
  flex: 0 0 auto;
  margin: 0 4px 0 0;
  font-family: "aikon";
  font-size: 1.5rem;
  transform-origin: top center;
  animation: swing 1.2s ease 0.3s forwards infinite;
}

.alert-message-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.alert-message-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.alert-close {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 1;
  pointer-events: all;
}

.alert-close::before {
  content: "\e913";
  font-family: "aikon";
}

.alert-enter-active,
.alert-leave-active {
  transition: all 0.3s ease;
}

.alert-enter-from,
.alert-leave-to {
  opacity: 0;
  transform: translateX(30px);
}

@media (hover: hover) {
  .alert-close {
    transition: 0.3s;
  }

  .alert-close:hover {
    background: rgb(255 255 255 / 20%);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    transform: rotate(0);
  }

  10% {
    transform: rotate(-10deg);
  }

  20% {
    transform: rotate(5deg);
  }

  30% {
    transform: rotate(-5deg);
  }

  40% {
    transform: rotate(10deg);
  }

  50% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(0deg);
  }
}

/******************************************
[modal]
******************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgb(35 35 46 / 75%);
}

.modal-panel {
  display: flex;
  flex-direction: column;
  width: 660px;
  max-height: 80%;
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 30%);
}

.modal-header {
  padding: 16px 32px;
  border-bottom: 1px solid #e1e2eb;
}

.modal-body {
  flex: 1 1 auto;
  padding: 32px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.modal-body::-webkit-scrollbar {
  display: none;
}

.modal-footer {
  padding: 16px 32px;
  border-top: 1px solid #e1e2eb;
}

.modal-enter-active,
.modal-leave-active {
  transition: 0.3s;
  opacity: 1;
}

.modal-enter-active .modal-bg,
.modal-leave-active .modal-bg {
  transition: 0.3s;
  opacity: 1;
}

.modal-enter-active .modal-panel,
.modal-leave-active .modal-panel {
  transform: translate(0, 0);
  transition: 0.3s;
}

.modal-enter,
.modal-leave-to {
  opacity: 0;
}

.modal-enter .modal-bg,
.modal-leave-to .modal-bg {
  transition: 0.3s;
  opacity: 0;
}

.modal-enter .modal-panel,
.modal-leave-to .modal-panel {
  transform: translate(0, 30%);
}

/******************************************
tag]
******************************************/
.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: #5e81f4;
  border-radius: 16px;
  font-size: 0.875rem;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

.tag-delete {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin: 0 0 0 4px;
  border-radius: 50%;
  transition: 0.3s;
}

.tag-delete-icon {
  font-size: 0.625rem;
}

@media (hover: hover) {
  .tag-delete:hover {
    background: #2e5cf1;
  }
}

/******************************************
[numDisplay]
******************************************/
.numDisplay {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 32px 0;
  color: #4f4e69;
  text-align: center;
}

.numDisplay-center {
  justify-content: center;
}

.numDisplay-dark {
  background: #374e9b;
  color: #fff;
}

.numDisplay-dark .numDisplay-sub {
  color: rgb(255 255 255 / 65%);
}

.numDisplay-dark .numDisplay-sub-sup {
  background: rgb(255 255 255 / 85%);
  color: #374e9b;
}

.numDisplay-title {
  margin: 0 0 24px;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
}

.numDisplay-main {
  margin: 0 0 16px;
  font-size: 1.3125rem;
  font-weight: 600;
  line-height: 1;
}

.numDisplay-main:last-child {
  margin-bottom: 0;
}

.numDisplay-main-sup {
  font-size: 0.6em;
}

.numDisplay-sub {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #b2b7d2;
  line-height: 1;
}

.numDisplay-sub:last-child {
  margin-bottom: 0;
}

.numDisplay-sub-sup {
  display: flex;
  margin: 0 4px 0 0;
  padding: 4px 8px;
  background: #b2b7d2;
  border-radius: 4px;
  font-size: 0.75rem;
  color: #fff;
}

.numDisplay-btn {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 auto;
  border-radius: 50%;
  border: 1px solid #b2b7d2;
  color: #b2b7d2;
}

.numDisplay-btn-icon {
  font-size: 0.875rem;
}

/******************************************
[search]
******************************************/
.search-row {
  margin: 0 0 16px;
}

.search-row:last-child {
  margin-bottom: 0;
}

/******************************************
[chart]
******************************************/
.chart-pie {
  width: 100%;
  height: 240px;
  background: #fff;
}

.chart-line {
  width: 100%;
  height: 320px;
  background: #fff;
}

.chart-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #e1e2eb;
}

.chart-footer-title {
  display: flex;
  margin: 0 4px 0 0;
  padding: 4px 8px;
  background: #b2b7d2;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.chart-footer-num {
  display: flex;
  align-items: baseline;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.chart-footer-unit {
  font-size: 1rem;
}

/******************************************
[listGroup]
******************************************/
.listGroup-item {
  padding: 16px;
}

.listGroup-item:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}

/******************************************
[listGrid]
******************************************/
.listGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -4px 0;
}

.listGrid-item {
  margin: 8px 0 0;
  padding: 0 4px;
}

/******************************************
[listRow]
******************************************/
.listRow-item {
  margin: 0 0 16px;
}

.listRow-item:last-child {
  margin-bottom: 0;
}

/******************************************
[listTable]
******************************************/
.listTable {
  width: 100%;
  margin: 0 0 16px;
}

.listTable:last-child {
  margin-bottom: 0;
}

.listTable tr:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}

.listTable th,
.listTable td {
  padding: 16px;
  white-space: nowrap;
}

.listTable th::before,
.listTable td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.listTable th::after,
.listTable td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.listTable th.listTable-fix,
.listTable td.listTable-fix {
  width: 1%;
}

.listTable thead {
  border-bottom: 1px solid #e1e2eb;
  text-align: left;
  color: #b2b7d2;
}

.listTable th {
  text-align: left;
}

/******************************************
[dataTable]
******************************************/
.dataTable {
  width: 100%;
}

.dataTable tr:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}

.dataTable th,
.dataTable td {
  padding: 16px;
  white-space: nowrap;
}

.dataTable th::before,
.dataTable td::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.dataTable th::after,
.dataTable td::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.dataTable th.dataTable-wrap,
.dataTable td.dataTable-wrap {
  max-width: 25em;
  white-space: pre-line;
}

.dataTable th.dataTable-fix,
.dataTable td.dataTable-fix {
  width: 1%;
}

.dataTable thead {
  border-bottom: 1px solid #e1e2eb;
  text-align: left;
  color: #b2b7d2;
}

.dataTable tbody tr:nth-child(odd) {
  background: #f7f9fe;
}

.dataTable tbody tr.noData {
  text-align: center;
  font-weight: bold;
  background-color: #fff;
}

.noData {
  text-align: center;
  font-weight: bold;
}

.dataTable-footer {
  display: flex;
}

.dataTable-footer-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px 0 0;
}

.dataTable-footer-item:last-child {
  margin-right: 0;
}

.dataTable-select {
  width: 96px;
}

.dataTable-select .form-control {
  height: 32px;
}

.dataTable-all {
  margin: 0 8px 0 0;
  font-weight: 600;
}

.dataTable-display::before {
  content: "/";
  margin: 0 8px 0 0;
}

.dataTable-nav-btn {
  width: 26px;
  height: 24px;
  background: #4f4e69;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.dataTable-nav-btn:nth-child(even) {
  border-radius: 0;
}

.dataTable-nav-btn.disabled {
  background: #ccc;
  border: transparent !important;
}

.dataTable-nav-btn:first-child {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #b2b7d2;
}

.dataTable-nav-btn:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #8c8c8c;
}

@media (hover: hover) {
  .dataTable-nav-btn:not(:disabled):hover {
    background: #656486;
  }
}

.dataTable-collapse-default {
  border-collapse: separate;
}

/******************************************
[tooltip]
******************************************/
.tooltip {
  margin: 0 4px;
}

.tooltip-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}

.tooltip-btn-icon {
  font-size: 1.5rem;
  color: #5e81f4;
}

.tooltip-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 8px / 2);
  height: calc(100% + 8px / 2);
  border-radius: 50%;
  border: 8px solid #d5defc;
  opacity: 0;
  transition: 0.3s;
}

.tooltip-shadow {
  position: absolute;
  bottom: calc(100% + 6px);
  left: 0;
  width: 100vw;
  pointer-events: none;
}

.tooltip-content {
  transform: translateY(15%);
  display: inline-flex;
  align-items: center;
  max-width: 320px;
  padding: 8px;
  filter: drop-shadow(0 3px 6px rgb(79 78 105 / 30%));
  background: rgb(79 78 105 / 85%);
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
  z-index: 99;
}

.tooltip-content::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 6px 0;
  border-style: solid;
  border-color: rgb(79 78 105 / 85%) transparent transparent transparent;
}

.tooltip-content.is-show {
  transform: translateY(0);
  opacity: 1;
}

.tooltip-msg::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.tooltip-msg::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.tooltip-close {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 0 0 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 1;
  pointer-events: all;
}

.tooltip-close::before {
  content: "\e913";
  font-family: "aikon";
}

@media (hover: hover) {
  .tooltip-btn:hover::before {
    opacity: 1;
  }
}

/******************************************
[notification]
******************************************/
.notification {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 320px;
  height: 100%;
  background: rgb(79 78 105 / 85%);
  z-index: 99;
}

.notification-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  border-bottom: 1px solid #b2b7d2;
}

.notification-headline {
  font-size: 1.125rem;
  font-weight: 600;
  color: #fff;
}

.notification-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.notification-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.notification-unread {
  display: flex;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: #fd667e;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}

.notification-list {
  padding: 24px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.notification-list::-webkit-scrollbar {
  display: none;
}

.notification-list-item {
  display: flex;
  flex-direction: column;
  margin: 0 0 8px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 10px rgb(79 78 105 / 30%);
}

.notification-list-item:last-child {
  margin-bottom: 0;
}

.notification-list-title {
  margin: 0 0 8px;
  font-weight: 600;
  white-space: pre-line;
}

.notification-list-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.notification-list-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.notification-list-btn {
  margin: 0 0 0 auto;
}

.notificationItem-enter-active,
.notificationItem-leave-active {
  transition: 0.3s;
  transform: translateX(0);
  opacity: 1;
}

.notificationItem-enter,
.notificationItem-leave-to {
  transition: 0.3s;
  transform: translateX(-30%);
  opacity: 0;
}

/******************************************
[status]
******************************************/
.status {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 80px;
  width: fit-content;
  padding: 0 15px;
  height: 24px;
  border-radius: 12px;
  font-weight: 600;
  line-height: 1;
}

.status-blue {
  background: #d5defc;
  color: #5e81f4;
}

.status-gray {
  background: #e1e2eb;
  color: rgb(79 78 105 / 50%);
}

.status-red {
  background: #ffe4e8;
  color: #fd667e;
}

.status-green {
  background: #c2f3e4;
  color: #25c493;
}

.status-purple {
  background: #eae2f8;
  color: #9366db;
}

.status-yellow {
  background: #fbf1c7;
  color: #cda80f;
}

/******************************************
[sort]
******************************************/
.sort {
  padding: 0 24px 0 0;
}

.sort-text {
  transition: 0.3s;
}

.sort-text.is-active {
  color: #4f4e69;
}

.sort-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.sort-toggle-item {
  width: 16px;
  height: 16px;
}

.sort-toggle-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid transparent;
  transition: 0.3s;
}

.sort-toggle-btn.is-active {
  background: #edf1fe;
  color: #5e81f4;
}

@media (hover: hover) {
  .sort-toggle-btn:hover {
    border-color: #5e81f4;
  }
}

/******************************************
[table]
******************************************/
.table {
  width: 100%;
  border-left: 1px solid #e1e2eb;
  border-top: 1px solid #e1e2eb;
}

.table th,
.table td {
  padding: 16px;
  border-right: 1px solid #e1e2eb;
  border-bottom: 1px solid #e1e2eb;
}

.table th {
  width: 160px;
  background: #f5f5fb;
  text-align: left;
  vertical-align: top;
}

/******************************************
[tag]
******************************************/
.tab {
  display: flex;
}

.tab-item {
  margin: 0 8px 0 0;
}

.tab-item:last-child {
  margin-right: 0;
}

.tab-btn {
  min-width: 120px;
  height: 40px;
  border-radius: 4px 4px 0 0;
  background: #e1e2eb;
  font-weight: 600;
  line-height: 1;
  transition: 0.3s;
  color: #b2b7d2;
}

.tab-btn.is-active {
  background: #fff;
  color: #5e81f4;
}

/******************************************
[thumbnail]
******************************************/
.thumbnail {
  width: 80px;
  height: 80px;
}

.thumbnail:empty {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5fb;
  border: 1px solid #e1e2eb;
}

.thumbnail:empty::before {
  content: "\e921";
  font-family: "aikon";
  font-size: 2rem;
  color: #b2b7d2;
}

.thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/******************************************
[sortable]
******************************************/
.sortable tbody tr.sortable-ghost {
  background: #d5defc;
}

.sortable-handle {
  font-size: 1.5rem;
  color: #b2b7d2;
  cursor: pointer;
}

/******************************************
[photoList]
******************************************/
.photoList {
  display: flex;
  flex-flow: wrap;
  margin: 0 0 24px;
}

.photoList:last-child {
  margin-bottom: 0;
}

.photoList-set {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0;
}

.photoList-item {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  width: calc((100% - 8px * 4) / 3);
  margin: 16px 16px 0 0;
  padding: 16px;
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 3%);
}

.photoList-item:nth-child(3n) {
  margin-right: 0;
}

.photoList-thumbnail {
  flex: 0 0 auto;
  width: 30%;
  margin: 0 8px 0 0;
}

.photoList-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.photoList-thumbnail-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.photoList-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.photoList-comment {
  margin: 0 0 calc(8px * 3 + (1 - 1.5) * 0.5em);
  white-space: pre-line;
}

.photoList-category {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  color: #b2b7d2;
}

.photoList-category-title {
  display: flex;
  margin: 0 4px 0 0;
  padding: 4px 8px;
  background: #b2b7d2;
  border-radius: 4px;
  font-size: 0.625rem;
  color: #fff;
}

.photoList-action {
  flex: 1 0 auto;
  display: flex;
  align-items: flex-end;
  margin: 0 -4px;
}

.photoList-action-item {
  width: 50%;
  padding: 0 4px;
}

.photoList-handle {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background: #edf1fe;
  color: #5e81f4;
  cursor: pointer;
}

/******************************************
[map]
******************************************/
.map {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 320px;
  background: #f5f5fb;
}

.map::before {
  content: "地図が入る";
}

/******************************************
[loading]
******************************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgb(255 255 255 / 50%);
  z-index: 999;
}

.loading-text {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 600;
  animation: twinkle 1.8s infinite;
}

.loading-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}

.loading-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}

.loading-spinner {
  fill: #5e81f4 !important;
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes twinkle {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/******************************************
[qr]
******************************************/
.qr {
  display: flex !important;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 240px;
  margin: 0 auto 8px;
  background: #f5f5fb;
}

.qr:last-child {
  margin-bottom: 0;
}

.qr-code {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 240px;
  margin: 26px auto 8px;
}

.qr-code-small {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 95px;
}

.qr-title {
  flex: 0 0 auto;
  display: flex;
  margin: 0 4px 0 0;
  padding: 4px 8px;
  background: #b2b7d2;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}

.qr-num {
  font-size: 1rem;
  font-weight: 600;
}

/******************************************
[keypad]
******************************************/
.keypad {
  width: 240px;
  margin: 0 auto;
}

.keypad-input {
  margin: 0 0 16px;
  text-align: right;
}

.keypad-key {
  display: flex;
}

.keypad-num {
  display: flex;
  flex-wrap: wrap;
  width: calc(8px * 30 / 4 * 3);
  border-top: 1px solid #e1e2eb;
  border-left: 1px solid #e1e2eb;
}

.keypad-num-item {
  width: calc(100% / 3);
  height: 48px;
  border-bottom: 1px solid #e1e2eb;
  border-right: 1px solid #e1e2eb;
}

.keypad-num-col2 {
  flex: 1 0 auto;
}

.keypad-num-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  transition: 0.3s;
}

.keypad-delete {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(8px * 30 / 4);
}

.keypad-delete-item {
  flex: 1 0 auto;
}

.keypad-delete-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 600;
  transition: 0.3s;
}

.keypad-delete-back {
  background: #4f4e69;
  color: #fff;
}

.keypad-delete-clear {
  background: #fd667e;
  color: #fff;
}

@media (hover: hover) {
  .keypad-num-btn:hover {
    background: #edf1fe;
  }

  .keypad-delete-back:hover {
    background: #39384c;
  }

  .keypad-delete-clear:hover {
    background: #fd4d69;
  }
}

/******************************************
[utility]
******************************************/
.pr-0 {
  padding-right: 0 !important;
}

.w-242 {
  width: 242px;
}

.mw-205 {
  min-width: 205px;
}

.fw-nomal {
  font-weight: normal;
}

.d-inline-block {
  display: inline-block;
}

.text-note {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Sans",
    Helvetica, Arial, sans-serif !important;
}

.btn-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.text-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.gap-1 {
  row-gap: 4px;
  column-gap: 4px;
}

.items-center {
  align-items: center;
}

.items-end {
  align-items: flex-end;
}

.w-full {
  width: 100%;
}

.ml-1 {
  margin-left: 4px;
}

.ml-2 {
  margin-left: 8px;
}

.ml-5 {
  margin-left: 20px;
}

.justify-between {
  justify-content: space-between;
}

.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.line-clamp-1 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.line-clamp-2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.truncate {
  text-overflow: ellipsis;

  /* Needed to make it work */
  overflow: hidden;
  white-space: nowrap;
}

.custom-padding {
  .form-content {
    margin-left: 4px !important;
  }
}
