@charset "UTF-8";
/******************************************
[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: rgba(0, 0, 0, 0);
  pointer-events: auto;
  z-index: 1;
}

@media (hover: hover) {
  .link:hover {
    text-decoration: none;
  }
}
/******************************************
[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;
}

/******************************************
[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;
}

/******************************************
[scroll]
******************************************/
.scrollX {
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
.scrollX::-webkit-scrollbar {
  /*   
  display: none;
   */
  height: 8px;
  }
  .scrollX::-webkit-scrollbar-track {
    background-color: #e1e2eb;
    border-radius: 8px;
  }
  .scrollX::-webkit-scrollbar-thumb {
    background-color: #b2b7d2;
    border-radius: 8px;
}

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

/******************************************
[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 rgba(79, 78, 105, 0.03);
  z-index: 99;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.side::-webkit-scrollbar {
  display: none;
}
.side-drawer {
  display: none;
}
.side-logo {
  margin: 0 0 32px;
  padding: 0 24px;
  font-size: 1em;
  line-height: 1;
}
.side-logo-svg {
  fill: #5e81f4;
}
.side-menu {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.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:after {
  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 {
    width: 100%;
    height: auto;
    padding: 0;
  }
  .side-header {
    display: flex;
    align-items: center;
    height: 40px;
  }
  .side-drawer {
    display: block;
  }
  .side-drawer-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #5e81f4;
    color: #fff;
  }
  .side-drawer-icon {
    font-size: 1.3125rem;
  }
  .side-logo {
    flex: 0 0 auto;
    width: auto;
    height: 16px;
    margin: 0;
    padding: 0 8px;
  }
  .side-logo-img {
    width: auto;
    height: 100%;
  }
  .side-menu {
    position: fixed;
    top: 40px;
    left: -240px;
    width: 240px;
    height: calc(100% - 40px);
    padding: 24px 0;
    background: #fff;
    border-top: 1px solid #e1e2eb;
    transition: 0.3s;
  }
  .side-menu.is-open {
    left: 0;
  }
}
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
}

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

body {
  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;
  -webkit-text-size-adjust: none;
  word-break: break-word;
  overflow-x: hidden;
}

.gmoGroupHeader_logo {
  position: static;
}

.gmo-footer {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  align-items: center;
}

.security-footer {
  display: flex;
  flex-direction: column;
  max-width: 1040px;
  margin: 20px auto 0 auto;
}

.security-footer__container {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px 10px;
}

@media (max-width: 768px) {
  .security-footer__container {
    grid-template-columns: 1fr;
    justify-items: center;
    row-gap: 20px;
    margin: 0 0 20px 0;
  }
}
.security-footer__logo img {
  width: auto;
  height: 20px;
  display: block;
}

.security-footer__social {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  gap: 10px;
}

.security-footer__social img {
  width: auto;
  height: 20px;
  display: block;
}

@media (min-width: 768px) {
  .gmoGroupHeader_logo {
    position: unset;
  }
}
.login-seal {
  display: flex;
  padding: 46px 130px;
}

.login-seal-item {
  margin: 0 16px 0 0;
}

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

.login-seal-item > div,
.login-seal-item > span {
  display: block;
  width: 130px;
  height: 66px;
}

/******************************************
[form]
******************************************/
/******************************************
[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-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;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 8px;
  font-weight: 600;
  line-height: 1;
}
.form-label:last-child {
  margin-bottom: 0;
}
.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-content--center {
  flex: 1 1 auto;
  display: grid;
  align-items: center;
}
.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--minwidth {
  min-width: 250px;
}
.form-control:not(select):not(.form-date-input):not(:-moz-read-only):focus {
  background: #edf1fe;
  border-color: #5e81f4;
}
.form-control:not(select):not(.form-date-input):not(:read-only):focus {
  background: #edf1fe;
  border-color: #5e81f4;
}
.form-control:not(select):not(.form-date-input):-moz-read-only {
  background: #f5f5fb;
}
.form-control:not(select):not(.form-date-input):disabled, .form-control:not(select):not(.form-date-input):read-only {
  background: #f5f5fb;
}
.form-control-lg {
  height: 48px;
  font-size: 1rem;
}
.form-control-w200 {
  width: 200px;
}
.form-control-w96 {
  width: 96px;
}

@media (hover: hover) {
  .form-control:not(select):not(.form-date-input):not(:disabled):not(:-moz-read-only):hover {
    border-color: #5e81f4;
  }
  .form-control:not(select):not(.form-date-input):not(:disabled):not(: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;
  line-height: 1;
}
.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-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;
  transition: 0.3s;
}
.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;
  }
  .form-radio-input:not(:disabled) + .form-radio-label:hover:before {
    border-color: #5e81f4;
  }
}
/******************************************
[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;
  transition: 0.3s;
}
.form-check-btn .form-check-label {
  height: 40px;
  padding: 0 8px;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
}
.form-check-btn .form-check-input:checked + .form-check-label {
  background: #edf1fe;
  border-color: #5e81f4;
}
.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;
  }
  .form-check-input:not(:disabled) + .form-check-label:hover:before {
    border-color: #5e81f4;
  }
}
/******************************************
[toggle]
******************************************/
.form-toggle-input {
  display: none;
}
.form-toggle-input:checked + .form-toggle-unit .form-toggle-bg {
  background: #bdccfb;
}
.form-toggle-input:checked + .form-toggle-unit .form-toggle-circle {
  transform: translate(100%, -50%);
  background: #5e81f4;
  border-color: #5e81f4;
}
.form-toggle-input:disabled + .form-toggle-unit .form-toggle-bg {
  background: #e1e2eb;
}
.form-toggle-input:disabled + .form-toggle-unit .form-toggle-circle {
  background: #f5f5fb;
  border-color: #e1e2eb;
}
.form-toggle-input:not(:disabled) + .form-toggle-unit {
  cursor: pointer;
}
.form-toggle-unit {
  display: block;
  width: 48px;
  height: 32px;
}
.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: #e1e2eb;
  border-radius: 8px;
}
.form-toggle-circle {
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e1e2eb;
}

