@charset "UTF-8";
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
}

html {
  font-size: 14px;
}
html.locked {
  touch-action: none;
  overflow: inherit;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif, "Alegreya SC", serif;
  color: #393A3C;
  overflow-x: hidden;
}

p {
  margin: 0 0 20px;
}

p:last-child,
ul:last-child {
  margin-bottom: 0;
}

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

/*
[link]
******************************************/
a {
  transition: 0.3s;
}
a:hover {
  opacity: 0.7;
}

.link {
  text-decoration: underline;
}
.link:hover {
  text-decoration: none;
  opacity: 1;
}
.link-back {
  margin: 30px 0 0;
}
.link-back a {
  display: inline-flex;
  align-items: center;
  height: 18px;
  line-height: 18px;
  color: #393A3C;
}
.link-back .icon {
  margin: 0 5px 0 0;
}
.link-btn {
  display: inline-flex;
  align-items: center;
  height: 25px;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #C8CACC;
  font-size: 0.9rem;
  line-height: 1;
  color: #393A3C;
}
.link-btn .icon {
  margin: 0 5px 0 0;
}
.link-btn:hover {
  text-decoration: none;
  color: #393A3C;
}

/*
[text]
******************************************/
.text-red {
  color: #ec4503;
}
.text-sm {
  font-size: 0.75rem;
}

/*
[display]
******************************************/
.pcbr {
  display: none;
}

@media (min-width: 576px) {
  .pcbr {
    display: block;
  }
  .pc-none {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .sp-none {
    display: none !important;
  }
}
/******************************************
[icon]
******************************************/
.icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.icon:before {
  content: "";
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.icon-arrow-gray:before {
  width: 7px;
  height: 13px;
  background-image: url(../img/arrow/icon-arrow-gray.png);
}
.icon-arrow-pagetop:before {
  width: 29px;
  height: 16px;
  background-image: url(../img/arrow/icon-arrow-pagetop.png);
}
.icon-arrow-back:before {
  width: 18px;
  height: 18px;
  background-image: url(../img/arrow/icon-arrow-back.png);
}
.icon-arrow-blue:before {
  width: 7px;
  height: 11px;
  background-image: url(../img/arrow/icon-arrow-blue.png);
}
.icon-home-order:before {
  width: 80px;
  height: 81px;
  background-image: url(../img/icon/icon-home-order.png);
}
.icon-home-shop:before {
  width: 79px;
  height: 65px;
  background-image: url(../img/icon/icon-home-shop.png);
}
.icon-home-user:before {
  width: 87px;
  height: 78px;
  background-image: url(../img/icon/icon-home-user.png);
}
.icon-home-earnings:before {
  width: 70px;
  height: 93px;
  background-image: url(../img/icon/icon-home-earnings.png);
}
.icon-home-goods:before {
  width: 77px;
  height: 84px;
  background-image: url(../img/icon/icon-home-goods.png);
}
.icon-home-operation:before {
  width: 87px;
  height: 68px;
  background-image: url(../img/icon/icon-home-operation.png);
}
.icon-home-post:before {
  width: 74px;
  height: 75px;
  background-image: url(../img/icon/icon-home-post.png);
}
.icon-home-app:before {
  width: 82px;
  height: 83px;
  background-image: url(../img/icon/icon-home-app.png);
}
.icon-nav-home:before {
  width: 24px;
  height: 22px;
  background-image: url(../img/nav/nav-home.png);
}
.is-active .icon-nav-home:before {
  background-image: url(../img/nav/nav-home-active.png);
}
.icon-nav-shop:before {
  width: 21px;
  height: 17px;
  background-image: url(../img/nav/nav-shop.png);
}
.is-active .icon-nav-shop:before {
  background-image: url(../img/nav/nav-shop-active.png);
}
.icon-nav-goods:before {
  width: 24px;
  height: 26px;
  background-image: url(../img/nav/nav-goods.png);
}
.is-active .icon-nav-goods:before {
  background-image: url(../img/nav/nav-goods-active.png);
}
.icon-nav-order:before {
  width: 25px;
  height: 21px;
  background-image: url(../img/nav/nav-order.png);
}
.is-active .icon-nav-order:before {
  background-image: url(../img/nav/nav-order-active.png);
}
.icon-nav-operation:before {
  width: 24px;
  height: 18px;
  background-image: url(../img/nav/nav-operation.png);
}
.is-active .icon-nav-operation:before {
  background-image: url(../img/nav/nav-operation-active.png);
}
.icon-nav-user:before {
  width: 25px;
  height: 22px;
  background-image: url(../img/nav/nav-user.png);
}
.is-active .icon-nav-user:before {
  background-image: url(../img/nav/nav-user-active.png);
}
.icon-nav-post:before {
  width: 22px;
  height: 22px;
  background-image: url(../img/nav/nav-post.png);
}
.is-active .icon-nav-post:before {
  background-image: url(../img/nav/nav-post-active.png);
}
.icon-nav-app:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/nav/nav-app.png);
}
.icon-nav-applink:before {
  width: 24px;
  height: 24px;
  background-image: url(../img/nav/nav-applink.png);
}
.icon-nav-bas:before {
  width: 23px;
  height: 17px;
  background-image: url(../img/nav/nav-bas.png);
}
.icon-nav-review:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/nav/nav-review.png);
}
.is-active .icon-nav-review:before {
  background-image: url(../img/nav/nav-review-active.png);
}
.icon-nav-work:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/nav/nav-work.png);
}
.icon-nav-linkage:before {
  width: 28px;
  height: 28px;
  background-image: url(../img/nav/nav-linkage.svg);
}
.is-active .icon-nav-linkage:before {
  background-image: url(../img/nav/nav-linkage-active.svg);
}
.icon-nav-chat:before {
  width: 28px;
  height: 28px;
  background-image: url(../img/nav/nav-chat.svg);
}
.is-active .icon-nav-chat:before {
  background-image: url(../img/nav/nav-chat-active.svg);
}

.icon-menu:before {
  width: 22px;
  height: 17px;
  background-image: url(../img/icon/icon-menu.png);
}

.icon-attention:before {
  width: 66px;
  height: 60px;
  background-image: url(../img/icon/icon-attention.png);
}

.icon-close:before {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon-close.png);
}

.icon-memo:before {
  width: 13px;
  height: 19px;
  background-image: url(../img/icon/icon-memo-off.png);
}

.icon-close-white:before {
  width: 12px;
  height: 12px;
  background-image: url(../img/icon/icon-close-white.png);
}

.icon-pin:before {
  width: 15px;
  height: 20px;
  background-image: url(../img/icon/icon-pin-off.png);
}

.icon-check:before {
  width: 18px;
  height: 14px;
  background-image: url(../img/icon/icon-check-off.png);
}

.icon-bell:before {
  width: 15px;
  height: 15px;
  background-image: url(../img/icon/icon-bell-off.png);
}

.icon-post:before {
  width: 22px;
  height: 22px;
  background-image: url(../img/nav/nav-post-active.png);
}

.icon-zoom:before {
  width: 17px;
  height: 17px;
  background-image: url("../img/icon/icon-zoom.png");
}

.icon-hand-red:before {
  width: 12px;
  height: 16px;
  background-image: url(../img/icon/icon-hand-red.svg);
}
.icon-hand-black:before {
  width: 20px;
  height: 26px;
  background-image: url(../img/icon/icon-hand-black.svg);
}
.icon-hand-white:before {
  width: 17px;
  height: 22px;
  background-image: url(../img/icon/icon-hand-white.svg);
}
.icon-time-gray:before {
  width: 16px;
  height: 16px;
  background-image: url(../img/icon/icon-time-gray.svg);
}
.icon-time-black:before {
  width: 20px;
  height: 20px;
  background-image: url(../img/icon/icon-time-black.svg);
}
.icon-tel-white:before {
  width: 23px;
  height: 22px;
  background-image: url(../img/icon/icon-tel-white.svg);
}
.icon-tel-green:before {
  width: 39px;
  height: 39px;
  background-image: url(../img/icon/icon-tel-green.svg);
}
.icon-mail-white:before {
  width: 36px;
  height: 24px;
  background-image: url(../img/icon/icon-mail-white.svg);
}

/******************************************
[arrow]
******************************************/
.arrow-tri-black:before {
  width: 4px;
  height: 8px;
  background-image: url(../img/arrow/arrow-tri-black.svg);
}
.arrow-line-white:before {
  width: 9px;
  height: 16px;
  background-image: url(../img/arrow/arrow-line-white.svg);
}

/******************************************
[form]
******************************************/
label:last-child {
  margin-bottom: 0;
}

.col-form-label {
  padding: 0;
  white-space: nowrap;
}

.required {
  display: inline-block;
  margin: 0 0 0 3px;
  color: #ec4503;
}

/*
[limit]
******************************************/
.form-limit {
  display: inline-block;
  margin-left: 5px;
  padding: 5px;
  background: #ec4503;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
}

@media (min-width: 768px) {
  .form-limit {
    display: block;
    width: 4rem;
    box-sizing: content-box;
    margin: 5px 0 0;
    text-align: center;
  }
}
/*
[help]
******************************************/
.form-help {
  margin: 5px 0 0;
}

/*
[date]
******************************************/
.form-date {
  margin: 0 10px 0 0;
}
.form-date:-moz-read-only {
  background: #fff;
}
.form-date:read-only {
  background: #fff;
}
.form-date-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.form-date-wrap .input-group {
  align-items: center;
}

#ui-datepicker-div {
  z-index: 9999 !important;
}

.form-range-unit {
  margin: 5px 0;
}

@media (min-width: 576px) {
  .form-date-wrap {
    flex-direction: row;
  }
  .form-range-unit {
    margin: 0 10px;
  }
}
/*
[select]
******************************************/
select.form-control {
  min-width: 80px;
  height: 32px;
  padding: 0 15px;
  background: url(../img/icon/icon-select.png) no-repeat center right 10px #fff;
  line-height: 30px;
}
select.form-control.select-red {
  background-color: #e00;
  color: #fff;
}
select.form-control.select-orange {
  background-color: #f7a015;
  color: #fff;
}
select.form-control.select-yellow {
  background-color: #f8ea17;
  color: #393A3C;
}
select.form-control.select-green {
  background-color: #4fbc63;
  color: #fff;
}
select.form-control.select-blue {
  background-color: #0872c6;
  color: #fff;
}
select.form-control.select-sky {
  background-color: #37d0de;
  color: #fff;
}
select.form-control.select-pink {
  background-color: #f97398;
  color: #fff;
}
select.form-control.select-brown {
  background-color: #9e8365;
  color: #fff;
}
select.form-control.select-black {
  background-color: #000;
  color: #fff;
}
select:hover {
  cursor: pointer;
}

