@charset "UTF-8";
/******************************************
[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;
}

/******************************************
[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-l {
  font-size: 1rem;
}
.text-blue {
  color: #5e81f4 !important;
}
.text-red {
  color: #fd667e !important;
}
.text-green {
  color: #41dbac;
}
.text-yellow {
  color: #efc720;
}
.text-black {
  color: #4f4e69 !important;
}
.text-underline {
  text-decoration: underline;
}
.text-bold {
  font-weight: 600;
}
.text-align-center {
  text-align: center;
}

/******************************************
[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:last-child {
  margin-bottom: 0;
}

/******************************************
[scroll]
******************************************/
.scrollX {
  overflow-x: auto;
}
.scrollX::-webkit-scrollbar {
  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.06);
  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;
}

.side-nav-link:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          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 {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
    background: #edf1fe;
  }
}

/******************************************
[border]
******************************************/
.bd-gray {
  border: 1px solid #e1e2eb;
}

/******************************************
[footer]
******************************************/
.footer {
  display: flex;
  align-items: center;
  padding: 16px;
  border-top: 1px solid #e1e2eb;
  font-size: 0.75rem;
}
.footer-copyright {
  margin: 0 16px 0 0;
  color: #b2b7d2;
}
.footer-policy {
  display: flex;
  align-items: center;
}
.footer-policy-item {
  margin: 0 16px 0 0;
}
.footer-policy-item:last-child {
  margin-right: 0;
}
.footer-policy-link {
  color: #4f4e69;
}

@media (hover: hover) {
  .footer-policy-link:hover {
    text-decoration: underline;
  }
}

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

/******************************************
[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;
  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-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):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):disabled, .form-control:not(select):not(.form-date-input):-moz-read-only {
  background: #f5f5fb;
  color: #b2b7d2;
}

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

.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 {
  -webkit-transform: translate(100%, -50%);
          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;
  -webkit-transform: translateY(-50%);
          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:before {
  content: '\e90b';
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          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;
}

.form-select option:disabled {
  color: #b2b7d2;
}

@media (hover: hover) {
  .form-select-input: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;
}

.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;
  -webkit-filter: drop-shadow(0 -3px 5px rgba(79, 78, 105, 0.4));
          filter: drop-shadow(0 -3px 5px rgba(79, 78, 105, 0.4));
}

.flatpickr-calendar.arrowBottom:before {
  border-top-color: #fff;
  -webkit-filter: drop-shadow(0 3px 5px rgba(79, 78, 105, 0.4));
          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;
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 400;
}

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;
  }
  .flatpickr-time input:hover,
  .flatpickr-time .flatpickr-am-pm:hover,
  .flatpickr-time input:focus,
  .flatpickr-time .flatpickr-am-pm:focus {
    background: #edf1fe;
  }
  .numInputWrapper:hover {
    background: #edf1fe;
  }
}

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

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

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

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

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

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

.fileUpload-label {
  display: block;
  border-radius: 4px;
  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;
  background: #fff;
  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: rgba(79, 78, 105, 0.75);
  font-weight: 600;
  color: #fff;
  opacity: 0;
  transition: 0.3s;
}

.fileUpload-thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     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-item.is-upload .fileUpload-input:not(:disabled) + .fileUpload-btn:hover:after {
    opacity: 1;
    z-index: 1;
  }
  .fileUpload-item: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;
  -webkit-transform: translateY(-50%);
          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;
  white-space: nowrap;
}

/******************************************
[password]
******************************************/
.form-password-toggle {
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
          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';
}

.form-password .form-check-input:disabled + .form-password-icon:before {
  color: #b2b7d2;
}

/******************************************
[toggle]
******************************************/
.form-select2 .select2-container {
  width: 100%;
}

.form-select2 .select2-container .select2-search__field {
  display: flex;
  align-items: center;
  height: calc(8px * 5 - 2px);
  margin: 0;
  padding: calc((8px * 5 - 21px - 2px) / 2) 0;
}

.form-select2 .select2-container--focus .select2-selection--multiple {
  border-color: #5e81f4;
}
.form-select2 .select2-container--focus .select2-selection--single {
  border-color: #5e81f4;
}

.form-select2 .select2-selection--multiple {
  min-height: calc(8px * 5 - 2px);
  padding: 0 8px;
  border-color: #e1e2eb;
  transition: 0.3s;
}

.form-select2 .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
}

.form-select2 .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  margin: -4px 0 0;
  padding: 8px 0;
  border-bottom: 1px solid #e1e2eb;
}

.form-select2 .select2-selection--multiple .select2-selection__choice {
  display: inline-flex;
  align-items: center;
  height: 24px;
  margin: 4px 4px 0 0;
  padding: 0 16px 0 32px;
  background-color: #5e81f4;
  border-radius: 12px;
  border: none;
  color: #fff;
}

.form-select2 .select2-selection--multiple .select2-selection__choice__display {
  padding: 0;
  line-height: 1;
}

.form-select2 .select2-selection--multiple .select2-selection__choice__remove {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  padding: 0;
  border-radius: 50%;
  border-right: none;
  color: #0c31ad;
  line-height: 1;
}

.form-select2 .select2-selection--multiple .select2-selection__choice__remove:hover {
  background: #2e5cf1;
  color: #fff;
}
.form-select2 .select2-selection--single {
  min-height: calc(8px * 5 - 2px);
  padding: 0 8px;
  border-color: #e1e2eb;
  transition: 0.3s;
}
.form-select2 .select2-selection--single .select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
}
.form-select2 .select2-selection--single .select2-selection__rendered:not(:empty) {
  margin: -4px 0 0;
  padding: 8px 0;
}
.form-select2 .select2-selection--single .select2-selection__arrow {
  display: none;
}
.form-select2--multiple .select2-container .select2-search__field {
  display: inline-block;
  height: auto;
  padding: 0;
}
.form-select2--multiple .select2-selection--multiple .select2-selection__rendered {
  display: inline-flex;
}
.form-select2--multiple .select2-selection--multiple .select2-selection__rendered:not(:empty) {
  border-bottom: none;
}
.form-select2--multiple .select2-selection--multiple {
  line-height: 1;
}

.select2-dropdown {
  border-color: #e1e2eb;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 8px;
  border-color: #e1e2eb;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background: #edf1fe;
  font-weight: 600;
  color: #5e81f4;
}
.select2-search--dropdown {
  padding: 8px 8px 0;
}
.select2-results__option {
  padding: 8px;
}

@media (hover: hover) {
  .form-select2:hover .select2-selection--multiple {
    border-color: #5e81f4;
  }
}

