@charset "UTF-8";
:root {
  --font100: #2c2d42;
  --font50: #6f7597;
  --font25: #a2a6c8;
  --font0: #ffffff;
  --gray10: #f9fafb;
  --gray20: #f2f4f7;
  --gray30: #e4e7ec;
  --line25: #f2f4f7;
  --line50: #e7e8ef;
  --line100: #9ca3af;
  --btn100: #5495ff;
  --btn150: #1f65d7;
  --bg0: #ffffff;
  --bgs: #17b26a;
  --bgred: #f04438;
  --bggray: #6f7597;
  --uniq20: #ddeaff;
  --warning25: #feefc6;
  --error80: #f36960;
  --label01: #f36960;
  --label02: #f39e00;
  --label03: #5495ff;
  --label04: #17b26a;
  --label05: #35318e;
  --label06: #6f7597;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  line-height: 1.6;
  color: #202223;
  font-size: 13px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  letter-spacing: 0.04em;
  font-feature-settings: 'palt';
  -webkit-font-smoothing: antialiased;
  background-color: #f6f6f7;
}

a {
  text-decoration: underline;
  /* transition: .3s; */
}
a:hover {
  text-decoration: none;
  opacity: 1;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: top;
}
svg {
  vertical-align: top;
}
iframe {
  vertical-align: top;
}
.page-content-width {
  width: auto;
  max-width: 1100px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}
ul,
ol,
li,
dl,
dt,
dd {
  font-weight: 300;
}

/* Loading */
.loader,
.overlay {
  height: 100%;
  width: 100vw;
  pointer-events: auto;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.loader span {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #35318e;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  pointer-events: none;
}

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

  100% {
    transform: rotate(360deg);
  }
}
.main-container {
  /* margin-left: 240px; */
}
.slick-list {
  overflow: inherit;
}

@media screen and (max-width: 1516px) {
  .page-content-width {
    margin: 0 80px;
  }
}

@media screen and (max-width: 1116px) {
  .page-content-width {
    margin: 0 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
  .main-container {
    margin: 64px 0 0;
  }
  .page-content-width {
    margin: 0 16px;
  }
  .page-content-width .page-content-width {
    margin: 0;
  }
}

.remodal-overlay {
  background: rgba(0, 0, 0, 0.5) !important;
}
.remodal-wrapper {
  padding: 16px !important;
}
.remodal {
  max-width: 1100px !important;
  margin: 0 !important;
  padding: 80px !important;
  border-radius: 8px;
}
.remodal-close {
  top: 24px !important;
  right: 24px !important;
  left: auto !important;
  width: 18px !important;
  height: 18px !important;
}
.remodal-close:before,
.remodal-close:after {
  content: '' !important;
  display: block !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  width: 22px !important;
  height: 1px !important;
  background: #333 !important;
}
.remodal-close:before {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.remodal-close:after {
  transform: translate(-50%, -50%) rotate(135deg) !important;
}

@media screen and (max-width: 767px) {
  .remodal {
    padding: 24px !important;
  }
  .remodal-close {
    top: 16px !important;
    right: 16px !important;
  }
}

.list-paging-wrap .btn-basic {
  background-color: transparent;
}

a {
  color: #1571da;
  text-decoration: none;
}

img {
  vertical-align: top;
}

.lay-header-over,
#lay-header .lay-header-inner {
  height: 56px;
  position: relative;
  display: flex;
  align-items: center;
}
#top .lay-main-inner,
.lay-main-inner {
  width: 100%;
  padding-left: 0;
}

.lay-main-wrap {
  padding-left: 240px !important;
  width: 100%;
  background: #f6f6f7;
  /* min-height: 720px; */
  margin-left: 0;
  box-sizing: border-box;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

/* start btn */
.btn-export-csv,
.btn {
  display: inline-block;
  align-self: center;
  line-height: inherit;
  padding: 6px 16px;
  border: none;
  border-radius: 4px;
  font-family: inherit;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
}

.btn:hover {
  text-decoration: none;
}

.btn:focus {
  outline: 0;
}

.btn-lg {
  padding: 8px 24px;
  font-size: 16px;
  line-height: 1.5;
}

.btn-sm {
  padding: 4px 8px;
  font-size: 12px;
}

.btn-block {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.btn.disabled {
  opacity: 0.65;
}

.btn-primary {
  border: 1px solid #1571da !important;
}

.btn-outline-primary:hover {
  border: 1px solid #1571da;
}

.btn-outline-primary:hover {
  color: #fff !important;
}

.btn-primary {
  background-color: #1571da !important;
}

.btn-primary:hover {
  border-color: #0a53be !important;
  background-color: #0a53be !important;
}

.btn-primary,
a.btn-primary {
  color: #fff;
}

.slide-menu-contents .btn-primary {
  color: #fff;
}

.btn-outline-primary:hover {
  background-color: #1571da;
}

.btn-secondary {
  border: 1px solid #6d7175;
}

.btn-outline-secondary:hover {
  border: 1px solid #6d7175;
}

.btn-secondary {
  color: #fff;
}

.btn-outline-secondary:hover {
  color: #fff;
}

.btn-secondary {
  background-color: #6d7175;
}

.btn-outline-secondary:hover {
  background-color: #6d7175;
}

.btn-success {
  border: 1px solid #28a745;
}

.btn-outline-success:hover {
  border: 1px solid #28a745;
}

.btn-success {
  color: #fff;
}

.btn-outline-success:hover {
  color: #fff;
}

.btn-success {
  background-color: #28a745;
}

.btn-outline-success:hover {
  background-color: #28a745;
}

.btn-danger {
  border: 1px solid #dc3545;
}

.btn-outline-danger:hover {
  border: 1px solid #dc3545;
}

.btn-danger {
  color: #fff;
}

.btn-outline-danger:hover {
  color: #fff;
}

.btn-danger {
  background-color: #dc3545;
}

.btn-outline-danger:hover {
  background-color: #dc3545;
}

.btn-warning {
  border: 1px solid #ef9816;
}

.btn-outline-warning:hover {
  border: 1px solid #ef9816;
}

.btn-warning {
  color: #202223;
}

.btn-outline-warning:hover {
  color: #202223;
}

.btn-warning {
  background-color: #ef9816;
}

.btn-outline-warning:hover {
  background-color: #ef9816;
}

.btn-info {
  border: 1px solid #0a53be;
}

.btn-outline-info:hover {
  border: 1px solid #40bcd4;
}

.btn-info {
  color: #202223;
}

.btn-outline-info:hover {
  color: #202223;
}

.btn-info {
  background-color: #0a53be;
}

.btn-outline-info:hover {
  background-color: #40bcd4;
}

.btn-primary:hover {
  border-color: #0a53be;
}

.btn-primary:hover {
  background-color: #0a53be;
}

.btn-secondary:hover {
  border-color: #565e64;
}

.btn-secondary:hover {
  background-color: #565e64;
}

.btn-success:hover {
  border-color: #146c43;
}

.btn-success:hover {
  background-color: #146c43;
}

.btn-danger:hover {
  border-color: #b02a37;
}

.btn-danger:hover {
  background-color: #b02a37;
}

.btn-warning:hover {
  border-color: #ffcd39;
}

.btn-warning:hover {
  background-color: #ffcd39;
}

.btn-info:hover {
  border-color: #1571da;
}

.btn-info:hover {
  background-color: #1571da;
}

.btn-outline-primary {
  border: 1px solid #1571da;
}

.btn-outline-primary {
  color: #1571da !important;
}

.btn-outline-primary {
  background-color: #e4effb;
}

.btn-outline-secondary {
  border: 1px solid #6d7175;
}

.btn-outline-secondary {
  color: #6d7175;
}

.btn-outline-secondary {
  background-color: #eceeef;
}

.btn-outline-success {
  border: 1px solid #28a745;
}

.btn-outline-success {
  color: #28a745;
}

.btn-outline-success {
  background-color: #e0f2e4;
}

.btn-outline-danger {
  border: 1px solid #dc3545;
}

.btn-outline-danger {
  color: #dc3545;
}

.btn-outline-danger {
  background-color: #fbe9eb;
}

.btn-outline-warning {
  border: 1px solid #ef9816;
}

.btn-outline-warning {
  color: #ef9816;
}

.btn-outline-warning {
  background-color: #fcebd4;
}

.btn-outline-info {
  border: 1px solid #40bcd4;
}

.btn-outline-info {
  color: #40bcd4;
}

.btn-outline-info {
  background-color: #f3fbfc;
}

.list-table .is-unread {
  color: #28a745;
}

.list-table .is-unread a {
  color: #1571da;
  font-weight: bold;
}

.btn-edit {
  display: inline-flex;
  align-items: center;
}

.btn-edit:before {
  /* content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(/manage/assets/img/icon-edit.svg) no-repeat 50% 50%;
  background-size: 14px 14px; */
}

.btn-edit:hover:before {
  filter: brightness(0) invert(1);
}

.input-content .btn-edit {
  height: 40px;
  vertical-align: top;
  margin: 0 0 0 14px;
  padding-top: 0;
  padding-bottom: 0;
}

.btn-underlayer {
  display: inline-flex;
  align-items: center;
}

.btn-underlayer:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 19px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-underlayer.svg') no-repeat 50% 50%;
  background-size: 20px 19px;
}

.btn-underlayer:hover:before {
  filter: brightness(0) invert(1);
}

.btn-duplicate {
  display: inline-flex;
  align-items: center;
}

.btn-duplicate:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-duplicate.svg') no-repeat 50% 50%;
  background-size: 14px 16px;
}

.btn-duplicate:hover:before {
  filter: brightness(0) invert(1);
}

.btn-preview {
  display: inline-flex;
  align-items: center;
}

.btn-preview:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-preview.svg') no-repeat 50% 50%;

  background-size: 16px 16px;
}

.btn-preview:hover:before {
  filter: brightness(0) invert(1);
}

.btn-delete {
  display: inline-flex;
  align-items: center;
  padding-right: 8px;
}

.btn-delete:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-delete.svg') no-repeat 50% 50%;

  background-size: 14px 14px;
}

.btn-delete:hover {
  color: black;
  text-decoration: underline;
}

.btn-upload {
  display: inline-flex;
  align-items: center;
}

.btn-upload:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-upload.svg') no-repeat 50% 50%;
  background-size: 13px 14px;
}

.btn-upload:hover:before {
  filter: brightness(0) invert(1);
}