/*
[radio,checkbox]
******************************************/
input[type=radio],
input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.form-check:last-child {
  margin: 0;
}
.form-check:hover {
  cursor: pointer;
}
.form-check-label {
  display: flex;
  align-items: center;
}
.form-check-label:before {
  content: "";
  flex: 0 0 auto;
  display: block;
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  background-color: #fff;
  background-image: url(../img/icon/icon-check-off.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid #C8CACC;
  vertical-align: middle;
}
.form-check-label:empty:before {
  margin: 0;
}
.form-check-input[type=checkbox]:checked + .form-check-label:before {
  background-image: url(../img/icon/icon-check-on.png);
}
.form-check-input[type=radio]:checked + .form-radio-label:before {
  border-color: #005dad;
  background: url(../img/icon/icon-radio-on.png) no-repeat center #005dad;
}
.form-check-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: -10px;
}
.form-check-list li {
  margin: 10px 20px 0 0;
}
.form-check-list li:last-child {
  margin-right: 0;
}
.form-check-pin input[type=checkbox]:checked + .form-check-pin-label {
  background: #ec4503;
  border-color: #ec4503;
}
.form-check-pin input[type=checkbox]:checked + .form-check-pin-label .icon:before {
  background-image: url(../img/icon/icon-pin-on.png);
}
.form-check-pin-label {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}

.form-radio-label {
  display: flex;
  align-items: center;
}
.form-radio-label:before {
  content: "";
  flex: 0 0 auto;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  border: 1px solid #C8CACC;
  vertical-align: middle;
}
.form-radio-label:empty:before {
  margin: 0;
}

/*
[file]
******************************************/
.form-file {
  display: none;
}
.form-file-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin-top: -2%;
}
.form-file-list .form-file-wrap {
  width: 49%;
  margin: 2% 2% 0 0;
}
.form-file-list .form-file-wrap:last-child {
  margin-right: 0;
}
.form-file-wrap {
  width: 110px;
}
.form-file-zoom {
  float: right;
  margin: 0 5px 0 0;
}
.form-file-delete {
  float: right;
}
.form-file-inner {
  clear: both;
  width: 100%;
}
.form-file-inner:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.form-file-item {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  border: 1px dashed #C8CACC;
  overflow: hidden;
}
.form-file-thumbnail {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
.form-file-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/icon/icon-plus.png) no-repeat center;
  cursor: pointer;
}
img + .form-file-btn {
  opacity: 0;
}

.fileBtn {
  margin: 0;
  transition: 0.3s;
}
.fileBtn-input {
  display: none;
}
.fileBtn:hover {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .form-file-wrap:nth-child(even) {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .form-file-list {
    margin-top: -10px;
  }
  .form-file-list .form-file-wrap {
    margin: 10px 10px 0 0;
    width: 155px;
  }
  .form-file-list.form-file-list-sm .form-file-wrap {
    width: 110px;
  }
}
/*
[toggle]
******************************************/
.toggle {
  display: block;
  width: 100px;
  height: 30px;
  background-color: #fff;
  border-radius: 16px;
  border: 1px solid #DDDEE0;
  transition: border-color 0.6s ease-out;
}
.toggle-wrap {
  display: block;
  margin: 0;
}
.toggle-button {
  position: absolute;
  top: 4px;
  bottom: 4px;
  right: 72px;
  width: 22px;
  background-color: #DDDEE0;
  border-radius: 19px;
  cursor: pointer;
  transition: all 0.3s 0.1s, width 0.1s, top 0.1s, bottom 0.1s;
}
.toggle-text-on, .toggle-text-off {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.toggle-text-on {
  left: 0;
  right: 0;
  color: transparent;
}
.toggle-text-off {
  right: 8px;
}
.toggle-check:checked + .toggle {
  border-color: #005dad;
  transition: all 0.5s 0.15s ease-out;
}
.toggle-check:checked + .toggle .toggle-button {
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  border-radius: 23px;
  background-color: #005dad;
  transition: all 0.2s 0.1s, right 0.1s;
}
.toggle-check:checked + .toggle .toggle-text-on {
  color: #fff;
  transition: color 0.3s 0.15s;
}
.toggle-check:checked + .toggle .toggle-text-off {
  color: transparent;
}

/*
[input-group]
******************************************/
.input-group {
  align-items: center;
}
.input-group-text {
  padding: 0 10px;
  background: none;
  border: none;
  color: #393A3C;
}
.input-group-prepend .input-group-text {
  padding: 0 10px 0 0;
}
.input-group-append .input-group-text {
  padding: 0 0 0 10px;
}

/*
[in-cell]
******************************************/
.input-in-cell {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  margin: 10px 0 0;
  padding: 10px;
  background: #F2F3F5;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}
.input-in-cell .col-form-label {
  margin: 0 10px 0 0;
  font-weight: bold;
}

/*
[editor]
******************************************/
[id^=editor_toolbar] ul {
  flex-wrap: wrap;
  clear: both;
  float: left;
  margin-bottom: 10px;
}
[id^=editor_toolbar] li:hover {
  cursor: pointer;
}

[id^=toolHead] {
  display: flex;
}
[id^=toolHead] li {
  width: 40px;
  height: 40px;
  margin: 0 5px 0 0;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}
[id^=toolHead] li:last-child {
  margin: 0;
}
[id^=toolHead] li img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

[id^=FcolorTable] {
  display: inline-flex;
  padding: 0 10px 10px 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}
[id^=FcolorTable]:after {
  content: "\a";
  white-space: pre;
}
[id^=FcolorTable] li {
  width: 25px;
  height: 25px;
  margin: 10px 10px 0 0;
}
[id^=FcolorTable] li:last-child {
  margin-right: 0;
}
[id^=FcolorTable] [title=cffffff] {
  border: 1px solid #DDDEE0;
}

[id^=FiconTable] {
  display: inline-flex;
  padding: 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}
[id^=FiconTable] li {
  width: 25px;
  height: 25px;
  margin: 0 5px 0 0;
  text-align: center;
  line-height: 25px;
}
[id^=FiconTable] li:last-child {
  margin: 0;
}

/******************************************
[modal]
******************************************/
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 2000;
}
.modal-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 3000;
}
.modal-content {
  display: none;
  position: relative;
  width: 90%;
  max-height: 95%;
  background-color: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.modal-header {
  padding: 15px;
  border-radius: 0;
  border-bottom: 1px solid #DDDEE0;
}
.modal-head-title {
  font-size: 1.2rem;
  font-weight: bold;
}
.modal-body {
  padding: 20px 15px;
  border-bottom: 1px solid #DDDEE0;
}
.modal-footer {
  padding: 15px;
  justify-content: space-between;
}
.modal-close {
  background: #fff;
  text-decoration: underline;
  font-size: 0.9rem;
  color: #005dad;
}
.modal-close:hover {
  text-decoration: none;
}
.modal-section.modal-next {
  display: none;
}
.modal-delete-content {
  padding: 15px 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.modal-delete-content .icon {
  margin: 0 0 20px;
}

@media (min-width: 576px) {
  .modal-content {
    width: 630px;
  }
  .modal-header {
    padding: 15px 20px;
  }
  .modal-footer {
    padding: 20px;
  }
  .modal-body {
    padding: 30px;
  }
  .modal-close {
    font-size: 1rem;
  }
  .modal-delete-content {
    padding: 0;
    font-size: 1.4rem;
  }
}
/******************************************
[btn]
******************************************/
.btn {
  min-width: 110px;
  height: 35px;
  padding: 0 10px;
  line-height: 35px;
  font-size: 1.1rem;
  font-weight: bold;
  transition: 0.3s;
}
.btn:hover:not(:disabled) {
  opacity: 0.7;
  color: #fff;
}
.btn:disabled {
  background: #C8CACC;
  border-color: #C8CACC;
  opacity: 1;
}
.btn.btn-sm {
  min-width: 0;
  padding: 10px;
  height: auto;
  font-size: 1rem;
  line-height: 1;
}
.btn.btn-slim {
  display: inline-flex;
  align-items: center;
  min-width: 0;
  height: 30px;
  padding: 0 10px;
  font-size: 1rem;
  line-height: 1;
}
.btn.btn-mini {
  min-width: 0;
  height: 25px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 23px;
}
.btn.btn-pill {
  height: 40px;
  padding: 0 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #C8CACC;
  line-height: 38px;
  text-align: center;
}
.btn-lg {
  height: 50px;
  line-height: 50px;
  font-size: 1.4rem;
}
.btn-md {
  width: 200px;
}
.btn-blue {
  box-shadow: 0 4px 0 #004c8e;
  background-color: #005dad;
  border-color: #005dad;
  color: #fff;
}
.btn-blue2 {
  background-color: #005dad;
  border-color: #005dad;
  color: #fff;
}
.btn-red {
  box-shadow: 0 4px 0 #bb3500;
  background-color: #ec4503;
  border-color: #ec4503;
  color: #fff;
}
.btn-red2 {
  background-color: #ec4503;
  border-color: #ec4503;
  color: #fff;
}
.btn-red3 {
  box-shadow: 0 4px 0 #b30000;
  background-color: #da0606;
  border-color: #da0606;
  color: #fff;
}
.btn-black {
  background: #393A3C;
  color: #fff;
}
.btn-gray {
  box-shadow: 0 4px 0 #DDDEE0;
  background-color: #F2F3F5;
  border-color: #DDDEE0;
}
.btn-gray:hover:not(:disabled) {
  color: #393A3C;
}
.btn-gray2 {
  box-shadow: 0 4px 0 #878787;
  background-color: #acacac;
  border-color: #acacac;
  color: #fff;
}
.btn-green {
  box-shadow: 0 4px 0 #078831;
  background-color: #14ac46;
  border-color: #14ac46;
  color: #fff;
}
.btn-bd-blue {
  border: 1px solid #005dad;
  color: #005dad;
}
.btn-bd-blue:hover:not(:disabled) {
  color: #005dad;
}
.btn-link {
  display: block;
  height: 30px;
  padding: 0 10px;
  border-radius: 3px;
  background: #F2F3F5;
  border: 1px solid #C8CACC;
  line-height: 28px;
  font-weight: bold;
  white-space: nowrap;
  color: #005dad;
  transition: 0.3s;
}
.btn-link:hover, .btn-link:focus {
  border-color: #005dad;
  background: #005dad;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}
.btn-link-white {
  background: #fff;
}
.btn-link-black {
  color: #393A3C;
}
.btn-link-red {
  background: #ec4503;
  border-color: #ec4503;
  color: #fff;
}
.btn-link-red:hover {
  background: #ec4503;
  border-color: #ec4503;
  opacity: 0.7;
}
.btn-link-red:focus {
  background: #ec4503;
  border-color: #ec4503;
}
.btn-arrow {
  display: flex;
  align-items: center;
}
.btn-arrow:after {
  content: "";
  width: 7px;
  height: 11px;
  margin: 0 0 0 5px;
  background: url(../img/arrow/icon-arrow-white.png) no-repeat center;
  vertical-align: middle;
}
.btn-memo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}

@media (min-width: 576px) {
  .btn {
    min-width: 130px;
  }
}
/*
[btn-group]
******************************************/
.btn-group .btn {
  min-width: 0;
  margin: 0;
  padding: 0 20px;
  background: #84d0f4;
  border-color: #84d0f4;
  font-size: 1rem;
  color: #fff;
}
.btn-group .btn.is-active {
  background: #37b7f3;
}

/******************************************
[review]
******************************************/
.review-label {
  font-weight: bold;
}
.review-select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
}
.review-select.form-control {
  height: 52px;
}
.review-select-wrap {
  margin: 0 0 10px;
  z-index: 0;
}
.review-select-text {
  width: 100%;
  height: 52px;
  background: url(../img/icon/icon-select.png) no-repeat center right 10px #fff;
  border-radius: 3px;
  border: 1px solid #C8CACC;
  text-align: center;
  line-height: 50px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
}
.review-item {
  width: 208px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/icon/review-empty.png) no-repeat;
}
.review-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 100%;
  background: url(../img/icon/review-fill.png) no-repeat;
}
.review-rate0:before {
  width: 0;
}
.review-rate0-5:before {
  width: 16px;
}
.review-rate1:before {
  width: 32px;
}
.review-rate1-5:before {
  width: 60px;
}
.review-rate2:before {
  width: 76px;
}
.review-rate2-5:before {
  width: 104px;
}
.review-rate3:before {
  width: 120px;
}
.review-rate3-5:before {
  width: 148px;
}
.review-rate4:before {
  width: 164px;
}
.review-rate4-5:before {
  width: 192px;
}
.review-rate5:before {
  width: 100%;
}