/******************************************
[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 {
    -webkit-transform: translateY(-4px);
            transform: translateY(-4px);
  }
}

/******************************************
[inputCard]
******************************************/
.inputCard {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -16px 0 0;
}
.inputCard-item {
  width: calc((100% - 8px * 2) / 2);
  margin: 16px 0 0 0;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  transition: 0.3s;
}
.inputCard-item.is-active {
  border-color: #5e81f4;
}
.inputCard-item.is-active .inputCard-header {
  background: #edf1fe;
  border-color: #5e81f4;
}
.inputCard-item.is-disabled {
  background: #f5f5fb;
  color: #b2b7d2;
}
.inputCard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #e1e2eb;
  transition: 0.3s;
}
.inputCard-headline {
  font-weight: 600;
}
.inputCard-section {
  padding: 16px;
  border-bottom: 1px solid #e1e2eb;
}
.inputCard-section:last-child {
  border-bottom: none;
}

/******************************************
[selectSwitch]
******************************************/
.selectSwitch-content {
  display: none;
}

.selectSwitch-content.is-active {
  display: block;
}

/******************************************
[color]
******************************************/
.form-color {
  width: 64px;
  height: 40px;
  padding: 4px;
  background: #f5f5fb;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  cursor: pointer;
}

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

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

.additionForm-item {
  margin: 0 0 32px;
  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;
  }
}

/******************************************
[calculator]
******************************************/
.calculator {
  width: 256px;
  margin: 0 auto;
}
.calculator-body {
  width: 100%;
}
.calculator-display {
  width: 100%;
  height: 48px;
  padding: 0 8px;
  margin: 0 0 16px;
  background: #fff;
  border: 1px solid #e1e2eb;
  border-radius: 5px;
  text-align: right;
  font-weight: bold;
}
.calculator tbody {
  border-top: 1px solid #e1e2eb;
  border-left: 1px solid #e1e2eb;
}
.calculator tbody tr {
  border-bottom: 1px solid #e1e2eb;
}
.calculator tbody td {
  width: 25%;
  height: 59px;
  border-right: 1px solid #e1e2eb;
}
.calculator-btn {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 1rem;
}
.calculator-num {
  background: #fff;
}
.calculator-back {
  background: #4f4e69;
  color: #fff;
}
.calculator-clear {
  background: #fd667e;
  color: #fff;
}

@media (hover: hover) {
  .calculator-btn:hover {
    transition: 0.3s;
  }
  .calculator-num:hover {
    background: #f5f5fb;
  }
  .calculator-back:hover {
    background: #39384c;
  }
  .calculator-clear:hover {
    background: #fd4d69;
  }
}

/******************************************
[radioAccordion]
******************************************/
.radioAccordion {
  display: none;
  margin: 0 0 0 7px;
  padding: 8px 0 0;
  border-left: 1px solid #5e81f4;
}
.radioAccordion-content {
  padding: 16px;
  background: rgba(245, 245, 251, 0.75);
}

/******************************************
[map]
******************************************/
.form-map {
  height: 320px;
  padding: 8px;
  background: #f5f5fb;
}

/******************************************
[wrapper]
******************************************/
.wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0 0 0 240px;
}

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

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

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

/******************************************
[col]
******************************************/
[class*='col-'],
[class~='col-'],
.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-body-bgWhite {
  background: #fff;
}
.panel-sheet {
  width: calc(1024px - 8px * 30 - 8px * 4 * 2);
  margin: 0 auto;
  padding: 80px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(79, 78, 105, 0.06);
}

.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 32px;
  border-top: 1px solid #e1e2eb;
}
.panel-sheet:has(.panel-footer) {
  padding: 80px 0 0;
}
.panel-sheet:has(.panel-footer) .panel-header {
  padding-right: 80px;
  padding-left: 80px;
}
.panel-sheet:has(.panel-footer) .panel-body {
  padding-right: 80px;
  padding-left: 80px;
}

.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.06);
}

.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-pink {
  border-top: 4px solid #eb5fab;
}

.panel-link {
  transition: 0.3s;
}

@media (hover: hover) {
  .panel-link:hover {
    -webkit-transform: translateY(-3%);
            transform: translateY(-3%);
    box-shadow: 0 20px 30px rgba(79, 78, 105, 0.15);
  }
}

/******************************************
[login]
******************************************/
.login {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  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 {
  margin: 0 0 48px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(79, 78, 105, 0.06);
}

.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;
  text-align: center;
}

.login-logo-img {
  width: 100%;
  height: 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;
}
.login-seal {
  display: flex;
  padding: 40px 0;
}
.login-seal-item {
  margin: 0 10px 0 0;
}
.login-seal-item:last-child {
  margin-right: 0;
}
.login-seal-item > div, .login-seal-item > span {
  display: block;
  width: 100px;
  height: 50px;
}

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

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

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

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

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

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

.login-version {
  display: grid;
  justify-content: center;
  align-items: center;
  grid-template-columns: 32px auto;
  gap: 4px;
  width: 240px;
  height: 40px;
  margin-block-start: 32px;
  margin-inline: auto;
  border-radius: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}

.login-version--blue {
  background: #005bac;
}

.login-version--green {
  background: #07ac00;
}

.login-title {
  margin-block-end: 16px;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .login {
    min-height: 100%;
    height: auto;
  }
  .login-set {
    margin: 0 0 16px;    
    padding: 24px 0 0;
  }
  .login-col {
    width: 100%;
    height: auto;
  }
  .login-logo {
    margin: 0 auto 24px;
  }
}
/******************************************
[pageHeader]
******************************************/
.pageHeader {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.pageHeader-headline {
  margin: 0 32px 0 0;
  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;
  }
}

/******************************************
[pageFooter]
******************************************/
.pageFooter {
  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: 10;
}

/******************************************
[password]
******************************************/
.password-alert {
  display: flex;
  align-items: center;
  padding: 16px;
  background: #fd667e;
  box-shadow: 0 5px 10px rgba(253, 102, 126, 0.2);
  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:disabled {
  background: #e1e2eb;
  color: #b2b7d2;
  cursor: default;
}
.btn-close {
  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;
}
.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-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:not(:disabled):hover {
    transform: translateY(-10%);
  }
  .btn-close:hover {
    background: #fd7f93;
  }
  .btn-main:not(:disabled):hover {
    background: #2e5cf1;
  }
  .btn-blue:not(:disabled):hover {
    background: #466ef2;
  }
  .btn-yellow:not(:disabled):hover {
    background: #e5bc10;
  }
  .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-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: 1000;
}

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

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

.alert-content.is-hide {
  -webkit-animation: slideOut 0.3s forwards;
          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-message {
  display: flex;
  align-items: center;
  margin: 0 8px 0 0;
  line-height: 1;
}

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

.alert-message-text-lg {
  font-size: 1rem;
}

.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";
}