.btn-sort {
  display: inline-flex;
  align-items: center;
}

.btn-sort:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-sort.svg') no-repeat 50% 50%;

  background-size: 19px 19px;
}

.btn-sort:hover:before {
  filter: brightness(0) invert(1);
}

.btn-refinedsearch {
  display: inline-flex;
  align-items: center;
}

.btn-refinedsearch:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 19px;
  margin: 0 8px 0 0;
  background: url('/assets/dist/frontend/img/report/common/icon-search-bl.svg') no-repeat 50% 50%;
  background-size: 19px 19px;
}

.btn-refinedsearch:hover:before {
  filter: brightness(0) invert(1);
}

.btn-option {
  display: inline-flex;
  align-items: center;
}

.btn-option:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 15px;
  margin: 0 8px 0 0;
  background: url(/assets/dist/frontend/img/report/common/icon-option.svg) no-repeat 50% 50%;
  background-size: 19px 15px;
}

.btn-option:hover:before {
  filter: brightness(0) invert(1);
}

.btn-image {
  display: inline-flex;
  align-items: center;
}

.btn-image:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url(/assets/dist/frontend/img/report/common/icon-image.svg) no-repeat 50% 50%;
  background-size: 16px 16px;
}

.btn-image:hover:before {
  filter: brightness(0) invert(1);
}

.btn-plan {
  display: inline-flex;
  align-items: center;
}

.btn-plan:before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(/assets/dist/frontend/img/report/common/icon-plan.svg) no-repeat 50% 50%;
  background-size: 13px 14px;
}

.btn-plan:hover:before {
  filter: brightness(0) invert(1);
}

.btn-account {
  display: inline-flex;
  align-items: center;
}

.btn-account:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(/assets/dist/frontend/img/report/common/icon-account-bl.svg) no-repeat 50% 50%;
  background-size: 12px 14px;
}

.btn-account:hover:before {
  filter: brightness(0) invert(1);
}

.next-step-btn .btn-outline-primary {
  background-color: #fff;
}

.next-step-btn .btn-outline-primary:hover {
  color: #1571da !important;
  background-color: #e4effb;
}
a.over.btn-edit.btn-sp {
  font-size: 13px;
  line-height: 1.6;
}

.btn-sort-save.btn-save {
  font-size: 13px;
  line-height: 1.6;
  padding: 7px 16px !important;
}

a.btn-cancel.btn-basic {
  font-size: 13px;
  line-height: 1.6;
  padding: 7px 16px;
}
/* .complete-btn {
  margin-top: 40px;
}
.complete-btn {
  text-align: center;
}
.complete-btn a {
  display: inline-block;
  position: relative;
  min-width: 280px;
  overflow: hidden;
  padding: 13px;
  border: 3px solid #111;
  border-radius: 4px;
  color: #fff!important;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  background: #111;
  transition: .3s;
}
.complete-btn a:hover {
  text-decoration: none;
  background: #fff;
  color: #111;
}
.complete-btn {
  margin-top: 40px;
}
.complete-btn a:hover {
  color: #111!important;
} */
/* end btn */

/* start box */
.box {
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}

.box-primary {
  border-color: #1571da;
}

.box-primary {
  background-color: #e4effb;
}

.box-secondary {
  border-color: #6d7175;
}

.box-secondary {
  background-color: #eceeef;
}

.box-success {
  border-color: #28a745;
}

.box-success {
  background-color: #e0f2e4;
}

.box-danger {
  border-color: #dc3545;
}

.box-danger {
  background-color: #fbe9eb;
}

.box-warning {
  border-color: #ef9816;
}

.box-warning {
  background-color: #fcebd4;
}

.box-info {
  border-color: #40bcd4;
}

.box-info {
  background-color: #f3fbfc;
}
/* end box */

/* start .bg */
.bg-primary {
  background-color: #1571da;
}

.bg-secondary {
  background-color: #6d7175;
}

.bg-success {
  background-color: #28a745;
}

.bg-danger {
  background-color: #dc3545;
}

.bg-warning {
  background-color: #ef9816;
}

.bg-info {
  background-color: #40bcd4;
}
/* end .bg */

/* .specific-day-empty {
  margin: 24px 0 0;
  text-align: center;
}

.specific-day-empty img {
  width: 190px;
}

.specific-day-empty dl {
  margin: 16px 0 0;
}

.specific-day-empty dl dt {
  margin: 0 0 8px;
  font-size: 14px;
  font-weight: bold;
}

.specific-day-empty dl dd {
  margin: 0;
} */

/* .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 24px;
}

.row+.row {
  padding: 24px 0 0;
  border-top: 1px solid #E1E3E5;
}

.row .col-head:not(:empty) {
  width: 266px;
}

.row .col-head:empty + .col-data {
  width: 100%;
}

.row .col-head-ttl {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: bold;
}

.row .col-head-txt {
  margin: 0 0 16px;
  color: #6D7175;
  font-size: 12px;
}

.row .col-head-txt:last-child {
  margin: 0;
}

.row .col-head-img {
  margin: 0 0 16px;
}

.row .col-head-img:last-child {
  margin: 0;
}

.row .col-head-img img {
  width: 100%;
}

.row .col-data {
  width: 570px;
  overflow: hidden;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}

.row .col-data.is-disabled {
  background: #EDEEF0;
} */

/* start 項目 / edit/view/search */

.fp-wrap + .fp-wrap,
.checkbox-toggle + .content-wrap,
.content-row + .content-row {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e1e3e5;
}

.fp-wrap + .fp-wrap,
.checkbox-toggle + .content-wrap,
.content-row + .content-row {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e1e3e5;
}

.fp-head-block,
.content-row .content-label {
  margin: 0 0 6px !important;
  color: #6d7175;
  font-size: 12px;
}

.content-row .content-data-sns {
  display: flex;
  align-items: center;
}

.content-row .content-data-sns img {
  display: block;
  width: 32px;
  margin: 0 16px 0 0;
}

.content-row-sns {
  display: flex;
  align-items: center;
  flex-direction: inherit;
}

.content-row-sns .content-label {
  margin: 0 16px 0 0 !important;
}

.content-row-sns .content-label img {
  width: 32px;
}

.content-row-sns .content-data {
  flex: 1;
  word-break: break-all;
}
/* end 項目 / edit/view/search */

/* .list {
  border-radius: 8px;
  background: #fff;
}

.list-switching {
  display: flex;
  padding: 0 24px;
  border-bottom: 1px solid #E1E3E5;
}

.list-switching-btn a {
  display: block;
  position: relative;
  padding: 12px 16px;
  color: #6D7175;
  opacity: .8;
}

.list-switching-btn.is-active a {
  color: inherit;
  opacity: 1;
}

.list-switching-btn.is-active a:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: #1571DA;
} */

/*start list-option  */
.list-option {
  display: flex;
  align-items: center;
  padding: 8px 24px;
  /* border-bottom: 1px solid #E1E3E5; */
}
.btn-right-wrap.list-option {
  padding: 0;
  border: none;
}
.fas.fa-download span {
  margin-left: 10px;
  font-weight: 50;
  font-size: 13px;
}
.list-option-label {
  margin: 0 auto 0 0;
}

.list-option a + a {
  margin: 0 0 0 8px;
}
/* end list-option */

/*start list-operation/ 表示件数  */
.list-operation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  font-size: 11px;
}

.list-operation-bulk {
  display: flex;
}

.list-operation-bulk-select {
  border-radius: 3px 0 0 3px;
}

.list-operation-bulk-btn {
  margin: 0;
  padding: 0 16px;
  border: 1px solid #e1e3e5;
  border-left: none;
  border-radius: 0 3px 3px 0;
  background: none;
}

.list-operation-bulk-btn:hover {
  background: #f8f8fa;
}

.list-operation-paging-wrap {
  display: flex;
  align-items: center;
}

.list-operation-display {
  display: flex;
  align-items: center;
  margin: 0 24px 0 0;
}

.list-operation-display-label {
  margin: 0 8px 0 0;
}

.list-operation-num {
  margin: 0 24px 0 0;
}

.list-operation-paging {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-operation-paging li a {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  color: inherit;
  text-decoration: underline;
}

.list-operation-paging li a:hover {
  text-decoration: none;
  background: #f8f8fa;
}

.list-operation-paging li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
}

.list-operation-paging-left:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6d7175;
  border-right: 2px solid #6d7175;
  transform: translate(-50%, -50%) rotate(-135deg);
}

.list-operation-paging-right:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6d7175;
  border-right: 2px solid #6d7175;
  transform: translate(-50%, -50%) rotate(45deg);
}
/* end list-operation/ 表示件数 */

/* start list-tbl */
.list-tbl {
  width: 100%;
  border-top: 1px solid #e1e3e5;
  border-spacing: 0;
  border-collapse: collapse;
  background: #fff;
}