@media (min-width: 576px) {
  .review-wrap {
    justify-content: center;
  }
  .review-label {
    margin: 15px 0 0;
  }
}
/******************************************
[tab]
******************************************/
.tab-label {
  display: block;
  height: 40px;
  background: #C8CACC;
  border-radius: 3px 3px 0 0;
  line-height: 40px;
  text-align: center;
  font-size: 0.8rem;
  font-weight: bold;
  color: #fff;
}
.tab-label-wrap {
  margin: 0 5px 20px 0;
}
.tab-label-wrap:last-child {
  margin-right: 0;
}
.tab-label-wrap.is-active .tab-label {
  background: #393A3C;
}
.tab-panel {
  display: none;
}
.tab-panel.is-active {
  display: block;
}

@media (min-width: 576px) {
  .tab-label {
    font-size: 1.1rem;
  }
  .tab-label-wrap {
    margin-right: 10px;
  }
}
/******************************************
[error]
******************************************/
.error-wrap {
  margin: 0 0 20px;
  padding: 10px;
  background: #fff0f0;
  border-radius: 5px;
  border: 2px solid #ffcaca;
}
.error-text {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
  font-weight: bold;
  color: #f50000;
}
.error-text:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 18px;
  margin: 0 5px 0 0;
  background: url(../img/icon/icon-error.png) no-repeat center;
  vertical-align: middle;
}

@media (min-width: 576px) {
  .error-wrap {
    padding: 10px 15px;
  }
}
/******************************************
[message]
******************************************/
.message-wrap {
  margin: 0 0 20px;
  padding: 10px;
  background: rgba(0, 93, 173, 0.1);
  border-radius: 5px;
  border: 2px solid rgba(0, 93, 173, 0.3);
}
.message-text {
  margin: 0 0 5px;
  font-weight: bold;
  color: #005dad;
}

@media (min-width: 576px) {
  .message-wrap {
    padding: 10px 15px;
  }
}
/******************************************
[header]
******************************************/
#global-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #393A3C;
  z-index: 100;
}
#global-header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#global-logo {
  width: 45%;
  height: 50px;
}

#global-head-right {
  display: flex;
  align-items: center;
}

#post-btn {
  width: 50px;
  height: 50px;
  transition: 0.3s;
  cursor: pointer;
}
#post-btn .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#post-btn:hover, #post-btn.is-open {
  background: #202122;
}

#global-post-wrap {
  width: 50px;
  height: 50px;
  margin: 0 10px 0 0;
}
#global-post-badge {
  position: absolute;
  top: 5px;
  right: -5px;
  min-width: 16px;
  height: 16px;
  padding: 0 5px;
  background: #ec4503;
  border-radius: 8px;
  line-height: 16px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.8rem;
  color: #fff;
  z-index: 1;
}
#global-post-list {
  display: none;
  position: absolute;
  top: 55px;
  left: -160px;
  width: 300px;
  max-height: 250px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
  box-shadow: 0 0 10px rgba(57, 58, 60, 0.5);
  overflow-y: scroll;
}
#global-post-list .list-group-item {
  font-size: 0.9rem;
  transition: 0.3s;
}
#global-post-list .list-group-item:hover {
  background: #F2F3F5;
}

#post-list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
}
#post-list-header h5 {
  font-size: 1rem;
  font-weight: bold;
}
#post-list-close {
  width: 25px;
  height: 25px;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
}
#post-list-close .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#post-list-close .icon:before {
  width: 12px;
  height: 12px;
}
#post-list-close:hover {
  cursor: pointer;
}

.post-list-date {
  margin: 0 0 5px;
  font-size: 0.85rem;
}

#global-logout {
  width: 80px;
  min-width: 0;
  height: 30px;
  background: none;
  border: 1px solid #393A3C;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 28px;
  color: #fff;
}

@media (min-width: 576px) {
  #global-logo {
    width: auto;
  }
  #global-post-list {
    right: 0;
    left: auto;
  }
}
/******************************************
[layout]
******************************************/
#layout-wrap {
  display: flex;
  min-height: 100%;
  padding: 50px 0 0;
  background: #393A3C;
  overflow-x: hidden;
}

/******************************************
[nav]
******************************************/
#global-nav a:hover {
  text-decoration: none;
}

.global-nav-main {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}
.global-nav-main a {
  color: #C8CACC;
}
.global-nav-main > li {
  border-bottom: 1px solid #070708;
}
.global-nav-main > li.is-active {
  background: #005dad;
}
.global-nav-main > li.is-active .global-nav-item a {
  color: #fff;
}
.global-nav-main > li:last-child {
  border: none;
}
.global-nav-item {
  display: flex;
  align-items: center;
  height: 40px;
  line-height: 40px;
}
.global-nav-link {
  display: flex;
  align-items: center;
  width: 100%;
}
.global-nav-link .icon {
  width: 40px;
}
.global-nav-link .icon:before {
  text-align: center;
}
.global-nav-toggle {
  align-self: flex-end;
  height: 40px;
  transition: 0.3s;
}
.global-nav-toggle .icon {
  width: 40px;
  height: inherit;
}
.global-nav-toggle .icon:before {
  transition: 0.3s;
}
.global-nav-toggle.is-open .icon {
  background: rgba(255, 255, 255, 0.1);
}
.global-nav-toggle.is-open .icon:before {
  transform: rotate(-90deg);
}
.global-nav-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
}
.global-nav-sub {
  display: none;
  background: #525356;
}
.global-nav-sub li {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #393A3C;
}
.global-nav-sub li:last-child {
  border: none;
}
.global-nav-sub a {
  display: block;
  padding: 0 0 0 30px;
}
.global-nav-sub a:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin: 0 10px 0 0;
  background: url(../img/arrow/icon-arrow-black.png) no-repeat center;
  vertical-align: middle;
}
.global-nav-applink {
  margin: 40px 0 0;
  border-top: 1px solid #070708;
  color: #C8CACC;
  transition: 0.3s;
}
.global-nav-applink:hover {
  opacity: 0.7;
  cursor: pointer;
}
.global-nav-applink .icon {
  flex: 0 0 auto;
  align-self: flex-end;
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}
.global-nav-applink .global-nav-toggle:hover {
  background: inherit;
}
.global-nav-bas {
  margin: 40px 0 0;
  background: #fff;
}
.global-nav-bas .global-nav-link {
  font-size: 13px;
  font-weight: bold;
  color: #023e92;
}

/******************************************
[content]
******************************************/
#content {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #DDDEE0;
}
#content-wrap {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  padding: 15px;
  background: #fff;
  transition: 0.3s;
}
#content-wrap.is-toggled {
  margin: 0 0 0 200px;
}
#content-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 20px;
}
#content-head-left {
  display: flex;
  align-items: center;
}
#content-head-title {
  font-size: 1.6rem;
  font-weight: bold;
}
#content-head-nav {
  display: none;
}
#content-head-nav ul {
  display: flex;
}
#content-head-nav li {
  margin: 0 10px 0 0;
}
#content-head-nav li:last-child {
  margin: 0;
}
#content-head-nav a {
  display: block;
  width: 110px;
  height: 26px;
  background: #F2F3F5;
  border-radius: 13px;
  border: 1px solid #C8CACC;
  line-height: 24px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: bold;
  color: #393A3C;
}
#content-head-nav a:hover {
  text-decoration: none;
}
#content-toggle {
  width: 44px;
  height: 44px;
  margin: 0 20px 0 0;
  padding: 7px 0 0;
  background: #F2F3F5;
  border-radius: 2px;
  border: 1px solid #C8CACC;
  text-align: center;
  font-size: 0.75rem;
}
#content-toggle p {
  line-height: 1;
}
#content-toggle:hover {
  cursor: pointer;
}