@media (hover: hover) {
  .alert-close {
    transition: 0.3s;
  }
  .alert-close:hover {
    background: rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideIn {
  0% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
}

@keyframes slideOut {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(30%);
            transform: translateX(30%);
    opacity: 0;
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  10% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg);
  }
  20% {
    -webkit-transform: rotate(5deg);
            transform: rotate(5deg);
  }
  30% {
    -webkit-transform: rotate(-5deg);
            transform: rotate(-5deg);
  }
  40% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

/******************************************
[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 {
  -webkit-animation: modalOpen 0.3s forwards;
          animation: modalOpen 0.3s forwards;
}

.modal.is-close .modal-panel {
  -webkit-animation: modalClose 0.3s forwards;
          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: auto;
}

.modal-body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.modal-body::-webkit-scrollbar-track {
  background-color: #e1e2eb;
  border-radius: 8px;
}
.modal-body::-webkit-scrollbar-thumb {
  background-color: #b2b7d2;
  border-radius: 8px;
}

.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 {
  -webkit-transform: translate(0, 0);
          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 {
  -webkit-transform: translate(0, 30%);
          transform: translate(0, 30%);
}

@-webkit-keyframes modalOpen {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes modalOpen {
  0% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes modalClose {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
  }
}

@keyframes modalClose {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20%);
            transform: translateY(20%);
    opacity: 0;
  }
}

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

.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: space-between;
  align-items: center;
  margin: 24px 0 0;
  padding: 24px 0 0;
  border-top: 1px solid #e1e2eb;
}

.chart-footer-total {
  display: flex;
  align-items: center;
}

.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-end {
  justify-content: flex-end;
}

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

.listGrid-item-start {
  margin-right: auto;
}

.listGrid-item-end {
  margin-left: auto;
}

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

.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-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: #ffe4e8!important;
}

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

/******************************************
[tooltip]
******************************************/
.tooltip {
  margin: 0 4px;
  text-align: left;
}
.tooltip-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #5e81f4;
  overflow: visible;
}
.tooltip-btn:disabled .tooltip-btn-icon {
  color: #b2b7d2;
}
.tooltip-btn-icon {
  font-size: 1.5rem;
}
.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-btn-white {
  color: #fff;
}
.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 {
  line-height: 1.2;
}
.tooltip-msg::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: "";
}
.tooltip-msg::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 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";
}
.tooltip-bottomLeft {
  position: absolute;
  bottom: 8px;
  left: 8px;
}

@media (hover: hover) {
  .tooltip-btn:not(:disabled):hover:before {
    opacity: 1;
  }
  .tooltip-btn-white:not(:disabled):hover:before {
    border-color: rgba(255, 255, 255, 0.3);
    opacity: 1;
  }
  .tooltip-close {
    display: none;
  }
}

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

.tab-sheet {
  width: calc(1024px - 8px * 30 - 8px * 4 * 2);
  margin: 0 auto;
}

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

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

.tab-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  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;
}

.tab-content {
  display: none;
}

.tab-content.is-active {
  display: block;
}

/******************************************
[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;
  -webkit-transform: translateY(-50%);
          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:last-child {
  margin-bottom: 0;
}

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

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

/******************************************
[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: 1000;
  transition: 0.3s;
}

.loading.is-load {
  opacity: 0;
  visibility: hidden;
}

.loading-text {
  margin: 0 0 16px;
  font-size: 1rem;
  font-weight: 600;
  -webkit-animation: twinkle 1.8s infinite;
          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;
}

@-webkit-keyframes twinkle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@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%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}

.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}

.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
          transform: rotate(150deg);
}

.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
          transform: rotate(210deg);
}

.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
          transform: rotate(240deg);
}

.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
          transform: rotate(300deg);
}

.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
          transform: rotate(330deg);
}

.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}

/******************************************
[scoring]
******************************************/
.scoring {
  margin: 0 auto;
  border-collapse: separate;
}

.scoring tr:last-child th,
.scoring tr:last-child td {
  border-bottom: none;
}

.scoring th,
.scoring td {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  text-align: center;
  vertical-align: middle;
}

.scoring th:last-child,
.scoring td:last-child {
  border-right: none;
}

.scoring-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  color: #fff;
}

.scoring-arrow-x {
  width: calc(8px * 17 * 3 - 16px);
  height: 32px;
  margin: 0 0 8px;
  padding: 0 0 0 16px;
  background: linear-gradient(to left, #fd667e 0%, #fecbd3 100%);
  border-radius: 4px 0 0 4px;
}

.scoring-arrow-x:before {
  content: '';
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 22px;
  height: 22px;
  background: #fd667e;
}

.scoring-arrow-y {
  width: 32px;
  height: calc(8px * 17 * 3 - 16px);
  margin: 16px 8px 0 0;
  padding: 0 0 16px;
  background: linear-gradient(to bottom, #efc720 0%, #f8e597 100%);
  border-radius: 0 0 4px 4px;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scoring-arrow-y:before {
  content: '';
  position: absolute;
  top: -12px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  width: 22px;
  height: 22px;
  background: #efc720;
}

.scoring-head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #fff;
}

.scoring-head-x {
  width: 136px;
  height: 40px;
  border-radius: 4px 4px 0 0;
}

.scoring-head-x.scoring-head-lv1 {
  background: #fecbd3;
}

.scoring-head-x.scoring-head-lv2 {
  background: #fe98a8;
}

.scoring-head-x.scoring-head-lv3 {
  background: #fd667e;
}

.scoring-head-y {
  width: 40px;
  height: 136px;
  border-radius: 4px 0 0 4px;
}

.scoring-head-y.scoring-head-lv1 {
  background: #f8e597;
}

.scoring-head-y.scoring-head-lv2 {
  background: #f4d967;
}

.scoring-head-y.scoring-head-lv3 {
  background: #efc720;
}

.scoring-head-y.scoring-head-total {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scoring-head-total {
  background: #b2b7d2;
}

.scoring-cell-lv1 {
  background: #feefe5;
}

.scoring-cell-lv2 {
  background: #fcd0b4;
}

.scoring-cell-lv3 {
  background: #f8a16b;
}

.scoring-cell-total {
  background: #e1e2eb;
}

.scoring-cell-total .scoring-title {
  background: #b2b7d2;
}

.scoring-cell-all {
  background: #4f4e69;
  color: #fff;
}

.scoring-cell-all .scoring-title {
  background: #e1e2eb;
  color: #4f4e69;
}

.scoring-cell-all .scoring-num {
  color: #fff;
}

.scoring-title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 24px;
  margin: 0 auto 8px;
  background: #f57322;
  border-radius: 4px;
  font-weight: 600;
  color: #fff;
}

.scoring-num {
  display: inline-block;
  margin: 0 0 8px;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #4f4e69;
}

.scoring-percent {
  font-size: 16px;
  line-height: 1;
}

.scoring-percent:after {
  content: '%';
}

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

/******************************************
[profile]
******************************************/
.profile {
  display: flex;
  align-items: center;
}

.profile-icon {
  width: 64px;
  height: 64px;
  margin: 0 16px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #e1e2eb;
}

.profile-icon:before {
  content: '\e93e';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "aikon";
  font-size: 32px;
  color: #b2b7d2;
}

.profile-content {
  flex: 1 1 auto;
}

.profile-content-item {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}

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

.profile-name {
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.profile-score {
  display: flex;
  align-items: center;
}

.profile-score-text {
  font-weight: 600;
  color: #f79253;
}

.profile-rank {
  display: flex;
  align-items: center;
  height: 32px;
  margin: 0 8px 0 0;
  padding: 0 16px;
  background: #fde8db;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  color: #f79253;
}

.profile-rank:last-child {
  margin-right: 0;
}

.profile-rank-title {
  margin: 0 4px 0 0;
  font-weight: 400;
}

.profile-rank-text {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 0 16px;
}

/******************************************
[pagination]
******************************************/
.pagination {
  display: flex;
  align-items: center;
}

.pagination-control {
  display: flex;
}

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

.pagination-control:last-child .pagination-control-btn:last-child {
  border-radius: 0 4px 4px 0;
  border-left: 1px solid #b2b7d2;
}

.pagination-control-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  background: #4f4e69;
  line-height: 1;
  color: #fff;
  overflow: hidden;
  transition: 0.3s;
}

.pagination-control-btn:not(button) {
  color: rgba(255, 255, 255, 0.65);
}
.pagination-control-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
}
.pagination-number {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin: 0 4px 0 0;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #b2b7d2;
  font-size: 12px;
  line-height: 1;
  color: #b2b7d2;
}
.pagination-number:last-child {
  margin-right: 0;
}
.pagination-number:has(a) {
  border: none;
}
.pagination-number a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #4f4e69;
  color: #4f4e69;
}