.list-tbl thead th {
  padding: 14px 16px;
  border-bottom: 1px solid #e1e3e5;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.list-tbl thead th.asc span,
.list-tbl thead th.desc span,
.list-tbl thead th.asc-and-desc span {
  display: flex;
  align-items: center;
}

.list-tbl thead th.asc span:after,
.list-tbl thead th.desc span:after,
.list-tbl thead th.asc-and-desc span:after {
  content: '';
  display: block;
  width: 8px;
  height: 12px;
  margin: 0 0 0 8px;
  background-size: 8px 12px !important;
}

.list-tbl thead th.asc.asc span:after,
.list-tbl thead th.desc.asc span:after,
.list-tbl thead th.asc-and-desc.asc span:after {
  background: url(../img/icon-sort-asc.svg) no-repeat 0 0;
}

.list-tbl thead th.asc.desc span:after,
.list-tbl thead th.desc.desc span:after,
.list-tbl thead th.asc-and-desc.desc span:after {
  background: url(../img/icon-sort-desc.svg) no-repeat 0 0;
}

.list-tbl thead th.asc.asc-and-desc span:after,
.list-tbl thead th.desc.asc-and-desc span:after,
.list-tbl thead th.asc-and-desc.asc-and-desc span:after {
  background: url(../img/icon-sort-asc-desc.svg) no-repeat 0 0;
}

.list-tbl thead th.asc:hover,
.list-tbl thead th.desc:hover,
.list-tbl thead th.asc-and-desc:hover {
  background: #f8f8fa;
  cursor: pointer;
}

.list-tbl tbody .is-incomplete {
  background: #f8f8fa;
}

.list-tbl tbody td {
  padding: 14px 16px;
  border-bottom: 1px solid #e1e3e5;
}

.list-tbl-checkbox {
  width: 24px;
  text-align: center !important;
}

.list-tbl-product a {
  display: flex;
  align-items: center;
  color: inherit;
}

.list-tbl-product a img {
  display: block;
  width: 56px;
}

.list-tbl-product a span {
  flex: 1;
  margin: 0 0 0 16px;
}

.list-tbl-trash {
  line-height: 1;
  text-align: right;
}

.list-tbl-status .badge {
  width: 100px;
  padding: 6px 8px;
  box-sizing: border-box;
}

.list-head {
  display: flex;
  margin: 0 0 24px;
}

.list-head-edit {
  display: flex;
  margin: 0 0 0 auto;
}

.list-head-edit a + a {
  margin: 0 0 0 8px;
}

/* end list-tbl */

input[type='text'],
input[type='email'],
input[type='password'] {
  width: 50%;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='time'],
input[type='number'] {
  font-size: 13px;
  height: 36px;
  padding: 0 8px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='time']:focus,
input[type='number']:focus {
  border-color: #ef9816;
}

input[type='text'][disabled],
input[type='email'][disabled],
input[type='password'][disabled],
input[type='time'][disabled],
input[type='number'][disabled] {
  background: #eceeef;
}

textarea {
  line-height: inherit;
  vertical-align: top;
  padding: 8px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  width: 100%;
}

textarea:focus {
  border-color: #ef9816;
}

textarea[disabled] {
  background: #eceeef;
}

select {
  position: relative;
  height: 36px;
  padding: 4px 40px 4px 16px;
  border: 1px solid #e1e3e5;
  border-radius: 3px;
  outline: none;
  background: #fff;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select:focus {
  border-color: #ef9816;
}

select[disabled] {
  color: inherit;
  background: #eceeef;
}

select::-ms-expand {
  display: none;
}

button {
  cursor: pointer;
}

label {
  cursor: pointer;
}

input[type='checkbox'] {
  cursor: pointer;
}

input[type='radio'],
input[type='checkbox'] {
  vertical-align: top;
  margin-top: 4px;
}

input.is-error {
  border-color: #dc3545;
  box-shadow: 0 0 0 1px #dc3545;
}

.input-error-msg {
  position: relative;
  margin: 8px 0 0;
  padding: 0 0 0 24px;
  color: #dc3545;
}

.input-error-msg:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  background: url(/manage/assets/img/icon-warning.svg) no-repeat 0 0;
  background-size: 16px;
  transform: translateY(-50%);
}

.input-row + .input-row {
  margin: 24px 0 0;
}

.input-row .input-label {
  margin: 0 0 8px;
  font-size: 12px;
}

.input-content-price {
  position: relative;
}

.input-content-price input[type='text'] {
  padding-left: 32px;
}

.input-content-price-symbol {
  position: absolute;
  top: 50%;
  left: 14px;
  transform: translateY(-50%);
}

.input-content-discount {
  position: relative;
}

.input-content-discount input[type='text'] {
  padding-right: 64px;
}

.input-content-discount-unit {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-3.5rem, -50%);
}

.input-radio-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.input-radio-vertical .input-radio + .input-radio {
  margin: 4px 0 0;
}

.input-radio-horizontal .input-radio + .input-radio {
  margin: 0 0 0 16px;
}

.slide-menu-contents .input-checkbox {
  font-size: 13px;
}

.input-checkbox-horizontal {
  display: flex;
  flex-wrap: wrap;
}

.input-checkbox-vertical .input-checkbox + .input-checkbox {
  margin: 4px 0 0;
}

.input-checkbox-horizontal .input-checkbox + .input-checkbox {
  margin-right: 16px;
}

.input-checkbox-horizontal .input-checkbox + .input-checkbox:last-child {
  margin: 0;
}

.input-checkbox-vertical .input-checkbox,
.input-checkbox-horizontal .input-checkbox {
  margin: 0 16px 8px 0;
}

.input-checkbox input[type='checkbox'] {
  opacity: 0;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.input-checkbox input[type='checkbox'] + label {
  display: inline-flex;
  align-items: center;
  position: inherit;
  vertical-align: top;
}

.input-checkbox input[type='checkbox'] + label:before {
  content: '';
  display: inline-block;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  margin: 0 8px 0 0;
  border: 2px solid #e6e6e6;
  border-radius: 4px;
  background: #fff;
  box-sizing: border-box;
}

.input-checkbox input[type='checkbox']:checked + label:before {
  border-color: #1571da;
  background: #1571da;
}

.input-checkbox input[type='checkbox']:checked + label:after {
  content: '';
  position: absolute;
  /* top: 5px; */
  left: 38px;
  margin-bottom: 4px;
  width: 5px;
  height: 8px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.input-select {
  display: inline-block;
  position: relative;
  z-index: 0;
}

.input-select:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 14px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #6d7175;
  border-right: 2px solid #6d7175;
  transform: translateY(-50%) rotate(135deg);
  z-index: 1;
  pointer-events: none;
}

.input-content .input-select select {
  height: 40px;
}

.input-select-vertical {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.input-select-vertical .input-select + .input-select {
  margin-top: 16px;
}

.input-img {
  overflow: hidden;
  padding: 32px 16px 16px;
  border: 2px dashed #e1e3e5;
  text-align: center;
}

.input-img-btn {
  margin: 16px 0 0;
  color: #1571da;
  cursor: pointer;
}

.input-img-btn input[type='file'] {
  position: absolute;
  left: -9999px;
}

.input-img-preview {
  margin: 16px 0 0;
}

.input-img-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 -10px;
}

.input-img-list > * {
  width: 125px;
  margin: 0 0 10px;
  box-sizing: border-box;
}

.input-img-list > * + * {
  margin-left: 10px;
}

.input-img-uploaded {
  position: relative;
}

.input-img-uploaded a {
  display: block;
  position: absolute;
  top: -6px;
  right: -6px;
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #202223;
}

.input-img-uploaded a:after {
  content: '×';
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-weight: bold;
  transform: translate(-50%, -50%);
}
.input-notice {
  margin: 0 0 24px !important;
  padding: 16px;
  border: 1px solid #40bcd4;
  border-radius: 4px;
  background: #f3fbfc;
  box-sizing: border-box;
}
.input-notice,
.input-notice-light {
  margin: 24px 0 0 !important;
}

.input-notice-ttl,
.input-notice-light-ttl {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
  padding: 0 0 8px;
  border-bottom: 1px solid #40bcd4;
  color: #40bcd4;
  font-weight: bold;
}

.input-notice-ttl:before,
.input-notice-light-ttl:before {
  content: '';
  flex-shrink: 0;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  background: url(/assets/dist/frontend/img/report/common/icon-edit-gr.svg) no-repeat 0 50%;
  background-size: 16px;
}

.input-notice-list-item,
.input-notice-light-list-item {
  position: relative;
  padding: 0 0 0 24px;
}

.input-notice-list-item:before,
.input-notice-light-list-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(/assets/dist/frontend/img/report/common/icon-check.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
}

.input-notice-list-item + .input-notice-list-item,
.input-notice-light-list-item + .input-notice-list-item,
.input-notice-list-item + .input-notice-light-list-item,
.input-notice-light-list-item + .input-notice-light-list-item {
  margin: 4px 0 0;
}

.input-notice-light,
.input-notice-light-light {
  margin: 16px 0 0;
}

.checkbox-toggle-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 24px;
  overflow: hidden;
  line-height: 1;
  border-radius: 14px;
  font-size: 12px;
  background-color: #1571da;
  z-index: 2;
  transition: 0.3s;
}

.checkbox-toggle-label.is-checked {
  background-color: #b7b7b7;
  color: #fff;
}

.checkbox-toggle-label.is-checked .checkbox-toggle-btn {
  transform: translateY(-50%) translateX(0);
}

.checkbox-toggle-label.is-checked .checked {
  display: block;
}

.checkbox-toggle-btn {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%) translateX(56px);
  transition: 0.3s;
  z-index: 3;
}

.checkbox-toggle .checked {
  display: none;
  color: #6d7175;
}

.checkbox-toggle .unchecked {
  color: #fff;
}

.checkbox-toggle input {
  position: absolute;
  left: -9999px;
}

.checkbox-toggle-reverse-label {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 88px;
  height: 24px;
  overflow: hidden;
  line-height: 1;
  border-radius: 14px;
  font-size: 12px;
  background-color: #edeeef;
  z-index: 2;
  transition: 0.3s;
}

.checkbox-toggle-reverse-label.is-checked {
  background-color: #1571da;
}

.checkbox-toggle-reverse-label.is-checked .checkbox-toggle-reverse-btn {
  transform: translateY(-50%) translateX(64px);
}

.checkbox-toggle-reverse-label.is-checked .checked {
  display: block;
}

.checkbox-toggle-reverse-label.is-checked .unchecked {
  display: none;
}

.checkbox-toggle-reverse-btn {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 5px;
  width: 14px;
  height: 14px;
  border-radius: 100%;
  background: #fff;
  transform: translateY(-50%) translateX(0);
  transition: 0.3s;
  z-index: 3;
}

.checkbox-toggle-reverse .checked {
  display: none;
  color: #fff;
}

.checkbox-toggle-reverse .unchecked {
  color: #6d7175;
}

.checkbox-toggle-reverse input {
  position: absolute;
  left: -9999px;
}

.input-opening {
  display: flex;
  margin: 16px 0 0;
}

.input-opening-week {
  margin: 0 24px 0 0;
}

.input-opening-week input[type='checkbox'] {
  margin: 3px 8px 0 0;
}

.input-opening-hours {
  flex: 1;
}

.input-opening-hours-input {
  margin: 0 0 8px;
}

.input-opening-hours-input input[type='text'] {
  margin: 0 16px;
}

.input-opening-hours-input input[type='text']:first-child {
  margin-left: 0;
}

.input-opening-hours-input {
  display: flex;
  align-items: center;
}

.input-opening-hours-delete {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  cursor: pointer;
}

.input-opening-hours-delete:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #6d7175;
  transform: translate(-50%, -50%) rotate(45deg);
}

.input-opening-hours-delete:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 2px;
  background: #6d7175;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.input-opening-hours-add {
  margin: 12px 0 0;
  color: #1571da;
  font-size: 12px;
  cursor: pointer;
}