@media (min-width: 992px) {
  #content-wrap {
    min-width: 0;
    margin: 0 0 0 200px;
  }
  #content-wrap.is-toggled {
    margin: 0 0 0 40px;
  }
}
@media (min-width: 576px) {
  #content {
    padding: 20px;
  }
  #content-head-nav {
    display: flex;
    justify-content: flex-end;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content-head-nav {
    width: 100%;
    margin-top: 10px;
  }
}
/*
[section]
******************************************/
.content-section {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #DDDEE0;
}
.content-section:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
.content-section .content-section {
  padding: 0;
  border: none;
}

.sec-title {
  margin: 0 0 10px;
  font-size: 1.4rem;
  font-weight: bold;
}
.sec-title.slide-toggle-handle {
  margin: 0 0 15px;
  padding: 15px;
  border: 1px solid #DDDEE0;
}
.sec-title.slide-toggle-handle:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  display: block;
  width: 11px;
  height: 8px;
  background: url(../img/arrow/icon-arrow-triangle.png) no-repeat center;
  transition: 0.3s;
}
.sec-title.slide-toggle-handle + .slide-toggle-item {
  padding: 0 15px;
}
.sec-title.is-open:before {
  transform: rotate(-180deg);
}
.sec-title-wrap {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
.sec-title-wrap .sec-title {
  margin: 0 10px 0 0;
}

/******************************************
[breadcrumb]
******************************************/
.breadcrumb {
  align-items: center;
  margin: 0 0 10px;
  padding: 0;
  background: none;
}
.breadcrumb-item {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.breadcrumb-item .icon {
  margin: 0 5px 0 0;
}
.breadcrumb-item + .breadcrumb-item:before {
  content: ">";
  vertical-align: middle;
}

/******************************************
[nav-page]
******************************************/
.nav-page {
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0 0;
}
.nav-page li {
  margin: 10px 10px 0 0;
}
.nav-page-wrap {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DDDEE0;
}

/******************************************
[column-cell]
******************************************/
.column-cell-wrap {
  margin-bottom: 20px;
}
.column-cell-wrap:last-child {
  margin: 0;
}
.column-cell-wrap .form-group.row {
  margin: 0;
  border-bottom: 2px solid #fff;
}
.column-cell-wrap .form-group.row:last-child {
  border-bottom: none;
}
.column-cell-label {
  padding: 15px 10px;
  background: #DDDEE0;
  border-bottom: 2px solid #fff;
  font-weight: bold;
}
.column-cell-label .col-form-label {
  padding: 0;
  white-space: normal;
}
.column-cell-item {
  padding: 10px;
  background: #F2F3F5;
}
.column-cell-center {
  display: flex;
  align-items: center;
}
.column-cell-btn {
  margin: 10px 0 0;
}
.column-cell-select {
  margin-bottom: 10px;
  align-items: center;
}
.column-cell-select:last-child {
  margin-bottom: 0;
}
.column-cell-select-label {
  min-width: 5rem;
}
.column-cell-row {
  margin: 0 -10px 10px;
  padding: 0 10px 10px;
  border-bottom: 2px solid #fff;
}
.column-cell-row:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

@media (min-width: 576px) {
  .column-cell-label {
    border-bottom: none;
    border-right: 2px solid #fff;
  }
}
/******************************************
[total]
******************************************/
.total-wrap {
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 6px;
  border: 6px solid #F2F3F5;
}
.total-item {
  margin: 0 0 30px;
  text-align: center;
}
.total-item:last-child {
  margin: 0;
}
.total-head {
  width: 100%;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDDEE0;
  font-size: 1.2rem;
  font-weight: bold;
}
.total-number {
  line-height: 1;
  font-size: 1.2rem;
  font-weight: bold;
}
.total-number span {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 4.5rem;
  color: #005dad;
}

/******************************************
[pagenation]
******************************************/
.pagination {
  align-items: center;
}
.pagination li {
  font-weight: bold;
}
.pagination-wrap:not(:first-child) {
  margin: 10px 0 0;
}

.page-input {
  margin: 0 2px;
}
.page-input .form-control {
  width: 60px;
  height: 30px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #A9ABAD;
  text-align: center;
  line-height: 28px;
}
.page-link {
  display: block;
  height: 30px;
  padding: 0 8px;
  background: #393A3C;
  border: none;
  line-height: 30px;
  color: #fff;
}
.page-link:hover {
  background: #393A3C;
  color: #fff;
}
.page-link-prev {
  border-radius: 5px 0 0 5px;
}
.page-link-prev:before {
  content: "<";
  margin: 0 5px 0 0;
}
.page-link-next {
  border-radius: 0 5px 5px 0;
}
.page-link-next:after {
  content: ">";
  margin: 0 0 0 5px;
}
.page-item {
  height: 30px;
  padding: 0 8px;
  border: 1px solid #DDDEE0;
  line-height: 28px;
}

@media (min-width: 576px) {
  .pagination-wrap:not(:first-child) {
    margin: 0;
  }
}
/******************************************
[table]
******************************************/
.table {
  margin: 0;
}
.table thead th {
  background: #DDDEE0;
}
.table th, .table td {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  vertical-align: middle;
}
.table th:last-child, .table td:last-child {
  border-right: none;
}
.table tbody tr {
  background: #F2F3F5;
}
.table tbody tr:nth-child(even) {
  background: #F8FAFD;
}
.table tbody tr:last-child th, .table tbody tr:last-child td {
  border-bottom: none;
}
.table-head {
  margin-bottom: 10px;
  justify-content: flex-end;
  align-items: center;
}
.table-foot {
  flex-wrap: wrap;
  flex-direction: column;
}
.table-foot [class^=col-]:first-child {
  margin-bottom: 10px;
}
.table-cell-fixed {
  width: 1px;
  white-space: nowrap;
}
.table-cell-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-cell-sort:after {
  content: "▲▼";
  display: block;
  font-size: 0.8rem;
}
.table-cell-sort.asc:after {
  content: "▲";
  color: #ec4503;
}
.table-cell-sort.desc:after {
  content: "▼";
  color: #ec4503;
}
.table-cell-sort:hover {
  opacity: 0.7;
  cursor: pointer;
}
.table-cell-thumbnail img {
  width: 70px;
  height: auto;
}
.table-in-form {
  margin: 0 0 10px;
  border: 1px solid #DDDEE0;
}
.table-in-form .table thead th {
  padding: 10px;
  background: #DDDEE0;
  border-bottom: 2px solid #fff;
  line-height: 1;
  font-size: 0.9rem;
}
.table-in-form .table tbody tr:nth-child(even) {
  background: none;
}
.table-in-form td {
  background: none;
}
.table-in-form .form-control {
  min-width: 230px;
}

@media (max-width: 991px) {
  [class^=table-responsive] .table th,
  [class^=table-responsive] .table td {
    white-space: nowrap;
  }
  [class^=table-responsive] .form-control[type=text] {
    min-width: 200px;
  }
}
@media (min-width: 576px) {
  .table-head {
    justify-content: space-between;
  }
  .table-foot {
    flex-direction: row;
    justify-content: space-between;
  }
  .table-in-form .form-control {
    min-width: 0;
  }
}
/******************************************
[scroll]
******************************************/
.scrollx {
  display: flex;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}
.scrollx-wrap {
  margin-bottom: 20px;
}
.scrollx-item {
  margin: 0 10px 0 0;
  white-space: nowrap;
}
.scrollx-item:last-child {
  margin-right: 0px;
}
.scrollx-link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 15px;
  background: #C8CACC;
  border-radius: 3px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
}
.scrollx-link.is-active {
  background: #393A3C;
}
.scrollx-link:hover {
  text-decoration: none;
  color: #fff;
}

/******************************************
[footer]
******************************************/
#global-footer {
  padding-top: 10px;
}

#pagetop {
  position: fixed;
  bottom: 0px;
  right: -80px;
  width: 44px;
  height: 44px;
  background: #393A3C;
  transition: 0.3s;
  z-index: 10;
}
#pagetop .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#pagetop.scroll {
  right: 0px;
}
#pagetop:hover {
  opacity: 0.7;
  cursor: pointer;
}

#copyright {
  text-align: center;
  font-size: 0.8rem;
}

/******************************************
[login]
******************************************/
#login-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  padding: 50px 15px 15px;
  background: #F2F3F5;
}
#login-logo {
  width: 165px;
}
#login-container {
  width: 100%;
  max-width: 480px;
  margin: 25px 0;
  padding: 15px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid #DDDEE0;
}
#login-body {
  margin: 0 0 20px;
}
#login-body .form-group {
  align-items: center;
}

.login-title {
  margin: 0 0 10px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
}
.login-input {
  height: 40px;
  border-radius: 0;
  line-height: 40px;
}

@media (min-width: 576px) {
  #login-wrap {
    padding: 0;
  }
  #login-logo {
    width: auto;
  }
  #login-container {
    margin: 65px 0;
    padding: 30px;
  }
  #login-container .error-text {
    font-size: 1.2rem;
  }
  .login-title {
    margin: 0 0 20px;
    font-size: 1.4rem;
  }
  .login-label {
    font-size: 1.2rem;
  }
}
/******************************************
[home]
******************************************/
.home-section {
  margin: 0 0 45px;
}
.home-data-wrap {
  margin-bottom: 20px;
}
.home-data-item {
  height: 100%;
  padding: 20px;
  background: #F2F3F5;
  border-radius: 5px;
  border: 1px solid #DDDEE0;
}
.home-data-header {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px dotted #A9ABAD;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
}
.home-data-header .input-group {
  justify-content: center;
}
.home-data-header .form-date {
  min-width: 14rem;
  background: none;
  border: none;
}
.home-data-number {
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
.home-data-number span {
  display: block;
  margin: 0 15px;
  font-size: 3.5rem;
}
.home-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #393A3C;
}
.home-nav:hover {
  color: #393A3C;
  text-decoration: none;
}
.home-nav-wrap {
  justify-content: center;
  margin-bottom: 40px;
}
.home-nav-wrap:last-child {
  margin-bottom: 0;
}
.home-nav-icon {
  width: 100%;
  max-width: 125px;
  background: #005dad;
  line-height: 1;
}
.home-nav-icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-nav-icon .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.home-nav-text {
  margin: 5px 0 0;
  font-weight: bold;
}
.home-badge {
  position: absolute;
  top: -10px;
  right: -10px;
  min-width: 30px;
  height: 30px;
  padding: 0 10px;
  background: #ec4503;
  border-radius: 15px;
  line-height: 30px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  color: #fff;
  z-index: 1;
}