.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;
}

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

/******************************************
[patternSelect]
******************************************/
.patternSelect {
  display: flex;
  flex-wrap: wrap;
  margin: -16px 0 0;
}
.patternSelect-item {
  width: calc((100% - 8px * 4) / 3);
  margin: 16px 16px 0 0;
}
.patternSelect-item:nth-child(3n) {
  margin-right: 0;
}
.patternSelect-link {
  display: block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e1e2eb;
  color: #4f4e69;
  transition: 0.3s;
}
.patternSelect-link-disabled {
  background: #f5f5fb;
  color: #b2b7d2;
  cursor: none;
  pointer-events: none;
}
.patternSelect-link-disabled .patternSelect-img {
  filter: grayscale(100%);
}
.patternSelect-link-disabled .patternSelect-footer .btn {
  background: #e1e2eb;
  color: #b2b7d2;
}
.patternSelect-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px;
  border-bottom: 1px solid #e1e2eb;
  transition: 0.3s;
}
.patternSelect-header-btn:after {
  content: "選択する";
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding: 0 8px;
  background: #5e81f4;
  border-radius: 4px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.patternSelect-headline {
  font-weight: 600;
}
.patternSelect-body {
  padding: 16px;
  border-bottom: 1px solid #e1e2eb;
}
.patternSelect-body:last-child {
  border-bottom: none;
}
.patternSelect-img {
  display: block;
  width: auto;
  height: 200px;
  margin: 0 auto;
}
.patternSelect-footer {
  padding: 8px;
}
.patternSelect-footer .btn {
  pointer-events: none;
}

@media (hover: hover) {
  .patternSelect-link:hover {
    transform: translateY(-3%);
    background: #edf1fe;
    border-color: #5e81f4;
  }
}

/******************************************
[appMsgPreview]
******************************************/
.appMsgPreview-wrapper {
  display: flex;
  flex-direction: column;
  width: 335px;
  margin: 0 auto;
}

.appMsgPreview-wrapper:before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  margin: 0 0 10px auto;
  background: url(../img/appMessage/preview-close.svg) no-repeat center;
  background-size: cover;
}

.appMsgPreview-container {
  display: flex;
  flex-direction: column;
  max-height: 525px;
  background: #fff;
  border-radius: 8px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.appMsgPreview-container::-webkit-scrollbar {
  display: none;
}

.appMsgPreview-title {
  padding: 20px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}

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

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

.appMsgPreview-img {
  margin: 0 0 20px;
}

.appMsgPreview-img:last-child {
  margin-bottom: 0;
}

.appMsgPreview-body {
  padding: 0 20px 10px;
  font-size: 14px;
  line-height: 1.6;
}

.appMsgPreview-body::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.6) * 0.5em);
  content: '';
}

.appMsgPreview-body::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.6) * 0.5em);
  content: '';
}

.appMsgPreview-footer {
  position: sticky;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 -5px;
  padding: 10px;
  background: #fff;
}

.appMsgPreview-footer-item {
  flex: 1 1 50%;
  padding: 0 5px;
}

.appMsgPreview-footer-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 0 10px;
  border-radius: 3px;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
}

.appMsgPreview-footer-btn::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.2) * 0.5em);
  content: '';
}

.appMsgPreview-footer-btn::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.2) * 0.5em);
  content: '';
}

.appMsgPreview-footer-btn01 {
  background: #e0e0e0;
  color: #000000;
}

.appMsgPreview-footer-btn02 {
  background: #005bac;
  color: #fff;
}

/******************************************
[loginPreview]
******************************************/
.loginPreview {
  width: 375px;
  max-height: 90%;
  background: #fff;
  color: #000000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.loginPreview-container {
  padding: 40px 30px;
}

.loginPreview-headline {
  margin: 0 0 40px;
  text-align: center;
  line-height: 1;
}

.loginPreview-headline-text {
  font-size: 18px;
  font-weight: bold;
}

.loginPreview-form {
  margin: 0 0 40px;
}

.loginPreview-form-item {
  margin: 0 0 30px;
}

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

.loginPreview-form-label {
  margin: 0 0 20px;
  font-size: 14px;
  line-height: 1;
}

.loginPreview-form-input {
  padding: 0 10px 15px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 15px;
  color: #afafaf;
}

.loginPreview-password {
  margin: 0 0 25px;
  text-align: center;
  text-decoration: underline;
  font-size: 0.8125rem;
  line-height: 1;
}

.loginPreview-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin: 0 0 60px;
  background: #005bac;
  border-radius: 26px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

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

.loginPreview-btn-white {
  background: #fff;
  border: 1px solid #ddd;
  color: #000000;
}