.input-opening-hours-add:hover {
  text-decoration: underline;
}

input[type='text'].js-picker-datetime,
input[type='text'].js-picker-date {
  padding-right: 32px;
  font-size: 13px;
  background: url(/manage/assets/img/icon-calendar.svg) no-repeat 95% 50%;
  background-size: 14px 14px;
}

.public-date-row .fp-input-wrap,
.date-row .fp-input-wrap {
  width: 257.75px;
}

/* start js-password-wrapper */
.js-password-wrapper {
  position: relative;
  width: 50%;
}

.js-password-wrapper .js-password-button {
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  width: 48px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0 4px 4px 0;
  text-indent: -9999px;
  background: url(/manage/assets/img/icon-passwd-show.svg) no-repeat 50% 50%;
  background-size: 20px 12px;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .js-password-wrapper .js-password-button:hover {
    background-color: #e1e3e5;
  }
}

.js-password-wrapper .js-password-button.is-show {
  background-image: url(/manage/assets/img/icon-passwd-hide.svg);
  background-size: 20px 20px;
}
/* end js-password-wrapper */

.input-file {
  display: flex;
}

.ogp-row .fp-file-wrap > div > ul li,
.input-file-thumb {
  margin: 0 16px 0 0;
}

.ogp-row img {
  width: 80px;
}

.input-file-upload {
  margin: 0 0 16px;
}

.input-file-data {
  display: flex;
  align-items: center;
}

.input-file-name {
  margin: 0 16px 0 0;
}

.input-file-name a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .input-file-name a:hover {
    text-decoration: none;
  }
}

.input-file-delete {
  display: inline-flex;
  align-items: center;
  margin: 0;
  margin-left: 5px;
  padding: 3px;
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  font-size: 12px;
  background: #fff;
}

.input-file-delete:before {
  content: '×';
  display: inline-block;
  margin: 0 4px 0 0;
  font-weight: bold;
}

.input-file-delete:hover {
  background: #e1e3e5;
}

.table {
  width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  word-break: break-all;
}

.table tr:first-child th,
.table tr:first-child td {
  padding-top: 0;
}

.table tr:last-child th,
.table tr:last-child td {
  padding-bottom: 0;
  border-bottom: none;
}

.table th {
  padding: 14px 0;
  border-bottom: 1px solid #e1e3e5;
  box-sizing: border-box;
}

.table th + td {
  padding-left: 40px;
}

.table td {
  padding: 14px 0;
  border-bottom: 1px solid #e1e3e5;
  box-sizing: border-box;
}

.table td + td {
  padding-left: 16px;
}

.table-order-list-img {
  width: 64px;
  line-height: 1;
}

.table-order-list-img img {
  width: 64px;
}

.table-order-list-date {
  color: #6d7175;
  font-size: 10px;
}

.table-order-list-quantity {
  text-align: right;
  white-space: nowrap;
}

.table-order-list-total {
  font-weight: bold;
  text-align: right;
  white-space: nowrap;
}

.table-order-list-delete {
  line-height: 1;
}

.table-payment th {
  padding: 0 0 14px;
  border-bottom: none;
  color: #6d7175;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
}

.table-payment td {
  padding: 0 0 14px;
  border-bottom: none;
  text-align: right;
}

.table-payment-total {
  line-height: 1.5;
  border-top: 1px solid #e1e3e5;
}

.table-payment-total th {
  padding: 20px 0 0;
  color: #202223;
  font-size: 14px;
}

.table-payment-total td {
  padding: 20px 0 0;
  color: #dc3545;
  font-size: 18px;
  font-weight: bold;
}

.table-order-detail th {
  color: #6d7175;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.table-order-detail td {
  width: 100%;
}

.table-customer th {
  padding-bottom: 0;
  border-bottom: none;
  color: #6d7175;
  font-size: 10px;
  font-weight: normal;
  text-align: left;
}

.table-customer td {
  padding-top: 0;
  border-bottom: 1px solid #e1e3e5;
}

.table-account th {
  color: #6d7175;
  font-size: 11px;
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

.table-account td {
  width: 100%;
}

.table-account td img {
  max-width: 56px;
}

.table-status th {
  padding-bottom: 4px;
  border-bottom: none;
  font-weight: normal;
  text-align: left;
}

.table-status td {
  padding-top: 0;
  border-bottom: 1px solid #e1e3e5;
}

.table-purchase-history-num {
  font-weight: bold;
}

.table-purchase-history-price {
  text-align: right;
  white-space: nowrap;
}

.table-purchase-history-date {
  text-align: right;
  white-space: nowrap;
}

.table-purchase-history-more {
  margin: 16px 0 0;
  padding: 16px 0 0;
  border-top: 1px solid #e1e3e5;
  text-align: center;
}

.ttl-01 {
  line-height: 1.5;
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: bold;
}

.text-primary {
  color: #1571da;
}

.text-secondary {
  color: #6d7175;
}

.text-success {
  color: #28a745;
}

.text-danger {
  color: #dc3545;
}

.text-warning {
  color: #ef9816;
}

.text-info {
  color: #40bcd4;
}

.badge {
  line-height: 1;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 7px;
  border-radius: 4px;
  color: #fff;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.badge:empty {
  display: none;
}

.rounded-pill {
  border-radius: 50rem !important;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.text-left {
  text-align: left !important;
}

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

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

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.bg-empty {
  background-color: #f6f6f7;
}

/*パスワード認証*/

.common .js-action-make-password {
  display: none;
}

.common .base-password .fp-body-block {
  display: block;
}

.js-nav-has-opened .lay-main-wrap,
.js-nav-is-active .lay-main-wrap {
  padding-left: 230px;
}

/*
** 左寄せサイドメニュー
*/
.side {
  position: fixed;
  transform: translate3d(0, 0, 0);
  top: 32px;
  margin-left: 0;
  width: 230px;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  z-index: 5;
  border-right: 1px solid #dddddd;
  background-color: #f6f6f7;
}

.side {
  flex-shrink: 0;
  width: 240px;
  min-height: calc(100vh - 56px);
  padding: 24px 0 0;
  border-right: 1px solid #e1e3e5;
  box-sizing: border-box;
}

.side-nav-wrap {
  overflow: auto;
  height: 90vh;
  scrollbar-width: none;
  -ms-overflow-style: none;
  width: 240px;
  background: #f6f6f7;
  border-right: 1px solid #e1e3e5;
  padding: 24px 0 0;
}

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

.side-nav-wrap {
  color: #fff;
  background: #355159;
  border-right: 1px solid #707070;
}

.side-nav-wrap .cls-1 {
  fill: #fff;
}

.side-wrap {
  overflow: auto;
  height: 100vh;
  padding: 0 0 104px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.side-wrap::-webkit-scrollbar {
  display: none;
}
.side-nav-parent {
  font-weight: bold;
}

.side-nav-parent a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 40px 8px 24px;
  color: inherit;
}

.side-nav-parent a svg {
  display: block;
  flex-shrink: 0;
  width: 20px;
  margin: 0 8px 0 0;
}

.side-nav-parent.is-active svg .cls-1 {
  fill: #7ac7ff;
}

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

.side-nav-label {
  margin: 0 0 4px;
  padding: 0 24px;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.side-nav-parent span,
.side-nav-parent {
  font-weight: bold;
}

.side-nav-parent a {
  display: flex;
  align-items: center;
  position: relative;
  padding: 8px 40px 8px 24px;
  color: inherit;
}

.side-nav-parent a svg {
  display: block;
  flex-shrink: 0;
  width: 20px;
  margin: 0 8px 0 0;
}

.side-nav-child {
  padding: 0 16px 0 0;
}

.side-nav-child.is-active {
  padding-right: 0;
  height: 36.8px;
}

.side-nav-child a {
  display: block;
  position: relative;
  padding: 8px 16px 8px 52px;
  color: #6d7175;
  box-sizing: content-box;
}
.side-nav-child a {
  color: #fff;
}
.side-nav-wrap .side-nav .side-nav-child a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.side-nav-child.is-active a {
  position: absolute;
  margin-left: 50px;
  width: 190px;
  padding: 6px 16px;
  color: #fff;
  background: #9cd260;
}

.side-nav-parent.is-hasChild a {
  cursor: inherit !important;
  text-decoration: none !important;
}

.side-nav-parent .btn.is-off {
  justify-content: flex-start;
  pointer-events: inherit !important;
  background-color: transparent !important;
  color: inherit !important;
  border-radius: 0;
}

.side-nav-parent.is-active.is-only a.btn.is-off {
  color: #fff !important;
}

.side-nav-parent .btn.is-off:hover {
  text-decoration: underline;
}

.side-nav-child a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  transition: 0.3s;
}
.side-nav-child a.is-current {
  background: #edeef0;
}
.report .side-nav-child a.is-current:before {
  background: #9cd260;
}

@media screen and (max-width: 767px) {
  .side {
    position: fixed;
    top: 32px;
    width: 240px;
    height: 75px !important;
    border: none;
    flex-shrink: 0;
    z-index: 5;
    margin-left: 0;
    padding: 24px 0 0;
    transform: translate3d(0, 0, 0);
    min-height: calc(100vh - 56px);
  }
  .side.is-fixed:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    box-shadow: 0 0 10px rgb(0, 0, 0, 0.1);
    z-index: 100;
  }
  .side-wrap {
    height: inherit;
  }
  .header-logo img {
    width: 98px;
    vertical-align: baseline;
  }
  /* .side-nav-child {
    display: none;
  }
  .side-nav-child a {
    background: #EDEEF0;
    padding: 16px;
  } */
  .side-nav-child a + a {
    margin-top: 1px;
  }
}

.js-action-file-data li {
  display: flex;
  margin-top: 15px;
  align-items: flex-start;
}

.image-size {
  margin-top: 10px;
}

.favicon img {
  min-width: 32px;
  width: 32px;
}

.web-clip-icon img {
  min-width: 144px;
  width: 144px;
}

.posts th[data-name='title'] {
  width: 42.5%;
}

#lay-modal-window .is-disabled .js-btn-registration {
  pointer-events: none !important;
  background-color: #b7b7b7 !important;
  border-color: #b7b7b7 !important;
}

#lay-modal-window .is-disabled:hover {
  opacity: unset !important;
}

.list-option-slide-menu-contents .fp-range-wrap .fp-w-m-middle {
  width: 122px;
}