#home-password {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  background: rgba(57, 58, 60, 0.6);
  z-index: 9999;
}
#home-password #login-container {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  width: calc(100% - 30px);
}

@media (max-width: 575px) {
  .home-nav-icon .icon:before {
    width: 50%;
    background-size: contain;
  }
}
@media (min-width: 576px) {
  .home-data-header {
    font-size: 1.4rem;
  }
  .home-data-number {
    font-size: 1.6rem;
  }
  .home-data-number span {
    font-size: 5.5rem;
  }
  .home-badge {
    min-width: 44px;
    height: 44px;
    padding: 0 12px;
    border-radius: 22px;
    line-height: 44px;
    font-size: 1.6rem;
  }
}
@media (max-width: 991px) {
  .home-banner {
    margin: 0 0 20px;
  }
  .home-banner-pc {
    display: none;
  }
}
@media (min-width: 992px) {
  .home-data-wrap {
    margin-bottom: 0;
  }
  .home-banner {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }
  .home-banner-sp {
    display: none;
  }
}
/******************************************
[shop]
******************************************/
#shop-cell-plan {
  width: 5em;
  box-sizing: content-box;
}
#shop-list-tbody td:last-child {
  text-align: center;
}

.btn-getaddress {
  margin: 5px 0 0;
}
.btn-getaddress.btn {
  min-width: 0;
  height: 32px;
  padding: 0 10px;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 32px;
}

#address-map {
  width: 100%;
  height: 300px;
  margin: 10px 0 0;
  background: #DDDEE0;
}

@media (min-width: 992px) {
  .btn-getaddress {
    margin: 0;
  }
}
/******************************************
[goods]
******************************************/
.goods-condition-wrap {
  width: 270px;
  height: 200px;
  margin: 0 0 10px;
  background: url(../img/goods/goods-bike.jpg) no-repeat center;
  background-size: cover;
  border: 1px solid #DDDEE0;
}
.goods-condition-item {
  position: absolute;
}
.goods-condition-item:after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  background: #023e92;
  border-radius: 2px;
}
.goods-condition-item .form-control {
  width: 60px;
  height: 25px;
  padding: 1px;
  background: #023e92;
  border: 3px solid #023e92;
  line-height: 1;
  font-size: 0.4rem;
  color: #fff;
  resize: none;
  z-index: 1;
}
.goods-condition-item .form-control:focus {
  background: #fff;
  box-shadow: none;
  border-radius: 3px;
  color: #393A3C;
}

#goods-condition-item1 {
  top: 10%;
  left: 10%;
}
#goods-condition-item1:after {
  top: 0;
  left: 70%;
  transform: rotate(-20deg);
  height: 70px;
}
#goods-condition-item2 {
  top: 5%;
  left: 38%;
}
#goods-condition-item2:after {
  top: 0;
  left: 60%;
  transform: rotate(-10deg);
  height: 55px;
}
#goods-condition-item3 {
  top: 8%;
  right: 10%;
}
#goods-condition-item3:after {
  top: 0;
  left: 25%;
  transform: rotate(25deg);
  height: 45px;
}
#goods-condition-item4 {
  top: 28%;
  right: 2%;
}
#goods-condition-item4:after {
  top: -30%;
  left: 10%;
  transform: rotate(-100deg);
  height: 45px;
}
#goods-condition-item5 {
  top: 48%;
  right: 2%;
}
#goods-condition-item5:after {
  top: -130%;
  left: -20%;
  transform: rotate(100deg);
  height: 80px;
}
#goods-condition-item6 {
  bottom: 9%;
  right: 5%;
}
#goods-condition-item6:after {
  bottom: 30%;
  left: 30%;
  transform: rotate(-15deg);
  height: 30px;
}
#goods-condition-item7 {
  bottom: 3%;
  right: 32%;
}
#goods-condition-item7:after {
  bottom: 30%;
  left: 30%;
  transform: rotate(-15deg);
  height: 65px;
}
#goods-condition-item8 {
  bottom: 3%;
  left: 20%;
}
#goods-condition-item8:after {
  bottom: 30%;
  left: 70%;
  transform: rotate(20deg);
  height: 70px;
}
#goods-condition-item9 {
  bottom: 18%;
  left: 3%;
}
#goods-condition-item9:after {
  bottom: 15%;
  left: 45%;
  transform: rotate(20deg);
  height: 35px;
}
#goods-condition-item10 {
  top: 40%;
  left: 3%;
}
#goods-condition-item10:after {
  top: 15%;
  left: 60%;
  transform: rotate(-40deg);
  height: 40px;
}

.draft {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 30px;
  background: #C8CACC;
  border-radius: 3px;
  color: #fff;
}

@media (min-width: 576px) {
  .goods-condition-wrap {
    width: 540px;
    height: 400px;
  }
  .goods-condition-item:after {
    width: 4px;
  }
  .goods-condition-item .form-control {
    width: 120px;
    height: 50px;
    padding: 3px;
    border: 6px solid #023e92;
    font-size: 0.8rem;
    line-height: 1.2;
  }
  #goods-condition-item1:after {
    height: 145px;
  }
  #goods-condition-item2:after {
    height: 110px;
  }
  #goods-condition-item3:after {
    height: 90px;
  }
  #goods-condition-item4:after {
    height: 90px;
  }
  #goods-condition-item5:after {
    height: 165px;
  }
  #goods-condition-item6:after {
    height: 60px;
  }
  #goods-condition-item7:after {
    height: 130px;
  }
  #goods-condition-item8:after {
    height: 140px;
  }
  #goods-condition-item9:after {
    height: 70px;
  }
  #goods-condition-item10:after {
    height: 85px;
  }
}
/*
[modal]
******************************************/
#modal-goods-confirm .modal-header {
  padding: 15px;
}

.modal-goods-wrap .text-red {
  text-align: center;
  font-size: 0.9rem;
}
.modal-goods-checklist li {
  margin: 0 0 2px;
  padding: 7px;
  background: #F2F3F5;
}
.modal-goods-checklist li:last-child {
  margin: 0;
}
.modal-goods-checklist .form-check-label {
  font-size: 0.9rem;
  font-weight: bold;
}
.modal-goods-consent {
  display: flex;
  justify-content: center;
  margin: 0 0 10px;
}
.modal-goods-consent .form-check {
  display: inline-block;
}
.modal-goods-consent .form-check-label {
  font-weight: bold;
}

@media (min-width: 576px) {
  .modal-goods-checklist .form-check-label {
    font-size: 1rem;
  }
  .modal-goods-consent .form-check-label {
    font-size: 1.1rem;
  }
}
/*
[list]
******************************************/
#goods-list-tbody td:nth-last-child(2) {
  text-align: center;
}
#goods-list-tbody .link {
  word-break: break-all;
}
#goods-list-tbody2 td:last-child {
  text-align: center;
}
#goods-list-tbody2 .link {
  word-break: break-all;
}

.goods-list-model {
  margin: 0 0 5px;
  font-size: 0.9rem;
  line-height: 1.2;
}

/******************************************
[order]
******************************************/
#order-list-tbody .btn-memo {
  margin: 0 auto;
}
#order-list-tbody .btn-memo.is-active {
  background: #ec4503;
  border-color: #ec4503;
}
#order-list-tbody .btn-memo.is-active .icon:before {
  background-image: url(../img/icon/icon-memo-on.png);
}

.table tbody tr.order-list-strong {
  background: #ffddd5;
}
.table tbody tr.order-list-completed {
  background: #C8CACC;
  opacity: 0.6;
}

.order-print-btn {
  display: flex;
  flex-direction: column;
  padding: 10px;
  background: #F2F3F5;
}
.order-print-btn li {
  margin: 0 0 10px;
}
.order-print-btn li:last-child {
  margin-bottom: 0;
}
.order-print-btn .btn {
  width: 100%;
}

#order-payday {
  display: none;
}

@media (min-width: 576px) {
  .order-print-btn {
    flex-direction: row;
  }
  .order-print-btn li {
    margin: 0 10px 0 0;
  }
  .order-print-btn li:last-child {
    margin-right: 0;
  }
}
/******************************************
[aggregate]
******************************************/
.aggregate-link {
  display: block;
  height: 40px;
  background: #C8CACC;
  border-radius: 3px 3px 0 0;
  line-height: 40px;
  text-align: center;
  font-size: 1.1rem;
  color: #fff;
}
.aggregate-link.is-active {
  background: #393A3C;
}
.aggregate-link:hover {
  text-decoration: none;
  color: #fff;
}
.aggregate-item {
  margin: 30px 0 0;
}
.aggregate-item-wrap {
  padding: 20px;
  border: 1px solid #DDDEE0;
}
.aggregate-price {
  justify-content: flex-end;
  align-items: center;
  margin: 15px 0 0;
  padding: 15px 0 0;
  border-top: 1px dashed #DDDEE0;
}
.aggregate-price-label {
  height: 30px;
  padding: 0 15px;
  background: #393A3C;
  border-radius: 15px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
}
.aggregate-price-number {
  margin: 0 0 0 10px;
  line-height: 1;
  font-weight: bold;
}
.aggregate-price-number span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 2.5rem;
}

canvas[id^=aggregate-] {
  width: 100%;
  height: 350px !important;
}

/******************************************
[operation]
******************************************/
.operation-rate-wrap input[type=number] {
  text-align: right;
}
.operation-rate-wrap .table input[type=number] {
  min-width: 100px;
}
.operation-rate-wrap td {
  white-space: nowrap;
}
.operation-rate-wrap .input-group {
  flex-wrap: nowrap;
}