/******************************************
[select]
******************************************/
.form-select--minwidth {
  min-width: 200px;
}
.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: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;
  }
}
/******************************************
[segmented control]
******************************************/
.form-segment {
  display: flex;
  height: 40px;
}
.form-segment-sm {
  height: 32px;
}
.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;
  align-items: center;
  height: 100%;
  padding: 0 8px;
  background: #fff;
  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 {
  width: 100%;
  max-width: 240px;
}
.form-date--w240 {
  width: 240px;
}
.form-date:before {
  content: "\e909";
}
.form-date-input:focus {
  background: #edf1fe;
  border-color: #5e81f4;
}
.form-date-input:disabled {
  background: #f5f5fb;
  color: #b2b7d2;
}
.form-date-input:disabled:-moz-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 rgba(79, 78, 105, 0.1);
}
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #fff;
  filter: drop-shadow(0 -3px 5px rgba(79, 78, 105, 0.4));
}
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #fff;
  filter: drop-shadow(0 3px 5px rgba(79, 78, 105, 0.4));
}
.flatpickr-months {
  align-items: center;
  height: 40px;
  border-bottom: 1px solid #e1e2eb;
  line-height: 1;
}
.flatpickr-months .flatpickr-month {
  height: 40px;
  border-right: 1px solid #e1e2eb;
  border-left: 1px solid #e1e2eb;
  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: 40px;
  padding: 0;
}
.flatpickr-months .flatpickr-prev-month:hover, .flatpickr-months .flatpickr-next-month:hover {
  color: #5e81f4;
}
.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;
  border-right: 1px solid #e1e2eb;
}
.flatpickr-current-month .numInputWrapper {
  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:after, .flatpickr-current-month .numInputWrapper span.arrowDown:after {
  top: auto;
}
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: #4f4e69;
}
.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: #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: #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: #edf1fe;
  }
  .flatpickr-current-month .numInputWrapper:hover {
    background: #edf1fe;
  }
}
/******************************************
[fileupload]
******************************************/
.fileUpload {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 180px;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  transition: 0.3s;
}
.fileUpload.is-over {
  background: #edf1fe;
}
.fileUpload.is-over .fileUpload-text {
  color: #5e81f4;
}
.fileUpload.is-upload .fileUpload-delete {
  opacity: 1;
  pointer-events: all;
}
.fileUpload.is-upload .fileUpload-thumbnail {
  opacity: 1;
}
.fileUpload-input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  z-index: 1;
}
.fileUpload-text {
  color: #b2b7d2;
  transition: 0.3s;
}
.fileUpload-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
}
.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:hover {
    border-color: #5e81f4;
  }
  .fileUpload:hover .fileUpload-text {
    color: #5e81f4;
  }
  .fileUpload-delete:hover {
    background: #fd7f93;
  }
}
@media screen and (max-width: 768px) {
  .fileUpload {
    width: 100%;
    height: auto;
  }
  .fileUpload:before {
    content: "";
    display: block;
    padding-top: 75%;
  }
  .fileUpload-text {
    font-size: 0.75rem;
  }
}
/******************************************
[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;
  flex-wrap: wrap;
  align-items: center;
  margin: -8px -4px 0;
}
.form-group-item {
  padding: 8px 4px 0;
  white-space: nowrap;
}

/******************************************
[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";
}

/******************************************
[date]
******************************************/
.form-time:before {
  content: "\e93a";
}
.form-time-input:focus {
  background: #edf1fe;
  border-color: #5e81f4;
}
.form-time-input:disabled {
  background: #f5f5fb;
  color: #b2b7d2;
}
.form-time-input:disabled:-moz-read-only {
  cursor: default;
}
.form-time-input:disabled:read-only {
  cursor: default;
}