.loginPreview-title {
  margin: 0 0 15px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
}

/******************************************
[expandMenu]
******************************************/
.expandMenu {
  display: inline-flex;
  align-items: center;
  height: 40px;
  transition: 0.3s;
  overflow: hidden;
}

.expandMenu.is-active .expandMenu-choices {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}

.expandMenu.is-active .expandMenu-choices .expandMenu-btn {
  pointer-events: all;
}

.expandMenu.is-active .expandMenu-trigger {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.expandMenu.is-active .expandMenu-trigger-icon {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.expandMenu.is-active .expandMenu-trigger-text {
  width: 0;
  margin: 0;
  opacity: 0;
  pointer-events: none;
}

.expandMenu-item {
  height: 100%;
  border-right: 1px solid #5e81f4;
}

.expandMenu-item:last-child {
  border-right: none;
}

.expandMenu-choices {
  display: flex;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  height: 100%;
  border-radius: 0 4px 4px 0;
  border: 1px solid #5e81f4;
  border-left: none;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}

.expandMenu-choices .expandMenu-btn {
  pointer-events: none;
}

.expandMenu-trigger {
  border-radius: 4px;
  border: 1px solid #5e81f4;
  z-index: 1;
}

.expandMenu-trigger-icon {
  font-size: 1.3125rem;
  transition: 0.3s;
}

.expandMenu-trigger-text {
  margin: 0 0 0 4px;
  opacity: 1;
  transition: 0.3s;
}

.expandMenu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 16px;
  background: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
  color: #5e81f4;
  transition: 0.3s;
}

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

/******************************************
[userInfoPreview]
******************************************/
.userInfoPreview {
  width: 375px;
  max-height: 90%;
  background: #fff;
  color: #000000;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

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

.userInfoPreview-headline {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 44px;
  background: #f0f0f0;
  font-size: 16px;
  font-weight: bold;
}

.userInfoPreview-container {
  padding: 25px 15px;
}

.userInfoPreview-section {
  margin: 0 0 30px;
}

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

.userInfoPreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.userInfoPreview-optional {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 16px;
  margin: 0 0 0 8px;
  background: #f0f0f0;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  font-size: 8px;
  font-weight: bold;
}

.userInfoPreview-required {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 16px;
  margin: 0 0 0 8px;
  background: #5a5858;
  border-radius: 3px;
  font-size: 8px;
  font-weight: bold;
  color: #fff;
}

.userInfoPreview-list-item {
  margin: 0 0 15px;
}

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

.userInfoPreview-checkbox {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.userInfoPreview-checkbox:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
  background: #fff;
  border: 2px solid #afafaf;
}

.userInfoPreview-checkbox-checked:before {
  background: url(../img/frontSetting/check.svg) no-repeat center #005bac;
  background-size: 14px 10px;
  border-color: #005bac;
}

.userInfoPreview-radio {
  display: flex;
  align-items: center;
  font-size: 15px;
}

.userInfoPreview-radio:before {
  content: '';
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin: 0 8px 0 0;
  background: #fff;
  border-radius: 50%;
  border: 2px solid #afafaf;
}

.userInfoPreview-radio-checked:before {
  border-color: #005bac;
}

.userInfoPreview-radio-checked:after {
  content: '';
  position: absolute;
  top: 6px;
  left: 6px;
  width: 16px;
  height: 16px;
  background: #005bac;
  border-radius: 50%;
}

.userInfoPreview-select {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px 15px;
  border-bottom: 1px solid #ddd;
  font-size: 15px;
  color: #afafaf;
}

.userInfoPreview-select:after {
  content: '';
  width: 12px;
  height: 7px;
  background: url(../img/frontSetting/select.svg) no-repeat center;
  background-size: cover;
}

.userInfoPreview-input {
  height: 45px;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.userInfoPreview-group {
  display: flex;
  align-items: center;
}

.userInfoPreview-group-input {
  flex: 1 0 auto;
  max-width: 260px;
  margin: 0 10px 0 0;
}

.userInfoPreview-group-unit {
  font-size: 15px;
}

/******************************************
[qr]
******************************************/
.qr-content {
  width: 240px;
  margin: 0 auto;
}
.qr-img {
  width: 100%;
  height: 240px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: #f5f5fb;
  margin: 0 0 16px;
  text-align: center;
}
.qr-category {
  margin: 0 0 8px;
}
.qr-category:last-child {
  margin-bottom: 0;
}
.qr-category-item {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.qr-category-item:last-child {
  margin-bottom: 0;
}
.qr-category-label {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 24px;
  margin: 0 8px 0 0;
  padding: 0 8px;
  border-radius: 4px;
  background: #b2b7d2;
  font-weight: bold;
  color: #fff;
}
.qr-category-text {
  display: flex;
  align-items: center;
  min-height: 24px;
}

/******************************************
[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-red {
  background: #fd667e;
  color: #fff;
}
.status-blue {
  background: #5e81f4;
  color: #fff;
}
.status-gray {
  background: #b2b7d2;
  color: #fff;
}

/******************************************
[couponPreview]
******************************************/
.couponPreview-wrapper {
  display: flex;
  flex-direction: column;
  width: 335px;
  margin: 0 auto;
}
.couponPreview-close {
  width: 24px;
  height: 24px;
  margin: 0 0 10px auto;
}
.couponPreview-close-icon {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/coupon/preview-close.svg) no-repeat center;
  background-size: cover;
}
.couponPreview-content {
  display: flex;
  flex-direction: column;
  max-height: 525px;
  background: #fff;
  border-radius: 8px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.couponPreview-content::-webkit-scrollbar {
  display: none;
}
.couponPreview-header {
  padding: 15px;
}
.couponPreview-limit {
  margin-bottom: 10px;
  font-size: 0.8125rem;
}
.couponPreview-limit::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.couponPreview-limit::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.couponPreview-headline {
  display: flex;
  align-items: center;
}
.couponPreview-title {
  flex: 1 1 auto;
  margin: 0 15px 0 0;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}
.couponPreview-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.4) * 0.5em);
  content: "";
}
.couponPreview-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.4) * 0.5em);
  content: "";
}
.couponPreview-favorite {
  flex: 0 0 auto;
  width: 28px;
}
.couponPreview-btn {
  padding: 15px;
}
.couponPreview-btn-content {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 52px;
  border-radius: 26px;
  background: #e60909;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.couponPreview-detail {
  padding: 20px 15px;
  border-top: 1px solid #eaeaea;
}
.couponPreview-detail-item {
  display: flex;
  align-items: flex-start;
  margin: 0 0 15px;
  font-size: 0.8125rem;
}
.couponPreview-detail-item:last-child {
  margin-bottom: 0;
}
.couponPreview-detail-title {
  flex: 0 0 auto;
  margin: 0 10px 0 0;
  font-weight: bold;
}
.couponPreview-detail-title::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.couponPreview-detail-title::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.couponPreview-detail-text {
  flex: 1 1 auto;
}
.couponPreview-detail-text::before {
  display: block;
  width: 0;
  height: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
  content: "";
}
.couponPreview-detail-text::after {
  display: block;
  width: 0;
  height: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
  content: "";
}
.couponPreview-img-text {
  width: 100%;
  text-align: center;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 22px;
  line-height: 22px;
  padding: 39px 0;
}