@media (max-width: 991px) {
  .operation-rule-table select.form-control {
    min-width: 60px;
  }
}
/*
[delivery]
******************************************/
.delivery-postage-select {
  padding-left: 30px;
}
.delivery-time-list .input-group {
  margin: 0 0 5px;
}
.delivery-time-list .input-group:last-child {
  margin: 0;
}
.delivery-time-list .input-group-text {
  width: 1rem;
  box-sizing: content-box;
}
.delivery-detail-all .input-group-text {
  padding-top: 5px;
  padding-bottom: 5px;
}
.delivery-detail-prefecture {
  display: flex;
  flex-wrap: wrap;
  margin-top: -10px;
}
.delivery-detail-prefecture li {
  display: flex;
  align-items: center;
  padding-top: 10px;
}
.delivery-detail-prefecture label {
  width: 7.5rem;
  margin: 0;
}

.codRangeType-range .form-control {
  min-width: 0;
}

@media (max-width: 991px) {
  .delivery-postage-wrap .input-group-prepend {
    display: block;
    width: 100%;
  }
  .delivery-postage-wrap .input-group-prepend + .form-control[type=number] {
    margin: 0 0 0 30px;
  }
  .delivery-postage-wrap select.form-control {
    max-width: 120px;
  }
  .delivery-postage-select .input-group-prepend {
    margin-bottom: 5px;
  }
}
@media (min-width: 992px) {
  .delivery-detail-prefecture li {
    width: 33%;
    padding-right: 40px;
  }
}
/******************************************
[user]
******************************************/
.app-delivery-wrap {
  display: flex;
  align-items: center;
  width: 120px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #DDDEE0;
  overflow: hidden;
}
.app-delivery-wrap:after {
  content: "";
  width: 7px;
  height: 11px;
  margin: 0 5px;
  background: url(../img/arrow/icon-arrow-gray2.png) no-repeat center;
  background-size: cover;
}
.app-delivery-wrap.is-active:after {
  display: none;
}
.app-delivery-wrap.is-active .app-delivery-check {
  display: block;
}
.app-delivery-wrap.is-active .app-delivery-setting {
  background: #ec4503;
  font-size: 0.8rem;
  color: #fff;
}
.app-delivery-wrap.is-active .app-delivery-setting .icon:before {
  background-image: url(../img/icon/icon-bell-on.png);
}
.app-delivery-check {
  display: none;
  flex-shrink: 0;
  width: 25px;
  height: 30px;
  text-align: center;
}
.app-delivery-check .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.app-delivery-check.is-active .icon:before {
  background-image: url(../img/icon/icon-check-on.png);
}
.app-delivery-setting {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  color: #A9ABAD;
  font-size: 0.8rem;
  font-weight: bold;
}
.app-delivery-setting .icon {
  margin: 0 5px 0 0;
}
.app-delivery-setting:hover {
  text-decoration: none;
  color: #A9ABAD;
}

/*
[modal]
******************************************/
#modal-maintenance .input-in-cell {
  margin-top: 0;
  margin-bottom: 10px;
}
#modal-maintenance .input-in-cell .row {
  margin: 0 -5px 10px;
}
#modal-maintenance .input-in-cell .row:last-child {
  margin-bottom: 0;
}
#modal-maintenance .input-in-cell [class^=col] {
  padding-right: 5px;
  padding-left: 5px;
}
#modal-maintenance .input-in-cell .col-form-label {
  padding: 0;
  font-size: 0.9rem;
  font-weight: normal;
}
#modal-maintenance-btn {
  justify-content: space-between;
  align-items: center;
}
#modal-maintenance-btn > .col-auto {
  margin: 0 0 15px;
}
#modal-maintenance-btn > .col-auto:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  #modal-maintenance-btn > .col-auto {
    margin-bottom: 0;
  }
}
/*
[mdest]
******************************************/
.dest-item {
  display: none;
}

/******************************************
[inquiry]
******************************************/
#inquiry-wrap .sec-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #393A3C;
}
#inquiry-wrap .form-group {
  padding: 5px 0;
  border-bottom: 1px dotted #A9ABAD;
}
#inquiry-wrap .form-group:last-child {
  border-bottom: none;
}
#inquiry-wrap .column-cell-label, #inquiry-wrap .column-cell-item {
  background: #fff;
}

/******************************************
[guideline]
******************************************/
.guideline-head {
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #005dad;
  font-weight: bold;
  color: #005dad;
}
.guideline-list {
  margin-left: 20px;
}

/******************************************
[loading]
******************************************/
.loader-wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  min-height: 100px;
  background: rgba(57, 58, 60, 0.8);
  border-radius: 6px;
  z-index: 9999;
}
.loader-wrap p {
  margin: 5px 0 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
}

.loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.35);
  border-right: 5px solid rgba(255, 255, 255, 0.35);
  border-bottom: 5px solid rgba(255, 255, 255, 0.35);
  border-left: 5px solid #fff;
  font-size: 10px;
  transform: translateZ(0);
  animation: load8 1.1s infinite linear;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/******************************************
[master]
******************************************/
body.master #global-header {
  background: #800000;
}
body.master #global-logout {
  border: 1px solid #964c4c;
}

/******************************************
[iziModal]
******************************************/
.iziModal-header-title, .iziModal-header-subtitle {
  white-space: normal !important;
}

/******************************************
[slide]
******************************************/
.slide-body {
  display: none;
}

/******************************************
[estimate]
******************************************/
.estimate {
  margin: 0 0 20px;
}
.estimate-name {
  width: 100%;
  margin: 0 0 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid #8faad9;
}
.estimate-name .row {
  align-items: flex-end;
}
.estimate-name .form-control {
  font-size: 1.4rem;
}
.estimate-table {
  width: 100%;
  margin: 0 0 20px;
  border: 3px solid #8faad9;
}
.estimate-table:last-child {
  margin-bottom: 0;
}
.estimate-table tr:last-child {
  border-top: none;
}
.estimate-table th {
  width: 1%;
  padding: 0 20px;
  background: rgba(143, 170, 217, 0.2);
  border-right: 1px solid #8faad9;
}
.estimate-table td {
  width: 50%;
  padding: 5px 10px;
  background: rgba(57, 58, 60, 0.1);
  border-top: 1px solid rgba(57, 58, 60, 0.3);
  border-right: 1px solid rgba(57, 58, 60, 0.3);
  text-align: right;
}
.estimate-table td:last-child {
  border-right: none;
}
.estimate-table td.estimate-table-input {
  background: #fff;
}
.estimate-table td.estimate-table-title {
  font-weight: bold;
  text-align: left;
}
.estimate-table td.estimate-table-blue {
  background: rgba(143, 170, 217, 0.2);
  border-top: 2px solid #8faad9;
  border-right: 1px solid #8faad9;
}
.estimate-table td.estimate-table-blue + td {
  border-top: 2px solid #8faad9;
}
.estimate-table-head {
  font-size: 1.2rem;
  font-weight: bold;
  color: #8faad9;
  text-orientation: upright;
  writing-mode: vertical-rl;
  white-space: nowrap;
}
.estimate-table-total td {
  border-top-width: 3px;
}
.estimate-table .form-control {
  height: 30px;
  padding: 0 0.75rem;
}

.estimateHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 40px;
  padding: 0 0 10px;
  border-bottom: 1px solid #8faad9;
}
.estimateHeader-headline {
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #8faad9;
}
.estimateHeader-aside {
  font-size: 0.9rem;
  color: #8faad9;
}
.estimateHeader-aside span {
  color: #393A3C;
}

.estimateBody {
  margin: 0 0 20px;
}
.estimateBody > .row [class^=col] {
  margin-bottom: 20px;
}
.estimateBody > .row [class^=col]:last-child {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .estimate-name {
    width: calc(50% - 10px);
  }
  .estimateBody > .row [class^=col] {
    margin-bottom: 0;
  }
}
/******************************************
[news]
******************************************/
.newsOutline {
  border-radius: 6px;
  border: 1px solid #DDDEE0;
  overflow: hidden;
}
.newsOutline-header {
  padding: 10px;
  background: #F2F3F5;
}
.newsOutline-header .row {
  justify-content: space-between;
  align-items: center;
}
.newsOutline-headline {
  font-size: 16px;
  font-weight: bold;
}
.newsOutline-btn {
  display: flex;
  align-items: center;
  padding: 5px;
  border-radius: 3px;
  border: 1px solid #C8CACC;
  font-size: 12px;
  line-height: 1;
  color: #393A3C;
}
.newsOutline-btn:before {
  content: "";
  width: 9px;
  height: 7px;
  margin: 0 5px 0 0;
  background: url("../img/icon/icon-select.png") no-repeat center;
  background-size: cover;
  transform: rotate(-90deg);
}
.newsOutline-btn:hover {
  text-decoration: none;
  color: #393A3C;
}
.newsOutline-cont {
  padding: 10px;
}

.news-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 10px;
  padding: 0 0 10px;
  border-bottom: 1px solid #DDDEE0;
}
.news-date {
  margin: 0 15px 0 0;
  line-height: 1;
}
.news-category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 20px;
  margin: 0 15px 0 0;
  background: #005dad;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
.news-link:hover {
  text-decoration: none;
}
.news-title {
  color: #393A3C;
}
.news-page {
  display: flex;
  justify-content: center;
  margin: 0 -10px;
}
.news-page-item {
  padding: 0 10px;
}
.news-page-item a {
  color: #393A3C;
}
.news-page-item a:hover {
  text-decoration: none;
}

.newsDetail {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #DDDEE0;
}
.newsDetail-header {
  margin: 0 0 20px;
  padding: 0 10px 20px;
  border-bottom: 1px solid #DDDEE0;
}
.newsDetail-header-unit {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}
.newsDetail-date {
  margin: 0 15px 0 0;
}
.newsDetail-category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 20px;
  margin: 0;
  background: #005dad;
  font-size: 11px;
  line-height: 1;
  color: #fff;
}
.newsDetail-title {
  font-weight: bold;
}
.newsDetail-body {
  padding: 0 10px;
}

@media (max-width: 768px) {
  .news-link {
    display: block;
    width: 100%;
    margin: 5px 0 0;
  }
}
/******************************************
[20191017 追加]
******************************************/
.maintBtn {
  display: flex;
  flex-wrap: wrap;
  margin: -5px -5px 0;
}
.maintBtn-item {
  margin: 5px 0 0;
  padding: 0 5px;
}
.maintBtn-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #C8CACC;
}
.maintBtn-btn.is-active {
  background: #005dad;
  border-color: #005dad;
  color: #fff;
}