@media (hover: hover) {
  .form-time-input:not(:disabled):hover {
    border-color: #5e81f4;
  }
}
/******************************************
[docupload]
******************************************/
.docupload {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-inline-end: 16px;
  background: #f5f5fb;
}
.docupload--bgnone {
  background: none;
}
.docupload__field {
  position: relative;
}
.docupload__field-input {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.docupload__field-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 96px;
  height: 40px;
  padding-inline: 24px;
  border-radius: 4px;
  background: #4f4e69;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}
.docupload__name {
  display: -webkit-box;
  line-clamp: 1;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  word-break: break-all;
  white-space: wrap;
}
.docupload__name--15em {
  width: 15em;
}

@media (hover: hover) {
  .docupload__field .docupload__field-button {
    transition: 0.3s;
  }
  .docupload__field:hover .docupload__field-button {
    background: rgb(56.9836065574, 56.262295082, 75.737704918);
    transform: translateY(-10%);
  }
}
:-moz-placeholder {
  color: #b2b7d2;
}
:placeholder-shown {
  color: #b2b7d2;
}

::-webkit-input-placeholder {
  color: #b2b7d2;
}

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

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

:-ms-input-placeholder {
  color: #b2b7d2;
}

/******************************************
[wrapper]
******************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 0 0 240px;
}
.wrapper:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 78, 105, 0.75);
  opacity: 0;
  transition: 0.3s;
  z-index: 10;
  pointer-events: none;
}
.wrapper.is-open:before {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1024px) {
  .wrapper {
    margin: 0;
    padding: 40px 0 0;
  }
}
/******************************************
[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-headline {
  font-size: 1.125rem;
  font-weight: 600;
}
.panel-headline::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.panel-headline::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.panel-body {
  flex: 1 0 auto;
}
.panel-body-bgWhite {
  background: #fff;
}
.panel-sheet {
  width: calc(1200px - 8px * 30 - 8px * 4 * 2);
  margin: 0 auto;
  padding: 80px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(79, 78, 105, 0.03);
}
.panel-sheet .panel-headline {
  margin: 0 0 48px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1e2eb;
}
.panel-sheet .preview { /* 伏見作った*/
  font-size: 1.125rem;
  font-weight: 600;
  margin: 0 0 10px;
  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-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 rgba(79, 78, 105, 0.03);
}
.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-purple {
  border-top: 4px solid #9366db;
}
.panel-link {
  transition: 0.3s;
}