.list-option-slide-menu-contents .input-checkbox input,
.slide-menu-contents input {
  pointer-events: auto !important;
  height: 40px;
  padding: 0 8px;
  border-color: #edeef0;
  border-radius: 4px;
  outline: none;
  background: #fff !important;
  box-sizing: border-box;
}

.list-option-slide-menu-contents .input-checkbox input {
  padding: 0 100%;
}

.selectable-template-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}

.template-list-img-zoom {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 168px;
  padding: 16px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  transform: translate(80%, -80%);
}

/** start 絞込検索**/
.slide-menu,
.list-option-slide-menu {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 320px;
  background: #fff;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.16); */
  transform: translateX(100%);
  transition: 0.3s;
  z-index: 200;
}

.slide-menu.is-open,
.list-option-slide-menu.is-open {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
  transform: translateX(0);
}

.slide-menu-overlay,
.list-option-slide-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: 100;
}

.slide-menu-head,
.list-option-slide-menu-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 56px;
  padding: 16px 24px;
  border-bottom: 1px solid #e1e3e5;
  box-sizing: border-box;
}

.slide-menu-head-close,
.list-option-slide-menu-head-close {
  position: relative;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.slide-menu-head-close:before,
.list-option-slide-menu-head-close:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #6d7175;
  transform: translate(-50%, -50%) rotate(45deg);
}

.slide-menu-head-close:after,
.list-option-slide-menu-head-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #6d7175;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.slide-menu-contents,
.list-option-slide-menu-contents {
  height: calc(100vh - 124px);
  overflow: auto;
  padding: 24px;
  box-sizing: border-box;
}

.slide-menu-contents::-webkit-scrollbar,
.list-option-slide-menu-contents::-webkit-scrollbar {
  width: 6px;
}

.slide-menu-contents::-webkit-scrollbar-track,
.list-option-slide-menu-contents::-webkit-scrollbar-track {
  background: #eee;
}

.slide-menu-contents::-webkit-scrollbar-thumb,
.list-option-slide-menu-contents::-webkit-scrollbar-thumb {
  background: #999;
}

.slide-menu-avatar,
.list-option-slide-menu-avatar {
  margin: 0 0 16px;
  padding: 0 0 32px;
  border-bottom: 1px solid #e1e3e5;
  text-align: center;
}

.slide-menu-avatar-img,
.list-option-slide-menu-avatar-img {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto 16px;
  border-radius: 100%;
}

.slide-menu-avatar-img img,
.list-option-slide-menu-avatar-img img {
  width: 140px;
  height: 140px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.slide-menu-avatar-name,
.list-option-slide-menu-avatar-name {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}

.slide-menu-avatar-role,
.list-option-slide-menu-avatar-role {
  margin: 0 0 24px;
  color: #6d7175;
}

.slide-menu-email,
.list-option-slide-menu-email {
  margin: 0 0 16px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1e3e5;
}

.slide-menu-email-label,
.list-option-slide-menu-email-label {
  margin: 0 0 8px;
  color: #6d7175;
  font-size: 12px;
}

.slide-menu-contract,
.list-option-slide-menu-contract {
  margin: 0 0 24px;
  padding: 0 0 16px;
  border-bottom: 1px solid #e1e3e5;
}

.slide-menu-contract-label,
.list-option-slide-menu-contract-label {
  margin: 0 0 8px;
  color: #6d7175;
  font-size: 12px;
}

.slide-menu-contract-date,
.list-option-slide-menu-contract-date {
  margin: 0 0 8px;
}

.slide-menu-contract-trial,
.list-option-slide-menu-contract-trial {
  display: inline-block;
  margin: 0 0 8px;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background: #dc3545;
}

.slide-menu-contract-rule a,
.list-option-slide-menu-contract-rule a {
  text-decoration: underline;
}

.slide-menu-plan-btn,
.list-option-slide-menu-plan-btn {
  margin: 0 0 32px;
  text-align: center;
}

.slide-menu-search .slide-menu-contents,
.list-option-slide-menu-search .slide-menu-contents {
  padding-bottom: 150px;
}

.slide-menu-search-label,
.list-option-slide-menu-search-label {
  margin: 0 0 8px;
  color: #6d7175;
  font-size: 12px;
}

.slide-menu-search-input,
.list-option-slide-menu-search-input {
  margin: 0 0 24px;
}

.slide-menu-search-btn,
.list-option-slide-menu-search-btn {
  display: flex;
  flex-direction: row-reverse;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 16px;
  border-top: 1px solid #e1e3e5;
  background: rgba(255, 255, 255, 0.9);
}

.list-option-slide-menu-search-btn button.btn-primary {
  height: 36px;
  font-size: 13px;
  padding: 0;
}

.list-option-slide-menu-search-btn button.btn-outline-danger {
  font-size: 14px;
  padding: 10px 24px;
}

.slide-menu-search-btn .btn + .btn {
  margin-top: 16px;
}

.list-option-slide-menu-search .slide-menu-search-input {
  margin: 0;
}

.list-option-slide-menu-search .slide-menu-search-input .input-checkbox {
  font-size: 13px;
}
/** end 絞込検索**/

/** start list-option **/
.list-option-slide-menu .fp-wrap + .fp-wrap {
  border: none;
}

.list-option li span:hover {
  filter: none;
}

.list-option .input-checkbox-vertical .mod-panel-layout > li {
  display: block;
}

.list-option .input-checkbox-vertical li {
  margin-left: 0;
  margin-bottom: 20px;
}
/** end list-option **/

/* start パンくずリスト */
.breadcrumb {
  display: flex;
  align-items: center;
  width: 100%;
  margin: 0 0 4px;
}

.breadcrumb-item:first-of-type {
  display: inline-block;
  width: 16px;
  height: 14px;
}

.breadcrumb-item + .breadcrumb-item {
  position: relative;
  margin: 0 0 0 20px;
}

.breadcrumb-item + .breadcrumb-item:before {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  left: -14px;
  height: 4px;
  width: 4px;
  padding-right: 0;
  border-top: 1px solid #acb4bb;
  border-right: 1px solid #acb4bb;
  transform: rotate(45deg);
}

.breadcrumb-item a {
  font-size: 12px;
  color: inherit;
}

.breadcrumb-item:first-of-type a {
  display: inline-block;
  width: 16px;
  height: 14px;
}

.breadcrumb-item:first-of-type a img {
  width: 16px;
  height: 14px;
  vertical-align: top;
}

.breadcrumb-item span {
  font-size: 12px;
}
/* end パンくずリスト */

/* .col-data .content-wrap {
  padding: 0;
} */

.lay-head-inner-wrap.is-fixed {
  display: none;
}

/* start list-paging-wrap */
.list-paging-wrap .fp-select-wrap {
  margin-left: 8px;
  height: 32px;
}

.list-paging-wrap .btn-basic .icon-arrow-left {
  top: -2px !important;
}

.list-paging-wrap .btn-basic .icon-arrow-right {
  top: -2px !important;
}
/* end list-paging-wrap */

.list-table-basic th {
  border-color: #e1e3e5;
}

.list-table-basic tbody td {
  border-bottom: 1px solid #e1e3e5;
}

.sort-mode .lay-main-wrap {
  background: #e6f0f8;
}

.sort-mode .panel-body.list-table-wrapper {
  border: none;
  border-radius: 8px;
  box-shadow: none;
}

.sort-mode .list-head-wrap {
  display: block;
}

.sort-mode .title_sort {
  padding: 20px;
  background: #d9f2f6;
  border: 1px solid #9ddee9;
  border-radius: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #40bcd4;
  margin: 0 0 20px;
}

.sort-mode .title_sort:before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(/manage/assets/img/common/icon-btn/icon-check.svg) no-repeat 50% 50%;
  background-size: 18px 18px;
  margin: 0 8px -4px 0;
}

.sort-mode .list-paging-wrap {
  justify-content: flex-end;
  padding: 16px 0 0;
  margin-bottom: -8px;
  position: relative;
}

.sort-mode .list-paging-wrap:before {
  content: '';
  position: absolute;
  top: 0;
  right: -24px;
  left: -24px;
  height: 1px;
  background: #e1e3e5;
}

.part-settings .btn-info {
  margin-bottom: 20px;
}

.error-code {
  margin: 0 0 32px;
}

.error-ttl {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: bold;
}

.error-txt {
  margin: 0 0 32px;
  font-size: 12px;
}

.error-txt a {
  text-decoration: underline;
}

.error-txt a:hover {
  text-decoration: none;
}

.com-main-title-wrap .btn-right-wrap a:hover {
  text-decoration: none;
}

.report-detail-tab-wrap .content-wrap {
  margin-left: 0;
  margin-right: 0;
  padding: 32px;
  background: #fff;
  border: solid 1px #eceeef;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.com-main-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px !important;
}
.panels-head {
  display: flex;
  align-items: center;
  margin: 0 0 16px;
}

.panels-head-back {
  margin: 0 16px 0 0;
}
.panels-head-back a {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  border: 1px solid #6d7175;
  border-radius: 100%;
  background: #6d7175;
  box-sizing: border-box;
}
.panels-head-back a:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 42%;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translateY(-50%) rotate(-45deg);
}

.main-wide-panel {
  margin: 0 0 24px;
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.main-wide-panel-label {
  margin: 0 0 16px;
  font-size: 16px;
  font-weight: bold;
}

/* Modal Window
----------------------------------------------------------- */

#lay-modal-window {
  display: none;
  opacity: 0;
  box-sizing: border-box;
  position: fixed;
  top: -58px;
  width: 100% !important;
  height: 58px;
  right: 0;
  margin-left: 0;
  border-radius: none;
  background-color: #28a745;
  box-shadow: 0 0 4px 2px #36363680;
  font-size: 13px;
  padding: 12px 16px;
  color: #fff;
  z-index: 102;
}

#lay-modal-window .modal-text-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

#lay-modal-window .modal-html-body {
  color: #000;
}

.modal-logo {
  padding-right: 10px;
}

.modal-text .body {
  font-size: 13px;
}

@media screen and (max-width: 1100px) {
  #lay-modal-window {
    width: 280px !important;
  }
}

/* Modal Window center
----------------------------------------------------------- */

#lay-modal-window.lay-modal-window-center {
  top: -58px;
}

#lay-modal-window .panel-layout.btn-box {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 2px;
  right: 15px;
}