/******************************************
[accordion]
******************************************/
@keyframes slideUp {
  0% {
    grid-template-rows: 1fr;
  }
  100% {
    grid-template-rows: 0fr;
  }
}
@keyframes slideDown {
  0% {
    grid-template-rows: 0fr;
  }
  100% {
    grid-template-rows: 1fr;
  }
}
.accordion-btn {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 600;
  color: #b2b7d2;
}
.accordion-btn:after {
  content: "\e90b";
  font-family: "aikon";
  font-size: 21px;
  transition: 0.3s;
}
.accordion-btn:has(+ .accordion-input:checked):after {
  transform: rotate(-180deg);
}
.accordion-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.accordion-input:checked + .accordion-content {
  grid-template-rows: 1fr;
  padding: 24px 0 0;
}
.accordion-input:checked + .accordion-content .accordion-content-inner {
  padding: 5px 0 0;
}
.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  padding: 0;
  transition: 0.3s;
}
.accordion-content-inner {
  overflow: hidden;
}

/******************************************
[utility]
******************************************/
.ml-auto {
  margin-left: auto !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.ta-r {
  text-align: right !important;
}

.display-none {
  display: none;
}

.ui-draggable,
.ui-droppable {
  background-position: top;
}

.ui-widget-content .ui-menu-item-wrapper {
  padding: 0 5px;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-menu-item-wrapper:hover {
  border: 1px solid #5e81f4 !important;
  background: #fff !important;
  color: #333 !important;
  padding: 0 5px;
}

/******************************************
[omise_html_new]
******************************************/
.tab-note {
  width: 100%;
}
.tab-note li:last-child {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.display-flex {
  display: flex;
  align-items: center;
}
.tool-wid {
  max-width: 300px;
}
.text-note {
  text-align: right;
  margin-bottom: 10px;
}
.tooltip-inside-table {
  position: absolute;
  right: 78px;
  top: -2px;
}
.tooltip-inside-table .tooltip-shadow {
  left: -145px;
  top: 33px;
  width: auto;
}
.tooltip-inside-table .tooltip-content {
  max-width: 350px;
}
.tooltip-inside-table .tooltip-content:after {
  top: -3px;
  border-width: 0px 6px 6px 6px;
  border-color: transparent transparent rgba(79, 78, 105, 0.85) transparent;
}
.tooltip-inside-table .tooltip-content {
  left: 0 !important;
}
/* list-information */
.detail-label-date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.detail-label-date .tag {
  margin-left: 10px;
}
.panel-pad0 {
  padding: 0;
}
.dataList tr td:first-child {
  width: 130px;
}
.dataList tr td:nth-child(2) {
  width: 90px;
}
/* log-login */
.detail-info {
  padding: 20px;
}
.detail-info .panel-headline {
  margin-bottom: 20px;
}
.detail-label-date .tag {
  margin-left: 10px;
}
.section-bg .panel-content {
  background: #fff;
  margin: 20px 0;
}
.select-wid {
  width: 50%;
  margin: 0 0 0 10px;
}
.listGrid-item label {
  cursor: pointer;
}
.tooltip-icon-white {
  color: #fff;
}
.group-margin {
  margin: 0 0 0 6px;
}
.form-push {
  margin: 0 0 15px 0;
}
.group-wid {
  width: 240px;
}
.input-wid {
  width: 35%;
  margin: 0 0 0 10px;
}
/* notification */
.modal-center {
  text-align: center;
  margin: 0 auto;
}
.modal-center .listGrid {
  margin-top: 20px;
}
.js-tabParent .tab-btn {
  padding: 0 15px;
}
.form-top-inner {
  margin: 8px 0;
}
.title-member {
  color: #b2b7d2;
  margin: 20px 0;
}
.table-input table {
  width: 100%;
}
.table-input td {
  padding: 10px;
}
.table-input td:first-child {
  width: 15%;
}
.sort-table {
  display: flex;
  align-items: center;
}
.sort-table p {
  margin-right: 10px;
}
.text-red {
  color: #ff0000;
}
.listGrid-center {
  justify-content: center;
}
.title-head-mt {
  margin-top: 24px;
}
.form-flex {
  justify-content: center;
}
.panel-sheet-table {
  padding: 55px 80px 80px;
}
.form-group-usage {
  width: 50%;
}
.form-group-usage .form-flex {
  align-items: center;
}
.listGroup-item .tx-success {
  margin-left: 20px;
}
.icon-stop {
  margin-right: 10px;
}
.link-stop {
  color: #0070c0;
  text-decoration: underline;
}
@media (hover: hover) {
  .link-stop:hover {
    text-decoration: none;
  }
}
.form-frequency {
  display: flex;
  align-items: center;
  line-height: 1;
}
.btn-check-client {
  display: flex;
  align-items: center;
  height: 40px;
}
/* Multi css */
.ms-options-wrap {
  position: relative;
}

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box;
}
.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  height: 40px;
  text-align: left;
  background-color: #fff;
  padding: 5px 20px 5px 5px;
  margin-top: 1px;
  font-size: 13px;
  color: #aaa;
  outline-offset: -2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border: 1px solid #e1e2eb;
  border-radius: 4px;
}
.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6;
}
.ms-options-wrap > button:after {
  display: none;
}
.ms-options-wrap.ms-has-selections > button {
  color: #333;
}
.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 200px;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #e1e2eb;
  border-radius: 4px;
  overflow: auto;
  visibility: hidden;
}
.ms-options-wrap.ms-active > .ms-options {
  visibility: visible
}
.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none;
}
.ms-options-wrap > .ms-options > .no-result-message {
  padding: 4px 5px;
  display: none;
}
.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-transform: lowercase;
  text-decoration: none;
}
.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline;
}
.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px;
}
.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ms-options > ul li {
  display: block;
  width: 100%;
}
.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none;
}
.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px;
}
.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa;
}
.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold;
}
.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px;
  margin: 1px 0 0;
  border: 1px dotted transparent;
}
.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px;
}
.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999;
}
.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent;
}
.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}
.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ms-selectall {
  display: none !important;
}
.ms-options-wrap > .ms-options > ul label:hover {
  border: 1px solid #efefef;
}
.ms-options-wrap > .ms-options > ul li:first-child label {
  margin-top: 0;
}
.ms-options-wrap > button[disabled] {
  background: #f5f5fb;
  border-color: #e1e2eb;
  color: #b2b7d2;
  opacity: 1;
}
/* end Multi css */
/* month year picker */
.ui-widget-header {
  border: none !important;
  background: #fff !important;
  color: #eeeeee;
  font-weight: bold;
}
.ui-widget-content {
  background: #fff !important;
}
.ui-datepicker .ui-datepicker-title,
.ui-state-default, .ui-widget-content .ui-state-default {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.ui-datepicker .ui-datepicker-title {
  font-weight: normal;
  font-size: 1.125rem;
  color: #4f4e69;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  background: #fff !important;
  font-weight: normal;
  border: 1px solid #e3e3e3;
  color: #4f4e69;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ui-state-default:hover
.ui-widget-content:hover,
.ui-state-default:hover {
  background: #edf1fe !important;
  border-color: #5e81f4;
}
.ui-datepicker {
  top: 140px !important;
}
.ui-datepicker td {
  width: 25%;
  height: 40px;
}
.ui-datepicker table {
  margin-bottom: 0;
}
.ui-datepicker {
  padding: 3px;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  display: flex;
  align-items: center;
  position: absolute;
  border: none;
  background: none;
}
.ui-widget-header .ui-icon {
  display: block;
  height: 40px;
  top: -5px !important;
  left: 5px !important;
  margin-left: 0 !important;
  margin-top: 0 !important;
}
.ui-datepicker .ui-datepicker-prev span {
  background-image: url(../img/notification/previous.png) !important;
  background-position: 0;
  background-size: 100%;
}
.ui-datepicker .ui-datepicker-next span {
  background-image: url(../img/notification/next.png) !important;
  background-position: 0;
  background-size: 100%;
}
.ui-datepicker .ui-datepicker-prev:hover {
  border: none;
  background: none;
  left: 2px;
  top: 2px;
}
.ui-datepicker .ui-datepicker-next:hover {
  border: none;
  background: none;
  right: 2px;
  top: 2px;
}
/* end month year picker */

/*use date search*/
.section.search-panel {
  margin: 0px 0px 5px;
}
.search-panel .panel-content {
  background: none;
  box-shadow: none;
}
.search-panel .panel-content .panel-body {
  padding: 10px 0px;
}
.search-panel .panel-content .form-row {
  display: flex;
}
.search-panel .panel-content .form-row p.form-label {
  width: 100%;
  max-width: 70px;
  margin: 0px;
}
.search-panel .panel-content .form-row .form-content {
  width: 100%;
}
.form-group-item.form-group-search {
  width: 30%;
}
.pos-end.pos-search {
  margin-left: 0px !important;
}
.numDisplay-title-search {
  margin: 0px 0px 15px;
}
/*End use date search*/

/* popup radio */
  .list-form-nd {
    width: 100%;
    max-width: 570px;
    padding: 20px;
  }
  .list-form-nd p {
    text-align: left;
    font-weight: 600;
    color: #b2b7d2;
    padding-bottom: 20px;
    padding-left: 16px;
  }
  .list-radio-md .listGroup-item {
    border-bottom: 1px solid #e1e2eb;
  }
  .list-radio-md .listGroup-item:first-child {
    border-top: 1px solid #e1e2eb;
  }
  .list-radio-md .form-radio-label:before {
    margin: 0px 15px 0 0;
    top: 2px;
  }

  .form-search-md .form-select2:before {
    content: '\e90b';
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    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;
}

.popup-listgroup .content-popup {
  overflow: auto;
  height: 350px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.popup-listgroup .content-popup::-webkit-scrollbar {
  width: 0 !important;
  display: none;
}

/* ! popup radio */

/* popup execution */
table.table-execution tr th:last-child {
  width: 7%;
  text-align: center;
} 
table.table-execution tr td:last-child {
  text-align: center;
}
table.table-execution tr td a.execution {
  background: #fff;
  border: 1px solid #5e81f4;
  color: #5e81f4;
}
.popup-execution .list-form-nd h5 {
  font-size: 18px;
}
.popup-execution .listGrid-center li.listGrid-item {
  margin: 0px;
  width: 128px;
}
.popup-execution .listGrid-center li.listGrid-item .btn {
  width: 100%;
}
/* ! popup execution */
.table-execution .apns-file-warning-row {
  background-color: #fce4d6!important;
}


/******************************************
[loading Bar]
******************************************/
span.loading-bar {
    position: relative;
    display: inline-block;
}
span.loading-bar span {
    position: absolute;
    display: inline-block;
    left: 0;
    top: 100%;
    width: 100%;
    height: 2px;

    background-position: 0 0;

    background-image:-webkit-gradient(linear, left top, right top, from(#000), to(transparent) );
    background-image:-webkit-linear-gradient(left,#000,transparent);
    background-image: linear-gradient(to right,#000,transparent);

    -webkit-animation: animation 2s linear infinite;
    animation: animation 2s linear infinite;
}

@-webkit-keyframes animation {
    0% {
        width: 0;
        background-color: transparent;
    }
    40% {
        width: 100%;
        background-color: transparent;
    }
    80% {
        width: 100%;
        background-color: #000;
    }
    100% {
        width: 100%;
        background-color: #000;
    }
}

@keyframes animation {
    0% {
        width: 0;
        background-color: transparent;
    }
    40% {
        width: 100%;
        background-color: transparent;
    }
    80% {
        width: 100%;
        background-color: #000;
    }
    100% {
        width: 100%;
        background-color: #000;
    }
}

.loading-bar-wrapper {
    display: none;
    margin-bottom: 16px;
}
.loading-bar-wrapper-none-margin {
    margin-bottom: 0px;
}
.async-wrapper {
  display: none;
}

/* point */
.panel-sheet-point {
  width: calc(1024px - 8px * 30 - 8px * 4 * 2);
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 10px 20px rgb(79 78 105 / 6%);
}
.givepoint-headline {
  padding: 16px 30px;
  border-bottom: 1px solid #e1e2eb;
}
.givepoint-content {
  padding: 16px 30px;
}
.givepoint-content .search {
  margin-top: 10px;
}
.operator-clear {
  background: #fd667e !important;
}
.operator-back {
  background: #4f4e69 !important;
}
.modal-rank .form-select, .modal-rank .scrollX {
  margin-bottom: 30px;
}
.btn-point form {
  width: auto;
  padding: 0;
}
.group-calendar {
  justify-content: space-between;
}
.dataTable-point th, .dataTable-point td {
  padding: 16px 10px;
}
.toggle-left {
  margin-left: 20px;
}
.line-bottom {
  border-bottom: 1px solid #e1e2eb;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.tx-label {
  margin: 0 0 20px 0;
}
.list-hide .toHide {
  padding: 16px 32px;
}
.list-hide .listGroup-item:last-child {
  padding: 16px 16px 0;
}
.list-hide .form-radio {
  display: inline-block;
}
.mr-bottom {
  margin-bottom: 25px;
}
.btn-sm-point {
  height: 32px;
  padding: 0 20px;
  font-size: 0.75rem;
  height: 40px;
}
.btn-bd-main-red {
  background: #fff;
  border: 1px solid #fd667e;
  color: #fd667e;
}
.block-line {
  border: 1px solid #e1e2eb;
  border-radius: 4px;
  padding: 30px;
  margin: 32px 0;
  position: relative;
}
.block-line .row {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
.block-line .form-group {
  margin-bottom: 20px;
}
.block-line .fileUpload-item {
  margin: 0;
}
.block-line .col-1 {
  padding: 10px;
}
.block-line .form-img {
  margin-top: 20px;
}
.mb-point {
  margin-bottom: 16px;
}
.ui-draggable, .ui-droppable {
	background-position: top;
}
.modalRankHistory .dataTable th, .modalRankHistory .dataTable td,
.modalPointHistory .dataTable th.tx-center {
  text-align: center;
}
.modalPointHistory .dataTable td.tx-right {
  text-align: right;
}
.tx-top .line-tx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.tx-top .tx-strong {
  font-weight: bold;
}
.qr-register .panel-sheet {
  padding: 40px;
}
.qr-register .form-radio {
  margin-right: 40px;
}
.qr-register .qr-left {
  margin-left: 20px;
}
.mb-point-qr {
  margin-bottom: 30px;
}
.section-summary .tx-right {
  text-align: right;
}
.section-summary table.dataTable-sum th {
  color: #4f4e69;
}
.section-summary table.dataTable-sum th:first-child {
  width: 200px;
}
.section-summary table.dataTable-sum th.tx-blue {
  color: #5e81f4;
}
.section-summary table.dataTable-sum th.tx-red {
  color: #ff0000;
}
.section-summary table.dataTable-sum tr:last-child {
  border-bottom: 1px solid #e1e2eb;
}
.btn-del {
  background: #fd667e;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 0 10px;
  color: #fff;
  position: absolute;
  right: -10px;
  top: -10px;
  font-weight: normal;
}
.listBtn {
  padding: 20px;
  border-top: 1px solid #e1e2eb;
}
.modal-rank table.dataTable th:nth-child(2) {
  width: 200px;
}
.ui-widget-content .ui-menu-item-wrapper {
  padding: 0 5px;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-widget-content .ui-menu-item-wrapper:hover {
	border: 1px solid #5e81f4 !important;
	background: #fff !important;
	color: #333 !important;
  padding: 0 5px;
}
.summary-table .dataTable-sum td {
  padding: 16px 32px;
}
.dataTable-sum thead {
  border-bottom: 1px solid #e1e2eb;
  text-align: left;
  color: #b2b7d2;
}
.section-summary table.dataTable-sum tr:nth-child(odd) {
  background: #f7f9fe;
}
.dataTable-sum {
  width: 100%;
}
.dataTable-sum th {
  border-bottom: 1px solid #e1e2eb;
  text-align: left;
  color: #b2b7d2;
}
.dataTable-sum th.dataTable-fix, .dataTable-sum td.dataTable-fix {
  width: 1%;
}
.dataTable-sum th, .dataTable-sum td {
  padding: 16px;
  white-space: nowrap;
}
.dataTable-sum tr:not(:last-child) {
  border-bottom: 1px solid #e1e2eb;
}
.setting-page .panel-sheet {
  padding: 60px 80px;
}
.setting-page .mr-left {
  margin-left: 20px;
}
/* /point */

.activity-last-date {
  position: absolute;
  bottom: 8px; right: 8px;
  font-size: 0.65rem;
  font-weight: bold;
}

.section-bd {
  margin: 0 0 56px;
  padding: 0 0 56px;
  border-bottom: 1px solid #e1e2eb;
}
.section-bd:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.btn-icon {
  margin: 0 4px 0 0;
}

.btn-request.is-disabled:before {
  content: "\e90a";
  margin: 0 4px 0 0;
  font-family: "aikon";
}

/******************************************
[card]
******************************************/
.card {
  flex: 1 0 auto;
}
.card:not(:has(.card-link)) {
  background: #fff;
  box-shadow: 0 10px 20px rgba(79, 78, 105, 0.06);
}
.card-link {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 10px 20px rgba(79, 78, 105, 0.06);
  color: #4f4e69;
  transition: 0.3s;
}
.card-img {
  width: 100%;
  height: auto;
}
.card-content {
  padding: 16px;
}
.card-title {
  font-weight: bold;
}

@media (hover: hover) {
  .card-link:hover {
    transform: translateY(-5%);
  }
}
/******************************************
[faq]
******************************************/
@keyframes slideUp {
  0% {
    grid-template-rows: 1fr;
  }
  100% {
    grid-template-rows: 0fr;
  }
}
@keyframes slideDown {
  0% {
    grid-template-rows: 0fr;
  }
  100% {
    grid-template-rows: 1fr;
  }
}
.faq-item {
  margin: 0 0 24px;
  border: 1px solid #e1e2eb;
}
.faq-item:last-child {
  margin-bottom: 0;
}
.faq-question {
  display: flex;
  align-items: center;
  padding: 16px;
  font-weight: 600;
  color: #5e81f4;
  cursor: pointer;
  transition: 0.3s;
}
.faq-question:before {
  content: "Q";
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #5e81f4;
  color: #fff;
  transition: 0.3s;
}
.faq-question:after {
  content: "\e92f";
  margin: 0 0 0 auto;
  font-family: "aikon";
  font-size: 24px;
  color: #b2b7d2;
  transition: 0.3s;
}
.faq-question:has(+ .faq-question-input:checked):after {
  transform: rotate(-45deg);
}
.faq-question-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.faq-question-input:checked + .faq-content {
  grid-template-rows: 1fr;
}
.faq-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.3s;
}
.faq-content-inner {
  overflow: hidden;
}
.faq-answer {
  display: flex;
  padding: 16px;
  background: #f5f5fb;
}
.faq-answer:before {
  content: "A";
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin: 0 8px 0 0;
  border-radius: 50%;
  background: #fd667e;
  font-weight: bold;
  color: #fff;
}

@media (hover: hover) {
  .faq-question:hover {
    color: #466ef2;
  }
  .faq-question:hover:before {
    background: #466ef2;
    transform: translateY(-20%);
  }
}