@media (hover: hover) {
  .panel-link:hover {
    transform: translateY(-3%);
    box-shadow: 0 20px 30px rgba(79, 78, 105, 0.15);
  }
}
@media screen and (max-width: 768px) {
  .panel-sheet {
    width: 100%;
    padding: 32px;
  }
  .panel-sheet .panel-headline {
    margin: 0 0 32px;
  }
  .panel-headline {
    font-size: 1rem;
  }
}
/******************************************
[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 rgba(79, 78, 105, 0.03);
}
.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 16px;
  text-align: center;
}
.login-logo-img {
  width: 100%;
  height: auto;
}
.login-serviceName {
  font-size: 1.125rem;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}
.login-container {
  width: 100%;
  margin: 0 0 24px;
}
.login-container:last-child {
  margin-bottom: 0;
}
.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;
}
.login-btn-item {
  margin: 0 0 8px;
}
.login-btn-item:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .login {
    padding: 32px;
  }
  .login-set {
    width: 100%;
    max-width: 400px;
    padding: 32px 0;
  }
  .login-set > .row {
    flex-direction: column;
  }
  .login-col {
    width: 100%;
    height: auto;
  }
  .login-col:not(:last-child) {
    border-right: none;
  }
  .login-title {
    margin: 0 0 32px;
    padding: 0 0 32px;
    border-bottom: 1px solid #e1e2eb;
  }
  .login-logo {
    width: 200px;
  }
  .login-serviceName {
    font-size: 1rem;
  }
}
/******************************************
[pageHeader]
******************************************/
.pageHeader {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}
.pageHeader-headline {
  margin: 0 32px 0 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.pageHeader-headline:last-child {
  margin-right: 0;
}
.pageHeader-nav {
  padding: 0 0 0 32px;
  border-left: 1px solid #e1e2eb;
}
.pageHeader-nav-set {
  display: flex;
}
.pageHeader-nav-item {
  height: 100%;
  margin: 0 32px 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;
  }
}
@media screen and (max-width: 1024px) {
  .pageHeader {
    margin: 0 0 32px;
  }
  .pageHeader-headline {
    margin: 0 16px 0 0;
    font-size: 1.3125rem;
  }
  .pageHeader-nav {
    padding: 0 0 0 16px;
  }
}
/******************************************
[pageFooter]
******************************************/
.pageFooter {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 16px 32px;
  background: #fff;
  box-shadow: 0 -10px 20px rgba(79, 78, 105, 0.03);
  z-index: 1;
}
.pageFooter-action {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -4px 0;
}
.pageFooter-action-item {
  margin: 16px 0 0;
  padding: 0 4px;
}
.pageFooter-action-end {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .pageFooter {
    padding: 16px 24px;
  }
}
@media screen and (max-width: 768px) {
  .pageFooter-action {
    margin: -8px 0 0;
  }
  .pageFooter-action-item {
    width: 50%;
    margin: 8px 0 0;
  }
  .pageFooter-action-w100 {
    width: 100%;
  }
  .pageFooter-action-btn {
    width: 100%;
  }
}
/******************************************
[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;
  white-space: nowrap;
}
.btn:disabled {
  background: #e1e2eb;
  color: #b2b7d2;
  cursor: default;
}
.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-bd-blue {
  background: #fff;
  border: 1px solid #5e81f4;
  color: #5e81f4;
}
.btn-w100 {
  width: 100%;
}
.btn-sm {
  height: 32px;
  padding: 0 8px;
  font-size: 0.75rem;
}

@media (hover: hover) {
  .btn:hover {
    transform: translateY(-10%);
  }
  .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-bd-blue:not(:disabled):hover {
    background: #edf1fe;
  }
}
/******************************************
[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: 99;
}
.alert-content {
  display: flex;
  align-items: center;
  max-width: 400px;
  margin: 8px 0 0;
  font-weight: 600;
  padding: 16px;
  color: #fff;
  transition: 0.3s;
  animation: slideIn 0.3s forwards;
}
.alert-content:first-child {
  margin-top: 0;
}
.alert-content.is-hide {
  animation: slideOut 0.3s forwards;
}
.alert-error {
  background: rgba(253, 102, 126, 0.85);
  box-shadow: 0 5px 10px rgba(253, 102, 126, 0.3);
}
.alert-success {
  background: rgba(65, 219, 172, 0.85);
  box-shadow: 0 5px 10px rgba(65, 219, 172, 0.3);
}
.alert-info {
  background: rgba(77, 76, 172, 0.85);
  box-shadow: 0 5px 10px rgba(77, 76, 172, 0.3);
}
.alert-message {
  display: flex;
  align-items: center;
  margin: 0 16px 0 0;
}
.alert-message:before {
  content: "\e908";
  flex: 0 0 auto;
  margin: 0 8px 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 {
  margin: 0 0 16px;
  line-height: 1.2;
}
.alert-message-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.alert-message-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: "";
}
.alert-message-text:last-child {
  margin-bottom: 0;
}
.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";
}

@media (hover: hover) {
  .alert-close {
    transition: 0.3s;
  }
  .alert-close:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}
@keyframes slideIn {
  0% {
    transform: translateX(30%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOut {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(30%);
    opacity: 0;
  }
}
@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);
  }
}
@media screen and (max-width: 768px) {
  .alert {
    padding: 32px;
  }
}
/******************************************
[modal]
******************************************/
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
.modal:not(.is-open) {
  pointer-events: none;
}
.modal.is-open .modal-bg {
  opacity: 1;
}
.modal.is-open .modal-panel {
  animation: modalOpen 0.3s forwards;
}
.modal.is-close .modal-panel {
  animation: modalClose 0.3s forwards;
}
.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(79, 78, 105, 0.75);
  opacity: 0;
  transition: 0.3s;
}
.modal-panel {
  display: flex;
  flex-direction: column;
  width: 640px;
  max-height: 80%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(79, 78, 105, 0.3);
  opacity: 0;
}
.modal-preview {
  width: auto;
  max-height: 95%;
  padding: 24px;
  background: rgba(79, 78, 105, 0.85);
}
.modal-preview-footer {
  display: flex;
  justify-content: center;
  padding: 24px 16px 0;
}
.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%);
}