#lay-modal-window .panel-layout.btn-box li {
  float: right;
  min-width: 70px;
  margin-left: 8px;
  padding: 2px;
  font-size: 11px;
  border: none;
  text-align: center;
  cursor: pointer;
}
#lay-modal-window .panel-layout.btn-box li a {
  text-decoration: none;
}

#lay-modal-window .panel-layout.btn-box li:hover {
  opacity: 0.7;
}

#lay-modal-window .panel-layout.btn-box li a {
  padding: 8px 16px;
  font-size: 13px;
  white-space: nowrap;
}

#lay-modal-window .panel-layout.btn-box li a:hover {
  text-decoration: none;
}

.modal-text {
  width: 100%;
  text-align: center;
}

a.btn-04.icon-s-registration.js-btn-registration {
  width: auto;
  height: auto;
  min-width: 96px;
  display: block;
  padding: 11px 16px;
  font-size: 14px;
  /* color: #fff; */
  line-height: 1;
  border: solid 1px;
  border-radius: 6px;
  box-shadow: 1px 1px 3px -1px #8080807a;
  box-sizing: border-box;
  color: #fff;
  background-color: #1571da;
  border-color: #1571da;
  text-align: center;
}

a.btn-03.icon-s-cancel.js-btn-cancel {
  width: auto;
  height: auto;
  /* min-width: 96px; */
  display: block;
  padding: 11px 16px;
  font-size: 14px;
  /* color: #fff; */
  line-height: 1;
  border: solid 1px;
  border-radius: 6px;
  box-shadow: 1px 1px 3px -1px #8080807a;
  box-sizing: border-box;
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.list-empty {
  padding: 16px 32px;
}

.icon-upload:before {
  content: '';
}
.fp-file-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  margin-bottom: 20px;
  /* border: 1px solid #e9e9e9; */
  text-align: center;
}
.fp-file-wrap > div.sub-img {
  flex-direction: column-reverse;
  align-items: center;
  text-align: center;
}
.fp-file-wrap .sub-img img {
  max-height: 200px;
  min-width: 200px;
  width: 70px;
}
.file-clm-wrap {
  align-items: center;
  width: 100px;
  margin: 0;
  white-space: nowrap;
}
.fp-file-wrap-cml {
  margin-bottom: 20px;
}

.fp-file-wrap > div > .js-action-img-wrap > ul li {
  margin: 0 10px 5px 0;
}
.fp-file-wrap img {
  height: 100%;
  width: 100%;
}
.fp-file-wrap p {
  margin: 10px 0;
  font-size: 12px;
  line-height: 1.4;
  color: #999;
  white-space: nowrap;
  display: none;
}
.input-img-btn {
  text-decoration: none;
  margin: 16px 0 20px;
  color: #1571da;
  cursor: pointer;
}
.js-action-file-data a {
  display: inline-block;
  margin: 0;
  min-width: 100px;
}
.js-action-img-wrap {
  display: flex;
  flex-wrap: wrap;
}

.js-action-file.fp-w-l-long {
  width: auto;
  margin: 0;
  text-align: left;
}

.fp-file-wrap > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start !important;
  min-height: 66px;
}

.js-action-only-file-upload {
  margin-bottom: 15px;
}
.fp-file-drop-wrap > div {
  padding-left: 6px;
  padding-right: 10px;
}
.fp-file-drop-wrap > div {
  width: 100%;
  border: solid 1px #e1e3e5;
  border-top: none;
  padding: 20px 20px 20px 35px;
  border-radius: 0;
  position: relative;
}
.fp-file-drop-wrap > div:first-child {
  border-top: solid 1px #e1e3e5;
}
.fp-file-drop-wrap .js-action-img li {
  width: 110px;
}

.btn-info {
  border: 1px solid #1571da;
  background-color: #1571da;
  color: #fff !important;
}
.btn-info.focus,
.btn-info:focus,
.btn-info:hover {
  background-color: #1571da !important;
  opacity: 0.7;
}

.js-action-file-cml:before {
  content: ':::';
  display: block;
  position: absolute;
  top: 50%;
  height: 20px;
  width: 20px;
  left: 5px;
  opacity: 1;
  cursor: move;
  transform: translateY(-50%);
}
.js-action-list-row-del-btn:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  background: url(/assets/dist/frontend/img/icon-delete.svg) no-repeat 50% 50%;
  background-size: 10px 10px;
}
.list-option-slide-menu-search-btn button {
  width: 200px;
  margin: 0 auto;
}
.content-wrap .list-option-slide-menu {
  width: 50% !important;
  min-width: 480px;
  max-width: 540px;
}
.fp-head-block {
  display: flex;
  align-items: flex-start;
  margin: 10px 0 5px 0;
  padding: 0;
  text-align: left;
  vertical-align: top;
  box-sizing: border-box;
  line-height: 1.4;
}
.fp-head-block i {
  color: #fff;
  display: inline-block;
  background-color: #bcbccb;
  border-radius: 4px;
  font-size: 11px;
  padding: 4px 8px;
  margin-left: 7px;
  min-width: 25px;
  line-height: 1;
  font-style: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.fp-head-block i.fp-input-require {
  background-color: #dc3545;
}

.fp-error-text {
  width: 100%;
  color: #cc022c;
  font-size: 12px;
  margin: 5px 0 5px;
  margin-left: 1.3em;
  text-indent: -0.6em;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fp-body-block .required {
  background-color: #ffddde !important;
  border: 1px solid #ffddde;
  outline: 0;
  box-shadow: 0 0 0 1px #ffddde;
  -moz-box-shadow: 0 0 0 1px #ffddde;
  -webkit-box-shadow: 0 0 0 1px #ffddde;
}

.error-messege {
  position: relative;
  line-height: 1;
  display: inline-block;
  padding: 4px 8px;
  margin-left: 7px;
  border-radius: 10px;
  color: #fff !important;
  font-size: 11px;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #dc3545;
}
.error-messege::before {
  content: 'ERROR!';
  position: absolute;
  font-size: 12px;
  top: -25px;
  left: -25px;
  background: #dc3545;
  padding: 5px 20px;
  border-radius: 4px;
  text-align: center;
  z-index: 1;
}

.btn-print:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 8px 0 0;
  background: url(/manage/assets/img/icon-print.svg) no-repeat 50% 50%;
  background-size: 14px 14px;
}
.btn-print:hover:before {
  filter: brightness(0) invert(1);
}
.btn-print {
  display: inline-flex;
  align-items: center;
}

.panels-head-edit > a {
  margin-left: 10px;
}

.list-option-slide-menu-search-btn button.btn.btn-outline-danger.btn-lg.btn-block.js-action-list-search-clear {
  height: 36px;
  padding: 0 !important;
  color: #fff;
  background-color: #a8acac;
  border: solid 1px #a8acac;
}

.list-option-slide-menu-head-label {
  font-size: 16px;
}

.fp-select-wrap:before {
  /* content: "";
  pointer-events: none;
  display: block;
  position: absolute;
  top: calc((100% - 13px)/2);
  right: 13px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a3a3ab;
  border-right: 2px solid #a3a3ab;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1; */
}

/* efo-form
================================================== */

.form-box {
  padding-top: 80px;
}
.service-form-case {
  padding: 80px 0;
}

.efo-form-right {
  width: 42.72727272727273%;
}

.efo-form-right-container {
  padding: 80px 0;
}

.efo-form-right-container > form {
  margin: 0 0 56px;
}

.efo-submit-container {
  max-width: 100%;
  padding: 0;
  text-align: center;
}

.service-form {
  position: relative;
  background: #f6f7f7;
}

.service-form:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: #fff;
  box-shadow: -5px 0 20px rgb(0, 0, 0, 0.08);
  z-index: 1;
}

.service-form-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.form-company-inner.area-inner {
  padding: 120px 0 0;
}

.form-company-inner.is-current input[type='text'],
.form-company-inner.is-current textarea {
  background: #fdf3f0;
  border-color: #d93600;
}

.form-company-inner.post-inner {
  display: flex;
  align-items: flex-end;
}

.service-form-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 48px;
}

.ttl-txt {
  margin: 0 0 48px;
}

.form-sec-ttl {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 24px;
}

.form-flow {
  margin: 0 0 48px;
}

.step {
  display: flex;
  margin: 0 0 24px;
}

.step-num {
  width: 80px;
  line-height: 1;
  margin: 3px 20px 0 0;
  padding: 4px 0;
  border-radius: 20px;
  font-size: 12px;
  text-align: center;
  color: #999;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-num:after {
  content: '';
  width: 1px;
  height: 28px;
  position: absolute;
  bottom: -28px;
  left: 40px;
  background: #d6d6d6;
}

.step:last-of-type .step-num:after {
  content: none;
}

.step.is-current .step-num {
  color: #fff;
  background: #333;
}
.is-passed .step-num {
  background: #e6e6e6;
}
.step.is-current .step-num:after {
  background: #333;
}

.step-ttl {
  font-size: 14px;
  color: #999;
}

.step.is-current .step-ttl {
  color: #333;
}

.form-type-item {
  padding: 0;
  margin: 0 0 48px;
}

.form-type-li {
  list-style: disc;
  margin: 0 0 16px 24px;
}

.company-file {
  margin: 0 0 24px;
}

.pdf-download a {
  color: #59ae9b;
  text-decoration: underline;
}

.pardot-description {
  margin: 0 0 40px;
}

.mandatory {
  display: inline-block;
  font-size: 10px;
  color: #fff;
  padding: 0 6px;
  margin: 0 4px 0 0;
  background: #d93600;
  border-radius: 2px;
  position: relative;
  top: -2px;
}

.alert-danger {
  display: none;
  font-size: 12px;
  color: #d93600;
  line-height: 2;
  padding: 12px;
  margin: 0 0 40px;
  border: 1px solid #d93600;
  background: #fdf3f0;
  border-radius: 4px;
}

.form-ttl {
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}

.form-ttl:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
  margin: 0 0 0 8px;
}

.form-ttl.ttl-mandatory:after {
  content: '蠢���';
  background: #d93600;
}

.cer {
  content: '莉ｻ諢�';
  background: #999;
}

.check-li {
  display: inline-block;
  max-width: 100%;
  margin: 0 0 8px;
  padding: 0;
}

.efo-input-checkbox {
  display: flex;
  flex-direction: column;
}

.efo-input-checkbox label {
  position: relative;
  cursor: pointer;
  margin: 0 0 8px;
}