/*
[selectBtn]
******************************************/
.selectBtn {
  cursor: pointer;
}
.selectBtn-text {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 10px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #C8CACC;
}
.selectBtn-input:checked + .selectBtn-text {
  background: #005dad;
  border-color: #005dad;
  color: #fff;
}

/*
[multiSelect]
******************************************/
.multiSelect {
  width: 50%;
}
.multiSelect .ms-parent {
  width: 100% !important;
  height: 32px;
}
.multiSelect .ms-choice {
  height: 100%;
}
.multiSelect .ms-choice > span {
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0 0 15px;
}
.multiSelect .ms-choice > div {
  border-color: #393A3C transparent transparent transparent;
}
.multiSelect .ms-choice > div.open {
  border-color: transparent transparent #393A3C transparent;
}
.multiSelect .ms-drop input[type=checkbox] {
  position: static;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #d6d6d6;
  opacity: 1;
}
.multiSelect .ms-drop input[type=checkbox]:checked {
  background: url(../img/icon/icon-check-on.png) no-repeat center;
  background-size: 10px auto;
}
.multiSelect .ms-drop ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.multiSelect .ms-drop ul > li.multiple {
  display: flex;
  align-items: center;
  float: none;
}
.multiSelect .ms-drop ul > li.multiple label {
  display: flex;
  align-items: center;
}

/*
[add]
******************************************/
.formAdd {
  display: flex;
  margin: 10px 0 0;
  overflow-x: scroll;
}
.formAdd-item {
  flex: 0 0 auto;
  width: 220px;
  margin: 0 10px 0 0;
  border: 1px solid #C8CACC;
}
.formAdd-item:last-child {
  margin-right: 0;
}
.formAdd-label {
  margin: 0;
  padding: 10px;
  background: #DDDEE0;
  border-bottom: 1px solid #C8CACC;
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
.formAdd-input {
  padding: 10px;
}
.formAdd-btn {
  display: flex;
  justify-content: flex-end;
  padding: 0 10px 10px;
}
.formAdd-copy {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

/*
[table-row]
******************************************/
.table tbody tr.table-row-red {
  background: #ffddd5;
}

/*
[total]
******************************************/
.total-wrap {
  height: 100%;
}

/*
[reviewTotal]
******************************************/
.reviewTotal .total-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.reviewTotal-item {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0 0;
}
.reviewTotal .reviewUnit {
  justify-content: center;
  margin: 0 0 20px;
}

@media (min-width: 992px) {
  .reviewTotal .total-wrap {
    margin: 0;
  }
}
@media (max-width: 575px) {
  .reviewTotal .total-wrap {
    height: auto;
  }
  .reviewTotal .col-12:last-child .total-wrap {
    margin-bottom: 0;
  }
}
/*
[reviewUnit]
******************************************/
.reviewUnit {
  display: flex;
  align-items: center;
}
.reviewUnit-bd {
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid #DDDEE0;
}
.reviewUnit-title {
  margin: 0 10px 0 0;
  font-weight: bold;
  line-height: 1;
}
.reviewUnit-num {
  margin: 0 0 0 5px;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
  color: #f50000;
}

/*
[reviewList]
******************************************/
.reviewList {
  display: flex;
  flex-wrap: wrap;
}
.reviewList-item {
  margin: 0 0 5px;
}
.reviewList-item:last-child {
  margin-bottom: 0;
}
.reviewList .reviewUnit-title {
  width: 9em;
  font-size: 0.9rem;
  font-weight: normal;
}
.reviewList .reviewUnit-num {
  font-size: 0.8rem;
}

/*
[reviewStar]
******************************************/
.reviewStar {
  display: flex;
  margin: 0;
}
.reviewStar-icon {
  display: flex;
  justify-content: center;
  align-items: center;
}
.reviewStar-icon:before {
  content: "\e838";
  font-family: "Material Icons";
  font-style: normal;
  font-size: 32px;
  color: #C8CACC;
  line-height: 1;
}
.reviewStar:before {
  content: "\e838\e838\e838\e838\e838";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  font-family: "Material Icons";
  font-style: normal;
  font-size: 32px;
  line-height: 1;
  color: #FFBF14;
  z-index: 1;
  overflow: hidden;
}
.reviewStar-mini .reviewStar-icon:before {
  font-size: 18px;
}
.reviewStar-mini:before {
  font-size: 18px;
}

.reviewStar[data-rate="0"]:before {
  width: 0px;
}

.reviewStar[data-rate="0.5"]:before {
  width: 16px;
}

.reviewStar[data-rate="1"]:before {
  width: 32px;
}

.reviewStar[data-rate="1.5"]:before {
  width: 48px;
}

.reviewStar[data-rate="2"]:before {
  width: 64px;
}

.reviewStar[data-rate="2.5"]:before {
  width: 80px;
}

.reviewStar[data-rate="3"]:before {
  width: 96px;
}

.reviewStar[data-rate="3.5"]:before {
  width: 112px;
}

.reviewStar[data-rate="4"]:before {
  width: 128px;
}

.reviewStar[data-rate="4.5"]:before {
  width: 144px;
}

.reviewStar[data-rate="5"]:before {
  width: 160px;
}

.reviewStar-mini[data-rate="0"]:before {
  width: 0px;
}

.reviewStar-mini[data-rate="0.5"]:before {
  width: 9px;
}

.reviewStar-mini[data-rate="1"]:before {
  width: 18px;
}

.reviewStar-mini[data-rate="1.5"]:before {
  width: 27px;
}

.reviewStar-mini[data-rate="2"]:before {
  width: 36px;
}

.reviewStar-mini[data-rate="2.5"]:before {
  width: 45px;
}

.reviewStar-mini[data-rate="3"]:before {
  width: 54px;
}

.reviewStar-mini[data-rate="3.5"]:before {
  width: 63px;
}

.reviewStar-mini[data-rate="4"]:before {
  width: 72px;
}

.reviewStar-mini[data-rate="4.5"]:before {
  width: 81px;
}

.reviewStar-mini[data-rate="5"]:before {
  width: 90px;
}

/******************************************
[20200115 追加]
******************************************/
.tile {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  border: 1px solid #C8CACC;
}
.tile-link {
  display: block;
  height: 100%;
  color: #393A3C;
}
.tile-link:hover {
  text-decoration: none;
  color: #393A3C;
  opacity: 0.6;
  cursor: pointer;
}
.tile-photo {
  border-bottom: 1px solid #C8CACC;
}
.tile-photo .img-fluid {
  width: 100%;
}
.tile-photo-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
}
.tile-photo-overlay.red {
  background: rgba(218, 6, 6, 0.85);
}
.tile-photo-overlay.blue {
  background: rgba(0, 93, 173, 0.85);
}
.tile-photo-overlay.black {
  background: rgba(57, 58, 60, 0.85);
}
.tile-photo-overlay.orange {
  background: rgba(253, 118, 19, 0.85);
}
.tile-body {
  padding: 10px;
}
.tile-title {
  margin: 0 0 10px;
  font-size: 0.9rem;
  font-weight: bold;
}
.tile-desc {
  font-size: 0.9rem;
}
.tile-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: auto 0 0;
  padding: 10px;
  border-top: 1px dashed #C8CACC;
  line-height: 1;
}
.tile-footer-item {
  display: inline-flex;
  align-items: center;
  margin: 0 20px 0 0;
  font-size: 0.9rem;
}
.tile-footer-item:last-child {
  margin-right: 0;
}
.tile-footer-item .icon {
  margin: 0 5px 0 0;
}
.tile-hand {
  margin: 0 auto 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  color: #da0606;
}

.tileList {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -10px 20px;
}
.tileList:last-child {
  margin-bottom: 0;
}
.tileList-item {
  width: 25%;
  margin: 20px 0 0;
  padding: 0 10px;
}

@media (max-width: 991px) {
  .tile-footer {
    justify-content: space-between;
  }
  .tile-footer-item {
    margin: 0 0 5px;
  }
  .tile-footer-item:last-child {
    margin-bottom: 0;
  }
  .tile-place {
    justify-content: flex-end;
    width: 100%;
  }
  .tileList {
    margin: -10px -5px 20px;
  }
  .tileList-item {
    width: 50%;
    margin: 10px 0 0;
    padding: 0 5px;
  }
}
/*
[filter]
******************************************/
.filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 0 20px;
  padding: 15px;
  background: #DDDEE0;
}
.filter-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.filter-item:last-child {
  margin-right: 0;
}
.filter-label {
  margin: 0 10px 0 0;
}
.filter-select {
  width: 200px;
}

@media (max-width: 575px) {
  .filter {
    padding: 10px;
  }
  .filter-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .filter-item:last-child {
    margin-bottom: 0;
  }
  .filter-select {
    flex: 1 0 auto;
    width: 1%;
  }
}
/*
[workDetail]
******************************************/
.workDetail {
  display: flex;
  flex-wrap: wrap;
}
.workDetail-main {
  width: calc(100% - 300px);
  margin: 0 20px 0 0;
}
.workDetail-info {
  flex: 0 0 auto;
  width: 280px;
  font-size: 0.9rem;
}
.workDetail-info-item {
  margin: 0 0 20px;
}
.workDetail-info-item:last-child {
  margin-bottom: 0;
}
.workDetail-date {
  margin: 0 0 10px;
  text-align: right;
}
.workDetail-table {
  width: 100%;
  border: 1px solid #DDDEE0;
  border-bottom: none;
}
.workDetail-table th,
.workDetail-table td {
  padding: 10px;
  border-bottom: 1px solid #DDDEE0;
}
.workDetail-table th {
  width: 1em;
  background: #F2F3F5;
  vertical-align: top;
  white-space: nowrap;
}
.workDetail-count {
  line-height: 1;
}
.workDetail-count-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.workDetail-count-item:last-child {
  margin-bottom: 0;
}
.workDetail-count-title {
  display: flex;
  align-items: center;
  margin: 0;
  font-weight: bold;
}
.workDetail-count-title .icon {
  margin: 0 10px 0 0;
}
.workDetail-count-num {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.workDetail-count-num span {
  margin: 0 5px 0 0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
}
.workDetail-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 45px;
}
.workDetail-btn .icon {
  margin: 0 10px 0 0;
}
.workDetail-inquiry {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 55px;
  padding: 0 10px 0 20px;
  line-height: 1;
}
.workDetail-inquiry-text {
  display: flex;
  align-items: center;
  text-align: left;
}
.workDetail-inquiry-text span {
  display: block;
  margin: 0 0 5px;
  font-size: 0.8rem;
  color: #ffea00;
}
.workDetail-inquiry-text .icon {
  margin: 0 10px 0 0;
}