@keyframes modalOpen {
  0% {
    transform: translateY(20%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes modalClose {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(20%);
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .modal {
    padding: 24px;
  }
  .modal-panel {
    width: 100%;
  }
}
/******************************************
tag]
******************************************/
.tag {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  padding: 0 8px;
  background: #5e81f4;
  border-radius: 16px;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #fff;
}

/******************************************
[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: #4d4cac;
  color: #fff;
}
.numDisplay-dark .numDisplay-sub {
  color: rgba(255, 255, 255, 0.65);
}
.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;
}

/******************************************
[listGroup]
******************************************/
.listGroup-item {
  padding: 16px;
}
.listGroup-item:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}

/******************************************
[listGrid]
******************************************/
.listGrid {
  display: flex;
  flex-wrap: wrap;
  margin: -16px -4px 0;
}
.listGrid-end {
  justify-content: flex-end;
}
.listGrid-item {
  margin: 16px 0 0;
  padding: 0 4px;
}
.listGrid-item-start {
  margin-right: auto;
}
.listGrid-item-end {
  margin-left: auto;
}

@media screen and (max-width: 1024px) {
  .listGrid {
    margin: -8px -4px 0;
  }
  .listGrid-item {
    margin: 8px 0 0;
  }
}
/******************************************
[listTable]
******************************************/
.listTable {
  width: 100%;
}
.listTable tr:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}
.listTable th,
.listTable td {
  padding: 16px;
}
.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 thead {
  border-bottom: 1px solid #e1e2eb;
  text-align: left;
  color: #b2b7d2;
}

/******************************************
[dataTable]
******************************************/
.dataTable {
  width: 100%;
}
.dataTable tr:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}
.dataTable th,
.dataTable td {
  padding: 16px;
  background: #fff;
  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: normal;
}
.dataTable th.dataTable-fix,
.dataTable td.dataTable-fix {
  width: 1%;
}
.dataTable th {
  font-weight: 600;
}
.dataTable thead {
  border-bottom: 1px solid #e1e2eb;
  text-align: left;
  color: #b2b7d2;
}
.dataTable tbody tr:nth-child(odd) td {
  background: #f7f9fe;
}
.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 {
  display: flex;
}
.dataTable-nav-btn {
  width: 32px;
  height: 24px;
  background: #4f4e69;
  border-radius: 4px;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  transition: 0.3s;
}
.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;
}
.dataTable-sum-head th,
.dataTable-sum-head td {
  padding: 16px;
  text-align: left;
}
.dataTable-sum-detail th,
.dataTable-sum-detail td {
  padding: 16px 32px;
}
.dataTable-status-red {
  background: #ffeef1 !important;
}
.dataTable-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 16px;
}
.dataTable-action-search {
  width: 240px;
}
.dataTable-show {
  display: flex;
  align-items: center;
}
.dataTable-show-item {
  margin: 0 8px 0 0;
}
.dataTable-show-item:last-child {
  margin-right: 0;
}
.dataTable-search {
  display: flex;
  align-items: center;
}
.dataTable-search-item {
  margin: 0 8px 0 0;
}
.dataTable-search-item:last-child {
  margin-right: 0;
}
.dataTable-search-input {
  flex: 1 1 auto;
  width: 240px;
}
.dataTable-search-btn {
  flex: 0 0 auto;
}
.dataTable-dataInfo {
  display: flex;
  flex-wrap: wrap;
  margin: -8px 0 0;
  padding: 16px;
  border-bottom: 1px solid #e1e2eb;
}
.dataTable-dataInfo-item {
  margin: 8px 8px 0 0;
  padding: 0 8px 0 0;
  border-right: 1px solid #e1e2eb;
  font-size: 0.75rem;
  white-space: nowrap;
}
.dataTable-dataInfo-item:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (hover: hover) {
  .dataTable-nav-btn:not(:disabled):hover {
    background: #656486;
  }
}
@media screen and (max-width: 1024px) {
  .dataTable td {
    white-space: normal;
  }
  .dataTable-sticky-h {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .dataTable-action {
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .dataTable-action-item {
    margin: 0 0 8px;
  }
  .dataTable-action-item:last-child {
    margin-bottom: 0;
  }
  .dataTable-action-search {
    width: auto;
  }
  .dataTable-search-input {
    width: auto;
  }
}
/******************************************
[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 rgba(79, 78, 105, 0.3));
  background: rgba(79, 78, 105, 0.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: -3px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0;
  height: 0;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(79, 78, 105, 0.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;
  }
  .tooltip-close {
    display: none;
  }
}
/******************************************
[loading]
******************************************/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999;
  transition: 0.3s;
}
.loading.is-load {
  opacity: 0;
  visibility: hidden;
}
.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;
  }
}
.sk-fading-circle {
  margin: 0 auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-fading-circle .sk-circle:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #5e81f4;
  border-radius: 100%;
  animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  transform: rotate(30deg);
}
.sk-fading-circle .sk-circle2:before {
  animation-delay: -1.1s;
}
.sk-fading-circle .sk-circle3 {
  transform: rotate(60deg);
}
.sk-fading-circle .sk-circle3:before {
  animation-delay: -1s;
}
.sk-fading-circle .sk-circle4 {
  transform: rotate(90deg);
}
.sk-fading-circle .sk-circle4:before {
  animation-delay: -0.9s;
}
.sk-fading-circle .sk-circle5 {
  transform: rotate(120deg);
}
.sk-fading-circle .sk-circle5:before {
  animation-delay: -0.8s;
}
.sk-fading-circle .sk-circle6 {
  transform: rotate(150deg);
}
.sk-fading-circle .sk-circle6:before {
  animation-delay: -0.7s;
}
.sk-fading-circle .sk-circle7 {
  transform: rotate(180deg);
}
.sk-fading-circle .sk-circle7:before {
  animation-delay: -0.6s;
}
.sk-fading-circle .sk-circle8 {
  transform: rotate(210deg);
}
.sk-fading-circle .sk-circle8:before {
  animation-delay: -0.5s;
}
.sk-fading-circle .sk-circle9 {
  transform: rotate(240deg);
}
.sk-fading-circle .sk-circle9:before {
  animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10 {
  transform: rotate(270deg);
}
.sk-fading-circle .sk-circle10:before {
  animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11 {
  transform: rotate(300deg);
}
.sk-fading-circle .sk-circle11:before {
  animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12 {
  transform: rotate(330deg);
}
.sk-fading-circle .sk-circle12:before {
  animation-delay: -0.1s;
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
/******************************************
[pagination]
******************************************/
.pagination {
  display: flex;
  align-items: center;
}
.pagination-control {
  display: flex;
}
.pagination-control-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid transparent;
  line-height: 1;
  overflow: hidden;
  transition: 0.3s;
}
.pagination-jump {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.pagination-jump-item {
  margin: 0 4px 0 0;
}
.pagination-jump-item:last-child {
  margin-right: 0;
}
.pagination-jump-input {
  width: 48px;
  height: 24px;
}
.pagination-num {
  display: flex;
  align-items: center;
  margin: 0 8px;
}
.pagination-num-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 4px 0 0;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: 0.3s;
}
.pagination-num-btn:last-child {
  margin-right: 0;
}
.pagination-num-btn.is-active {
  background: #5e81f4;
  font-weight: 600;
  color: #fff;
}

@media (hover: hover) {
  .pagination-control-btn:not(:disabled):hover {
    border-color: #5e81f4;
  }
  .pagination-num-btn.is-active:hover {
    background: #466ef2;
  }
  .pagination-num-btn:not(.is-active):hover {
    border-color: #5e81f4;
  }
}
/******************************************
[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;
  }
}
/******************************************
[status]
******************************************/
.status {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 24px;
  border-radius: 12px;
  font-style: normal;
  font-size: 0.75rem;
  font-weight: bold;
}
.status-blue {
  background: #ccd7fc;
  color: #5e81f4;
}
.status-gray {
  background: #e1e2eb;
  color: rgba(79, 78, 105, 0.5);
}
.status-red {
  background: #ffdae0;
  color: #fd667e;
}
.status-green {
  background: #c2f3e4;
  color: #25c493;
}
.status-purple {
  background: #eae2f8;
  color: #9366db;
}
.status-yellow {
  background: #f9ebaf;
  color: #b5950d;
}

/******************************************
[scrollHint]
******************************************/
.scroll-hint-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(79, 78, 105, 0.75);
  z-index: 10;
}

.scroll-hint-text {
  line-height: 1;
}

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

.ta-c {
  text-align: center !important;
}/*# sourceMappingURL=style.css.map */