.efo-input-checkbox label:before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin: 4px 8px 0 0;
  border: 1px solid #d5d8d8;
  border-radius: 3px;
}
.efo-input-checkbox label:before {
  border-color: #1571da;
}
.efo-input-checkbox label.check:before {
  background: #1571da;
}

.efo-input-checkbox label:after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.efo-input-checkbox label.check:after {
  border-color: #e65377;
}

label {
  display: inline-block;
  max-width: 100%;
}

label.inline {
  margin: 0;
  font-size: 12px;
  line-height: 14px;
  cursor: pointer;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

.contact-check-input {
  margin: 4px 0 0;
}

.contact-check-label {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  position: relative;
  width: auto;
}

.contact-check-label::before {
  content: '';
  display: block;
  float: left;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  margin-top: 4px;
  border: 1px solid #d5d8d8;
  border-radius: 3px;
}

.contact-check-label::after {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  content: '';
  display: block;
  height: 9px;
  left: 6px;
  margin-top: -5px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 5px;
}

.contact-check-input:checked + .contact-check-label::before {
  background: #e65377;
  border-color: #e65377;
}

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

.efo-input-radio.required.input-ng {
  width: 100%;
  border-radius: 4px;
}

.efo-input-radio .radio-li {
  display: inline-block;
}

.efo-input-radio .radio-red {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 0 8px;
  position: relative;
  text-indent: 1.8em;
  line-height: 1.8;
}

.efo-input-radio .radio-red:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 3px;
  width: 12px;
  height: 12px;
  margin-top: 1px;
  border: 1px solid transparent;
  background-color: transparent;
  border-radius: 50%;
  transform: translateY(-50%);
}

.efo-input-radio .radio-red::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 18px;
  height: 18px;
  margin: 1px 0 0;
  border: 1px solid #d5d8d8;
  border-radius: 50%;
  transform: translateY(-50%);
}

.efo-input-radio input[type='radio']:checked + label:after {
  content: '';
  border-color: #e65377;
  background-color: #e65377;
}

.efo-input-radio {
  display: flex;
  flex-direction: column;
}

.efo-input-radio .radio-red {
  position: relative;
}

.efo-input-radio .radio-red {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-block;
  width: auto;
  margin: 0 0 8px;
}

.efo-input-radio .radio-red.radio-label-form::before {
  background: #ffffff;
}

.efo-input-radio .radio-red.radio-label-form::after {
  content: '';
  display: block;
  position: absolute;
  top: 12px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e65377;
}

.efo-input-radio .radio-red input {
  display: none;
}

.caution {
  font-size: 12px;
  color: #d93600;
  line-height: 2;
  margin: 0 0 40px;
}

.form-company-inner {
  margin: 0 0 48px;
}

.input-inner {
  margin: 0 0 8px;
}

.input-inner:empty {
  min-height: 3em;
}

.radio-box {
  margin: 0 0 16px;
}

.radio-li {
  display: inline-block;
  /*margin: ;*/
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
} */

@media screen and (max-width: 1100px) {
  .service-form-inner {
    margin: 0 16px;
  }
}

@media screen and (max-width: 896px) {
  .form-box {
    padding-top: 60px;
  }
  .efo-form-right {
    width: auto;
    background: #fff;
  }
  .efo-form-right-container {
    width: 82.935vw;
    padding: 56px 0;
    margin: 0 auto;
    max-width: initial;
  }
  .service-form-case {
    max-width: 460px;
    margin: 0 auto;
    padding: 56px 0;
  }

  .service-form-ttl {
    text-align: center;
  }
  .postal-code button {
    padding: 8px 24px 9px 16px;
  }
  .postal-code button:after {
    right: 12px;
    top: 15px;
  }
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 460px) {
  .service-form-case {
    margin: 0 16px;
  }
  .efo-form-right-container {
    width: auto;
    margin: 0 16px;
  }
}

/* efo-submit-container
================================================== */

.efo-dummy-select {
  display: inline-block;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  width: 220px !important;
  height: 43px !important;
  padding: 10px 12px;
  color: #202223;
  font-size: 12px;
}

.efo-dummy-select:after {
  content: '';
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  position: absolute;
  top: 18px;
  right: 16px;
  transform: rotate(135deg);
  display: block;
  width: 6px;
  height: 6px;
  z-index: 5;
}

.efo-input-wrap {
  position: relative;
}

.efo-search-address {
  position: absolute;
  top: 0;
  right: 0;
  background: #f6f6f6;
  border-radius: 4px;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 8px 36px 7px 24px;
  font-size: 12px;
  height: 40px;
  cursor: pointer;
  transition: 0.3s;
}

.efo-search-address:hover {
  opacity: 0.7;
}

.efo-search-address:after {
  content: '';
  position: absolute;
  right: 22px;
  top: 16px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0Ljk1IiBoZWlnaHQ9IjguOTUiIHZpZXdCb3g9IjAgMCA0Ljk1IDguOTUiPg0KICA8ZyBpZD0i44Kw44Or44O844OXXzE5IiBkYXRhLW5hbWU9IuOCsOODq+ODvOODlyAxOSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyMjAgLTI4OCkiPg0KICAgIDxyZWN0IGlkPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjIwIDI4OC43MDcpIHJvdGF0ZSgtNDUpIi8+DQogICAgPHJlY3QgaWQ9ImxpbmUtMiIgZGF0YS1uYW1lPSJsaW5lIiB3aWR0aD0iMSIgaGVpZ2h0PSI2IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxMjI0LjI0MyAyOTIpIHJvdGF0ZSg0NSkiLz4NCiAgPC9nPg0KPC9zdmc+DQo=);
  background-size: 5px 9px;
  background-repeat: no-repeat;
  width: 5px;
  height: 9px;
}

.efo-input-title {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  margin: 0 0 8px;
}

.efo-input-title:after {
  color: #fff;
  display: inline-block;
  border-radius: 2px;
  padding: 2px 3px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1;
}

.icon-required {
  position: relative;
  margin: 0 0 0 8px;
}

.icon-required::after {
  content: '必須';
  background: #d93600;
  color: #fff;
  font-style: normal;
  font-size: 10px;
  border-radius: 2px;
  padding: 2px 3px;
  display: inline-block;
  line-height: 1;
}

.efo-input-wrap > input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
  box-shadow: none;
  max-width: 100%;
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  height: 40px;
}

.efo-input-wrap > .efo-input-zip {
  display: inline-block;
  width: calc(100% - 240px);
  max-width: 230px;
}

.efo-input-container select {
  position: relative;
  width: 220px;
  height: 43px;
  z-index: 1;
  opacity: 0;
}

select.input-ng {
  width: 100%;
  border-radius: 4px;
  padding: 10px 12px;
  background: #fff;
  font-size: 12px;
  border: 1px solid #e6e6e6;
  cursor: pointer;
  position: relative;
  z-index: 1;
}

.efo-input-message {
  margin: 6px 0 10px 0 !important;
  font-size: 12px;
  min-height: 1.8em;
}

.efo-input-message.error {
  color: #d93600;
  opacity: 1;
}

@media screen and (max-width: 896px) {
  .efo-search-address {
    display: inline-block;
    width: 180px;
    padding: 8px 24px 7px 4px;
  }
  .efo-search-address:after {
    right: 8px;
  }
  .efo-input-wrap > .efo-input-zip {
    width: calc(100% - 196px);
  }
}

/*  */

.efo-submit-container button[type='submit'],
.efo-form-submit-button {
  display: inline-block;
  width: 100%;
  max-width: 280px;
  line-height: 3.5em;
  text-align: center;
  border-radius: 40px;
  color: #fff;
  font-size: 14px;
  background: #ef9816;
  position: relative;
  cursor: pointer;
  transition: opacity 0.2s ease-in-out;
  font-weight: bold;
}

.efo-submit-container button[type='submit']:disabled,
.efo-form-submit-button:disabled {
  background: #bfbfbf;
  cursor: default;
  opacity: 1;
}

/*
================================================== */

.efo-input-checkbox.required.input-ng,
.efo-input-radio.required.input-ng {
  width: 100%;
  border-radius: 4px;
}

.efo-input-container .efo-input-checkbox {
  width: 100%;
}

.efo-input-container .efo-input-required-check {
  display: none;
}

.efo-input-container textarea {
  width: 100% !important;
  resize: vertical;
  border-radius: 4px;
  height: 100px;
  padding: 13px 16px;
  border: 1px solid #e6e6e6;
}

.efo-input-message {
  margin: 6px 0 10px 0 !important;
  font-size: 12px;
  min-height: 1.8em;
  color: #d93600;
  opacity: 1;
}

.efo-input-message.error {
  color: #d93600;
  opacity: 1;
}

.efo-input-message:not(.error) {
  opacity: 0;
}
.efo-input-message:not(.error) {
  display: none;
}

/*
================================================== */

.efo-form.confirm .efo-submit-container {
  margin: 48px 0 0;
}

.efo-form.confirm .efo-submit-container button[type='submit'] {
  padding: 16px 100px;
  border: none;
  border-radius: 4px;
  background-color: #e65377;
  color: #fff;
  border: 3px solid #e65377;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}

.efo-form.confirm .efo-submit-container button:hover[type='submit'] {
  opacity: 0.7;
}

.efo-input-row {
  margin: 0 0 16px;
}

.confirm .efo-input-wrap {
  padding: 0 0 16px;
  border-bottom: 1px solid #e6e6e6;
}

.efo-submit-container {
}

/*
================================================== */

.service-form-column {
  width: 42.72727272727273%;
}

.complete-ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 40px;
}

.complete-txt {
  line-height: 1.8;
  margin: 0 0 40px;
}

.area-ttl {
  font-weight: bold;
  margin: 0 0 24px;
}

.contact-box {
  padding: 32px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  margin: 0 0 40px;
}

.contact-box:last-of-type {
  margin: 0 0 56px;
}

.tel a {
  font-size: 20px;
  line-height: 1.4;
}

.tel a:hover {
  text-decoration: none;
  cursor: inherit;
}

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

@media screen and (max-width: 896px) {
  .service-form:after {
    content: none;
  }
  .service-form-inner {
    display: block;
    margin: 0;
  }
  .service-form-column {
    width: auto;
  }
  .complete-ttl {
    text-align: center;
  }
}

@media screen and (min-width: 897px) {
  .sp-only {
    display: none !important;
  }
}