@media (max-width: 991px) {
  .workDetail-main {
    width: 100%;
    margin: 0 0 20px;
  }
  .workDetail-info {
    width: 100%;
  }
  .workDetail-inquiry {
    justify-content: center;
  }
  .workDetail-inquiry-text {
    margin: 0 20px 0 0;
  }
}
/*
[workSlide]
******************************************/
.workSlide {
  max-width: 600px;
  margin: 0 auto 20px;
}
.workSlide-img {
  width: 100%;
  height: 100%;
}
.workSlide-main {
  margin: 0 0 10px;
}
.workSlide-main .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.workSlide-main img {
  max-width: 100%;
  max-height: 450px;
}
.workSlide-thumbnail {
  display: flex;
}
.workSlide-thumbnail .swiper-pagination-bullet {
  flex: 1 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1%;
  height: 110px;
  margin: 0 10px 0 0;
  background: #F2F3F5;
  border-radius: 0;
  opacity: 1;
  overflow: hidden;
}
.workSlide-thumbnail .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.workSlide-thumbnail .swiper-pagination-bullet img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

@media (max-width: 991px) {
  .workSlide {
    width: 100%;
  }
  .workSlide-thumbnail .swiper-pagination-bullet {
    height: auto;
  }
}
/*
[modal]
******************************************/
.modalTel {
  text-align: center;
}
.modalTel .sec-title {
  margin: 0 0 20px;
}
.modalTel-num {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 3.375rem;
  font-weight: bold;
  line-height: 1;
  color: #14ac46;
}
.modalTel-num .icon {
  margin: 0 5px 0 0;
}

@media (min-width: 576px) {
  .modalMaint {
    width: 800px;
  }
}
/*
[multiple]
******************************************/
.multiple .ms-parent {
  width: 100% !important;
  height: 32px;
}
.multiple .ms-choice {
  height: 100%;
  border-radius: 3px;
  border: 1px solid #ced4da;
  line-height: 30px;
}
.multiple .ms-choice > div {
  right: 10px;
  transform: translateY(-50%);
  width: 9px;
  height: 7px;
  margin: 0;
  background: url(../img/icon/icon-select.png) no-repeat center;
  border: none;
}
.multiple .ms-choice > div.open {
  transform: translateY(-50%) rotate(180deg);
}
.multiple .ms-choice > span {
  padding: 0 15px;
}
.multiple .ms-choice > span.placeholder {
  color: #393A3C;
}
.multiple .ms-drop input[type=checkbox] {
  position: relative;
  flex: 0 0 auto;
  width: 15px;
  height: 15px;
  background: #fff;
  border: 1px solid #C8CACC;
  opacity: 1;
}
.multiple .ms-drop input[type=checkbox]:checked {
  background: url(../img/icon/icon-check-on.png) no-repeat center;
  background-size: 8px 7px;
}
.multiple .ms-drop ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.multiple .ms-drop ul > li.multiple {
  display: flex;
  align-items: center;
  float: none;
}
.multiple .ms-drop ul > li.multiple label {
  display: flex;
  align-items: center;
}

/******************************************
[20200403 追加]
******************************************/
.select2-container--default .select2-selection--multiple {
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  display: flex;
  padding: 0.4rem 0.75rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  float: none;
  display: flex;
  align-items: center;
  margin-top: 3px;
  margin-right: 3px;
  padding: 3px 5px 3px 0;
  font-size: 12px;
  line-height: 1;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:last-child {
  margin-right: 0;
}
.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
}

.select2-search__field {
  width: auto !important;
}

.select2-dropdown {
  z-index: 10000;
}

/******************************************
[globalUser]
******************************************/
.globalUser {
  width: 120px;
  font-size: 12px;
}
.globalUser.is-open .globalUser-btn {
  border-radius: 5px 5px 0 0;
}
.globalUser.is-open .globalUser-btn:after {
  transform: rotate(0);
}
.globalUser-btn {
  display: flex;
  align-items: center;
  width: 100%;
  height: 40px;
  padding: 0 15px;
  background: none;
  border-radius: 5px;
  border: 1px solid #A9ABAD;
  color: #C8CACC;
  transition: 0.3s;
}
.globalUser-btn:after {
  content: "";
  flex: 0 0 auto;
  width: 11px;
  height: 8px;
  background: url(../img/arrow/icon-arrow-triangle.png) no-repeat center;
  background-size: cover;
  transform: rotate(180deg);
  transition: 0.3s;
}
.globalUser-btn:focus, .globalUser-btn:active {
  outline: none;
}
.globalUser-btn:hover {
  background: #525356;
}
.globalUser-btn-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.globalUser-menu {
  position: absolute;
  top: 40px;
  right: 0;
  display: none;
  width: 100%;
  background: #393A3C;
  box-shadow: 0 5px 15px rgba(57, 58, 60, 0.2);
  border: 1px solid #A9ABAD;
  border-top: none;
  border-radius: 0 0 5px 5px;
}
.globalUser-menu-item {
  border-bottom: 1px solid #A9ABAD;
}
.globalUser-menu-item:last-child {
  border-bottom: none;
}
.globalUser-menu-link {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 15px;
  background: none;
  color: #C8CACC;
  transition: 0.3s;
  white-space: nowrap;
}
.globalUser-menu-link:hover {
  background: #525356;
  text-decoration: none;
  color: #C8CACC;
  opacity: 1;
}

@media (min-width: 576px) {
  .globalUser {
    width: 180px;
    font-size: 14px;
  }
}
/******************************************
[chatList]
******************************************/
.chatList-header {
  display: flex;
  flex-wrap: wrap;
}
.chatList-header-item {
  margin: 0 15px 0 0;
}
.chatList-header-item:last-child {
  margin-right: 0;
}
.chatList-header-search {
  flex: 1 0 auto;
}
.chatList-header-select {
  width: 230px;
}
.chatList-search {
  display: flex;
}
.chatList-search-input {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.chatList-search-btn {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  padding: 0 15px;
  background-color: #005dad;
  border-radius: 0 3px 3px 0;
  font-size: 1.1rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s;
}
.chatList-search-btn:hover:not(:disabled) {
  opacity: 0.7;
}
.chatList-table {
  width: 100%;
}
.chatList-table th,
.chatList-table td {
  padding: 10px;
  border-bottom: 1px solid #DDDEE0;
}
.chatList-table th {
  white-space: nowrap;
}
.chatList-table-action {
  display: flex;
  align-items: center;
}
.chatList-table-unread {
  background: #ffddd5;
}
.chatList-table-badge {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 32px;
  height: 32px;
  background: #ec4503;
  border-radius: 16px;
  margin: 0 0 0 15px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: 1;
}
.chatList-table-scroll {
  overflow-x: scroll;
}

@media (max-width: 575px) {
  .chatList-header-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .chatList-header-item:last-child {
    margin-bottom: 0;
  }
}
/******************************************
[chatRoom]
******************************************/
.chatRoom {
  display: flex;
  flex-direction: column;
  margin: 0 0 30px;
  padding: 30px;
  border: 1px solid #DDDEE0;
}
.chatRoom-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #DDDEE0;
  line-height: 1;
}
.chatRoom-header-name {
  margin: 0;
  font-size: 1.2rem;
}
.chatRoom-header-date {
  font-weight: 600;
}
.chatRoom-body {
  display: flex;
  flex-direction: column;
  max-height: 400px;
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #DDDEE0;
  overflow-y: scroll;
}
.chatRoom-body-date {
  text-align: center;
  font-size: 0.8rem;
}
.chatRoom-footer {
  display: flex;
  justify-content: flex-end;
}

/******************************************
[chatMsg]
******************************************/
.chatMsg {
  max-width: 45%;
  margin: 0 0 15px;
}
.chatMsg:last-child {
  margin-bottom: 0;
}
.chatMsg-title {
  margin: 0 0 10px;
  font-weight: 600;
}
.chatMsg-content {
  display: flex;
  align-items: flex-end;
}
.chatMsg-title {
  margin: 0 0 5px;
  font-weight: 600;
}
.chatMsg-comment {
  flex: 1 1 auto;
  display: flex;
}
.chatMsg-comment:before {
  content: "";
  align-self: flex-end;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  margin: 0 0 15px;
}
.chatMsg-comment-text {
  padding: 15px;
  border-radius: 10px;
}
.chatMsg-time {
  font-size: 0.8rem;
}
.chatMsg-user .chatMsg-comment:before {
  border-width: 5px 10px 5px 0;
  border-color: transparent #F2F3F5 transparent transparent;
}
.chatMsg-user .chatMsg-comment-text {
  background: #F2F3F5;
}
.chatMsg-user .chatMsg-time {
  margin: 0 0 0 5px;
}
.chatMsg-shop {
  margin-left: auto;
}
.chatMsg-shop .chatMsg-comment:before {
  order: 2;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #005dad;
}
.chatMsg-shop .chatMsg-comment-text {
  background: #005dad;
  color: #fff;
}
.chatMsg-shop .chatMsg-time {
  order: -2;
  margin: 0 5px 0 0;
}

@media (max-width: 575px) {
  .chatMsg {
    max-width: 80%;
  }
}
/******************************************
[chatAction]
******************************************/
.chatAction-item {
  margin: 0 0 15px;
}
.chatAction-item:last-child {
  margin-bottom: 0;
}
.chatAction-input {
  display: flex;
  align-items: flex-end;
}
.chatAction-input-textarea {
  min-height: calc(1em + 0.8rem);
  margin: 0 15px 0 0;
  box-sizing: content-box;
  resize: vertical;
}
.chatAction-input .btn {
  flex: 0 0 auto;
}/*# sourceMappingURL=theme.css.map */