/*
共通の絞込検索
**********************************************/

.list-option-slide-menu-search .fp-wrap + .fp-wrap,
.list-option-slide-menu-search .checkbox-toggle + .content-wrap,
.list-option-slide-menu-search .content-row + .content-row {
  margin: 8px 0 0;
  padding: 8px 0 0;
}
.list-option-slide-menu-search input[type='text'].js-picker-datetime,
.list-option-slide-menu-search input[type='text'].js-picker-date {
  width: 144px;
  padding-right: 32px;
  font-size: 13px;
  background: url(/assets/dist/frontend/img/icon-calendar.svg) no-repeat 95% 50%;
  background-size: 14px 14px;
}
.list-option-slide-menu-search .efo-input-checkbox {
  display: block;
}
.list-option-slide-menu-search .efo-input-checkbox label:before {
  display: none;
}
.list-option-slide-menu-search .efo-input-checkbox label:after {
  display: none;
}

.list-option-slide-menu-search .efo-input-checkbox label {
  width: auto;
  line-height: normal;
}
.list-option-slide-menu-search .fp-select-wrap {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.list-option-slide-menu-search .fp-select-wrap:before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a3a3ab;
  border-right: 2px solid #a3a3ab;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}
.list-option-slide-menu-search .efo-input-message {
  display: none;
}

/*
* sidebar
*/

.side-nav > .header-category-li > .header-category-item {
  padding: 2px 16px 2px 52px;
}
.category-block {
  display: flex;
  justify-content: space-between;
  padding: 6px 0;
  line-height: 1.5;
}

.category-block span.js-icon {
  position: relative;
  display: block;
  width: 24px;
  flex-shrink: 0;
}

.category-block span {
  color: #fff;
}

.category-block span.js-icon:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  margin: 0 4px;
  top: 3px;
  left: 4px;
  border: none;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: 0.3s;
}

.side-nav .category-block.is-active span.js-icon {
  margin-right: 49px !important;
  margin-left: auto;
}

.side-nav .category-block.is-active span.js-icon.folder-open::before {
  top: 11px;
}

.side-nav .category-block.is-active span.js-icon.folder-close::before {
  top: 8px;
}

.category-block span.js-icon.folder-open:before {
  content: '';
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
  transition: 0.3s;
  top: 6px;
}

.category-block span.js-icon:hover {
  cursor: pointer;
}

.header-category-li {
  font-size: 9pt;
}

.header-category-li ul {
  display: none;
  padding: 0px 20px;
}

.header-category-li .header-category-li .header-category-li {
  padding: 0px 0 0px 20px;
}

.header-category-li li {
  list-style: none;
}

.header-category-li a:link {
  text-decoration: none;
}

.header-category-li a:visited {
  text-decoration: none;
}

.header-category-li .num {
  font-size: 8pt;
}

.category-block.is-active {
  padding-right: 0;
  height: 36.8px;
}
.category-block a span {
  color: #fff !important;
}

.category-block.is-active a {
  position: absolute;
  width: 190px;
  padding: 6px 16px;
  color: #fff;
  background: #9cd260;
}
.category-block a {
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
  color: #fff;
}
.category-block.is-active .js-icon {
  margin-left: 150px;
}

/*
共通の絞込検索
**********************************************/

.form-group.row {
  display: block;
}
.list-option-slide-menu-search .d-flex {
  display: flex;
}
.list-option-slide-menu-search .d-flex,
.list-option-slide-menu-search .fp-wrap + .fp-wrap,
.list-option-slide-menu-search .checkbox-toggle + .content-wrap,
.list-option-slide-menu-search .content-row + .content-row {
  margin: 8px 0 0;
  padding: 8px 0 0;
}
.form-control {
  display: block;
}

.list-option-slide-menu-search .justify-content-start input[type='text'].form-control,
.list-option-slide-menu-search input[type='text'].js-picker-datetime,
.list-option-slide-menu-search input[type='text'].js-picker-date {
  width: 144px;
  padding-right: 32px;
  font-size: 13px;
  background: url(/assets/dist/frontend/img/icon-calendar.svg) no-repeat 95% 50%;
  background-size: 14px 14px;
}
.main-wide-panel input[type='text'].mydatepicker {
  background: url(/assets/dist/frontend/img/icon-calendar.svg) no-repeat 95% 50%;
  background-size: 16px 16px;
}
.list-option-slide-menu-search .efo-input-checkbox {
  display: block;
}
.list-option-slide-menu-search .efo-input-checkbox label:before {
  display: none;
}
.list-option-slide-menu-search .efo-input-checkbox label:after {
  display: none;
}

.list-option-slide-menu-search .efo-input-checkbox label {
  width: auto;
  line-height: normal;
}
.list-option-slide-menu-search .fp-select-wrap {
  position: relative;
  display: inline-block;
  z-index: 0;
}

.list-option-slide-menu-search .fp-select-wrap:before {
  content: '';
  pointer-events: none;
  display: block;
  position: absolute;
  top: calc((100% - 8px) / 2);
  right: 11px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #a3a3ab;
  border-right: 2px solid #a3a3ab;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  z-index: 1;
}
.list-option-slide-menu-search .efo-input-message {
  display: none;
}

.login-other-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 10%);
  z-index: 100;
}

.login-other-header .header-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  padding: 0 40px;
  height: 80px;
}

.login-other-header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999;
}

.login-other-header .logo a {
  display: block;
}

.login-other-header .corp-link a {
  font-size: 12px;
  font-weight: 700;
}

.login-other-header .corp-link a:hover {
  text-decoration: none;
}

.login-other-header .logo img {
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .login-other-header .header-inner {
    padding: 0 16px;
    height: 60px;
    justify-content: center;
  }

  .login-other-header .nav-wrap {
    display: none;
  }

  .corp-link {
    display: none;
  }

  .login-other-header .logo a img {
    height: 32px;
  }

  .login-other-header .corp-link {
    right: 16px;
  }
}

.error {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-top: 18%;
  text-align: left;
}

/* #search-form
======================================== */
#search-form .modal-dialog .modal-body {
  padding: 2rem;
}

#search-form .modal-dialog .modal-body .row {
  /* margin-bottom: 1rem; */
  gap: 0.6rem 0;
}

#search-form .modal-dialog .modal-body label {
  color: var(--font50);
}

#search-form > .input-group {
  max-width: 400px;
  margin-right: 4px;
}

#search-form .modal-dialog .form-control .col-md-3:has(.custom-checkbox) {
  padding: 0;
}

#search-form .modal-dialog .form-control:has(.custom-control.custom-checkbox) {
  display: flex;
  gap: 0.6rem 1.6rem;
}

#search-form .modal-dialog .form-control.row:has(.custom-control.custom-checkbox) {
  gap: 0.6rem 0;
  margin: 0;
}

#search-form .modal-dialog .custom-control.custom-checkbox {
  margin-bottom: 0;
}

#search-form .modal-dialog .modal-body label.custom-control-label {
  color: var(--font100);
}

#search-form #form-advanced .modal-dialog {
  position: fixed;
  margin: auto;
  width: 500px;
  right: -500px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
  -webkit-transition: opacity 0.2s linear, right 0.2s ease-out;
  -moz-transition: opacity 0.2s linear, right 0.2s ease-out;
  -o-transition: opacity 0.2s linear, right 0.2s ease-out;
  transition: opacity 0.2s linear, right 0.2s ease-out;
}

#search-form #form-advanced .modal-content {
  height: 100%;
  overflow-y: auto;
  border-radius: 0px;
}

#search-form #form-advanced.fade.show .modal-dialog {
  right: 0;
}

@media (max-width: 575.98px) {
  #search-form #form-advanced .modal-dialog {
    width: 100%;
    right: -100%;
  }

  .btn span {
    display: none;
  }

  .content-wrapper > .content-header {
    position: unset;
    margin-bottom: 20px;
  }

  .btn-wrapper .btn {
    padding: 8px 15px;
  }

  .btn-wrapper {
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: center;
  }

  .container-fluid .content-box-wrap50 {
    width: 100%;
    padding: 1rem;
  }

  .container-fluid .center-content {
    flex-wrap: wrap;
    padding: 0 1rem;
    height: auto;
  }

  .card.list-content .card-body {
    padding: 2rem 10px;
  }

  .card.list-content .row {
    padding: 0 0 2rem;
  }

  .modal-dialog {
    width: 85%;
    margin: auto;
  }

  #list-table.table tbody td:last-child {
    padding-right: 1rem;
  }

  #list-table.table tbody td:first-child {
    padding-left: 1rem;
  }

  #list-table .dt-column-title {
    white-space: nowrap;
  }

  #list-table .dtr-control {
    display: table-cell;
    height: 100%;
    min-width: 53px;
  }

  #list-table .dtr-control:before {
    height: fit-content;
  }

  #list-table_wrapper .dt-layout-end {
    margin-left: auto;
    margin-right: auto;
  }

  .dropdown-toggle::after {
    margin-left: 0;
  }
}

.text-sm #search-form .input-group .form-control {
  font-size: inherit;
  height: unset;
}

/* modal-content
------------------------------ */
.modal-content {
  border-radius: 0.6rem;
}

.modal-header.slide-header {
  padding: 1.6rem 2rem;
  background-color: var(--uniq20);
  border-radius: 0.6rem 0.6rem 0 0;
}

.modal-header.slide-header .modal-title {
  font-size: 1.4rem;
}

.modal-header .close,
.modal-header .mailbox-attachment-close {
  margin: 0;
  padding: 0.3rem;
}

.modal-body {
  padding: 2rem;
}

.modal-body .message-title {
  font-size: 1.4rem;
  font-weight: 500;
}

.modal-body .message-main {
  font-size: 1.4rem;
  font-weight: 500;
}

.modal-body .message-main:not(:empty) {
  margin-top: 0.5rem;
}

.modal-footer {
  padding: 2rem;
  font-size: 1.2rem;
}

.modal-footer .btn-wrapper .btn {
  padding: 0.6rem 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  min-width: 10.6rem;
  padding: 1rem 2rem;
  font-size: 1.4rem;
  line-height: 1.6;
  border-radius: 0.6rem;
  transition: all 0.5s ease;
}

.modal-footer .btn-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}

#message-modal .modal-header {
  padding: 2rem 1rem 1rem;
  border: none;
}

#message-modal .modal-footer {
  border: none;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 30em;
}
