@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Monomaniac+One&display=swap");
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure, dd, dt, time {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

img {
  border: none;
  vertical-align: bottom;
  display: inline-block;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

body {
  font-family: "Helvetica", "Arial", sans-serif;
  background-color: #ddd;
  margin: 0;
  font-weight: 400;
  font-style: normal;
}

.header {
  width: 100%;
  height: 50px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 20px;
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
}
.header .title {
  height: 32px;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .title form {
  height: 100%;
  width: 100%;
}
.header .title form button {
  height: 100%;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
}
.header .title form img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header .links {
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.header .page-links {
  margin-left: auto;
}
.header .links,
.header .page-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.header .links a,
.header .page-links a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  background-color: #fff;
  color: #858589;
  height: 46px;
  width: 56px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.header .links a i,
.header .page-links a i {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .links a img,
.header .page-links a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .links a::after,
.header .page-links a::after {
  content: attr(data-title);
  font-size: 11px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.header .links a:hover,
.header .page-links a:hover {
  color: #24688d;
  opacity: 0.8;
}
.header .links a.active,
.header .page-links a.active {
  color: #24688d;
}

.content {
  padding: 60px 20px 40px;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

footer {
  position: fixed;
  z-index: 50;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 40px;
  background-color: #fff;
  color: #24688d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  -webkit-box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.2);
  font-weight: 600;
}
footer .storage {
  font-size: 14px;
  -webkit-animation: shrinkToNormal 6s ease-out infinite;
          animation: shrinkToNormal 6s ease-out infinite;
}

.sp-rich-menu {
  display: none;
}

@media (max-width: 767px) {
  body {
    background-color: #f2f4f7;
  }
  .header {
    display: none;
  }
  .content {
    width: 100%;
    max-width: none;
    min-height: 100vh;
    padding: 14px 10px 96px;
    margin: 0;
  }
  footer {
    display: none;
  }
  .sp-rich-menu {
    position: fixed;
    z-index: 850;
    left: 10px;
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom));
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 6px;
    padding: 8px;
    border: 1px solid rgba(36, 104, 141, 0.12);
    border-radius: 18px;
    background-color: rgba(255, 255, 255, 0.96);
    -webkit-box-shadow: 0 10px 26px rgba(34, 34, 34, 0.22);
            box-shadow: 0 10px 26px rgba(34, 34, 34, 0.22);
    backdrop-filter: blur(12px);
  }
  .sp-rich-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 0;
    min-height: 54px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 4px;
    border-radius: 14px;
    color: #858589;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
  }
  .sp-rich-menu a i {
    font-size: 21px;
  }
  .sp-rich-menu a.active {
    background-color: #24688d;
    color: #fff;
  }
  .common-modal-inner {
    width: calc(100vw - 24px);
    max-height: calc(100vh - 120px);
  }
}
@-webkit-keyframes shrinkToNormal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  20% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
@keyframes shrinkToNormal {
  0% {
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  20% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}
.full_block {
  height: 100%;
  width: 100vw;
  margin: 0 calc(50% - 50vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.auto_build {
  position: fixed;
  z-index: 900;
  top: 50%;
  left: 240px;
  translate: 0 -50%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: calc(100vh - 200px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: auto;
  padding: 40px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.4);
          box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.4);
}
.auto_build button {
  background-color: #24688d;
  color: #fff;
  font-size: 14px;
  border: 1px solid #858589;
  border-radius: 4px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  overflow: auto;
  min-height: 75px;
  max-height: 75px;
  cursor: pointer;
}
.auto_build button:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.auto_build button span {
  white-space: nowrap;
}

.auto-list {
  position: fixed;
  top: 0.0625rem;
  left: 0;
  width: 0;
  height: 100vh;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 1rem 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
}
@media screen and (max-width: 767px) {
  .auto-list {
    display: none;
  }
}
.auto-list.js-active {
  z-index: 999;
  width: 220px;
  background-color: #fff;
  opacity: 1;
  visibility: visible;
}
.auto-list button {
  background-color: #24688d;
  color: #fff;
  font-size: 14px;
  border: 1px solid #858589;
  border-radius: 4px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  overflow: auto;
  min-height: 75px;
  max-height: 75px;
  cursor: pointer;
}
.auto-list button.option {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 20px;
  white-space: nowrap;
}
.auto-list button.order-log-card {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  max-height: 150px;
}
.auto-list button.order-log-card span {
  width: 100%;
  display: inline-block;
  font-size: 15px;
  text-align: left;
}
.auto-list button.camera-card {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 150px;
  max-height: 150px;
}
.auto-list button.camera-card span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  text-align: left;
  line-height: 1.2;
}
.auto-list button:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.loading {
  opacity: 0;
  visibility: hidden;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(34, 34, 34, 0.4);
}
.loading span {
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: 100px;
  width: 100px;
  font-size: 100px;
  color: #0a5fe8;
}
.loading.js-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.loading.js-active span {
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@media screen and (max-width: 768px) {
  .title {
    height: 60px;
  }
}
.fa-file {
  color: #9a4444;
}

.fa-folder {
  color: #FFD966;
}

.fa-arrow-rotate-left {
  color: #222;
}

.fa-file-export {
  color: #25af33;
}

.bg-green {
  background-color: #d2eda0 !important;
}

.bg-dark_green {
  background-color: #118a11 !important;
}

.bg-dark_blue {
  background-color: #11338a !important;
}

.bg-orange {
  background-color: #f8da9d !important;
}

.bg-red {
  background-color: #e88585 !important;
}

.bg-blue {
  background-color: #8fc7e2 !important;
}

.bg-yellow {
  background-color: #e7eda0 !important;
}

.login_body {
  background-color: #24688d;
}
.login_body .login__main {
  height: 100vh;
  position: relative;
}
.login_body .login__container {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  max-width: 400px;
  padding: 2rem;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 6px rgba(34, 34, 34, 0.2);
          box-shadow: 0 0 6px rgba(34, 34, 34, 0.2);
}
.login_body .login__container-title {
  font-size: 1.25rem;
  margin-bottom: 1.125rem;
}
.login_body .login__container-icon {
  width: 250px;
  margin: 0 auto 0.625rem;
}
.login_body .login__container-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.login_body .form-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 8px;
  gap: 3px;
}
.login_body .form-wrap label {
  font-size: 14px;
  color: #858589;
}
.login_body .form-wrap input {
  font-size: 16px;
  min-width: 300px;
  max-width: 500px;
  width: 100%;
  padding: 6px 10px;
}
.login_body .login__button {
  margin-top: 0.875rem;
  width: 100%;
  padding: 12px 20px;
  border-radius: 4px;
  font-weight: 600;
  background-color: #24688d;
  color: #fff;
  cursor: pointer;
}
.login_body .message__error {
  font-size: 14px;
  color: #931414;
}

.common-modal-content.accessory-modal {
  width: 800px;
  max-height: 80vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.common-modal-content.accessory-modal .accessory-modal-title {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 10px;
}
.common-modal-content.accessory-modal .accessory-modal-head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.common-modal-content.accessory-modal .accessory-account-form {
  display: grid;
  grid-template-columns: 1fr 1fr 70px 90px;
  gap: 8px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 10px;
  background-color: #f8fafb;
}
.common-modal-content.accessory-modal .accessory-account-form label {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  font-size: 12px;
  color: #858589;
}
.common-modal-content.accessory-modal .accessory-account-form select {
  width: 100%;
  min-width: 0;
  height: 28px;
  padding: 2px 6px;
  border: 1px solid #858589;
  font-size: 12px;
}
.common-modal-content.accessory-modal .accessory-account-form button {
  height: 28px;
  margin: 0;
  padding: 0 10px;
  border-radius: 2px;
  font-size: 12px;
  color: #fff;
  background-color: #24688d;
}
.common-modal-content.accessory-modal .accessory-account-message {
  min-width: 0;
  font-size: 12px;
  color: #24688d;
}
.common-modal-content.accessory-modal .accessory-modal-values {
  width: 100%;
  min-height: 0;
  overflow-y: auto;
}
.common-modal-content.accessory-modal .accessory-modal-item {
  width: 100%;
  display: grid;
  grid-template-columns: 110px minmax(120px, 1fr) 90px 90px 42px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  text-align: center;
  border-bottom: 1px solid #d0cdcd;
}
.common-modal-content.accessory-modal .accessory-modal-item.head {
  background-color: #24688d;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.common-modal-content.accessory-modal .accessory-modal-item span {
  min-width: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 6px;
  border-right: 1px solid #d0cdcd;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-modal-content.accessory-modal .accessory-modal-item .accessory-history-delete {
  width: 100%;
  height: 30px;
  margin: 0;
  color: #931414;
  background-color: transparent;
  border-radius: 0;
  font-size: 12px;
}
.common-modal-content.accessory-modal .accessory-modal-empty {
  padding: 16px;
  font-size: 12px;
  text-align: center;
  color: #858589;
}
.common-modal-content.accessory-modal .accessory-history-delete-confirm {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(34, 34, 34, 0.35);
}
.common-modal-content.accessory-modal .accessory-history-delete-confirm__panel {
  width: 300px;
  padding: 16px;
  border: 1px solid #858589;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(34, 34, 34, 0.2);
          box-shadow: 0 10px 24px rgba(34, 34, 34, 0.2);
}
.common-modal-content.accessory-modal .accessory-history-delete-confirm__panel p {
  margin: 0 0 14px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}
.common-modal-content.accessory-modal .accessory-history-delete-confirm__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.common-modal-content.accessory-modal .accessory-history-delete-confirm__actions button {
  height: 32px;
  margin: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #24688d;
  font-size: 12px;
  font-weight: 700;
}
.common-modal-content.accessory-modal .accessory-history-delete-confirm__actions .accessory-history-delete-confirm__no {
  background-color: #858589;
}

.common-modal-content.accessory-price-preview-modal {
  position: relative;
  width: calc(95dvw - 40px);
  max-width: calc(95dvw - 40px);
  max-height: 82vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-modal-content.accessory-price-preview-modal .accessory-modal-title {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form {
  display: grid;
  grid-template-columns: 150px 18px 150px 150px 72px 72px 110px 110px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 10px;
  margin-bottom: 10px;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form button {
  margin: 0;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form .accessory-price-preview-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  font-size: 13px;
  font-weight: 700;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form .accessory-price-preview-separator {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  font-weight: 700;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form input[type=date] {
  height: 36px;
  width: 100%;
  padding: 4px 8px;
  border: 1px solid #858589;
  border-radius: 4px;
  font-size: 14px;
  background-color: #fff;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form button {
  height: 36px;
  width: 100%;
  padding: 0 10px;
  background-color: #24688d;
  color: #fff;
  border-radius: 4px;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form button:disabled {
  background-color: #858589;
  opacity: 0.45;
  cursor: default;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-form button.is-disabled {
  background-color: #858589;
  opacity: 0.45;
  cursor: not-allowed;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-check {
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 0 10px;
  border: 1px solid #858589;
  background-color: #fff;
  cursor: pointer;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-check input[type=checkbox] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-check .accessory-price-preview-checkmark {
  width: 20px;
  height: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #858589;
  border-radius: 3px;
  background-color: #fff;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-check input[type=checkbox]:checked + .accessory-price-preview-checkmark {
  background-color: #24688d;
  border-color: #24688d;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-check input[type=checkbox]:checked + .accessory-price-preview-checkmark::after {
  content: "";
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(45deg) translate(-1px, -1px);
          transform: rotate(45deg) translate(-1px, -1px);
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-check .accessory-price-preview-checktext {
  margin: 0;
  white-space: nowrap;
  font-size: 14px;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-results {
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  overflow: hidden;
  padding-right: 4px;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section {
  min-width: 0;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section h3 {
  margin-bottom: 6px;
  font-size: 12px;
  font-weight: 700;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table-wrap {
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
  overflow-y: auto;
  overflow-x: auto;
  border: 1px solid #d0cdcd;
  -webkit-box-shadow: 0 6px 14px rgba(34, 34, 34, 0.08);
          box-shadow: 0 6px 14px rgba(34, 34, 34, 0.08);
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table {
  min-width: 760px;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .supplier-col {
  width: 10%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .maker-col {
  width: 9%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .no-col {
  width: 18%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .name-col {
  width: 27%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .price-col {
  width: 8%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .count-col {
  width: 5%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .reason-col {
  width: 15%;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table th,
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table td {
  height: 24px;
  padding: 3px 4px;
  border-right: 1px solid #d0cdcd;
  border-bottom: 1px solid #d0cdcd;
  font-size: 10px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table th {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #24688d;
  color: #fff;
  text-align: center;
  font-weight: 700;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table td.tr {
  text-align: right;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table td.empty {
  text-align: center;
  color: #858589;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table tbody tr {
  cursor: pointer;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table tbody tr:hover td {
  background-color: #eef4f8;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table tbody tr.is-active td {
  background-color: #dceef8;
  -webkit-box-shadow: inset 0 2px 0 #24688d, inset 0 -2px 0 #24688d;
          box-shadow: inset 0 2px 0 #24688d, inset 0 -2px 0 #24688d;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table tbody tr.is-conflict td {
  background-color: #fff4e5;
  border-top: 2px solid #d98200;
  border-bottom: 2px solid #d98200;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table tbody tr.is-conflict.is-active td {
  background-color: #ffe5bf;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-preview-section .accessory-price-preview-table .accessory-price-preview-conflict {
  display: inline-block;
  margin-right: 6px;
  padding: 2px 6px;
  border-radius: 3px;
  background-color: #d98200;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-save-confirm {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(34, 34, 34, 0.35);
}
.common-modal-content.accessory-price-preview-modal .accessory-price-save-confirm__panel {
  width: 320px;
  padding: 18px;
  border: 1px solid #858589;
  background-color: #fff;
  -webkit-box-shadow: 0 10px 24px rgba(34, 34, 34, 0.2);
          box-shadow: 0 10px 24px rgba(34, 34, 34, 0.2);
}
.common-modal-content.accessory-price-preview-modal .accessory-price-save-confirm__panel p {
  margin: 0 0 16px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-save-confirm__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-save-confirm__actions button {
  height: 34px;
  margin: 0;
  border-radius: 4px;
  color: #fff;
  background-color: #24688d;
  font-size: 13px;
  font-weight: 700;
}
.common-modal-content.accessory-price-preview-modal .accessory-price-save-confirm__actions .accessory-price-save-confirm__no {
  background-color: #858589;
}

.manual_head {
  width: 100%;
  padding: 10px;
}

.manual_title {
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 24px;
  color: #24688d;
  font-weight: 600;
}

.manual-content {
  border-radius: 4px;
  padding: 10px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  max-height: calc(100vh - 250px);
  overflow: auto;
}
.manual-content .manual_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 15px;
  border-radius: 4px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.6);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.6);
  cursor: pointer;
}
.manual-content .manual_button:hover {
  background-color: #24688d;
  color: #fff;
}
.manual-content .manual_button.back {
  background-color: #333;
  color: #fff;
}
.manual-content .manual_button.back:hover {
  opacity: 0.6;
}
.manual-content .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
}
.manual-content .icon i {
  font-size: 32px;
}
.manual-content .icon .fa-file-pdf {
  color: rgb(190, 17, 17);
}
.manual-content .icon .fa-file-pdf {
  color: rgb(190, 17, 17);
}
.manual-content .icon .fa-book {
  color: rgb(190, 181, 17);
}
.manual-content .value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
}

@media (max-width: 767px) {
  .manual_head {
    padding: 0 0 10px;
  }
  .manual_title {
    font-size: 22px;
  }
  .manual-content {
    width: 100%;
    max-width: none;
    max-height: calc(100vh - 148px);
    padding: 2px;
    gap: 12px;
  }
  .manual-content .manual_button {
    min-height: 64px;
    padding: 12px;
    border-radius: 8px;
  }
  .manual-content .icon {
    width: 46px;
  }
  .manual-content .icon i {
    font-size: 26px;
  }
  .manual-content .value {
    min-width: 0;
    font-size: 16px;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
}
.btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.btn {
  display: inline-block;
  position: relative;
  padding: 16px 12px;
  background-color: #fff;
  color: #24688d;
  border: 2px solid #24688d;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.5);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.5);
  border-radius: 100px;
  height: 70px;
  width: 70px;
  cursor: pointer;
}
.btn i {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.btn::after {
  opacity: 0;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  content: attr(data-title);
  text-align: left;
  line-height: 1.4;
  padding: 0 6px;
  border-radius: 4px;
  color: #222;
  font-size: 14px;
  background-color: #fff;
  top: 100%;
  left: 50%;
  width: auto;
  white-space: nowrap;
  translate: -50% 0;
}
.btn:hover::after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}

.w-btn {
  display: inline-block;
  padding: 12px 16px;
  height: 40px;
  width: 100%;
  max-width: 180px;
  color: #fff;
  background-color: #24688d;
  border: 1px solid #24688d;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-btn i {
  font-size: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.w-btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.w-btn:hover {
  opacity: 0.6;
}
.w-btn.--danger {
  color: #24688d;
  background-color: #fff;
}
.w-btn.--secondary {
  color: #24688d;
  background-color: #fff;
  border-color: #24688d;
}
.w-btn:disabled, .w-btn.disabled-btn, .w-btn.js-disabled {
  color: #fff;
  background-color: #858589;
  border-color: #858589;
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.75;
}
.w-btn.cam-inspection-state--none {
  color: #24688d;
  background-color: transparent;
  border-color: #24688d;
}
.w-btn.cam-inspection-state--partial {
  color: #222;
  background-color: #e7eda0;
  border-color: #222;
}
.w-btn.cam-inspection-state--complete {
  color: #fff;
  background-color: #24688d;
  border-color: #24688d;
}

.ui-action-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 64px;
  height: 28px;
  border: 1px solid #24688d;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
}

.ui-action-button--primary {
  background-color: #24688d;
  color: #fff;
}

.ui-action-button--secondary {
  background-color: #fff;
  color: #24688d;
}

.com-btn {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #858589;
  padding: 2px 6px;
  font-size: 12px;
  border-bottom: 1px solid #858589;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.com-btn:hover {
  opacity: 0.6;
}

.message-button {
  position: fixed;
  z-index: 800;
  right: 5px;
  bottom: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 50px;
  width: 50px;
  border: 1px solid #24688d;
  background-color: #fff;
  color: #24688d;
  font-size: 32px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.message-button:hover {
  opacity: 0.6;
}

.js-disabled {
  background-color: #858589;
  pointer-events: none;
}

.up-inner {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}

.up-form {
  width: 100%;
  gap: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.up-form li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.up-form label {
  font-size: 16px;
}
.up-form textarea {
  height: 150px;
}
.up-form input[type=text],
.up-form input[type=date],
.up-form textarea,
.up-form select {
  width: 100%;
  font-size: 16px;
  font-family: "M PLUS 1p", sans-serif;
  padding: 8px;
  background-color: #fff;
  color: #222;
  border: 1px solid #858589;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 6px;
  resize: none;
  line-height: 1.2;
}

.up-area {
  width: 100%;
  height: 150px;
  border: 2px dotted #858589;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.up-area.js-active {
  border-color: #33a0df;
  background-color: rgba(51, 160, 223, 0.1);
}

.up-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.input_files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 18px;
  padding-left: 18px;
}
.input_files .fileDelete {
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.input_files .fileDelete:hover {
  color: #24688d;
}

.up-btn {
  display: none;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 16px;
  background-color: #24688d;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

.input-area {
  display: none;
  padding-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.input-area.js-active {
  padding-top: 32px;
  opacity: 1;
  height: 100%;
  visibility: visible;
}
.input-area input {
  width: 100%;
  max-width: 400px;
  display: inline-block;
  font-size: 16px;
  padding: 8px 16px;
  border: 1px solid #858589;
}

.reader-area {
  display: none;
  position: relative;
  height: 0;
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.reader-area.js-active {
  height: 100%;
  display: block;
}

.content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  gap: 10px;
  padding: 32px 0;
}

.column {
  width: 100%;
  background-color: #fff;
  border: 1px solid #858589;
  border-radius: 4px;
  padding: 10px;
  max-height: 70vh;
  overflow-y: auto;
}

.column h2 {
  margin: 0 0 10px;
  font-size: 18px;
  color: #858589;
}

.column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.column li {
  padding: 8px;
  border-bottom: 1px solid #858589;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.column li a {
  color: #33a0df;
  text-decoration: none;
  margin-left: 10px;
  font-size: 16px;
  padding: 0.5em 1em;
}

@media (max-width: 767px) {
  .input-area {
    gap: 8px;
    padding: 0 0 10px;
  }
  .input-area.js-active {
    padding-top: 10px;
  }
  .input-area input {
    min-height: 44px;
    font-size: 16px;
  }
  .reader-area {
    max-width: 100%;
    margin: 10px auto;
  }
  .content-area {
    width: 100%;
    padding: 8px 0 12px;
    gap: 8px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .column {
    min-width: min(86vw, 360px);
    max-height: calc(100vh - 170px);
    padding: 10px;
    border-radius: 8px;
    scroll-snap-align: start;
  }
  .column h2 {
    font-size: 16px;
  }
  .column li {
    min-height: 44px;
    padding: 8px 4px;
    font-size: 14px;
  }
  .column li a {
    min-width: 0;
    margin-left: 6px;
    padding: 6px;
    overflow-wrap: anywhere;
    font-size: 14px;
  }
}
.common-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100dvh;
  width: 100dvw;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-modal.js-active {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.common-modal .common-modal-inner {
  background-color: #fff;
  padding: 10px 20px 20px;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 95dvh;
  max-width: 95dvw;
  overflow: scroll;
}
.common-modal .common-modal-close {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  background-color: #24688d;
  color: #fff;
  border-radius: 40px;
  margin-left: auto;
  position: sticky;
  top: 0;
  z-index: 10;
  cursor: pointer;
}
.common-modal .common-modal-content {
  margin-top: 10px;
}
.common-modal .common-modal-content p {
  font-size: 15px;
}
.common-modal .common-modal-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto 0 0;
  font-size: 16px;
}
.common-modal .common-modal-title {
  font-size: 20px !important;
  text-align: center;
}
.common-modal .common-modal-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-modal .file-drop-confirm-modal {
  width: min(520px, calc(100vw - 40px));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  margin: 0 auto;
}
.common-modal .file-drop-confirm-modal__drop {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 150px;
  padding: 24px;
  border: 2px dashed #858589;
  border-radius: 8px;
  background: #fff;
  color: #24688d;
  font-size: 15px;
  cursor: pointer;
  text-align: center;
}
.common-modal .file-drop-confirm-modal__drop.is-active {
  border-color: #33a0df;
  background: #e1ecf2;
}
.common-modal .file-drop-confirm-modal__input {
  display: none;
}
.common-modal .file-drop-confirm-modal__file {
  width: 100%;
  min-height: 22px;
  text-align: center;
  word-break: break-all;
}
.common-modal .file-drop-confirm-modal__summary {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.common-modal .file-drop-confirm-modal__label {
  margin: 0;
  color: #858589;
  font-size: 13px;
}
.common-modal .file-drop-confirm-modal__value {
  margin: 0;
  padding: 8px 10px;
  background: #fff;
  border: 1px solid #d0cdcd;
  border-radius: 4px;
  color: #222;
  word-break: break-all;
}
.common-modal .file-drop-confirm-modal__note {
  margin: 0;
  color: #222;
  text-align: left;
}
.common-modal .file-drop-confirm-modal__actions {
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  gap: 12px;
}
.common-modal .file-drop-confirm-modal__actions .w-btn {
  width: auto;
  min-width: 96px;
  max-width: none;
  margin: 0;
}
.common-modal .report_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  margin-top: 20px;
}
.common-modal .report_btns button {
  margin: 0;
}
.common-modal .report_row,
.common-modal .order_setting_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.common-modal .report_row .input[type=text],
.common-modal .report_row .input[type=number],
.common-modal .report_row select,
.common-modal .order_setting_row .input[type=text],
.common-modal .order_setting_row .input[type=number],
.common-modal .order_setting_row select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 6px 10px;
  width: 100%;
}
.common-modal .report_row .report_btns,
.common-modal .report_row .setting_btns,
.common-modal .order_setting_row .report_btns,
.common-modal .order_setting_row .setting_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}
.common-modal .report_row .match_items,
.common-modal .order_setting_row .match_items {
  max-height: 500px;
  overflow: auto;
}
.common-modal .report_row .match-row,
.common-modal .order_setting_row .match-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px dotted #858589;
  row-gap: 4px;
}
.common-modal .report_row .match-row span:nth-of-type(1),
.common-modal .order_setting_row .match-row span:nth-of-type(1) {
  width: 20%;
  color: #858589;
  font-size: 14px;
}
.common-modal .report_row .match-row span:nth-of-type(2),
.common-modal .order_setting_row .match-row span:nth-of-type(2) {
  width: 75%;
  color: #858589;
  font-size: 14px;
}
.common-modal .report_row .match-row span:nth-of-type(3),
.common-modal .order_setting_row .match-row span:nth-of-type(3) {
  width: 100%;
  font-size: 16px;
}
.common-modal .report_row .report-complete,
.common-modal .report_row .report-break,
.common-modal .order_setting_row .report-complete,
.common-modal .order_setting_row .report-break {
  background-color: #fff;
  color: #24688d;
  border: 1px solid #24688d;
  font-weight: 600;
}
.common-modal .report_row .report-complete.js-active,
.common-modal .report_row .report-break.js-active,
.common-modal .order_setting_row .report-complete.js-active,
.common-modal .order_setting_row .report-break.js-active {
  background-color: #24688d;
  color: #fff;
}

.modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal .modal-content {
  translate: -50% 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal.js-active {
  opacity: 1;
  visibility: visible;
}
.modal.js-active .modal-content {
  height: 800px;
  width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 101;
  background-color: #fff;
  border-radius: 5px;
  padding: 16px 24px;
}
.modal.js-active .modal-bg {
  background-color: rgba(34, 34, 34, 0.8);
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.modal .modal-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.modal li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 16px;
}
.modal li label {
  color: gray;
  font-size: 14px;
}
.modal li input[type=text] {
  font-size: 16px;
  padding: 10px 12px 6px;
  border: 1px solid #222;
  border-radius: 3px;
  line-height: 1;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  margin: 40px auto 0;
}
.modal .btns a,
.modal .btns button {
  width: 90%;
  max-width: 150px;
  display: inline-block;
  background-color: #24688d;
  color: #fff;
  border-radius: 3px;
  padding: 10px 20px;
  text-align: center;
}

.modalBg {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  z-index: -1;
}
.modalBg.js-active {
  opacity: 1;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(34, 34, 34, 0.5);
  z-index: 100;
}

.xl_column_control {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  width: min(420px, 100vw);
  height: 100vh;
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
  z-index: 501;
  padding: 24px;
  overflow: auto;
  background-color: #f5f6f7;
}
.xl_column_control.js-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.xl_column_control_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.xl_column_control_head p {
  font-size: 18px;
  font-weight: 700;
}
.xl_column_control_head button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background-color: #24688d;
  color: #fff;
  cursor: pointer;
}
.xl_column_control_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.xl_column_control_tab {
  padding: 8px 12px;
  border: 1px solid #d0cdcd;
  border-radius: 4px;
  background-color: #fff;
  color: #555;
  cursor: pointer;
}
.xl_column_control_tab.js-active {
  border-color: #24688d;
  background-color: #24688d;
  color: #fff;
}

.xl-list table.js-column-control-pending {
  visibility: hidden;
}

.xl_column_control_help {
  margin: -8px 0 16px;
  padding-left: 1em;
  color: #222;
  font-size: 12px;
  line-height: 1.5;
  text-align: left;
}

.xl_column_control_tabs {
  display: block;
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.xl_column_control_item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 76px;
  gap: 5px;
  min-width: 0;
  margin-bottom: 8px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.xl_column_control_item .xl_column_control_tab {
  overflow: hidden;
  min-width: 0;
  padding: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 12px;
}

.xl_column_control_width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
  color: #222;
  font-size: 11px;
}

.xl_column_control_width input {
  width: 55px;
  height: 34px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #d6dde7;
  border-radius: 4px;
  padding: 0 5px;
  background: #fff;
  color: #222;
  font-size: 12px;
  text-align: right;
}
.xl_column_control_width input::-webkit-input-placeholder {
  color: #b8c1cc;
  opacity: 1;
}
.xl_column_control_width input::-moz-placeholder {
  color: #b8c1cc;
  opacity: 1;
}
.xl_column_control_width input:-ms-input-placeholder {
  color: #b8c1cc;
  opacity: 1;
}
.xl_column_control_width input::-ms-input-placeholder {
  color: #b8c1cc;
  opacity: 1;
}
.xl_column_control_width input::placeholder {
  color: #b8c1cc;
  opacity: 1;
}

.xl_column_control_actions {
  position: sticky;
  bottom: -24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 16px;
  margin: 20px -24px -24px;
  border-top: 1px solid #d6dde7;
  padding: 14px 24px;
  background: #f5f6f7;
}

.xl_column_control_actions .ui-action-button {
  min-width: 120px;
  margin: 0;
}

@media (max-width: 420px) {
  .xl_column_control_tabs {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
  }
}

.inspection_create {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
  z-index: 501;
  padding: 30px 30px 80px;
}
.inspection_create.js-active {
  width: 100vw;
  max-width: 800px;
  height: 100vh;
  overflow: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #d0cdcd;
}
.inspection_create .inspection_title {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
.inspection_create .inspection_create_content {
  width: 100%;
  margin: 20px auto 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspection_create .inspection_create_wrap {
  width: 300px;
  margin: 0 auto 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.inspection_create .inspection_create_wrap label {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
.inspection_create .inspection_create_wrap input[type=text],
.inspection_create .inspection_create_wrap input[type=date],
.inspection_create .inspection_create_wrap select {
  width: 100%;
  font-family: inherit;
  font-size: 18px;
  padding: 8px 10px;
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
  min-width: 200px;
}
.inspection_create .js-inspection-name,
.inspection_create .js-inspection-file,
.inspection_create .js-inspection-date,
.inspection_create .js-inspection-paint-setting,
.inspection_create .js-inspection-xldate,
.inspection_create .js-inspection-xlenddate,
.inspection_create .js-inspection-xlbranch,
.inspection_create .js-inspection-xltype,
.inspection_create .js-inspection-xlfrontloaded {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  max-height: 0;
  margin-bottom: 0;
}
.inspection_create .js-inspection-name.js-active,
.inspection_create .js-inspection-file.js-active,
.inspection_create .js-inspection-date.js-active,
.inspection_create .js-inspection-paint-setting.js-active,
.inspection_create .js-inspection-xldate.js-active,
.inspection_create .js-inspection-xlenddate.js-active,
.inspection_create .js-inspection-xlbranch.js-active,
.inspection_create .js-inspection-xltype.js-active,
.inspection_create .js-inspection-xlfrontloaded.js-active {
  max-height: 100%;
  opacity: 1;
  visibility: visible;
  margin-bottom: 18px;
}
.inspection_create .js-inspection-name input[type=checkbox],
.inspection_create .js-inspection-file input[type=checkbox],
.inspection_create .js-inspection-date input[type=checkbox],
.inspection_create .js-inspection-paint-setting input[type=checkbox],
.inspection_create .js-inspection-xldate input[type=checkbox],
.inspection_create .js-inspection-xlenddate input[type=checkbox],
.inspection_create .js-inspection-xlbranch input[type=checkbox],
.inspection_create .js-inspection-xltype input[type=checkbox],
.inspection_create .js-inspection-xlfrontloaded input[type=checkbox] {
  width: 35px;
  height: 35px;
}
.inspection_create button {
  cursor: pointer;
  background-color: #24688d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.label_create {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
  z-index: 501;
  padding: 30px 30px 80px;
}
.label_create.js-active {
  width: 100vw;
  max-width: 1120px;
  height: 100vh;
  overflow: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #d0cdcd;
}
.label_create .label_title {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
.label_create .label_create_content {
  width: 100%;
  margin: 20px auto 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.label_create .label_create_wrap {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.label_create .label_create_wrap label {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
.label_create .label_create_wrap .label_create_list,
.label_create .label_create_wrap .label_create_head {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.label_create .label_create_wrap .label_create_list li,
.label_create .label_create_wrap .label_create_head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 4px;
}
.label_create .label_create_wrap .label_create_list span,
.label_create .label_create_wrap .label_create_head span {
  font-size: 16px;
  text-align: left;
  overflow: auto;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(1),
.label_create .label_create_wrap .label_create_head span:nth-of-type(1) {
  min-width: 380px;
  max-width: 380px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(2),
.label_create .label_create_wrap .label_create_head span:nth-of-type(2) {
  min-width: 60px;
  max-width: 60px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(3),
.label_create .label_create_wrap .label_create_head span:nth-of-type(3) {
  min-width: 60px;
  max-width: 60px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(4),
.label_create .label_create_wrap .label_create_head span:nth-of-type(4) {
  min-width: 150px;
  max-width: 150px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(5),
.label_create .label_create_wrap .label_create_head span:nth-of-type(5) {
  min-width: 50px;
  max-width: 50px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(6),
.label_create .label_create_wrap .label_create_head span:nth-of-type(6) {
  min-width: 100px;
  max-width: 100px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(7),
.label_create .label_create_wrap .label_create_head span:nth-of-type(7) {
  min-width: 50px;
  max-width: 50px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(8),
.label_create .label_create_wrap .label_create_head span:nth-of-type(8) {
  min-width: 50px;
  max-width: 50px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(9),
.label_create .label_create_wrap .label_create_head span:nth-of-type(9) {
  min-width: 50px;
  max-width: 50px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(10),
.label_create .label_create_wrap .label_create_head span:nth-of-type(10) {
  min-width: 50px;
  max-width: 50px;
}
.label_create .label_create_wrap .label_create_list span:nth-of-type(11),
.label_create .label_create_wrap .label_create_head span:nth-of-type(11) {
  min-width: 50px;
  max-width: 50px;
}
.label_create .label_create_wrap .label_create_list input[type=number],
.label_create .label_create_wrap .label_create_list input[type=text],
.label_create .label_create_wrap .label_create_head input[type=number],
.label_create .label_create_wrap .label_create_head input[type=text] {
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 8px 6px;
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
}
.label_create .label_create_wrap .label_create_head {
  background-color: #24688d;
  color: #fff;
  padding: 4px 0;
}
.label_create .label_create_wrap .label_create_head span {
  text-align: center;
}
.label_create button {
  cursor: pointer;
  background-color: #24688d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.laser_label_create {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: fixed;
  top: 0;
  right: 0;
  -webkit-transform: translateX(200vw);
          transform: translateX(200vw);
  z-index: 501;
  padding: 30px 30px 80px;
}
.laser_label_create.js-active {
  width: 100vw;
  max-width: 1000px;
  height: 100vh;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  background-color: #d0cdcd;
}
.laser_label_create .laser_label_title {
  text-align: left;
  line-height: 1.5;
  font-size: 16px;
}
.laser_label_create .laser_label_create_content {
  width: 100%;
  margin: 20px auto 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
}
.laser_label_create .laser_label_create_wrap {
  width: 100%;
  max-height: calc(100vh - 300px);
  overflow: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.laser_label_create .laser_label_create_wrap label {
  font-size: 16px;
  text-align: left;
  line-height: 1.5;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list,
.laser_label_create .laser_label_create_wrap .laser_label_create_head {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list li,
.laser_label_create .laser_label_create_wrap .laser_label_create_head li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 4px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span,
.laser_label_create .laser_label_create_wrap .laser_label_create_head span {
  font-size: 16px;
  text-align: left;
  overflow: auto;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(1),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(1) {
  min-width: 70px;
  max-width: 70px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(2),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(2) {
  min-width: 250px;
  max-width: 250px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(3),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(3) {
  min-width: 250px;
  max-width: 250px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(4),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(4) {
  min-width: 250px;
  max-width: 250px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(5),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(5) {
  min-width: 100px;
  max-width: 100px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(6), .laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(7), .laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(8), .laser_label_create .laser_label_create_wrap .laser_label_create_list span:nth-of-type(9),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(6),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(7),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(8),
.laser_label_create .laser_label_create_wrap .laser_label_create_head span:nth-of-type(9) {
  min-width: 50px;
  max-width: 50px;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_list input[type=number],
.laser_label_create .laser_label_create_wrap .laser_label_create_list input[type=text],
.laser_label_create .laser_label_create_wrap .laser_label_create_head input[type=number],
.laser_label_create .laser_label_create_wrap .laser_label_create_head input[type=text] {
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: 14px;
  padding: 8px 6px;
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_head {
  background-color: #24688d;
  color: #fff;
  padding: 4px 0;
}
.laser_label_create .laser_label_create_wrap .laser_label_create_head span {
  text-align: center;
}
.laser_label_create button {
  cursor: pointer;
  background-color: #24688d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 200px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-btns {
  position: fixed;
  z-index: 60;
  bottom: 5px;
  left: 50%;
  translate: -50% 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
.modal-btns.js-active {
  opacity: 1;
  visibility: visible;
}
.modal-btns button.is-hidden {
  display: none;
}
.modal-btns button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 38px;
  background-color: #24688d;
  color: #fff;
  height: 75px;
  width: 75px;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.modal-btns button::after {
  content: attr(data-text);
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: inline-block;
}
.modal-btns button:hover {
  opacity: 0.6;
}
.modal-btns button span {
  font-family: "Monomaniac One", sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.arrive-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}

.multi-select-modal {
  min-height: 75dvh;
  max-height: 75dvh;
}
.multi-select-modal .search-multiple-input {
  display: block;
  width: 300px;
  margin: 0 auto;
  font: inherit;
  background-color: #fff;
  color: #222;
  padding: 8px 1em;
  border: 1px solid #858589;
  border-radius: 4px;
}
.multi-select-modal .multiple-button,
.multi-select-modal .reset-multiple-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  padding: 10px;
  width: 250px;
  font-size: 18px;
  font-weight: 600;
  color: #24688d;
  background-color: #fff;
  border: 1px solid #24688d;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.multi-select-modal .multiple-button.js-active,
.multi-select-modal .reset-multiple-button.js-active {
  background-color: #24688d;
  color: #fff;
}
.multi-select-modal .multiple-button:last-child,
.multi-select-modal .reset-multiple-button:last-child {
  margin-bottom: 50px;
}
.multi-select-modal .reset-multiple-button {
  color: #fff;
  background-color: #858589;
  border: 1px solid #858589;
  font-weight: 500;
  font-size: 16px;
}

.attach_modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
}
.attach_modal .attach-input {
  width: 100%;
  height: 150px;
  border: 2px dotted #858589;
  background-color: #fff;
  border-radius: 6px;
  font-size: 16px;
  color: #858589;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.attach_modal .attach-input.js-active {
  border-color: #33a0df;
  background-color: rgba(51, 160, 223, 0.1);
}
.attach_modal .attach-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.attach_modal .attach-upload {
  display: inline-block;
  margin: 0 auto;
}

.output-modal p {
  text-align: center;
}
.output-modal .output-modal-area {
  margin-top: 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.output-modal .output-modal-area input[type=date] {
  width: 40%;
  display: inline-block;
}
.output-modal .output-modal-area input[type=radio] {
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0;
  margin: 0;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}
.output-modal .output-modal-area label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  margin-right: 10px;
  gap: 5px;
  color: #222;
}
.output-modal .output-modal-area span {
  display: inline-block;
  font-size: 18px;
}
.output-modal .output-modal-btns {
  width: 100%;
  text-align: center;
}

.checked-history-output-modal .output-modal-area {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-right: auto;
}

.table_title_content .lot-list {
  display: block;
  max-width: 400px;
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #858589;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #fff;
  color: #222;
}
.table_title_content .table_title-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common-modal-content.inventory-list-modal {
  width: 90dvw;
  max-width: 1650px;
}
.common-modal-content.inventory-list-modal .inventory_list_titles {
  position: sticky;
  top: -10px;
  background-color: #fff;
  z-index: 5;
}
.common-modal-content.inventory-list-modal .inventory_list_title {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto;
}
.common-modal-content.inventory-list-modal .inventory_list_btn {
  position: absolute;
  top: 50%;
  left: 120%;
  translate: 0 -50%;
  margin: 0;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-modal-content.inventory-list-modal .inventory_list_btn.js-active {
  opacity: 1;
  visibility: visible;
}
.common-modal-content.inventory-list-modal .inventory_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.common-modal-content.inventory-list-modal .inventory_list_block {
  width: 400px;
}
.common-modal-content.inventory-list-modal .inventory_list_subtitle {
  font-size: 18px;
  border-bottom: 3px solid #24688d;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 5px;
}
.common-modal-content.inventory-list-modal .inventory_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
}
.common-modal-content.inventory-list-modal .inventory_list_item {
  background-color: #fff;
  color: #222;
  border: 1px solid #24688d;
  margin: 0;
  width: 100%;
  height: 40px;
  text-align: left;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 14px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  gap: 10px;
}
.common-modal-content.inventory-list-modal .inventory_list_item:hover {
  opacity: 0.7;
}
.common-modal-content.inventory-list-modal .inventory_list_item.js-active {
  background-color: #24688d;
  color: #fff;
}
.common-modal-content.inventory-list-modal .code {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  min-width: 70px;
  max-width: 70px;
  background-color: #24688d;
  color: #fff;
  padding: 5px 10px;
}

@media (max-width: 767px) {
  .common-modal {
    padding: 0 2dvw;
  }
  .common-modal .common-modal-inner {
    width: min(96dvw, 96%);
    max-width: 96dvw;
    max-height: 92dvh;
    padding: 10px 12px 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
  .common-modal .common-modal-content {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: auto;
  }
  .common-modal .report_btns,
  .common-modal .common-modal-buttons {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .common-modal .report_row,
  .common-modal .order_setting_row {
    max-width: 100%;
  }
  .modal.js-active .modal-content {
    width: 96dvw;
    max-width: 96dvw;
    height: auto;
    max-height: 92dvh;
    padding: 14px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
  .common-modal-content.inventory-list-modal,
  .common-modal-content.sheet_cover_modal {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: auto;
  }
}
.group_modal {
  position: fixed;
  z-index: 300;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  border-radius: 6px;
  -webkit-box-shadow: 4px 4px 8px rgba(34, 34, 34, 0.6);
          box-shadow: 4px 4px 8px rgba(34, 34, 34, 0.6);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.group_modal.js-active {
  opacity: 1;
  visibility: visible;
}
.group_modal .group_modal_content {
  min-width: 400px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  max-height: 80vh;
  background-color: #fff;
  overflow: scroll;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: auto;
  position: relative;
}
.group_modal .group_modal_content p {
  font-size: 24px;
  color: #858589;
  font-weight: 600;
  margin-bottom: 10px;
}
.group_modal .group_modal_content .group_modal_change,
.group_modal .group_modal_content .group_modal_size,
.group_modal .group_modal_content .group_modal_reset {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  width: 45px;
  font-size: 24px;
  border-radius: 100px;
  color: #fff;
  background-color: #24688d;
  cursor: pointer;
}
.group_modal .group_modal_content .group_modal_change {
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.group_modal .group_modal_content .group_modal_reset {
  top: 70px;
  right: 10px;
  font-size: 10px;
  font-weight: 700;
}
.group_modal .group_modal_content .group_modal_size {
  top: 130px;
  right: 10px;
  font-size: 13px;
  font-weight: 700;
}
.group_modal .group_modal_content .group_modal_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  width: 100%;
  max-height: 80%;
  overflow: auto;
  margin-bottom: 10px;
}
.group_modal .group_modal_content .group_modal_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.group_modal .group_modal_content .group_modal_list li .time {
  font-size: 20px;
  padding-left: 8px;
}
.group_modal .group_modal_content .group_modal_list li label {
  font-size: 16px;
  color: #858589;
  font-weight: 600;
}
.group_modal .group_modal_content .group_modal_list li .sheet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  padding: 4px 8px;
  font-size: 16px;
}
.group_modal .group_modal_content .group_modal_list li .key {
  font-size: 18px;
  text-align: left;
  width: 200px;
}
.group_modal .group_modal_content .group_modal_list li .nes {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px;
}
.group_modal .group_modal_content .group_modal_list li .cap {
  font-size: 13px;
}
.group_modal .group_modal_content .group_modal_list li .value {
  font-size: 20px;
  text-align: left;
}
.group_modal .group_modal_content .accessory_head,
.group_modal .group_modal_content .accessory_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  text-align: center;
}
.group_modal .group_modal_content .accessory_head span,
.group_modal .group_modal_content .accessory_body span {
  font-size: 18px;
}
.group_modal .group_modal_content .accessory_head span:nth-of-type(1),
.group_modal .group_modal_content .accessory_body span:nth-of-type(1) {
  min-width: 150px;
  max-width: 150px;
}
.group_modal .group_modal_content .accessory_head span:nth-of-type(2),
.group_modal .group_modal_content .accessory_body span:nth-of-type(2) {
  min-width: 100px;
  max-width: 100px;
}
.group_modal .group_modal_content .accessory_head span:nth-of-type(3),
.group_modal .group_modal_content .accessory_body span:nth-of-type(3) {
  min-width: 100px;
  max-width: 100px;
}
.group_modal .group_modal_content .accessory_head {
  background-color: #24688d;
  color: #fff;
  padding: 8px 0;
}
.group_modal .group_modal_content .matrix-table {
  border-spacing: 0;
}
.group_modal .group_modal_content .matrix-table tr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: auto;
}
.group_modal .group_modal_content .matrix-table th {
  background-color: #24688d;
  color: #fff;
}
.group_modal .group_modal_content .matrix-table td {
  background-color: #fff;
  border-bottom: 1px solid #858589;
}
.group_modal .group_modal_content .matrix-table th, .group_modal .group_modal_content .matrix-table td {
  border-right: 1px solid #858589;
  padding: 12px 10px;
  font-size: 16px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group_modal .group_modal_content .matrix-table th:nth-of-type(1), .group_modal .group_modal_content .matrix-table td:nth-of-type(1) {
  width: 150px;
  border-left: 1px solid #858589;
}
.group_modal .group_modal_content .matrix-table th:nth-of-type(n+2), .group_modal .group_modal_content .matrix-table td:nth-of-type(n+2) {
  width: 70px;
}
.group_modal .group_modal_content .matrix-table .quantity_head {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.group_modal .group_modal_content .matrix-table .quantity_head:hover {
  background-color: #d0cdcd;
}
.group_modal .group_modal_content .group_modal_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
  margin: 20px auto;
}
.group_modal .group_modal_content .group_modal_block .group_modal_subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.group_modal .group_modal_content .group_modal_block .group_modal_subtitle span:nth-of-type(1) {
  font-size: 14px;
  text-align: left;
  min-width: 65px;
  max-width: 65px;
}
.group_modal .group_modal_content .group_modal_block .group_modal_subtitle span:nth-of-type(2) {
  font-size: 20px;
  color: #222;
  padding-left: 5px;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table {
  border-spacing: 0;
  width: 100%;
  overflow: scroll;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table tr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: auto;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table th {
  background-color: #24688d;
  color: #fff;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td {
  background-color: #fff;
  border-bottom: 1px solid #858589;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td, .group_modal .group_modal_content .group_modal_block .group_modal_table th {
  border-right: 1px solid #858589;
  padding: 12px 10px;
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(1), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(1) {
  width: 100px;
  border-left: 1px solid #858589;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(2), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(2) {
  width: 300px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(3), .group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(4), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(3), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(4) {
  width: 70px;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(5), .group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(6), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(5), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(6) {
  width: 100px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.group_modal .group_modal_content .group_modal_block .group_modal_table td:nth-of-type(7), .group_modal .group_modal_content .group_modal_block .group_modal_table th:nth-of-type(7) {
  width: 80px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: hidden;
}

@media (max-width: 767px) {
  .group_modal {
    width: 96dvw;
    max-width: 96dvw;
  }
  .group_modal .group_modal_content {
    min-width: 0;
    width: 100%;
    max-width: 96dvw;
    max-height: 92dvh;
    padding: 14px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: auto;
  }
}
.camera-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  margin-bottom: 1rem;
}

.camera-inner {
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
}

.camera-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.125rem;
  width: 30%;
  position: relative;
}
.camera-item label {
  font-size: 14px;
}
.camera-item input,
.camera-item select,
.camera-item textarea {
  font-size: 16px;
  padding: 8px 12px;
  border: 1px solid #858589;
  width: 100%;
  border-radius: 4px;
  background-color: #fff;
  height: 38px;
}
.camera-item span {
  position: absolute;
  top: 50%;
  right: 5px;
  cursor: pointer;
}

.camera-canvas {
  position: relative;
  margin: 0 auto;
  margin-bottom: 150px;
  border: 1px solid #858589;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  display: none;
  background-color: #222;
  overflow: hidden;
}
.camera-canvas.js-active {
  display: block;
}
.camera-canvas canvas {
  width: 100%;
  aspect-ratio: 16/9;
  height: auto;
  display: block;
  margin: 0 auto;
  cursor: -webkit-grab;
  cursor: grab;
  -ms-touch-action: none;
      touch-action: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.camera-canvas canvas:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.camera-crop-tools {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.camera-crop-btn {
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.72);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}

.file-input {
  display: none;
}

.camera-btns {
  position: fixed;
  z-index: 900;
  bottom: 50px;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.camera-btns .camera-btn {
  display: inline-block;
  width: 49%;
  max-width: 300px;
  background-color: #24688d;
  color: #fff;
  text-align: center;
  font-size: 20px;
  border: none;
  border-radius: 8px;
  padding: 18px 16px;
  cursor: pointer;
}
.camera-btns .camera-btn.js-hidden {
  display: none;
}

.camera-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.black-board {
  position: absolute;
  background-color: #01210a;
  bottom: 10px;
  left: 5px;
  width: 42%;
  min-width: 0;
  max-width: 360px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 3px;
}
.black-board::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  height: calc(100% - 10px);
  width: calc(100% - 10px);
  border: 1px solid #fff;
}

.black-board-item {
  border-top: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding-top: 6px;
  padding-bottom: 6px;
}
.black-board-item:nth-of-type(1) {
  border: none;
  padding-top: 0;
}
.black-board-item.wrap {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 10px;
}
.black-board-item label {
  width: 65px;
  font-size: 11px;
  color: #fff;
  letter-spacing: 0.25em;
  text-align: left;
}
.black-board-item p {
  width: calc(100% - 68px);
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.black-board-item span {
  display: inline-block;
  text-align: left;
  line-height: 1.2;
}
.black-board-item .black-board-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
}
.black-board-item .black-board-block:nth-of-type(1) {
  border-right: 1px solid #fff;
  padding-right: 8px;
}
.black-board-item .black-board-block label {
  text-align: left;
  width: 100%;
}
.black-board-item .black-board-block p {
  width: 100%;
}

@media (max-width: 767px) {
  .camera-inner {
    width: 100%;
    max-width: none;
  }
  .camera-values {
    gap: 10px;
    margin-bottom: 12px;
  }
  .camera-item {
    width: calc(50% - 5px);
  }
  .camera-item[data-id=boardSiteName], .camera-item[data-id=textDate] {
    width: 100%;
  }
  .camera-item label {
    font-size: 12px;
    font-weight: 700;
  }
  .camera-item input,
  .camera-item select,
  .camera-item textarea {
    height: 44px;
    padding: 8px 10px;
    font-size: 16px;
  }
  .camera-item textarea {
    min-height: 74px;
  }
  .camera-canvas {
    width: 100%;
    margin-bottom: 110px;
    border-radius: 8px;
  }
  .camera-crop-tools {
    top: 8px;
    right: 8px;
    gap: 6px;
  }
  .camera-crop-btn {
    width: 36px;
    height: 36px;
    font-size: 18px;
  }
  .black-board {
    min-width: 0;
    max-width: 42%;
    padding: 8px;
  }
  .black-board-item {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .black-board-item label {
    width: 56px;
    font-size: 10px;
    letter-spacing: 0;
  }
  .black-board-item p {
    width: calc(100% - 59px);
    font-size: 12px;
  }
  .camera-btns {
    bottom: calc(86px + env(safe-area-inset-bottom));
    padding: 0 10px;
  }
  .camera-btns .camera-btn {
    max-width: none;
    min-height: 54px;
    padding: 14px 10px;
    border-radius: 12px;
    font-size: 17px;
    font-weight: 700;
  }
}
.item-length {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow: auto;
  max-width: calc(100% + 60px);
  overflow-x: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.item-length::-webkit-scrollbar {
  display: none;
}
.item-length .item-length-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 150px;
  font-size: 12px;
  padding: 6px 8px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 0 2px 4px rgba(34, 34, 34, 0.4);
  white-space: nowrap;
}
.item-length .item-length-total {
  border-left: 4px solid #24688d;
}
.item-length span {
  font-size: 18px;
}

.xl_filters {
  width: calc(100vw - 60px);
  margin: 0 calc(50% - 50vw + 30px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 0 10px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 500;
  position: relative;
}
.xl_filters.in-tab {
  padding-bottom: 35px;
}
.xl_filters.in_build {
  width: 100%;
  margin: 0 auto;
}
.xl_filters .file_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
  margin-right: auto;
}
.xl_filters.xl-process-filters .file_info {
  margin-right: 0;
}
.xl_filters .file_creates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.xl_filters .file_creates button,
.xl_filters .file_creates a {
  padding: 5px 10px;
  height: 25px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  min-width: 70px;
}
.xl_filters .file_tab {
  margin-bottom: -3px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
}
.xl_filters .file_tab a {
  color: #24688d;
  background-color: #fff;
  border: 1px solid #24688d;
  border-radius: 6px 6px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  width: 100px;
}
.xl_filters .file_tab a:hover, .xl_filters .file_tab a.js-active {
  position: relative;
  color: #fff;
  background-color: #24688d;
}
.xl_filters .file_tab a:hover::after, .xl_filters .file_tab a.js-active::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #d0cdcd;
}
.xl_filters .file_name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #24688d;
  font-weight: 500;
}
.xl_filters .qr {
  margin-right: auto;
}
.xl_filters .filter_wrap {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  white-space: nowrap;
  overflow: scroll;
  scrollbar-width: none; /* Firefox用の設定 */
  -ms-overflow-style: none; /* Internet Explorer・Edge用の設定 */
  padding-top: 10px;
}
.xl_filters .filter_wrap::-webkit-scrollbar {
  display: none; /* Chrome・Safari・Edge（新しいバージョン）用の設定 */
}
.xl_filters .filter,
.xl_filters li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
}
.xl_filters label {
  font-size: 14px;
  position: relative;
}
.xl_filters label span {
  position: absolute;
  left: calc(100% + 0.5em);
  top: 3px;
  translate: 0 -10px;
  display: inline-block;
  font-size: 16px;
  padding: 3px;
  background-color: #24688d;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
.xl_filters input[type=text],
.xl_filters input[type=date],
.xl_filters select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 15px;
  padding: 6px 8px;
  border: 1px solid #d0cdcd;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 7.5rem;
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.xl_filters input[type=checkbox] {
  height: 30px;
  width: 30px;
  display: block;
  margin: 0 auto;
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
}
.xl_filters button,
.xl_filters a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #24688d;
  color: #fff;
  padding: 6px 12px;
  border-radius: 6px;
  margin-top: auto;
  height: 33px;
  cursor: pointer;
}
.xl_filters .multiple {
  position: relative;
  height: 49px;
  overflow: hidden;
}
.xl_filters .multiple .multiple-button {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #222;
  font-size: 16px;
  background-color: #fff;
  border: 1px solid #d0cdcd;
  border-radius: 4px;
  height: 31px;
  width: 100%;
  cursor: pointer;
}

.xl-list {
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100vw - 40px);
  margin: 0 calc(50% - 50vw + 20px);
  height: 100%;
  max-height: calc(100vh - 230px);
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 13px;
  margin-bottom: 5px;
  overflow-anchor: none;
  scrollbar-width: thin;
}
.xl-list .js-column-hidden {
  display: none !important;
}
.xl-list.group-list {
  max-height: 32px;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list.group-list.js-active {
  max-height: calc(100vh - 240px);
  overflow: auto;
}
.xl-list.build-list td, .xl-list.accessory-list td {
  white-space: wrap;
}
.xl-list.build-list .xl_values, .xl-list.accessory-list .xl_values {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.xl-list.build-list .xl_values:hover, .xl-list.accessory-list .xl_values:hover {
  background-color: #24688d;
  color: #fff;
}
.xl-list thead {
  position: sticky;
  top: 0;
  background-color: #24688d;
  color: #fff;
  z-index: 10;
}
.xl-list tbody {
  background-color: #fff;
}
.xl-list tbody.group-body {
  height: 100%;
  max-height: 1px;
  overflow: hidden;
  opacity: 0;
  background-color: transparent;
}
.xl-list tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xl-list tr.supplier_row {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list tr.supplier_row:hover {
  background-color: #24688d;
  color: #fff;
}
.xl-list tr.is-pending {
  background-color: #c1bfbf !important;
  opacity: 0.7;
}
.xl-list tr.is-pending td.status > button {
  color: #24688d;
  font-weight: 700;
  font-size: 18px;
}
.xl-list tr.is-supplier-fixed td.supplier {
  background-color: #c1bfbf !important;
  opacity: 0.7;
}
.xl-list tr.is-supplier-fixed td.status > button {
  background-color: #c1bfbf !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.xl-list tr.is-branch-fixed td.section,
.xl-list tr.is-branch-fixed td.branch {
  background-color: #c1bfbf !important;
  opacity: 0.7;
}
.xl-list tr.is-branch-fixed td.status > button {
  background-color: #c1bfbf !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.xl-list tr.is-date-fixed td.js-order_schedule,
.xl-list tr.is-date-fixed td.js-order {
  background-color: #c1bfbf !important;
  opacity: 0.7;
}
.xl-list tr.is-date-fixed td.status > button {
  background-color: #c1bfbf !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.xl-list tr.is-price-fixed td.price,
.xl-list tr.is-price-fixed td.total-price {
  background-color: #c1bfbf !important;
  opacity: 0.7;
}
.xl-list tr.is-price-fixed td.status > button {
  background-color: #c1bfbf !important;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  border-radius: 8px;
}
.xl-list tr {
  position: relative;
}
.xl-list th:first-child,
.xl-list td:first-child {
  position: sticky;
  left: 0;
  z-index: 2;
  background-color: inherit;
  -webkit-box-shadow: 2px 0 4px rgba(34, 34, 34, 0.12);
          box-shadow: 2px 0 4px rgba(34, 34, 34, 0.12);
}
.xl-list thead {
  z-index: 40;
}
.xl-list thead th {
  z-index: 41;
}
.xl-list thead th:first-child {
  z-index: 42;
  background-color: #24688d;
}
.xl-list .xl_values.js-select {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.xl-list .xl_values.js-select::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 25;
  pointer-events: none;
  -webkit-box-shadow: inset 0 0 0 3px #00a9ff, inset 0 0 14px rgba(0, 169, 255, 0.65);
          box-shadow: inset 0 0 0 3px #00a9ff, inset 0 0 14px rgba(0, 169, 255, 0.65);
}
.xl-list .xl_values.js-select td:first-child {
  z-index: 26;
  -webkit-box-shadow: inset 0 0 0 3px #00a9ff, 2px 0 4px rgba(34, 34, 34, 0.18);
          box-shadow: inset 0 0 0 3px #00a9ff, 2px 0 4px rgba(34, 34, 34, 0.18);
}
.xl-list th {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 30px;
}
.xl-list th a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th a:hover {
  background-color: #d0cdcd;
  color: #222;
}
.xl-list td {
  text-align: left;
  line-height: 1.1;
  height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.xl-list td.js-cell-expandable {
  cursor: pointer;
}
.xl-list td.js-cell-expanded {
  height: auto;
  min-height: 40px;
  overflow: visible;
  white-space: normal;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.xl-list td.wrap {
  white-space: normal;
}
.xl-list td.wrap span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
}
.xl-list td.wrap span::-webkit-scrollbar {
  display: none;
}
.xl-list th,
.xl-list td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #d0cdcd;
  border-bottom: 1px solid #d0cdcd;
  padding: 3px 8px;
  white-space: nowrap;
  scrollbar-width: none;
}
.xl-list th.-relative,
.xl-list td.-relative {
  position: relative;
}
.xl-list th::-webkit-scrollbar,
.xl-list td::-webkit-scrollbar {
  display: none;
}
.xl-list th.tr,
.xl-list td.tr {
  -webkit-box-pack: right !important;
      -ms-flex-pack: right !important;
          justify-content: right !important;
}
.xl-list th.tc,
.xl-list td.tc {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}
.xl-list th.h60,
.xl-list td.h60 {
  height: 60px;
}
.xl-list th.w40,
.xl-list td.w40 {
  min-width: 40px;
  max-width: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl-list th.w50,
.xl-list td.w50 {
  min-width: 50px;
  max-width: 50px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl-list th.w70,
.xl-list td.w70 {
  min-width: 70px;
  max-width: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl-list th.w100,
.xl-list td.w100 {
  min-width: 100px;
  max-width: 100px;
}
.xl-list th.w120,
.xl-list td.w120 {
  min-width: 120px;
  max-width: 120px;
}
.xl-list th.w150,
.xl-list td.w150 {
  min-width: 150px;
  max-width: 150px;
}
.xl-list th.w180,
.xl-list td.w180 {
  min-width: 180px;
  max-width: 180px;
}
.xl-list th.w200,
.xl-list td.w200 {
  min-width: 200px;
  max-width: 200px;
}
.xl-list th.w250,
.xl-list td.w250 {
  min-width: 250px;
  max-width: 250px;
}
.xl-list th.w300,
.xl-list td.w300 {
  min-width: 300px;
  max-width: 300px;
}
.xl-list th.w400,
.xl-list td.w400 {
  min-width: 400px;
  max-width: 400px;
}
.xl-list th.odd,
.xl-list td.odd {
  font-weight: 600;
  color: rgb(186, 30, 30);
  font-size: 20px;
}
.xl-list th.fs-20,
.xl-list td.fs-20 {
  font-size: 20px;
}
.xl-list th.alert,
.xl-list td.alert {
  background-color: rgb(235, 55, 55);
  color: #fff;
}
.xl-list th.buildName, .xl-list th.all-check,
.xl-list td.buildName,
.xl-list td.all-check {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th.buildName:hover, .xl-list th.all-check:hover,
.xl-list td.buildName:hover,
.xl-list td.all-check:hover {
  color: #222;
  background-color: #fff;
}
.xl-list th.count input,
.xl-list td.count input {
  font-size: 20px;
  width: 100%;
  border: none;
  text-align: center;
}
.xl-list th.scheduleName, .xl-list th.-openSheetCover,
.xl-list td.scheduleName,
.xl-list td.-openSheetCover {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th.scheduleName:hover, .xl-list th.-openSheetCover:hover,
.xl-list td.scheduleName:hover,
.xl-list td.-openSheetCover:hover {
  background-color: #24688d;
  color: #fff;
}
.xl-list th.open-single,
.xl-list td.open-single {
  position: relative;
}
.xl-list th.open-single::after,
.xl-list td.open-single::after {
  position: absolute;
  content: "SINGLE";
  font-size: 12px;
  top: 85%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.6;
  color: rgb(173, 25, 25);
}
.xl-list th.open-list,
.xl-list td.open-list {
  position: relative;
}
.xl-list th.open-list::after,
.xl-list td.open-list::after {
  position: absolute;
  content: "LIST";
  font-size: 12px;
  top: 85%;
  left: 50%;
  translate: -50% -50%;
  opacity: 0.6;
  color: #24688d;
}
.xl-list th.open-single, .xl-list th.open-list, .xl-list th.hover,
.xl-list td.open-single,
.xl-list td.open-list,
.xl-list td.hover {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th.open-single:hover, .xl-list th.open-list:hover, .xl-list th.hover:hover,
.xl-list td.open-single:hover,
.xl-list td.open-list:hover,
.xl-list td.hover:hover {
  background-color: #24688d;
  color: #fff;
}
.xl-list th.open-single:hover select,
.xl-list th.open-single:hover input[type=text], .xl-list th.open-list:hover select,
.xl-list th.open-list:hover input[type=text], .xl-list th.hover:hover select,
.xl-list th.hover:hover input[type=text],
.xl-list td.open-single:hover select,
.xl-list td.open-single:hover input[type=text],
.xl-list td.open-list:hover select,
.xl-list td.open-list:hover input[type=text],
.xl-list td.hover:hover select,
.xl-list td.hover:hover input[type=text] {
  background-color: #24688d;
  color: #fff;
}
.xl-list th.open-single select, .xl-list th.open-list select, .xl-list th.hover select,
.xl-list td.open-single select,
.xl-list td.open-list select,
.xl-list td.hover select {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th.js-date,
.xl-list td.js-date {
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th.js-date:hover,
.xl-list td.js-date:hover {
  background-color: #24688d;
  color: #fff;
}
.xl-list th.js-date span,
.xl-list td.js-date span {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl-list th.js-date input[type=date],
.xl-list td.js-date input[type=date] {
  position: absolute;
  z-index: 500;
  top: 0;
  left: 8px;
  width: calc(100% - 16px);
  height: 100%;
  font-size: 12px;
}
.xl-list th.-drag,
.xl-list td.-drag {
  cursor: -webkit-grab;
  cursor: grab;
  font-size: 14px;
  font-weight: 600;
  position: relative;
}
.xl-list th.-drag i,
.xl-list td.-drag i {
  color: #858589;
  position: absolute;
  top: 50%;
  left: 0;
  translate: 0 -50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.xl-list th.-drag:hover i,
.xl-list td.-drag:hover i {
  opacity: 1;
  scale: 1.3;
}
.xl-list th.-onData,
.xl-list th .-stopData,
.xl-list td.-onData,
.xl-list td .-stopData {
  position: relative;
  overflow: visible;
}
.xl-list th.-onData::after,
.xl-list th .-stopData::after,
.xl-list td.-onData::after,
.xl-list td .-stopData::after {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  content: attr(data-qr);
  top: 100%;
  left: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 2px;
  padding: 3px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  z-index: -1;
}
.xl-list th.-onData:hover::after,
.xl-list th .-stopData:hover::after,
.xl-list td.-onData:hover::after,
.xl-list td .-stopData:hover::after {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s 1s;
  transition: all 0.3s 1s;
}
.xl-list th.-flex_col div,
.xl-list td.-flex_col div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
}
.xl-list th.-flex_col p,
.xl-list td.-flex_col p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.xl-list th.-flex_col span,
.xl-list td.-flex_col span {
  display: inline-block;
}
.xl-list th.-flex_col span:nth-child(2),
.xl-list td.-flex_col span:nth-child(2) {
  margin-left: auto;
}
.xl-list th .orderStatusModalOpen,
.xl-list td .orderStatusModalOpen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl-list th .orderStatusModalOpen span,
.xl-list td .orderStatusModalOpen span {
  color: #fff;
  margin: 0 1px;
  font-size: 14px;
  font-weight: 700;
  background-color: #24688d;
  padding: 3px;
  border-radius: 40px;
}
.xl-list div {
  overflow: auto;
  height: 100%;
  width: 100%;
  -ms-overflow-style: none; /* IE, Edgeレガシー */
  scrollbar-width: none;
}
.xl-list div::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Edge */
}
.xl-list i {
  width: 100%;
  height: 100%;
  cursor: pointer;
  margin: 0;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl-list select,
.xl-list input[type=text],
.xl-list input[type=number],
.xl-list input[type=date] {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  height: 100%;
  font-size: 14px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.xl-list input[type=checkbox] {
  width: 100%;
  height: 30px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl-list button {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  margin: 0;
}
.xl-list a {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl-list .get_pdf {
  cursor: pointer;
  position: relative;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.xl-list .get_pdf i {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: 0;
  left: 30%;
  font-size: 28px;
  opacity: 0.3;
}
.xl-list .open_pdf_viewer {
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  color: #0066cc;
  opacity: 0.6;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
  padding: 0 5px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
}
.xl-list .open_pdf_viewer:hover {
  opacity: 1;
}
.xl-list .bg-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 0;
  opacity: 0.3;
  color: #858589;
}
.xl-list .bg-icon i {
  font-size: 32px;
}

.xl-list th.xl-header-filter-head {
  padding: 0;
}

.xl-header-filter-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  width: 100%;
  height: 100%;
  min-height: 30px;
  border: 0;
  padding: 0 5px;
  background: transparent;
  color: inherit;
  font-size: inherit;
  cursor: pointer;
}

.xl-header-filter-button span {
  overflow: hidden;
  text-overflow: ellipsis;
}

.xl-header-filter-button i {
  width: auto;
  height: auto;
  opacity: 0.55;
  font-size: 10px;
}

.xl-list th.xl-header-filter-head.is-filtered .xl-header-filter-button,
.xl-list th.xl-header-filter-head.is-sorted .xl-header-filter-button {
  background: #fff;
  color: #24688d;
}

.common-modal-content.xl-header-filter-modal {
  display: block;
  width: 292px;
  max-width: calc(100vw - 16px);
  color: #222;
  font-size: 12px;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-popup__title {
  margin: 0;
  color: #222;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-popup__search {
  display: block;
  width: 100%;
  height: 30px;
  margin: 8px 0 14px;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  padding: 0 8px;
  color: #222;
  font-size: 14px;
  line-height: 30px;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-popup__sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 8px;
  margin: 8px 0 0;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-popup__sort .ui-action-button {
  margin: 0;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 100%;
  min-height: 30px;
  margin: 0;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 5px 7px;
  background: transparent;
  color: #222;
  text-align: left;
  cursor: pointer;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-popup__clear,
.common-modal-content.xl-header-filter-modal .xl-header-filter-popup__apply {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-option__radio {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 14px;
  height: 14px;
  min-width: 14px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #94a3b8;
  border-radius: 50%;
  background: #fff;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-option.js-active .xl-header-filter-option__radio {
  border-color: #f59e0b;
  background: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.common-modal-content.xl-header-filter-modal .xl-header-filter-option.js-active .xl-header-filter-option__radio::after {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #f59e0b;
  content: "";
}

.xl-header-filter-popup {
  width: 100%;
}

.xl-header-filter-popup__head,
.xl-header-filter-popup__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.xl-header-filter-popup__title {
  margin: 0;
  font-weight: 700;
}

.xl-header-filter-popup__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  max-height: 230px;
  overflow-y: auto;
}

.xl-header-filter-option {
  display: flex;
}

.xl-header-filter-option:hover,
.xl-header-filter-option.js-active {
  border-color: #f59e0b;
  background: #fffbeb;
}

.xl-header-filter-option__radio {
  width: 12px;
  height: 12px;
  min-width: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #94a3b8;
  border-radius: 3px;
  background: #fff;
}

.xl-header-filter-option.js-active .xl-header-filter-option__radio {
  border-color: #f59e0b;
  background: #f59e0b;
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.xl-header-filter-option__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.xl-header-filter-popup__empty {
  margin: 8px 0;
  color: #64748b;
}

.xl-header-filter-popup__foot {
  margin-top: 8px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.sp-xl-filter-button,
.sp-xl-filter-bg {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp-hidden {
    display: none;
  }
}

@media (max-width: 767px) {
  .sp-xl-filter-button {
    position: fixed;
    z-index: 820;
    top: calc(12px + env(safe-area-inset-top));
    right: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    height: 48px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
    background-color: #24688d;
    color: #fff;
    -webkit-box-shadow: 0 8px 18px rgba(34, 34, 34, 0.28);
            box-shadow: 0 8px 18px rgba(34, 34, 34, 0.28);
    font-size: 20px;
  }
  .sp-xl-filter-bg {
    position: fixed;
    z-index: 805;
    inset: 0;
    display: block;
    background-color: rgba(34, 34, 34, 0.36);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .sp-xl-filter-bg.js-sp-active {
    opacity: 1;
    visibility: visible;
  }
  .xl_filters {
    width: 100%;
    margin: 0 0 10px;
    padding: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .xl_filters .file_info {
    width: calc(100% - 58px);
    min-height: 48px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .xl_filters .file_name {
    max-width: 100%;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.25;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .xl_filters.xl-process-filters .file_creates {
    display: none;
  }
  .xl_filters.xl-process-filters .filter_wrap {
    position: fixed;
    z-index: 815;
    top: calc(70px + env(safe-area-inset-top));
    right: 10px;
    left: 10px;
    display: grid;
    max-height: calc(100vh - 178px);
    margin: 0;
    padding: 14px;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    border-radius: 12px;
    background-color: #fff;
    -webkit-box-shadow: 0 14px 32px rgba(34, 34, 34, 0.28);
            box-shadow: 0 14px 32px rgba(34, 34, 34, 0.28);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .xl_filters.xl-process-filters.js-sp-active .filter_wrap {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .xl_filters.xl-process-filters .filter {
    min-width: 0;
  }
  .xl_filters.xl-process-filters .filter:nth-of-type(5),
  .xl_filters.xl-process-filters .filter:nth-of-type(6) {
    grid-column: 1/-1;
  }
  .xl_filters.xl-process-filters input[type=text],
  .xl_filters.xl-process-filters input[type=date],
  .xl_filters.xl-process-filters select {
    width: 100%;
    min-height: 42px;
    font-size: 16px;
  }
  .xl_filters.xl-process-filters input[type=checkbox] {
    width: 42px;
    height: 42px;
    margin: 0;
  }
  .xl_filters.xl-process-filters button {
    width: 100%;
    min-height: 42px;
    margin-top: 0;
    border-radius: 8px;
  }
  .xl_filters.xl-process-filters button[type=submit] {
    grid-column: 1/-1;
  }
  .xl-list {
    width: calc(100vw - 20px);
    max-width: calc(100vw - 20px);
    max-height: calc(100vh - 186px);
    margin: 0;
    border-radius: 8px;
    font-size: 12px;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .xl-list thead {
    display: none;
  }
  .xl-list table,
  .xl-list tbody {
    display: block;
    width: 100%;
  }
  .xl-list tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    padding: 2px;
    background-color: transparent;
  }
  .xl-list tr.xl_values.-xl {
    position: relative;
    display: grid;
    grid-template-columns: auto auto 1fr auto;
    grid-template-rows: auto auto auto;
    row-gap: 8px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    min-height: 112px;
    padding: 20px 12px 12px;
    border: 1px solid rgba(36, 104, 141, 0.2);
    border-radius: 12px;
    background-color: #fff;
    cursor: pointer;
    overflow: visible;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  .xl-list tr.xl_values.-xl.has-photo::after {
    position: absolute;
    right: 10px;
    top: -5px;
    content: "写真あり";
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #d88b16;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    -webkit-box-shadow: 0 3px 8px rgba(34, 34, 34, 0.18);
            box-shadow: 0 3px 8px rgba(34, 34, 34, 0.18);
  }
  .xl-list td {
    display: none !important;
    min-width: 0 !important;
    max-width: none !important;
    width: auto !important;
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    white-space: normal !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .xl-list td:first-child {
    position: static !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .xl-list .sp-card-lot,
  .xl-list .sp-card-build,
  .xl-list .sp-card-area,
  .xl-list .sp-card-floor,
  .xl-list .sp-card-fd,
  .xl-list .sp-card-finish-cell {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .xl-list .sp-card-lot {
    grid-column: 1/-1;
    grid-row: 1;
    padding-right: 48px !important;
    color: #24688d;
    font-size: 17px;
    font-weight: 600;
  }
  .xl-list .sp-card-lot .get_pdf {
    display: block;
    pointer-events: none;
  }
  .xl-list .sp-card-lot .get_pdf i {
    display: none;
  }
  .xl-list .sp-card-lot .open_pdf_viewer {
    display: none;
  }
  .xl-list .sp-card-build {
    grid-column: 1/-1;
    grid-row: 2;
    color: #222;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.35;
    overflow-wrap: anywhere;
  }
  .xl-list .sp-card-number {
    display: none !important;
  }
  .xl-list .sp-card-finish-cell {
    grid-column: 3;
    grid-row: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    color: #222;
    font-size: 17px;
    font-weight: 700;
    margin-left: auto;
    text-align: right;
    overflow-wrap: anywhere;
  }
  .xl-list .sp-card-finish-cell::before {
    content: "仕上";
    display: block;
    color: #858589;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
  }
  .xl-list .sp-card-area,
  .xl-list .sp-card-floor,
  .xl-list .sp-card-fd {
    grid-row: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    color: #222;
    font-size: 17px;
    font-weight: 700;
    min-width: 100px;
    padding-left: 1em !important;
  }
  .xl-list .sp-card-area::before,
  .xl-list .sp-card-floor::before,
  .xl-list .sp-card-fd::before {
    margin-left: -1em;
    margin-bottom: auto;
    color: #858589;
    font-size: 12px;
    line-height: 1.1;
  }
  .xl-list .sp-card-area {
    grid-column: 1;
  }
  .xl-list .sp-card-area::before {
    content: "棟";
  }
  .xl-list .sp-card-floor {
    grid-column: 2;
  }
  .xl-list .sp-card-floor::before {
    content: "フロア";
  }
  .xl-list .sp-card-fd {
    grid-column: 4;
    margin-left: auto;
  }
  .xl-list .sp-card-fd::before {
    content: "枠扉";
  }
  #xlColumnControlButton,
  #xlColumnControlModal,
  .xl_column_control_bg,
  .label_create,
  .label_create_bg {
    display: none !important;
  }
}
.group_titles {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  margin: 0 calc(50% - 50vw + 20px);
}
.group_titles .group_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 250px;
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  padding: 6px 8px 4px;
  background-color: #fff;
  color: #24688d;
  border: 2px solid #24688d;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.5);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.5);
  cursor: pointer;
}
.group_titles .group_title span {
  font-size: 14px;
}
.group_titles .group_setting {
  cursor: pointer;
  display: inline-block;
  color: #24688d;
  font-size: 24px;
}
.group_titles .group_button {
  background-color: transparent;
  cursor: pointer;
  display: inline-block;
  color: #24688d;
  font-size: 24px;
  margin: 0 7px;
}
.group_titles .group_order {
  font-size: 18px;
  font-weight: 600;
}

.js-row.js-select,
.xl_values.js-select {
  -webkit-box-shadow: inset 0 0 10px #54a8c7;
          box-shadow: inset 0 0 10px #54a8c7;
}
.js-row.lock,
.xl_values.lock {
  background-color: #f1f963;
}
.js-row.lock input[type=text],
.js-row.lock td,
.js-row.lock select,
.xl_values.lock input[type=text],
.xl_values.lock td,
.xl_values.lock select {
  pointer-events: none;
}
.js-row.lock input[type=checkbox],
.js-row.lock .js-lock,
.js-row.lock a,
.js-row.lock button,
.xl_values.lock input[type=checkbox],
.xl_values.lock .js-lock,
.xl_values.lock a,
.xl_values.lock button {
  pointer-events: visible;
}
.js-row.complete,
.xl_values.complete {
  background-color: #c2f4b7;
}
.js-row.complete input[type=text],
.js-row.complete .js-lock,
.js-row.complete td,
.js-row.complete select,
.xl_values.complete input[type=text],
.xl_values.complete .js-lock,
.xl_values.complete td,
.xl_values.complete select {
  pointer-events: none;
}
.js-row.complete input[type=checkbox],
.js-row.complete .-open_sheets,
.js-row.complete .xl_values__sheets,
.js-row.complete a,
.js-row.complete button,
.xl_values.complete input[type=checkbox],
.xl_values.complete .-open_sheets,
.xl_values.complete .xl_values__sheets,
.xl_values.complete a,
.xl_values.complete button {
  pointer-events: visible;
}
.js-row.arrival,
.xl_values.arrival {
  background-color: #c5e2f7;
}
.js-row.arrival input[type=text],
.js-row.arrival .js-lock,
.js-row.arrival td,
.js-row.arrival select,
.xl_values.arrival input[type=text],
.xl_values.arrival .js-lock,
.xl_values.arrival td,
.xl_values.arrival select {
  pointer-events: none;
}
.js-row.arrival input[type=checkbox],
.js-row.arrival input[type=number],
.js-row.arrival input[type=date],
.js-row.arrival select,
.js-row.arrival a,
.js-row.arrival button,
.xl_values.arrival input[type=checkbox],
.xl_values.arrival input[type=number],
.xl_values.arrival input[type=date],
.xl_values.arrival select,
.xl_values.arrival a,
.xl_values.arrival button {
  pointer-events: visible;
}
.js-row input,
.js-row select,
.js-row td,
.xl_values input,
.xl_values select,
.xl_values td {
  background-color: inherit;
}

.xl_values__sheets {
  position: fixed;
  z-index: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 0px;
  width: 80%;
  height: 100vh !important;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  background-color: #858589;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.xl_values__sheets.js-active {
  opacity: 1;
  max-width: 1200px;
  visibility: visible;
  padding: 0 20px 20px;
  background-color: #858589;
  z-index: 890;
}
.xl_values__sheets .sheets_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-top: 4px;
  padding-bottom: 4px;
}
.xl_values__sheets .-close_sheets {
  font-size: 36px;
  line-height: 45px;
  padding-bottom: 4px;
  background-color: #24688d;
  color: #fff;
  border-radius: 50px;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: auto;
  cursor: pointer;
}
.xl_values__sheets .sheets_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 500;
  margin-left: auto;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl_values__sheets .sheets_wrap {
  overflow: auto;
  background-color: #fff;
  border-radius: 6px;
  border: 1px solid #222;
}
.xl_values__sheets .sheets_header {
  background-color: #24688d;
  color: #fff;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl_values__sheets .sheets_value {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
  padding-left: 0;
}
.xl_values__sheets .sheets_header,
.xl_values__sheets .sheets_value {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  height: 40px;
  border-bottom: 1px solid #d0cdcd;
}
.xl_values__sheets .sheets_header.complete,
.xl_values__sheets .sheets_value.complete {
  background-color: #d6d8da;
}
.xl_values__sheets .sheets_header.complete input[type=text],
.xl_values__sheets .sheets_header.complete input[type=number],
.xl_values__sheets .sheets_value.complete input[type=text],
.xl_values__sheets .sheets_value.complete input[type=number] {
  pointer-events: none;
}
.xl_values__sheets .sheets_header.complete input[type=checkbox],
.xl_values__sheets .sheets_header.complete .a,
.xl_values__sheets .sheets_value.complete input[type=checkbox],
.xl_values__sheets .sheets_value.complete .a {
  pointer-events: visible;
}
.xl_values__sheets .sheets_header li,
.xl_values__sheets .sheets_value li {
  border-right: 1px solid #d0cdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 4px 5px;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.xl_values__sheets .sheets_header li.w30,
.xl_values__sheets .sheets_value li.w30 {
  max-width: 30px;
  min-width: 30px;
}
.xl_values__sheets .sheets_header li.w50,
.xl_values__sheets .sheets_value li.w50 {
  max-width: 50px;
  min-width: 50px;
}
.xl_values__sheets .sheets_header li.w70,
.xl_values__sheets .sheets_value li.w70 {
  max-width: 70px;
  min-width: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl_values__sheets .sheets_header li.w100,
.xl_values__sheets .sheets_value li.w100 {
  max-width: 100px;
  min-width: 100px;
}
.xl_values__sheets .sheets_header li.w120,
.xl_values__sheets .sheets_value li.w120 {
  max-width: 120px;
  min-width: 120px;
}
.xl_values__sheets .sheets_header li.w150,
.xl_values__sheets .sheets_value li.w150 {
  max-width: 150px;
  min-width: 150px;
}
.xl_values__sheets .sheets_header li.w200,
.xl_values__sheets .sheets_value li.w200 {
  max-width: 200px;
  min-width: 200px;
}
.xl_values__sheets .sheets_header li.-center,
.xl_values__sheets .sheets_value li.-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.xl_values__sheets .sheets_header li.-grow1,
.xl_values__sheets .sheets_value li.-grow1 {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.xl_values__sheets .sheets_header li.odd,
.xl_values__sheets .sheets_value li.odd {
  font-weight: 600;
  color: rgb(186, 30, 30);
  font-size: 18px;
}
.xl_values__sheets .sheets_header li a,
.xl_values__sheets .sheets_value li a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl_values__sheets .sheets_header li a i,
.xl_values__sheets .sheets_value li a i {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 24px;
}
.xl_values__sheets .sheets_header li a i::before,
.xl_values__sheets .sheets_value li a i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.xl_values__sheets .sheets_header li input[type=text],
.xl_values__sheets .sheets_value li input[type=text] {
  border: none;
  width: 100%;
  font-size: 16px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.xl_values__sheets .sheets_header li input[type=checkbox],
.xl_values__sheets .sheets_value li input[type=checkbox] {
  height: 90%;
  width: 90%;
  margin: 0 auto;
}
.xl_values__sheets .sheets_header li.-inventory,
.xl_values__sheets .sheets_value li.-inventory {
  background-color: #e0f7fd;
}
.xl_values__sheets .sheets_header li.-inventory input,
.xl_values__sheets .sheets_header li.-inventory select,
.xl_values__sheets .sheets_value li.-inventory input,
.xl_values__sheets .sheets_value li.-inventory select {
  background-color: #e0f7fd;
}
.xl_values__sheets .sheets_header li.count input,
.xl_values__sheets .sheets_value li.count input {
  font-size: 20px;
  width: 100%;
  border: none;
  text-align: center;
}

.sheet_value {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
}
.sheet_value.js-active {
  -webkit-box-shadow: 0 0 5px rgba(34, 34, 34, 0.5);
          box-shadow: 0 0 5px rgba(34, 34, 34, 0.5);
}
.sheet_value.js-target {
  background-color: transparent;
  border-top: 4px solid #00efff; /* 差し込み位置を示す線 */
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; /* スムーズな遷移効果 */
}

.import_form {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto;
  padding: 70px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(34, 34, 34, 0.4);
          box-shadow: 0 2px 6px rgba(34, 34, 34, 0.4);
  border-radius: 4px;
}
.import_form p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px;
  gap: 16px;
}
.import_form p label {
  font-size: 20px;
  border-bottom: 2px solid #24688d;
  margin-right: auto;
  padding: 0 10px;
}
.import_form p input {
  font-size: 16px;
  cursor: pointer;
}
.import_form button {
  display: inline-block;
  margin-top: 40px;
  font-size: 18px;
  padding: 10px 20px;
  background-color: #24688d;
  color: #fff;
  border: 1px solid #24688d;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  cursor: pointer;
}

@media (hover: hover) {
  .import_form button:hover {
    background-color: #fff;
    border: 1px solid #222;
    color: #222;
  }
}
.again_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  margin-top: 12px;
  width: calc(100vw - 40px);
  margin: 12px calc(50% - 50vw + 20px) 0;
}

.again-toggle {
  display: inline-block;
  width: 150px;
  background-color: #222;
  color: #fff;
  border-radius: 4px;
  padding: 14px 10px;
  text-align: center;
  margin: 0 auto;
  cursor: pointer;
}

.again_card {
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #222;
  border-radius: 4px;
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.again_card.js-hidden {
  height: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  position: fixed;
}

.again_head,
.again_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.again_head li,
.again_body li {
  border-left: 1px solid #d0cdcd;
  white-space: nowrap;
  overflow: auto;
  scrollbar-width: none;
  line-height: 1.4;
}
.again_head li::-webkit-scrollbar,
.again_body li::-webkit-scrollbar {
  display: none;
}
.again_head li:nth-of-type(1),
.again_body li:nth-of-type(1) {
  min-width: 180px;
  max-width: 180px;
  border-left: none;
}
.again_head li:nth-of-type(2), .again_head li:nth-of-type(3), .again_head li:nth-of-type(4), .again_head li:nth-of-type(5),
.again_body li:nth-of-type(2),
.again_body li:nth-of-type(3),
.again_body li:nth-of-type(4),
.again_body li:nth-of-type(5) {
  min-width: 110px;
  max-width: 110px;
}
.again_head li:nth-of-type(6), .again_head li:nth-of-type(7),
.again_body li:nth-of-type(6),
.again_body li:nth-of-type(7) {
  min-width: 350px;
  max-width: 350px;
}
.again_head li:nth-of-type(8), .again_head li:nth-of-type(9), .again_head li:nth-of-type(10),
.again_body li:nth-of-type(8),
.again_body li:nth-of-type(9),
.again_body li:nth-of-type(10) {
  min-width: 70px;
  max-width: 70px;
}
.again_head li input[type=checkbox],
.again_body li input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 30px;
  cursor: pointer;
}
.again_head li input[type=text],
.again_head li textarea,
.again_body li input[type=text],
.again_body li textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 100%;
  cursor: pointer;
  font: inherit;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  resize: none;
  line-height: 1.4;
}
.again_head li input[type=text]::-webkit-scrollbar,
.again_head li textarea::-webkit-scrollbar,
.again_body li input[type=text]::-webkit-scrollbar,
.again_body li textarea::-webkit-scrollbar {
  display: none;
}
.again_head li textarea,
.again_body li textarea {
  width: 500px;
}

.again_head li {
  padding: 8px 10px;
  background-color: #222;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.again_card.js-active > .again_head > li {
  background-color: #24688d;
}

.again_body li {
  padding: 12px 10px;
  text-align: left;
  background-color: #fff;
}

.label_print .label {
  margin: 16px auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 50mm;
  height: 30mm;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.label_print .name {
  position: absolute;
  top: 1mm;
  left: 1mm;
  width: 48mm;
  height: 14mm;
  line-height: 1.1;
  letter-spacing: -0.02em;
  border-radius: 2px;
  word-break: break-all;
  overflow: hidden;
}
.label_print .bottom {
  position: absolute;
  top: 16mm;
  left: 1mm;
  width: 48mm;
  height: 13mm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.label_print .left {
  width: 37mm;
  height: 13mm;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.label_print .info {
  display: block;
  word-break: break-all;
  overflow: hidden;
}
.label_print .number {
  margin-top: auto;
  display: block;
  word-break: break-all;
  overflow: hidden;
}
.label_print .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  height: 13mm;
  margin-left: auto;
}
.label_print .finish {
  display: inline-block;
  white-space: nowrap;
  margin-top: auto;
  overflow: hidden;
  max-width: 5em;
}
.label_print .check {
  display: inline-block;
  margin-top: auto;
  margin-left: auto;
  height: 9mm;
  width: 9mm;
  font-size: 12px;
  line-height: 9mm;
  text-align: center;
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.label_print .laser_label {
  margin: 16px auto;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  width: 50mm;
  height: 30mm;
  font-weight: 600;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  letter-spacing: -0.05em;
  padding: 3px;
  font-family: "メイリオ", "Noto Sans JP";
}
.label_print .wrap {
  width: 100%;
  padding: 3px 0 3px;
  max-height: 36px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-bottom: 1px #000 dotted;
}
.label_print .font1,
.label_print .font2 {
  width: 100%;
  word-break: break-all;
  display: -webkit-box; /* flex じゃなくこれ */
  -webkit-box-orient: vertical; /* 縦方向に並べる */
  -webkit-line-clamp: 2; /* 行数制限：ここでは2行 */
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* （任意）末尾に… */
}
.label_print .font3 {
  display: inline-block;
  font-size: 14px;
  padding: 3px 0 3px;
  line-height: 1;
  white-space: nowrap;
}
.label_print .font4 {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
}

.updates {
  width: 100%;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
}

.updates__title {
  font-size: 24px;
  font-weight: 600;
}
.updates__title span {
  font-size: 42px;
  color: #24688d;
}

.updates__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.updates__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 8px;
  margin-bottom: 20px;
  gap: 5px;
}
.updates__body li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.updates__body li.-double {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.updates__body li.-double div {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.updates__body li.-double_c {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.updates__body li.-double_c div:nth-of-type(1) {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.updates__body li.-double_c div:nth-of-type(1) input[type=checkbox] {
  height: 30px;
  width: 30px;
  display: block;
  cursor: pointer;
}
.updates__body li.-double_c div:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.updates__body li.-tri {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.updates__body li.-tri div {
  width: 32%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.updates__body label {
  font-size: 13px;
  color: #24688d;
}
.updates__body label.required {
  position: relative;
}
.updates__body label.required::after {
  position: absolute;
  content: "*必須";
  left: calc(100% + 0.5em);
  top: 0;
  font-size: 10px;
  color: rgb(188, 21, 21);
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  white-space: nowrap;
}
.updates__body input[type=text],
.updates__body input[type=date],
.updates__body input[type=number],
.updates__body textarea,
.updates__body select {
  width: 100%;
  font-size: 15px;
  font-family: "M PLUS 1p", sans-serif;
  padding: 8px 6px;
  background-color: #fff;
  color: #222;
  border: 1px solid #858589;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  resize: none;
  line-height: 1.2;
  max-height: 150px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.updates__body textarea {
  height: 150px;
}

.select-input {
  position: relative;
}
.select-input .person_select {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.select-input .suggest-list {
  border: 1px solid #858589;
  max-height: 150px;
  width: 100%;
  overflow-y: auto;
  margin-top: 2px;
  list-style: none;
  padding: 0;
  position: absolute;
  background: #fff;
  z-index: 999;
  top: 100%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-input .suggest-list.js-active {
  opacity: 1;
  visibility: visible;
}
.select-input .suggest-list li {
  padding: 5px 12px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.select-input .suggest-list li:hover {
  background: #858589;
}

.updates__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.updates__btns .w-btn {
  white-space: nowrap;
}

.order-totals {
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 16px;
  padding: 3px 10px;
  border-bottom: 2px solid #24688d;
}

.order-total__price {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
}

.build_head {
  width: 100%;
  height: 50px;
  background-color: #24688d;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
  white-space: nowrap;
  overflow: auto;
}
.build_head .build_head_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
  min-width: 100px;
}
.build_head .build_head_wrap span:nth-of-type(1) {
  font-size: 10px;
  color: #d0cdcd;
}
.build_head .build_head_wrap span:nth-of-type(2) {
  font-size: 14px;
  color: #fff;
}

.build_main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 20px 5px;
  gap: 30px;
  height: calc(100dvh - 160px);
}

.build_menu {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 200px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: sticky;
  top: 20px;
}
.build_menu li {
  width: 100%;
}
.build_menu li a {
  font-size: 16px;
  color: #858589;
  text-align: left;
  border-bottom: 1px solid #858589;
  padding: 12px 20px;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_menu li a:hover {
  color: #fff;
  background-color: #24688d;
}
.build_menu li a i {
  display: inline-block;
  margin-right: 0.4em;
  font-size: 20px;
}

.build_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 10px;
  overflow: auto;
}
.build_content .area_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 28px;
  font-weight: 600;
  color: #24688d;
  text-align: left;
  letter-spacing: 0.2em;
}
.build_content .area_subtitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  font-size: 20px;
  margin-right: auto;
  font-weight: 500;
  color: #24688d;
  background-color: #fff;
  border: 1px solid #24688d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
}
.build_content .card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 70px;
  min-height: 70px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 700px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_content .card:hover {
  opacity: 0.6;
}
.build_content .lot,
.build_content .name {
  padding: 10px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.build_content .lot {
  width: 150px;
  font-size: 18px;
  background-color: #24688d;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.build_content .name {
  width: calc(100% - 150px);
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.build_content .build_filter {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.build_content .build_filter input[type=text] {
  padding: 6px 12px;
  min-width: 250px;
  max-width: 250px;
  font: inherit;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
  letter-spacing: 0.05em;
}
.build_content .build_filter button {
  height: 100%;
  width: 100%;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #24688d;
  cursor: pointer;
}

.build_form {
  min-width: 200px;
  max-width: 200px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
  overflow: auto;
  padding: 15px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.build_form::-webkit-scrollbar {
  display: none;
}
.build_form li {
  gap: 0;
}
.build_form input[type=text],
.build_form input[type=date],
.build_form textarea,
.build_form select {
  width: 100%;
  font-size: 12px;
  font-family: "M PLUS 1p", sans-serif;
  padding: 5px;
  background-color: #fff;
  color: #222;
  border: 1px solid #858589;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  resize: none;
  line-height: 1.2;
  max-height: 150px;
}
.build_form .-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.build_form .-flex span {
  font-size: 12px;
  margin-right: 5px;
  color: #858589;
}
.build_form .-flex input[type=text] {
  width: 100%;
  font-size: 12px;
  font-family: "M PLUS 1p", sans-serif;
  padding: 3px 5px;
  background-color: #fff;
  color: #222;
  border: 1px solid #858589;
  border-top: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  resize: none;
  line-height: 1.1;
  max-height: 150px;
}
.build_form .-flex:nth-of-type(1) input[type=text] {
  border-top: 1px solid #858589;
}
.build_form .updates__btns {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.build_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  height: 150px;
  width: 100%;
  max-width: 1400px;
}
.build_grid .build_tile-title {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-weight: 600;
}

.build_grid-tile {
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a.build_grid-tile {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 2px solid transparent;
}
a.build_grid-tile:hover {
  border-color: #24688d;
  opacity: 0.8;
}

.build_tile-prices {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 5px;
  width: 100%;
  margin: 0 auto;
  padding-top: 20px;
}
.build_tile-prices .build_tile-price dt {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-bottom: 1px solid #24688d;
}
.build_tile-prices .build_tile-price dd {
  margin-left: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.build_tile-prices .build_tile-price dd span {
  display: inline-block;
}
.build_tile-prices .build_tile-price dd span:nth-of-type(1) {
  font-size: 12px;
}
.build_tile-prices .build_tile-price dd span:nth-of-type(2) {
  font-size: 24px;
}

.build_tile-cost-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2%;
  height: 90%;
  margin-top: 5px;
}
.build_tile-cost-area .build_tile-graph {
  width: 38%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.build_tile-cost-area .build_tile-graph .branch-graph-circle {
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}
.build_tile-cost-area .build_tile-costs {
  width: 60%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.build_tile-cost-area .build_tile-costs .build_tile-cost {
  border-bottom: 1px dotted #24688d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  gap: 3px;
  padding-top: 5px;
}
.build_tile-cost-area .build_tile-costs .build_tile-cost dt {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 5px;
  width: 100px;
}
.build_tile-cost-area .build_tile-costs .build_tile-cost dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.build_tile-cost-area .build_tile-costs .build_tile-cost dd span {
  display: inline-block;
}
.build_tile-cost-area .build_tile-costs .build_tile-cost dd span:nth-of-type(2) {
  min-width: 70px;
  text-align: right;
}

.build_tile-delivery {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 15px;
  width: 100%;
  margin: 0 auto;
}
.build_tile-delivery .build_tile-del dt {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 4px 10px;
  border-bottom: 1px solid #24688d;
}
.build_tile-delivery .build_tile-del dd {
  margin-left: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.build_tile-delivery .build_tile-del dd span {
  display: inline-block;
}
.build_tile-delivery .build_tile-del dd span.-s {
  font-size: 12px;
}
.build_tile-delivery .build_tile-del dd span.-m {
  font-size: 14px;
  width: 80px;
}
.build_tile-delivery .build_tile-del dd span.-l {
  font-size: 24px;
}

.build_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  max-width: 1400px;
  height: calc(100% - 160px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.build_flex .build_tile-content {
  max-height: 100%;
}
.build_flex .build_tile-title {
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-weight: 600;
}
.build_flex .build_tile_subtitle {
  font-size: 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  font-weight: 500;
  margin: 10px auto 5px 0;
  padding: 0 5px;
  border-bottom: 2px solid #24688d;
}

.build_flex-tile {
  padding: 15px;
  background-color: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
  overflow: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  max-height: 100%;
}
.build_flex-tile:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 50%;
}
.build_flex-tile:nth-of-type(2) {
  max-width: 500px;
}

.build_tile-link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 10px;
  padding: 5px;
  border: 1px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  cursor: pointer;
}
.build_tile-link .title {
  padding: 5px 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 80px;
  text-align: left;
  color: #fff;
  border-radius: 4px;
  background-color: #24688d;
}
.build_tile-link .title.-w120 {
  min-width: 120px;
}
.build_tile-link .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.build_tile-link:hover {
  border-color: #24688d;
  opacity: 0.7;
}

.build_tile-map {
  width: 100%;
  height: 100%;
  min-width: 400px;
  margin-top: 10px;
}
.build_tile-map iframe {
  max-width: 100%;
  max-height: 100%;
}

.build_list_table {
  width: 83dvw;
  height: 70dvh;
  border-radius: 4px;
  overflow: auto;
}

.build_list_header,
.build_list_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 1550px;
}
.build_list_header span,
.build_list_body span {
  position: relative;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  font-size: 12px;
  overflow: auto;
  -ms-overflow-style: none; /* IE, Edge用 */
  scrollbar-width: none; /* Firefox用 */
}
.build_list_header span::-webkit-scrollbar,
.build_list_body span::-webkit-scrollbar {
  display: none;
}
.build_list_header span,
.build_list_body span { /* Chrome, Safari用 */
  border-left: 1px #e2dfdf solid;
  border-bottom: 1px #e2dfdf solid;
}
.build_list_header span.w70,
.build_list_body span.w70 {
  min-width: 70px;
  max-width: 70px;
}
.build_list_header span.w100,
.build_list_body span.w100 {
  min-width: 100px;
  max-width: 100px;
}
.build_list_header span.w200,
.build_list_body span.w200 {
  min-width: 200px;
  max-width: 200px;
}
.build_list_header span.w-center,
.build_list_body span.w-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.build_list_header span.w-right,
.build_list_body span.w-right {
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.build_list_header span button,
.build_list_body span button {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: transparent;
  cursor: pointer;
}
.build_list_header span i,
.build_list_body span i {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  font-size: 22px;
  opacity: 0.4;
}
.build_list_header span a,
.build_list_body span a {
  display: inline-block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.build_list_header {
  background-color: #24688d;
  color: #fff;
  position: sticky;
  top: 0;
  z-index: 1;
}
.build_list_header span {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.build_list_body {
  background-color: #fff;
}

.table_area {
  width: 100%;
  height: 100%;
}

.quantity_area {
  position: sticky;
  left: 0;
}

.table_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 120px;
  font-size: 20px;
  margin-right: auto;
  margin-top: 30px;
  font-weight: 500;
  color: #24688d;
  background-color: #fff;
  border: 1px solid #24688d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  border-radius: 6px;
  position: sticky;
  left: 0;
}
.table_title.change_title {
  cursor: pointer;
}

.table_subtitle {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid #24688d;
  padding: 2px 8px;
  margin: 5px auto 0 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.build_table {
  border-spacing: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.build_table tr {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  overflow: auto;
}
.build_table th {
  background-color: #24688d;
  color: #fff;
}
.build_table td {
  background-color: #fff;
  border-bottom: 1px solid #858589;
}
.build_table th, .build_table td {
  border-right: 1px solid #858589;
  padding: 10px 5px;
  font-size: 12px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.build_table th:nth-of-type(1), .build_table td:nth-of-type(1) {
  width: 100px;
  border-left: 1px solid #858589;
}
.build_table th:nth-of-type(n+2), .build_table td:nth-of-type(n+2) {
  width: 50px;
}
.build_table .quantity_head {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.build_table .quantity_head:hover {
  background-color: #d0cdcd;
}
.build_table .quantity {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_table .quantity:hover {
  opacity: 0.7;
  background-color: #DDD;
}

.accessory_area {
  padding-bottom: 40px;
}

.accessory_block .accessory_tables {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.accessory_block table {
  border-spacing: 0;
  border-collapse: collapse;
  border: 2px solid #858589;
  border-left: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.accessory_block table:nth-of-type(1) {
  border-left: 2px solid #858589;
}
.accessory_block .table-head-title {
  color: #fff;
  background-color: #24688d;
  font-size: 14px;
  padding: 8px;
}
.accessory_block .table-head-label {
  color: #fff;
  background-color: #24688d;
}
.accessory_block .table-body-value {
  color: #222;
  background-color: #fff;
}
.accessory_block .table-head-label,
.accessory_block .table-body-value {
  font-size: 10px;
  height: 24px;
  line-height: 24px;
  border-top: 1px dotted gray;
  border-right: 1px dotted gray;
}
.accessory_block .table-head-label input[type=text],
.accessory_block .table-head-label select,
.accessory_block .table-body-value input[type=text],
.accessory_block .table-body-value select {
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 2px;
  background-color: transparent;
  color: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accessory_block .table-head-label input[type=text].js-arrangement,
.accessory_block .table-head-label select.js-arrangement,
.accessory_block .table-body-value input[type=text].js-arrangement,
.accessory_block .table-body-value select.js-arrangement {
  background-color: #f0f364;
}
.accessory_block .table-head-label input[type=number],
.accessory_block .table-body-value input[type=number] {
  font-size: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  padding: 0 4px;
  background-color: transparent;
  text-align: right;
  color: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.accessory_block .table-head-label input[type=number]::-webkit-inner-spin-button,
.accessory_block .table-body-value input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.accessory_block .table-head-label.w50,
.accessory_block .table-body-value.w50 {
  max-width: 40px;
  min-width: 40px;
}
.accessory_block .table-head-label.w70,
.accessory_block .table-body-value.w70 {
  max-width: 60px;
  min-width: 60px;
}
.accessory_block .table-head-label.w100,
.accessory_block .table-body-value.w100 {
  max-width: 90px;
  min-width: 90px;
}
.accessory_block .table-head-label.w130,
.accessory_block .table-body-value.w130 {
  max-width: 120px;
  min-width: 120px;
}

.template-button {
  position: fixed;
  right: 60px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  border: 1px solid #24688d;
  background-color: #fff;
  color: #24688d;
  font-size: 32px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.template-button:hover {
  opacity: 0.6;
}

.template-modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  background-color: rgba(34, 34, 34, 0.6);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.template-modal.js-active {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}
.template-modal .template-modal-inner {
  background-color: #fff;
  padding: 10px 20px 20px;
  margin: auto;
  margin-top: auto;
  margin-bottom: auto;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-height: 90%;
  max-width: 90%;
  min-width: 600px;
  overflow: scroll;
}
.template-modal .template-modal-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  width: 100%;
  gap: 10px;
}
.template-modal .template-modal-log {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  background-color: #24688d;
  color: #fff;
  border-radius: 40px;
  cursor: pointer;
}
.template-modal .template-modal-open {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  background-color: #24688d;
  color: #fff;
  border-radius: 40px;
  margin-right: auto;
  cursor: pointer;
}
.template-modal .template-modal-close {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 32px;
  background-color: #24688d;
  color: #fff;
  border-radius: 40px;
  margin-left: auto;
  cursor: pointer;
}
.template-modal .template-modal-content {
  margin-top: 10px;
}
.template-modal .template-modal-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.template-modal .template-modal-list button {
  padding: 10px 20px;
  border-left: 2px solid #24688d;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  cursor: pointer;
}
.template-modal .template-modal-list button:hover {
  color: #fff;
  background-color: #24688d;
  border-color: #fff;
}
.template-modal .area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  margin-bottom: 10px;
}
.template-modal .area label {
  text-align: left;
  font-size: 18px;
}
.template-modal .area input {
  font: inherit;
  width: 100%;
  padding: 6px;
  border: 1px solid #858589;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.template-modal .area .list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  height: 200px;
  overflow: auto;
}
.template-modal .area button {
  padding: 10px 20px;
  border-left: 2px solid #24688d;
  background-color: transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: left;
  cursor: pointer;
}
.template-modal .area button:hover {
  color: #fff;
  background-color: #24688d;
  border-color: #fff;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.table-row-pop {
  position: absolute;
  top: 100%;
  right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.4s;
          animation-duration: 0.4s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: both;
          animation-iteration-count: both;
  padding: 4px 40px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
}
.table-row-pop button {
  cursor: pointer;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #24688d;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.table-row-pop button::after {
  content: attr(data-text);
  font-size: 12px;
}
.table-row-pop button:hover {
  opacity: 0.4;
}
.table-row-pop button.hidden {
  color: #858589;
  opacity: 0.6;
  pointer-events: none;
}

.table_pdf_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 400px;
  gap: 10px;
}
.table_pdf_content p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 3px 10px;
  border-bottom: 2px solid #858589;
}
.table_pdf_content label {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding: 0 100px;
}
.table_pdf_content input[type=checkbox] {
  height: 24px;
  width: 24px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.table_pdf_content span {
  width: calc(100% - 34px);
  font-size: 20px;
}
.table_pdf_content button {
  margin: 0 auto;
}

.question-button {
  position: fixed;
  right: 130px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  border: 1px solid #24688d;
  background-color: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  padding: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.question-button:hover {
  opacity: 0.6;
}
.question-button img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.print {
  min-height: calc(100vh - 110px);
  width: 100vw;
  margin: -20px calc(50% - 50vw) -60px;
  padding-bottom: 100px;
}

.a4-page {
  width: 297mm;
  height: 210mm;
  margin: auto;
  padding: 10mm 10mm;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  margin: 40px auto 20px;
}
.a4-page .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 3mm;
}
.a4-page .info-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-align: left;
  margin-bottom: 1mm;
}
.a4-page .info-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.a4-page .info-block:nth-of-type(1) {
  border-top: 1px solid #222;
}
.a4-page .info-text {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: canter;
      -ms-flex-align: canter;
          align-items: canter;
  white-space: nowrap;
  gap: 1mm;
  font-size: 20px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  padding: 2px 4px 4px;
  overflow: hidden;
}
.a4-page .info-text:nth-of-type(1) {
  border-left: 1px solid #222;
}
.a4-page .info-text.font-s {
  font-size: 16px;
}
.a4-page .info-text span {
  font-size: 14px;
  padding-bottom: 3px;
  margin-right: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px dotted #222;
}
.a4-page .floors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3mm;
}
.a4-page .floor-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-top: 1px solid #222;
  border-bottom: 1px solid #222;
  border-right: 1px solid #222;
}
.a4-page .floor-block:nth-of-type(1) {
  border-left: 1px solid #222;
}
.a4-page .floor-block span {
  width: 50px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.a4-page .floor-block .floor {
  border-bottom: 1px dotted #222;
}
.a4-page .tables .print_block {
  width: 100%;
}
.a4-page .tables .print_tables {
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.a4-page .tables table {
  width: 33.3%;
  border-spacing: 0;
  border-collapse: collapse;
  border: 1px solid #222;
  border-left: none;
  border-bottom: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.a4-page .tables table:nth-of-type(1) {
  border-left: 1px solid #222;
}
.a4-page .tables .table-head-title {
  color: #222;
  font-size: 14px;
  font-weight: 600;
  padding: 8px;
  border-bottom: 1px solid #222;
}
.a4-page .tables .table-head-row,
.a4-page .tables .table-body-row {
  display: grid;
  grid-template-columns: 7% 8% 12% 27% 30% 9% 7%;
  min-height: 32px;
  max-height: 32px;
  border-bottom: 1px solid #222;
  font-size: 9px;
}
.a4-page .tables .table-head-label,
.a4-page .tables .table-body-value {
  font-weight: 600;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-left: #858589 1px dotted;
  line-height: 1.2;
}
.a4-page .tables .table-head-label:nth-of-type(1),
.a4-page .tables .table-body-value:nth-of-type(1) {
  border-left: none;
}

/* 印刷時のA4 landscape設定 */
@media print {
  body,
  .content {
    margin: 0;
  }
  .print {
    display: contents;
    margin: 0;
  }
  .header,
  .footer {
    display: none;
  }
  .a4-page {
    margin: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  @page {
    size: A4 landscape;
    margin: 0;
  }
}
.pagination {
  overflow: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  margin: 0 auto;
}

.pagination-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.page-item span, .page-item a {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px #24688d solid;
  border-radius: 4px;
}
.page-item span {
  background-color: #24688d;
  color: #fff;
}
.page-item a {
  background-color: #fff;
  color: #24688d;
}

.current-modal {
  position: fixed;
  z-index: 900;
  left: 0;
  right: 0;
  bottom: 0;
  top: calc(100dvh - 80px);
  width: 100%;
  opacity: 0;
  max-height: 50px;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-modal.js-active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-modal.js-open {
  max-height: 100dvh;
  top: 0;
}

.current-modal-up {
  background-color: #24688d;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 24px;
  height: 50px;
  cursor: pointer;
}

.current-modal-content {
  height: calc(100dvh - 50px);
  width: 100%;
  max-width: 100vw;
  overflow-x: auto;
  background-color: rgba(34, 34, 34, 0.6);
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 20px;
}
.current-modal-content .li_body {
  position: relative;
  min-width: 600px;
  max-width: 600px;
  min-height: 100%;
  max-height: 100%;
  overflow-y: auto;
  padding-bottom: 40px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 6px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 6px rgba(34, 34, 34, 0.4);
}
.current-modal-content .li_header {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  top: 0;
  background-color: #24688d;
  overflow: hidden;
  z-index: 10;
}
.current-modal-content .li_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  font-size: 18px;
  color: #fff;
  max-width: 80%;
  overflow: hidden;
}
.current-modal-content .li_title div {
  text-align: left;
  overflow: auto;
  white-space: nowrap;
  overflow: auto;
  max-width: 100%;
}
.current-modal-content .li_title p {
  white-space: nowrap;
}
.current-modal-content .li_close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 28px;
  color: #fff;
  background-color: #222;
  margin-left: auto;
  cursor: pointer;
}
.current-modal-content .li_sub_list {
  position: sticky;
  top: 0;
  left: 10%;
  max-height: 1px;
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 0;
  gap: 4px;
  overflow: auto;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.4);
          box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.4);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0;
  visibility: hidden;
}
.current-modal-content .li_sub_list.js-active {
  padding: 20px;
  top: 120px;
  max-height: 60dvh;
  overflow: auto;
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.current-modal-content .li_sub_list label {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  border: 1px solid #24688d;
  color: #24688d;
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  text-align: left;
}
.current-modal-content .li_sub_list label:hover {
  opacity: 0.6;
}
.current-modal-content .li_sub_list label.js-active {
  color: #fff;
  background-color: #24688d;
}
.current-modal-content .li_content {
  padding: 20px;
  overflow-y: auto;
}
.current-modal-content .li_content dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin-bottom: 30px;
}
.current-modal-content .li_content dt {
  display: block;
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 10px;
  border-bottom: 3px solid #24688d;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.current-modal-content .li_content dd {
  width: 100%;
  padding: 5px 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #858589;
  border-right: 1px solid #858589;
  border-left: 1px solid #858589;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.current-modal-content .li_content dd.label {
  background-color: #24688d;
  color: #fff;
  line-height: 1.2;
  cursor: auto;
}
.current-modal-content .li_content dd.on {
  background-color: #f8da9d;
}
.current-modal-content .li_content dd .supplier_type {
  width: 20%;
}
.current-modal-content .li_content dd .code {
  width: 20%;
}
.current-modal-content .li_content dd .maker {
  width: 20%;
}
.current-modal-content .li_content dd .quantity {
  width: 20%;
}
.current-modal-content .li_content dd .total {
  width: 20%;
}
.current-modal-content .li_content dd .no {
  width: 50%;
  text-align: left;
}
.current-modal-content .li_content dd .name {
  width: 50%;
  text-align: left;
}
.current-modal-content .li_toggle {
  display: inline-block;
  width: 200px;
  padding: 10px;
  background-color: #fff;
  color: #24688d;
  border: 1px solid #24688d;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  margin-top: 10px;
}
.current-modal-content .li_toggle.js-active {
  background-color: #24688d;
  color: #fff;
}
.current-modal-content .li_buttons {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 0 20px;
}
.current-modal-content .li_buttons.js-active {
  max-height: 100vh;
}
.current-modal-content .li_buttons button {
  display: inline-block;
  min-width: 90px;
  padding: 10px;
  background-color: #fff;
  color: #24688d;
  border: 1px solid #24688d;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.current-modal-content .li_buttons button.checked {
  background-color: #24688d;
  color: #fff;
}
.current-modal-content .inspection_content {
  width: 100%;
  padding: 20px 20px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
}
.current-modal-content .inspection_content .inspection_form-title {
  text-align: center;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: sticky;
  padding: 5px 0;
  top: 60px;
  background-color: #fff;
  z-index: 5;
}
.current-modal-content .inspection_content .inspection_form-title label {
  position: relative;
  padding: 8px 14px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 4px;
  font-size: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #24688d;
  cursor: pointer;
  color: #24688d;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-modal-content .inspection_content .inspection_form-title label.js-active {
  background-color: #24688d;
  color: #fff;
}
.current-modal-content .inspection_content .inspection_form-title input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.current-modal-content .inspection_content .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 18px;
}
.current-modal-content .inspection_content .group .group_img {
  display: inline-block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.current-modal-content .inspection_content .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 10px;
}
.current-modal-content .inspection_content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
}
.current-modal-content .inspection_content .wrap label {
  font-size: 15px;
  text-align: left;
  line-height: 1.5;
}
.current-modal-content .inspection_content .wrap input[type=number],
.current-modal-content .inspection_content .wrap input[type=text],
.current-modal-content .inspection_content .wrap input[type=date],
.current-modal-content .inspection_content .wrap select {
  font-family: inherit;
  font-size: 18px;
  padding: 8px 10px;
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
  min-width: 150px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
}
.current-modal-content .inspection_content .wrap input[type=checkbox] {
  height: 24px;
  width: 24px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-left: 24px;
}
.current-modal-content .inspection_content .wrap textarea {
  font-family: inherit;
  font-size: 16px;
  padding: 4px 10px;
  background-color: #fff;
  color: #222;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #858589;
  width: 100%;
  min-height: 3.5em;
}
.current-modal-content .inspection_content .wrap .-w100 {
  width: 100%;
}
.current-modal-content .inspection_content .wrap.inspect {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-bottom: -78px;
  position: relative;
  z-index: 1;
}
.current-modal-content .inspection_history {
  cursor: pointer;
  background-color: #24688d;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  width: 70px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.current-modal-content .inspection_submit,
.current-modal-content .inspection_delete,
.current-modal-content .inspection_print {
  cursor: pointer;
  background-color: #24688d;
  color: #fff;
  padding: 10px 20px;
  text-align: center;
  width: 150px;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.current-modal-content .inspection_submit.js-disabled,
.current-modal-content .inspection_delete.js-disabled,
.current-modal-content .inspection_print.js-disabled {
  pointer-events: none;
  background-color: #858589;
  opacity: 0.8;
}

.inspection-history-button {
  display: inline-block;
  background-color: #24688d;
  color: #fff;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto !important;
  border-radius: 4px;
  font-size: 17px;
  cursor: pointer;
}

.inspectionButton.current-cell {
  background-color: #222;
  color: #fff;
  opacity: 0.4;
  pointer-events: none;
  padding: 0;
}

.save-modal {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: #fff;
  color: #222;
  padding: 60px 40px;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 8px rgba(34, 34, 34, 0.6);
          box-shadow: 0px 0px 8px rgba(34, 34, 34, 0.6);
  opacity: 1;
  pointer-events: none;
  -webkit-animation: fadeout 1s ease 1s forwards;
          animation: fadeout 1s ease 1s forwards;
}

@-webkit-keyframes fadeout {
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes fadeout {
  to {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.fly-item {
  position: fixed;
  z-index: 9999;
  top: var(--start-y);
  left: var(--start-x);
  width: 24px;
  height: 24px;
  border-radius: 2px;
  -webkit-box-shadow: 2px 2px 6px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 6px rgba(34, 34, 34, 0.4);
  background: #fff;
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-animation: fly-to-target 1.2s ease-in-out forwards;
          animation: fly-to-target 1.2s ease-in-out forwards;
  pointer-events: none;
}

@media (max-width: 767px) {
  .current-modal-content {
    padding: 12px 2dvw;
    gap: 12px;
  }
  .current-modal-content .li_body {
    min-width: 96dvw;
    max-width: 96dvw;
  }
  .save-modal {
    width: 92dvw;
    max-width: 92dvw;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 40px 20px;
  }
}
@-webkit-keyframes fly-to-target {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 1;
  }
  100% { /* 下部中央へ移動して縮小・消える */
    -webkit-transform: translate(calc(50vw - var(--start-x)), calc(100dvh - var(--start-y))) scale(0.4);
            transform: translate(calc(50vw - var(--start-x)), calc(100dvh - var(--start-y))) scale(0.4);
    opacity: 0;
  }
}
@keyframes fly-to-target {
  0% {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  10% {
    -webkit-transform: scale(4);
            transform: scale(4);
    opacity: 1;
  }
  100% { /* 下部中央へ移動して縮小・消える */
    -webkit-transform: translate(calc(50vw - var(--start-x)), calc(100dvh - var(--start-y))) scale(0.4);
            transform: translate(calc(50vw - var(--start-x)), calc(100dvh - var(--start-y))) scale(0.4);
    opacity: 0;
  }
}
.inventory_sheet_content {
  min-width: 800px;
  min-height: 60vh;
  margin-top: 20px;
  position: relative;
}

.inventory_create {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  background-color: #fff;
  color: #24688d;
  border: 2px solid #24688d;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.3);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.3);
  border-radius: 100px;
  height: 45px;
  width: 45px;
  cursor: pointer;
}
.inventory_create i {
  font-size: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inventory_cart {
  position: absolute;
  bottom: 0;
  right: 60px;
  display: inline-block;
  background-color: #fff;
  color: #24688d;
  border: 2px solid #24688d;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.3);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.3);
  border-radius: 100px;
  height: 45px;
  width: 45px;
  cursor: pointer;
}
.inventory_cart i {
  font-size: 24px;
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inventory_sheet_details,
.inventory_sheet_used,
.inventory_sheet_wrapper,
.inventory_sheet_change {
  width: 100%;
  display: none;
  margin-top: 40px;
}
.inventory_sheet_details.js-active,
.inventory_sheet_used.js-active,
.inventory_sheet_wrapper.js-active,
.inventory_sheet_change.js-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.inventory_sheet_details ul,
.inventory_sheet_used ul,
.inventory_sheet_wrapper ul,
.inventory_sheet_change ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #858589;
  border-top: none;
}
.inventory_sheet_details ul.content_header,
.inventory_sheet_used ul.content_header,
.inventory_sheet_wrapper ul.content_header,
.inventory_sheet_change ul.content_header {
  background-color: #24688d;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: center;
}
.inventory_sheet_details ul.js-wrap-row,
.inventory_sheet_used ul.js-wrap-row,
.inventory_sheet_wrapper ul.js-wrap-row,
.inventory_sheet_change ul.js-wrap-row {
  cursor: pointer;
  -webkit-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.inventory_sheet_details ul.js-wrap-row:hover,
.inventory_sheet_used ul.js-wrap-row:hover,
.inventory_sheet_wrapper ul.js-wrap-row:hover,
.inventory_sheet_change ul.js-wrap-row:hover {
  background-color: rgba(36, 104, 141, 0.08);
}
.inventory_sheet_details ul.js-wrap-row.js-selected,
.inventory_sheet_used ul.js-wrap-row.js-selected,
.inventory_sheet_wrapper ul.js-wrap-row.js-selected,
.inventory_sheet_change ul.js-wrap-row.js-selected {
  background-color: rgba(36, 104, 141, 0.2);
  outline: 2px solid #24688d;
  outline-offset: -2px;
}
.inventory_sheet_details li,
.inventory_sheet_used li,
.inventory_sheet_wrapper li,
.inventory_sheet_change li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  border-left: 1px solid #858589;
}
.inventory_sheet_details li input,
.inventory_sheet_used li input,
.inventory_sheet_wrapper li input,
.inventory_sheet_change li input {
  width: 100%;
  min-width: 0;
  font: inherit;
  padding: 6px 8px;
  border: 1px solid #858589;
  border-radius: 4px;
}
.inventory_sheet_details li.w100,
.inventory_sheet_used li.w100,
.inventory_sheet_wrapper li.w100,
.inventory_sheet_change li.w100 {
  min-width: 100px;
  max-width: 100px;
  text-align: center;
}
.inventory_sheet_details li.w120,
.inventory_sheet_used li.w120,
.inventory_sheet_wrapper li.w120,
.inventory_sheet_change li.w120 {
  min-width: 120px;
  max-width: 120px;
}
.inventory_sheet_details li.w150,
.inventory_sheet_used li.w150,
.inventory_sheet_wrapper li.w150,
.inventory_sheet_change li.w150 {
  min-width: 150px;
  max-width: 150px;
}
.inventory_sheet_details li.w180,
.inventory_sheet_used li.w180,
.inventory_sheet_wrapper li.w180,
.inventory_sheet_change li.w180 {
  min-width: 180px;
  max-width: 180px;
}
.inventory_sheet_details li.w200,
.inventory_sheet_used li.w200,
.inventory_sheet_wrapper li.w200,
.inventory_sheet_change li.w200 {
  min-width: 200px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inventory_sheet_details li.w250,
.inventory_sheet_used li.w250,
.inventory_sheet_wrapper li.w250,
.inventory_sheet_change li.w250 {
  min-width: 250px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.inventory_sheet_details li:first-of-type,
.inventory_sheet_used li:first-of-type,
.inventory_sheet_wrapper li:first-of-type,
.inventory_sheet_change li:first-of-type {
  border-left: none;
}

.js-wrap-btns {
  z-index: 1000;
}

.inventory_sheet_change,
.inventory_sheet_details {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.inventory_sheet_change span,
.inventory_sheet_details span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  max-width: 300px;
  gap: 2px;
}
.inventory_sheet_change span label,
.inventory_sheet_details span label {
  font-size: 13px;
  color: #858589;
  letter-spacing: 0.5em;
}
.inventory_sheet_change span input,
.inventory_sheet_change span select,
.inventory_sheet_details span input,
.inventory_sheet_details span select {
  display: block;
  font: inherit;
  font-size: 16px;
  padding: 5px 10px;
  border: 1px solid #858589;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
  width: 100%;
}

.inventory_update_buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 300px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}

.inventory_adjust_add_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding-top: 6px;
}
.inventory_adjust_add_block button {
  border: none;
  background: transparent;
  color: #858589;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  padding: 0;
}

.inventory_adjust_save_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  max-width: 900px;
  margin-top: 14px;
}
.inventory_adjust_save_block [hidden] {
  display: none;
}

.inventory_adjust_rows {
  width: 100%;
}

.inventory_grid {
  width: 100%;
  max-width: 900px;
}

.inventory_grid_header,
.inventory_grid_row {
  display: grid;
}

.inventory_grid_header {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #24688d;
  color: #fff;
  border-radius: 4px 4px 0 0;
}

.inventory_grid_body {
  max-height: 360px;
  overflow-y: auto;
  border: 1px solid #858589;
  border-top: none;
}

.inventory_grid_row {
  border-top: 1px solid #858589;
}
.inventory_grid_row:first-child {
  border-top: none;
}

.inventory_grid_cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 36px;
  padding: 1px 8px;
  border-left: 1px solid #858589;
  overflow: hidden;
}
.inventory_grid_cell:first-child {
  border-left: none;
}
.inventory_grid_cell input,
.inventory_grid_cell select {
  width: 100%;
  min-width: 100%;
  padding: 0 !important;
  border: none !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background: transparent !important;
  font: inherit !important;
}
.inventory_grid_cell input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.inventory_grid_cell input[type=number]::-webkit-outer-spin-button, .inventory_grid_cell input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.inventory-create-extra {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  -webkit-transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease, transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, padding 0.25s ease, transform 0.25s ease, -webkit-transform 0.25s ease;
  pointer-events: none;
}
.inventory-create-extra.js-active {
  max-height: 90px;
  opacity: 1;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  pointer-events: auto;
}

.order-list-meta {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.order-list-meta .item-length {
  grid-column: 3;
  justify-self: end;
  margin-left: auto;
  max-width: 100%;
}
.order-list-meta .pagination {
  grid-column: 2;
  margin: 0;
}

.order-log-button {
  position: absolute;
  right: 0;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  width: 60px;
  border: 1px solid #24688d;
  background-color: #fff;
  color: #24688d;
  font-size: 32px;
  border-radius: 100px;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.order-log-button:hover {
  opacity: 0.6;
}

.order-log-card {
  background-color: #24688d;
  color: #fff;
  font-size: 14px;
  border: 1px solid #858589;
  border-radius: 4px;
  padding: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  overflow: auto;
  min-height: 150px;
  max-height: 150px;
  cursor: pointer;
}
.order-log-card:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.order-log-card span {
  white-space: nowrap;
}

.build_main .ordered-shipping-note__grid {
  --shipping-note-columns: minmax(100px, max-content) minmax(70px, max-content) minmax(70px, max-content);
  font-size: 11px;
  color: #858589;
  display: grid;
  grid-template-columns: var(--shipping-note-columns);
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
  row-gap: 2px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #24688d;
  border-radius: 5px;
}
.build_main .ordered-shipping-note__row {
  display: grid;
  grid-column: 1/-1;
  grid-template-columns: subgrid;
  -webkit-column-gap: inherit;
     -moz-column-gap: inherit;
          column-gap: inherit;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.build_main .ordered-shipping-note__row:nth-of-type(n+2) {
  text-align: left;
}
.build_main input.js-validation-error,
.build_main select.js-validation-error {
  border: 2px solid #de1d03;
  background-color: #fff1f1;
  outline: none;
}
.build_main .table-body-value.js-validation-error {
  background-color: #ffe4e4;
}

.common-modal-content.validation-modal {
  display: grid;
  gap: 12px;
  width: min(520px, 86vw);
}
.common-modal-content.validation-modal .validation-modal__title {
  font-weight: 700;
  color: #24688d;
}
.common-modal-content.validation-modal .validation-modal__list {
  display: grid;
  gap: 8px;
  margin: 0;
  padding-left: 18px;
  color: #222;
  font-size: 14px;
  line-height: 1.5;
}

.common-modal.history-inventory-modal .common-modal-inner {
  width: 90dvw;
  max-width: 90dvw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-modal.history-inventory-modal .common-modal-content {
  width: 100%;
}

.history-inventory-form {
  width: 100%;
}

.history-inventory-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
}
.history-inventory-head p {
  font-weight: 700;
  color: #24688d;
}
.history-inventory-head .history-inventory-save {
  margin: 0;
}

.history-inventory-grid-wrap {
  max-height: 70dvh;
  overflow: auto;
  border: 1px solid #858589;
}

.history-inventory-grid {
  display: grid;
  grid-template-columns: 100px 140px 150px 200px 150px 200px 80px 50px 100px minmax(200px, 1fr);
  min-width: 1370px;
  width: max(1370px, 100%);
  background-color: #d0cdcd;
  gap: 1px;
}
.history-inventory-grid .history-inventory-row {
  display: contents;
}
.history-inventory-grid .history-inventory-cell {
  position: relative;
  padding: 4px;
  background-color: #fff;
  min-width: 0;
}
.history-inventory-grid .history-inventory-cell input,
.history-inventory-grid .history-inventory-cell select {
  width: 100%;
  height: 25px;
  padding: 0 6px;
  border: none;
  font-size: 13px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.history-inventory-grid .history-inventory-cell input[type=number] {
  -moz-appearance: textfield;
}
.history-inventory-grid .history-inventory-cell input[type=number]::-webkit-outer-spin-button, .history-inventory-grid .history-inventory-cell input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.history-inventory-grid .history-inventory-cell.is-error {
  background-color: #fff1f1;
  -webkit-box-shadow: inset 0 0 0 2px #de1d03;
          box-shadow: inset 0 0 0 2px #de1d03;
}
.history-inventory-grid .history-inventory-cell.is-error::after {
  content: attr(data-error);
  position: absolute;
  right: 4px;
  bottom: 2px;
  color: #de1d03;
  font-size: 10px;
  line-height: 1;
  pointer-events: none;
}
.history-inventory-grid .history-inventory-cell.is-error input,
.history-inventory-grid .history-inventory-cell.is-error select {
  background-color: #fff1f1;
  padding-bottom: 10px;
}
.history-inventory-grid .history-inventory-cell--head {
  position: sticky;
  top: 0;
  z-index: 1;
  background-color: #24688d;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
}

.history-inventory-confirm,
.history-inventory-complete {
  display: grid;
  gap: 12px;
  min-width: 360px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.history-inventory-confirm .arrive-modal-btns,
.history-inventory-complete .arrive-modal-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.history-inventory-confirm .arrive-modal-btns button,
.history-inventory-complete .arrive-modal-btns button {
  margin: 0;
}

.parts_get_content {
  min-width: 1300px;
}
.parts_get_content .head,
.parts_get_content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 10px;
  font-size: 14px;
  min-width: 1250px;
}
.parts_get_content .head {
  text-align: center;
  background-color: #24688d;
  font-weight: 600;
  color: #fff;
}
.parts_get_content .item {
  border-bottom: 1px dotted #222;
}
.parts_get_content span {
  white-space: nowrap;
}
.parts_get_content span:nth-of-type(1), .parts_get_content span:nth-of-type(3), .parts_get_content span:nth-of-type(4) {
  max-width: 270px;
  min-width: 270px;
}
.parts_get_content span:nth-of-type(2), .parts_get_content span:nth-of-type(5) {
  text-align: center;
  max-width: 170px;
  min-width: 170px;
}
.parts_get_content span:nth-of-type(6) {
  text-align: center;
  max-width: 50px;
  min-width: 50px;
}

@media (max-width: 767px) {
  .parts_get_content {
    min-width: 0;
    width: 100%;
    max-width: 96dvw;
    overflow-x: auto;
  }
  .parts_get_content .head,
  .parts_get_content .item {
    min-width: 1250px;
  }
}
.setting .setting__create-btn {
  font-size: 18px;
  padding: 8px 24px;
  display: inline-block;
  background-color: #24688d;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.setting .setting__create-btn:hover {
  opacity: 0.6;
}
.setting .setting__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.setting .setting__list.-pickup {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.setting .setting__item a {
  width: 400px;
  padding: 16px 20px;
  border-left: 5px solid #24688d;
  background-color: #fff;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 18px;
  border-radius: 2px;
  text-align: left;
}
.setting .setting__item a:hover {
  background-color: #24688d;
  color: #fff;
}
.setting .setting__title {
  font-size: 28px;
  font-weight: 600;
  color: #24688d;
  text-align: left;
}
.setting .setting__title input {
  font-size: 24px;
  font-weight: 600;
  color: #24688d;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: inherit;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.setting .setting__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.setting .setting__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 18px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 10px auto;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  border-radius: 4px;
  padding: 20px;
}
.setting .setting__block__title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 8px;
  font-size: 22px;
  padding: 8px 16px 6px;
  color: #fff;
  background-color: #24688d;
  border-radius: 2px;
}
.setting .order_setting_title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-bottom: 8px;
  font-size: 22px;
  text-align: left;
  padding: 8px 16px 6px;
  color: #fff;
  background-color: #24688d;
  border-radius: 2px;
}
.setting .order_setting_card {
  padding: 20px;
  border-top: 1px solid #858589;
}
.setting .order_setting_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 18px;
}
.setting .order_setting_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.setting .order_setting_wrap label {
  font-size: 14px;
  color: #222;
  text-align: left;
}
.setting .order_setting_wrap select {
  font: inherit;
  padding: 8px 8px 6px;
  border: 1px solid #858589;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.setting .order_setting_wrap input[type=number],
.setting .order_setting_wrap input[type=text] {
  font: inherit;
  padding: 7px 8px 5px;
  border: 1px solid #858589;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.setting .order_setting_wrap select.w200,
.setting .order_setting_wrap input[type=number].w200,
.setting .order_setting_wrap input[type=text].w200 {
  width: 200px;
}
.setting .order_setting_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.setting .order_setting_block input[type=number] {
  margin-top: 14px;
  font: inherit;
  padding: 7px 8px 5px;
  border: 1px solid #858589;
  border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}
.setting .setting_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.setting .setting_btns button, .setting .setting_btns a {
  width: 150px;
}
.setting .setting_delete {
  position: fixed;
  bottom: 50px;
  right: 10px;
}
.setting .order_setting_rows {
  width: 100%;
}
.setting .order_setting_header,
.setting .order_setting_data {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1%;
  border: 1px solid #858589;
  border-top: none;
  background-color: #24688d;
  color: #fff;
}
.setting .order_setting_header:nth-of-type(1),
.setting .order_setting_data:nth-of-type(1) {
  border-top: 1px solid #858589;
}
.setting .order_setting_header span,
.setting .order_setting_data span {
  width: 30%;
  text-align: left;
  padding: 8px 10px;
}
.setting .order_setting_header span:nth-of-type(4),
.setting .order_setting_data span:nth-of-type(4) {
  width: 8%;
  text-align: center;
}
.setting .order_setting_header span:nth-of-type(2), .setting .order_setting_header span:nth-of-type(3), .setting .order_setting_header span:nth-of-type(4),
.setting .order_setting_data span:nth-of-type(2),
.setting .order_setting_data span:nth-of-type(3),
.setting .order_setting_data span:nth-of-type(4) {
  border-left: 1px solid #858589;
}
.setting .order_setting_data {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #fff;
  color: #222;
}
.setting .order_setting_data:hover {
  background-color: #24688d;
  color: #fff;
}

.template_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 12px;
  overflow: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  overflow: auto;
  max-height: calc(100vh - 190px);
  width: 95vw;
  margin: 0 calc((100% - 95vw) / 2);
}

.breakdown {
  padding: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
.breakdown .breakdown-branch {
  padding: 20px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  border-radius: 4px;
  width: 24%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 320px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.breakdown .breakdown-branch.inventory {
  width: 32%;
  min-width: 450px;
}
.breakdown .breakdown-branch-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5px;
}
.breakdown .breakdown-branch-title {
  font-size: 21px;
  padding: 3px 5px 0;
  border-bottom: 2px solid #24688d;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breakdown .breakdown-branch-price {
  font-size: 18px;
  padding: 3px 5px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.breakdown .breakdown-branch-price span {
  font-size: 14px;
  color: #858589;
}
.breakdown .breakdown-branch-graph {
  height: 200px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.breakdown .branch-graph-circle {
  max-height: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.breakdown .breakdown-branch-open {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 12px;
  padding: 4px 8px;
  color: #858589;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #858589;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.breakdown .breakdown-branch-open.js-active {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.breakdown .breakdown-account,
.breakdown .breakdown-genre {
  margin-top: 7px;
  margin-bottom: 7px;
  border-bottom: 1px solid #858589;
}
.breakdown .breakdown-account-titles,
.breakdown .breakdown-genre-titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 3px 6px;
}
.breakdown .breakdown-account-title,
.breakdown .breakdown-genre-title {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.breakdown .breakdown-account-title span,
.breakdown .breakdown-genre-title span {
  font-size: 24px;
}
.breakdown .breakdown-account-price,
.breakdown .breakdown-genre-price {
  text-align: left;
}
.breakdown .breakdown-subs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  border-top: 0;
  -webkit-transition: max-height 0.3s, padding 0.2s;
  transition: max-height 0.3s, padding 0.2s;
}
.breakdown .breakdown-subs.js-active {
  border-top: 2px dotted #858589;
  padding: 6px;
  max-height: 3000px;
}
.breakdown .breakdown-subs.inventory.js-active {
  border-top: 2px dotted #858589;
  padding: 6px;
}
.breakdown .breakdown-sub_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breakdown .breakdown-sub_account,
.breakdown .breakdown-sub_genre {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  gap: 4px;
  width: calc(100% - 100px);
}
.breakdown .breakdown-sub_account span,
.breakdown .breakdown-sub_genre span {
  font-size: 18px;
}
.breakdown .breakdown-sub_genre {
  font-size: 14px;
}
.breakdown .breakdown-sub_price {
  width: 95px;
  text-align: right;
}
.breakdown .breakdown-numbers {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
          box-shadow: 2px 2px 4px rgba(34, 34, 34, 0.4);
  border-radius: 4px;
  padding: 12px;
  min-width: 640px;
  max-width: 1000px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}
.breakdown .breakdown-numbers-head,
.breakdown .breakdown-numbers-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.breakdown .breakdown-numbers-head li,
.breakdown .breakdown-numbers-body li {
  width: 100%;
  padding: 5px 3px;
  font-size: 13px;
}
.breakdown .breakdown-numbers-head li {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  background-color: #333;
  padding-top: 8px;
  padding-bottom: 8px;
}
.breakdown .breakdown-numbers-head .back-blue {
  background-color: rgb(24, 122, 158);
}
.breakdown .breakdown-numbers-head .back-orange {
  background-color: rgb(189, 81, 9);
}
.breakdown .breakdown-numbers-head .back-pink {
  background-color: #a82665;
}
.breakdown .breakdown-numbers-head .back-green {
  background-color: rgb(22, 148, 22);
}
.breakdown .breakdown-numbers-head .back-yellow {
  background-color: rgb(161, 153, 6);
}
.breakdown .breakdown-numbers-head .back-red {
  background-color: rgb(158, 19, 1);
}
.breakdown .breakdown-numbers-head .back-purple {
  background-color: rgb(82, 8, 139);
}
.breakdown .breakdown-numbers-body {
  border-bottom: 1px dotted #858589;
  padding-left: 5px;
}
.breakdown .breakdown-numbers-body .tl {
  text-align: left;
}
.breakdown .breakdown-numbers-body .tr {
  text-align: right;
}
.breakdown .blue {
  color: #1d95c1;
}
.breakdown .orange {
  color: #f2670b;
}
.breakdown .pink {
  color: #f53794;
}
.breakdown .green {
  color: #1ecf1e;
}
.breakdown .yellow {
  color: #e7dc0b;
}
.breakdown .red {
  color: #de1d03;
}
.breakdown .purple {
  color: #7a0ad0;
}

.common-modal-content.trend-modal {
  width: 1000px;
  max-width: 100%;
}
.common-modal-content.trend-modal canvas {
  width: 100%;
  height: 100%;
}

.trend {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  padding: 0 20px;
  margin: 30px 0 100px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: visible;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE, Edge */
}

.trend--supplier {
  gap: 0;
}
.trend--supplier .trend-main {
  overflow: visible;
}
.trend--supplier .trend-branch > .trend-ac-row:first-child {
  position: sticky;
  top: 60px;
  z-index: 15;
  -webkit-box-shadow: 0 2px 4px rgba(34, 34, 34, 0.18);
          box-shadow: 0 2px 4px rgba(34, 34, 34, 0.18);
}
.trend--supplier .trend-supplier-sort {
  width: 100%;
  height: 100%;
  background: transparent;
  color: inherit;
  font: inherit;
  cursor: pointer;
}
.trend--supplier .trend-supplier-sort::after {
  content: " index";
  margin-left: 6px;
  font-size: 11px;
  opacity: 0.8;
}
.trend--supplier .trend-supplier-sort.is-name-sort::after {
  content: " 名前";
}

.trend-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  margin-right: 15px;
}

.trend-tab {
  min-width: 86px;
  padding: 5px 12px;
  border: 1px solid #24688d;
  background-color: #fff;
  color: #24688d;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.trend-tab.js-active {
  background-color: #24688d;
  color: #fff;
}
.trend-tab:not(.js-active):hover {
  background-color: #e1ecf2;
}
.trend-tab:first-child {
  border-radius: 4px 0 0 4px;
}
.trend-tab:last-child {
  border-left: 0;
  border-radius: 0 4px 4px 0;
}

.xl_filters .trend-tab {
  background-color: #fff;
  color: #24688d;
}
.xl_filters .trend-tab.js-active {
  background-color: #24688d;
  color: #fff;
}

.trend-panel {
  display: none;
}
.trend-panel.js-active {
  display: block;
}

.trend-side {
  min-width: 120px;
  padding: 40px 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 6px rgba(34, 34, 34, 0.4);
          box-shadow: 0 2px 6px rgba(34, 34, 34, 0.4);
  top: 70px;
  left: 20px;
  position: sticky;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 3px;
  z-index: 20;
}
.trend-side ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 17px;
  position: relative;
}
.trend-side ul::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 10px;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#ddd));
  background: linear-gradient(to bottom, #ccc, #ddd);
  border-radius: 2px;
}
.trend-side ul li {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.trend-side ul li::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #bbb;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 16px;
}
.trend-side ul li.js-active::before, .trend-side ul li:hover::before {
  background-color: #24688d;
  -webkit-transform: translateY(-50%) scale(1.3);
          transform: translateY(-50%) scale(1.3);
}
.trend-side ul li.js-active::after, .trend-side ul li:hover::after {
  font-size: 20px;
}
.trend-side ul li a {
  color: #444;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 16px;
}
.trend-side ul li.js-active a, .trend-side ul li:hover a {
  color: #24688d;
  font-size: 20px;
}

.trend-main {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 20px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
  font-size: 14px;
}
.trend-main::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}
.trend-main .trend-branch {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.3);
          box-shadow: 0px 0px 6px rgba(34, 34, 34, 0.3);
  min-width: 1520px;
  max-width: 1520px;
  scroll-margin-top: 90px;
}
.trend-main .trend-ac-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px dotted #858589;
}
.trend-main .trend-ac-row.js-trendToggle {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trend-main .trend-ac-row.js-trendToggle:hover {
  opacity: 0.7;
}
.trend-main .trend-subac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: 0;
  border-bottom: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.trend-main .trend-subac.js-active {
  max-height: 1000px;
}
.trend-main .trend-account-title {
  width: 200px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding: 0 10px;
}
.trend-main .trend-account-title.label {
  height: 30px;
  font-size: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #24688d;
  color: #fff;
}
.trend-main .trend-account-title span {
  font-size: 16px;
}
.trend-main .trend-supplier-title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
  overflow: hidden;
}
.trend-main .trend-supplier-title span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.1;
  white-space: nowrap;
}
.trend-main .trend-supplier-title small {
  font-size: 11px;
  color: #858589;
  line-height: 1.1;
  white-space: nowrap;
}
.trend-main .trend-account-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 200px);
}
.trend-main .trend-account-values.label {
  height: 30px;
  font-size: 16px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #24688d;
  color: #fff;
}
.trend-main .trend-account-value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 110px;
  min-width: 110px;
}
.trend-main .trend-account-price {
  text-align: right;
  line-height: 1.2;
  padding: 4px 10px;
}
.trend-main .trend-account-price.order {
  background-color: #e5f1fa;
}
.trend-main .trend-account-price.suborder {
  background-color: #e5fae6;
}
.trend-main .blue {
  color: #1d95c1;
}
.trend-main .orange {
  color: #f2670b;
}
.trend-main .pink {
  color: #f53794;
}
.trend-main .green {
  color: #1ecf1e;
}
.trend-main .yellow {
  color: #e7dc0b;
}
.trend-main .red {
  color: #de1d03;
}
.trend-main .purple {
  color: #7a0ad0;
}

.common-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  width: 600px;
}
.common-modal-content .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 0 auto;
  width: 400px;
}
.common-modal-content label {
  color: #858589;
  font-size: 14px;
}
.common-modal-content input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  border: 1px solid #222;
  border-radius: 4px;
  padding: 6px 10px;
  width: 100%;
}
.common-modal-content button {
  display: inline-block;
  margin: 20px auto;
}

.calender {
  width: 800px;
  margin: 40px auto 30px;
}
.calender .fc-col-header-cell {
  background-color: #24688d;
  padding-top: 4px;
  padding-bottom: 4px;
}
.calender .fc-col-header-cell .fc-col-header-cell-cushion {
  color: #fff;
}
.calender .fc-daygrid-day {
  background-color: #fff; /* グリッド背景 */
  border: 1px solid #d0cdcd; /* グリッド線 */
}
.calender .fc-button-primary {
  background-color: #24688d;
  border: 1px solid #858589;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calender .fc-button-primary:hover {
  background-color: #222;
}
.calender .fc-daygrid-day.fc-day-today {
  background-color: #858589;
}
.calender .fc-daygrid-day-frame {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.calender .fc-daygrid-day-frame:hover {
  background-color: #d0cdcd;
}
.calender .fc-day.js-active {
  background-color: #24688d;
}

.holiday-list {
  width: 800px;
  margin: 0 auto 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.holiday-list li {
  font-size: 18px;
  background-color: #24688d;
  color: #fff;
  border-radius: 6px;
  padding: 8px;
  width: 120px;
}

.pdf-viewer-page * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pdf-viewer-page {
  font-family: "M PLUS 1p", sans-serif;
  background: #2c2c2c;
  color: #fff;
  overflow: hidden;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-touch-action: none;
      touch-action: none;
}
.pdf-viewer-page .toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px;
  background: #1a1a1a;
  border-bottom: 1px solid #444;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pdf-viewer-page .toolbar .info {
  font-size: 13px;
  color: #ccc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pdf-viewer-page .pdf-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.pdf-viewer-page .pdf-scroll-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 16px 120px;
  gap: 16px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.pdf-viewer-page .page-wrapper {
  position: relative;
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
          box-shadow: 0 2px 12px rgba(0, 0, 0, 0.5);
  background: #fff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.pdf-viewer-page .page-wrapper canvas.pdf-canvas {
  display: block;
  width: 100%;
  height: 100%;
}
.pdf-viewer-page .page-wrapper canvas.draw-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pdf-viewer-page .draw-canvas {
  pointer-events: none;
}
.pdf-viewer-page.draw-mode .draw-canvas {
  pointer-events: auto;
  cursor: crosshair;
}
.pdf-viewer-page.draw-mode .draw-canvas.eraser-cursor {
  cursor: cell;
}
.pdf-viewer-page .floating-panel {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding: 8px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(30, 30, 30, 0.45);
  backdrop-filter: blur(20px) saturate(1.4);
  -webkit-backdrop-filter: blur(20px) saturate(1.4);
  -webkit-box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4), inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.pdf-viewer-page .floating-panel .fp-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  padding: 4px 6px;
  border-radius: 8px;
}
.pdf-viewer-page .floating-panel .fp-section + .fp-section {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.pdf-viewer-page .floating-panel button {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-transition: background 0.15s;
  transition: background 0.15s;
  white-space: nowrap;
}
.pdf-viewer-page .floating-panel button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.pdf-viewer-page .floating-panel button.active {
  background: rgba(0, 102, 204, 0.7);
  border-color: rgba(0, 136, 255, 0.5);
}
.pdf-viewer-page .floating-panel input[type=color] {
  width: 28px;
  height: 24px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 4px;
  cursor: pointer;
  background: none;
  padding: 2px;
}
.pdf-viewer-page .floating-panel input[type=range] {
  width: 60px;
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pdf-viewer-page .floating-panel .line-width-label {
  font-size: 12px;
  color: #aaa;
  min-width: 24px;
  text-align: center;
}
.pdf-viewer-page .floating-panel .mode-tabs {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdf-viewer-page .floating-panel .mode-tabs button {
  font-weight: 700;
  font-size: 14px;
  padding: 8px 14px;
  min-width: 70px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pdf-viewer-page .floating-panel .page-zoom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdf-viewer-page .floating-panel .page-zoom span {
  color: #ccc;
  font-size: 14px;
  padding: 0 8px;
}
.pdf-viewer-page .floating-panel .page-zoom button {
  padding: 4px 8px;
  font-size: 14px;
}
.pdf-viewer-page .floating-panel .page-nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdf-viewer-page .floating-panel .page-nav span {
  color: #ccc;
  font-size: 14px;
}
.pdf-viewer-page .floating-panel .page-nav button {
  padding: 4px 14px;
  font-size: 14px;
}
.pdf-viewer-page .floating-panel .draw-tools {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pdf-viewer-page .floating-panel .draw-tools button {
  width: 50%;
  font-size: 15px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.pdf-viewer-page .floating-panel .fp-save {
  padding: 20px 0 0;
  width: 100%;
}
.pdf-viewer-page .floating-panel .fp-save .save-btn {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #1a6b1a;
  border: 1px solid #2a8a2a;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 700;
  min-height: 48px;
  border-radius: 8px;
}
.pdf-viewer-page .floating-panel .fp-save .save-btn:hover {
  background: #228b22;
}
.pdf-viewer-page .floating-panel .fp-save .save-btn:disabled {
  background: #555;
  border-color: #666;
  opacity: 0.7;
}
.pdf-viewer-page.draw-mode .floating-panel .draw-tools {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pdf-viewer-page .loading-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 100;
  font-size: 18px;
}
.pdf-viewer-page .loading-overlay i {
  margin-right: 8px;
}
.pdf-viewer-page .eraser-circle {
  position: fixed;
  border-radius: 50%;
  border: none;
  background: rgba(100, 100, 100, 0.5);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  pointer-events: none;
  z-index: 60;
  display: none;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.pdf-viewer-page .fab-mode {
  position: fixed;
  bottom: 28px;
  left: 24px;
  z-index: 50;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.25);
  background: rgba(0, 102, 204, 0.8);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  color: #fff;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 16px rgba(0, 0, 0, 0.4);
  -webkit-transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, -webkit-transform 0.15s;
  transition: background 0.2s, transform 0.15s;
  transition: background 0.2s, transform 0.15s, -webkit-transform 0.15s;
}
.pdf-viewer-page .fab-mode:active {
  -webkit-transform: scale(0.92);
          transform: scale(0.92);
}
.pdf-viewer-page.draw-mode .fab-mode {
  background: rgba(204, 0, 0, 0.8);
}
.pdf-viewer-page .mode-indicator {
  position: fixed;
  bottom: 16px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 8px 24px;
  border-radius: 24px;
  font-size: 14px;
  font-weight: 700;
  z-index: 50;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.pdf-viewer-page .mode-indicator.show {
  opacity: 1;
}
.pdf-viewer-page .mode-indicator.view {
  background: rgba(0, 102, 204, 0.9);
}
.pdf-viewer-page .mode-indicator.draw {
  background: rgba(204, 0, 0, 0.9);
}

.common-modal-content.order-status-modal .order-status-title {
  font-size: 24px;
  text-align: center;
}
.common-modal-content.order-status-modal .order-status-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.common-modal-content.order-status-modal .order-status-item {
  position: relative;
  width: 18%;
}
.common-modal-content.order-status-modal .order-status-item input[type=checkbox] {
  display: none;
}
.common-modal-content.order-status-modal .order-status-item span {
  display: inline-block;
  text-align: center;
  width: 100%;
  padding: 10px 16px;
  border-radius: 8px;
  color: #222;
  border: 2px solid #ccc;
  background-color: #f7f7f7;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.common-modal-content.order-status-modal .order-status-item span:hover {
  background-color: #f0f0f0;
}
.common-modal-content.order-status-modal .order-status-item input[type=checkbox]:checked + span {
  background-color: #24688d;
  color: #fff;
  border-color: #24688d;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}
.common-modal-content.order-status-modal .order-status-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.common-modal-content.order-history-content {
  position: relative;
}
.common-modal-content.order-history-content .order-history-title {
  font-size: 24px;
  text-align: center;
}
.common-modal-content.order-history-content .order-history-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-modal-content.order-history-content .add-cost {
  position: absolute;
  top: -40px;
  left: 0;
  padding: 12px 20px 8px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #24688d;
  border-radius: 4px;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.common-modal-content.order-history-content .add-cost:hover {
  opacity: 0.7;
}

.employee-create {
  height: 60px;
  width: 60px;
  background-color: #24688d;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #24688d;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  right: 30px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.employee-create:hover {
  opacity: 0.7;
}

.common-modal-content.employee-modal-content .employee_modal_title {
  font-size: 24px;
  text-align: center;
}
.common-modal-content.employee-modal-content .updates__body {
  margin: 0 auto;
  max-width: 400px;
}
.common-modal-content.employee-modal-content .updates__body li {
  margin-bottom: 10px;
}
.common-modal-content.employee-modal-content .employee_modal-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-modal-content.employee-modal-content .employee_modal-btns button {
  margin: 0;
}

.pair-create {
  height: 60px;
  width: 60px;
  background-color: #24688d;
  color: #fff;
  border-radius: 100px;
  border: 1px solid #24688d;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: fixed;
  right: 30px;
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pair-create:hover {
  opacity: 0.7;
}

.common-modal-content.pair-modal-content .pair_modal_title {
  font-size: 24px;
  text-align: center;
}
.common-modal-content.pair-modal-content .updates__body {
  margin: 0 auto;
  max-width: 400px;
}
.common-modal-content.pair-modal-content .updates__body li {
  margin-bottom: 10px;
}
.common-modal-content.pair-modal-content .pair_modal-btns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.common-modal-content.pair-modal-content .pair_modal-btns button {
  margin: 0;
}

.setting__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}
.setting__head button {
  height: 30px;
  min-width: 30px;
  padding: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #24688d;
  border-radius: 20px;
  font-size: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.setting__head button:hover {
  opacity: 0.7;
}
.setting__head .inspection-type-create {
  width: auto;
  border-radius: 4px;
  font-size: 13px;
}

.inspection-template-mode {
  margin-left: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 5px 10px;
  border: 1px solid #858589;
  border-radius: 999px;
  color: #222;
  font-size: 13px;
}
.inspection-template-mode input {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.inspection-container {
  background-color: #fff;
  padding: 20px;
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.inspection-menu {
  position: sticky;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 10px;
  border: 1px solid #858589;
  border-radius: 6px;
  background-color: #fff;
}

.inspection-menu__button {
  width: 100%;
  padding: 10px;
  border-left: 4px solid transparent;
  background-color: transparent;
  text-align: left;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.inspection-menu__button.js-active {
  border-left-color: #24688d;
  background-color: rgba(36, 104, 141, 0.08);
  font-weight: 700;
  color: #24688d;
}

.inspection-panels {
  min-width: 0;
}

.inspection-type-panel {
  display: none;
}
.inspection-type-panel.js-active {
  display: block;
}

.inspection-type-panel__title {
  font-size: 22px;
  font-weight: 700;
  margin: 0;
}

.inspection-type-panel__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  padding-bottom: 8px;
  border-bottom: 2px solid #24688d;
}

.inspection-type-name-edit,
.inspection-master-create {
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #24688d;
  color: #fff;
  font-size: 13px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.inspection-type-name-edit:hover,
.inspection-master-create:hover {
  opacity: 0.75;
}

.inspection-stage {
  padding: 20px;
  border: 2px solid #24688d;
  border-radius: 6px;
  margin-bottom: 20px;
}

.inspection-stage__title {
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  border-bottom: 3px solid #24688d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.inspection-stage__body {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}

.fd-group {
  min-width: 0;
  width: 100%;
}

.fd-group-full {
  width: 100%;
  grid-column: 1/-1;
}

.fd-group__title {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
}

.fd-group__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
}

.fd-group__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 10px;
  min-height: 48px;
  border: 1px solid #eee;
  border-radius: 4px;
}

.inspection-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
  border-bottom: 1px dotted #858589;
  padding: 5px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inspection-item--highlight {
  background: #b0eeff;
}

.inspection-item__active {
  width: 20px;
  font-size: 16px;
  border: 1px solid #858589;
  border-radius: 2px;
  line-height: 20px;
}
.inspection-item__active .fa-check {
  color: #24688d;
}
.inspection-item__active .fa-minus {
  color: #fff;
}

.inspection-item__number {
  width: 50px;
}

.inspection-item__type {
  width: 80px;
}

.inspection-item__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.inspection-item-empty {
  padding: 8px 5px;
  color: #858589;
  font-size: 13px;
}

@media (hover: hover) {
  .inspection-item:hover {
    opacity: 0.7;
  }
}
.inspection-modal {
  min-width: 600px;
}
.inspection-modal .inspection-title {
  font-size: 24px !important;
  text-align: center;
}
.inspection-modal .inspection-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 2px;
  margin-bottom: 20px;
}
.inspection-modal label {
  font-size: 14px;
  color: #858589;
}
.inspection-modal input[type=text],
.inspection-modal input[type=file],
.inspection-modal select,
.inspection-modal textarea {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #858589;
  border-radius: 4px;
  font-size: 16px;
}
.inspection-modal textarea {
  height: 150px;
}
.inspection-modal input[type=checkbox] {
  display: block;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 30px;
  height: 30px;
  border: 1px solid #858589;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}
.inspection-modal .inspection-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  gap: 20px;
}
.inspection-modal .inspection-buttons button {
  margin: 0 !important;
}
.inspection-modal .write-none {
  pointer-events: none;
  background-color: #eee;
}
.inspection-modal .inspection-claim-image-setting {
  display: grid;
  grid-template-columns: 56px 72px 1fr 88px;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.inspection-modal .inspection-claim-image-label {
  color: #858589;
  font-size: 13px;
}
.inspection-modal .inspection-claim-image-preview {
  width: 64px;
  height: 64px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}
.inspection-modal .inspection-claim-image-preview img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.inspection-modal .inspection-claim-image-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  color: #858589;
  font-size: 13px;
}
.inspection-modal .inspection-claim-image-clear input[type=checkbox] {
  width: 20px;
  height: 20px;
}
.inspection-modal.seal-print-modal {
  min-width: 780px;
}
.inspection-modal.seal-print-modal .seal-print-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin: 20px 0;
}
.inspection-modal.seal-print-modal .seal-print-row {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspection-modal.seal-print-modal .seal-print-head {
  color: #858589;
  font-size: 13px;
}
.inspection-modal.shipping-report-modal {
  min-width: 560px;
}
.inspection-modal.shipping-report-modal .shipping-report-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  margin: 20px 0;
}
.inspection-modal.shipping-report-modal .shipping-report-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 12px;
  border: 1px solid #d9e2e8;
  background-color: #f8fafc;
  border-radius: 6px;
}
.inspection-modal.shipping-report-modal .shipping-report-summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspection-modal.shipping-report-modal .shipping-report-site-name {
  margin: 0;
  font-weight: bold;
}
.inspection-modal.shipping-report-modal .shipping-report-lot-count {
  color: #24688d;
  font-size: 13px;
}
.inspection-modal.shipping-report-modal .shipping-report-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.inspection-modal.shipping-report-modal .shipping-report-fields label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  color: #858589;
  font-size: 13px;
}
.inspection-modal.shipping-report-modal .shipping-report-fields input {
  min-width: 450px;
  width: 100%;
  max-width: 100%;
}
.inspection-modal.shipping-report-modal .shipping-report-note {
  margin: 0;
  color: #b45309;
  font-size: 13px;
  text-align: left;
}
.inspection-modal.shipping-report-modal .shipping-report-run {
  background-color: #24688d;
  color: #fff;
  border: 1px solid #24688d;
}
.inspection-modal.shipping-report-modal .shipping-report-cancel {
  background-color: #fff;
  color: #24688d;
  border: 1px solid #24688d;
}

.current-modal-content .inspection_content .inspection-claim-wrap {
  position: relative;
}

.inspection-claim-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 4px;
  color: #2d8ac4;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}

.inspection-claim-caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  max-height: 0;
  margin: 0;
  padding: 0 10px;
  border-left: 3px solid #2d8ac4;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  background-color: #f1f9ff;
  color: #1b3f6f;
  font-size: 13px;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-transition: max-height 0.25s ease, opacity 0.2s ease, margin 0.25s ease, padding 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, margin 0.25s ease, padding 0.25s ease, -webkit-transform 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.25s ease, margin 0.25s ease, padding 0.25s ease;
  transition: max-height 0.25s ease, opacity 0.2s ease, transform 0.25s ease, margin 0.25s ease, padding 0.25s ease, -webkit-transform 0.25s ease;
}

.inspection-claim-wrap.is-claim-open .inspection-claim-caption {
  max-height: 360px;
  margin: 6px 0 0;
  padding: 8px 10px;
  opacity: 1;
  overflow-y: auto;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.inspection-claim-text {
  display: block;
  white-space: pre-wrap;
}

.inspection-claim-thumbnails {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  margin-top: 5px;
}
.inspection-claim-thumbnails img {
  width: 90px;
  height: 90px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.inspection-claim-modal {
  width: min(92dvw, 900px);
}
.inspection-claim-modal .inspection-title {
  font-size: 24px !important;
  text-align: center;
}
.inspection-claim-modal .inspection-claim-modal__text {
  max-height: 180px;
  margin-bottom: 16px;
  padding: 12px;
  background-color: #f1f9ff;
  color: #1b3f6f;
  line-height: 1.7;
  white-space: pre-wrap;
  overflow-y: auto;
}
.inspection-claim-modal .inspection-claim-modal__slider {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspection-claim-modal .inspection-claim-modal__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 320px;
  background-color: #f5f5f5;
}
.inspection-claim-modal .inspection-claim-modal__image img {
  max-width: 100%;
  max-height: 68dvh;
  -o-object-fit: contain;
     object-fit: contain;
}
.inspection-claim-modal .inspection-claim-modal__prev,
.inspection-claim-modal .inspection-claim-modal__next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #ddd;
}
.inspection-claim-modal .inspection-claim-modal__prev:disabled,
.inspection-claim-modal .inspection-claim-modal__next:disabled {
  opacity: 0.35;
}
.inspection-claim-modal .inspection-claim-modal__counter {
  margin-top: 8px;
  text-align: center;
  color: #858589;
}

.delivery-inspection {
  width: 100dvw;
  max-width: 1000px;
  min-height: 80dvh;
  position: relative;
}
.delivery-inspection .delivery-inspection__head {
  margin: 0;
  position: absolute;
  top: -45px;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 20px;
}
.delivery-inspection .delivery-inspection__head button {
  margin: 0;
}
.delivery-inspection .delivery-inspection__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
}
.delivery-inspection .delivery-inspection__search input[type=text] {
  border-radius: 0;
  background-color: #fff;
  border-color: #858589;
  color: #222;
  width: 250px;
}
.delivery-inspection .delivery-inspection__search button {
  width: 45px;
  height: 40px;
  background-color: #24688d;
  color: #fff;
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery-inspection .delivery-inspection__comment {
  font-size: 12px !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}
.delivery-inspection .delivery-inspection__list {
  border: 1px solid #858589;
  border-radius: 4px;
  max-height: 80dvh;
  overflow-y: auto;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}
.delivery-inspection .delivery-inspection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid #24688d;
  background-color: #fff;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: 120px;
  margin: 0;
}
.delivery-inspection .delivery-inspection__item:hover {
  opacity: 0.7;
}
.delivery-inspection .delivery-inspection__item.is_comp {
  background-color: rgba(51, 160, 223, 0.4);
}
.delivery-inspection .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  padding: 5px 10px;
  line-height: 1.5;
  overflow: hidden;
}
.delivery-inspection .row:nth-of-type(1) {
  color: #fff;
  background-color: #24688d;
  height: 55px;
  text-align: left;
}
.delivery-inspection .row .val {
  line-height: 1.2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 12px;
  color: #858589;
  white-space: nowrap;
}
.delivery-inspection .row .val span {
  font-size: 18px;
  color: #222;
  white-space: nowrap;
}

.common-modal-content.sheet_cover_modal {
  min-width: 90dvw;
}
.common-modal-content.sheet_cover_modal .wrap {
  margin-top: 10px;
  width: 100%;
}
.common-modal-content.sheet_cover_modal h3 {
  font-size: 18px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border-radius: 5px;
  background-color: #24688d;
  color: #fff;
}
.common-modal-content.sheet_cover_modal p {
  padding: 4px 10px;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px dotted #222;
}
.common-modal-content.sheet_cover_modal p.nes-number {
  font-size: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-modal-content.sheet_cover_modal p.build {
  font-size: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.common-modal-content.sheet_cover_modal p.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.common-modal-content.sheet_cover_modal p span {
  text-align: center;
  min-width: 100px;
  max-width: 100px;
  display: block;
}
.common-modal-content.sheet_cover_modal p span:nth-of-type(1) {
  min-width: 70px;
  max-width: 70px;
}
.common-modal-content.sheet_cover_modal p span:nth-of-type(4) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none;
  min-width: 150px;
  text-align: left;
}
.common-modal-content.sheet_cover_modal p span:nth-of-type(2), .common-modal-content.sheet_cover_modal p span:nth-of-type(5) {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3;
  max-width: none;
  min-width: 200px;
  text-align: left;
}

.toast {
  visibility: hidden;
  min-width: 250px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  left: 50%;
  bottom: 40%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  -webkit-transition: opacity 0.5s, bottom 0.5s;
  transition: opacity 0.5s, bottom 0.5s;
}
.toast.js-active {
  visibility: visible;
  opacity: 1;
  bottom: calc(40% + 20px); /* ちょっと浮き上がる演出 */
}

.warning-note {
  padding: 10px;
  text-align: left;
  background-color: #fff;
  border: 2px solid #24688d;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.4);
          box-shadow: 0 0 4px rgba(34, 34, 34, 0.4);
  margin-bottom: 10px;
  margin: 15px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
}

.cart-icon {
  position: relative;
}
.cart-icon .cart-count {
  position: absolute;
  top: 23%;
  left: 53%;
  translate: -50% -50%;
  color: #f08a0d;
  font-size: 18px;
  font-weight: 700;
}

/* アニメーション定義 */
@-webkit-keyframes spins {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spins {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.cart-head {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.cart-head .select-input {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3px;
}
.cart-head .select-input .suggest-list {
  text-align: left;
}
.cart-head .cart-date {
  width: 200px;
  margin-left: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3px;
}
.cart-head input[type=text],
.cart-head input[type=date],
.cart-head input[type=number],
.cart-head select {
  border: 1px solid #858589;
  padding: 5px 8px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cart-head .cart-all-prices {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 5px;
}
.cart-head .cart-all-prices .cart-all-price {
  display: inline-block;
  min-width: 100px;
  font-size: 32px;
  color: #ce0707;
}

.cart-list {
  width: 100%;
  min-height: 80dvh;
  width: 1230px;
  min-width: 1230px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 50px;
}
.cart-list .required {
  position: relative;
}
.cart-list .required::after {
  position: absolute;
  content: "*";
  left: calc(100% + 5px);
  top: -5px;
  color: #ce0707;
  font-size: 24px;
}
.cart-list .cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  margin-bottom: 30px;
}
.cart-list .load-text {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 24px;
  font-weight: 500;
  color: #24688d;
  letter-spacing: 0.1em;
}
.cart-list .load-text::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border: 4px solid #d0cdcd;
  border-top: 4px solid #24688d;
  border-radius: 50%;
  -webkit-animation: spins 1s ease-in-out infinite;
          animation: spins 1s ease-in-out infinite;
}
.cart-list .cart-item {
  width: 100%;
  padding: 10px 10px 25px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.4);
          box-shadow: 0 0 4px rgba(34, 34, 34, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  position: relative;
}
.cart-list .cart-item .top, .cart-list .cart-item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.cart-list .cart-item .bottom {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.cart-list .cart-item .bottom :last-child {
  margin-left: auto;
}
.cart-list .cart-item .cart-item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.cart-list .cart-item .cart-item-wrap label {
  font-size: 12px;
  color: gray;
}
.cart-list .cart-item .cart-item-wrap input[type=text],
.cart-list .cart-item .cart-item-wrap input[type=number],
.cart-list .cart-item .cart-item-wrap input[type=date],
.cart-list .cart-item .cart-item-wrap select {
  padding: 5px 10px;
  border-radius: 2px;
  font-family: inherit;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid rgba(208, 205, 205, 0.3);
  color: #222;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.cart-list .cart-item .cart-item-wrap input[type=text].total-price,
.cart-list .cart-item .cart-item-wrap input[type=number].total-price,
.cart-list .cart-item .cart-item-wrap input[type=date].total-price,
.cart-list .cart-item .cart-item-wrap select.total-price {
  color: #ce0707;
}
.cart-list .cart-item .cart-item-wrap input[type=text]:hover,
.cart-list .cart-item .cart-item-wrap input[type=number]:hover,
.cart-list .cart-item .cart-item-wrap input[type=date]:hover,
.cart-list .cart-item .cart-item-wrap select:hover {
  border: 1px solid #24688d;
}
.cart-list .cart-item .cart-item-wrap.-w80 {
  min-width: 80px;
  max-width: 80px;
}
.cart-list .cart-item .cart-item-wrap.-w100 {
  min-width: 100px;
  max-width: 100px;
}
.cart-list .cart-item .cart-item-wrap.-w120 {
  min-width: 120px;
  max-width: 120px;
}
.cart-list .cart-item .cart-item-wrap.-w150 {
  min-width: 150px;
  max-width: 150px;
}
.cart-list .cart-item .cart-item-wrap.-w180 {
  min-width: 180px;
  max-width: 180px;
}
.cart-list .cart-item .cart-item-wrap.-w200 {
  min-width: 200px;
  max-width: 200px;
}
.cart-list .cart-item .cart-item-wrap.-w300 {
  min-width: 300px;
  max-width: 300px;
}
.cart-list .cart-item.js-supplierWrap .cart-item-wrap input[type=number] {
  -webkit-appearance: textfield;
          appearance: textfield;
  -moz-appearance: textfield;
}
.cart-list .cart-item.js-supplierWrap .cart-item-wrap input[type=number]::-webkit-outer-spin-button, .cart-list .cart-item.js-supplierWrap .cart-item-wrap input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.cart-list .cart-item .cart-captions {
  position: absolute;
  bottom: 0px;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 3px;
}
.cart-list .cart-item .cart-captions .caption-btn {
  height: 30px;
  width: 30px;
  border-radius: 40px;
  background-color: transparent;
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
}
.cart-list .cart-item .cart-captions .caption-btn:hover {
  background-color: #24688d;
  color: #fff;
}
.cart-list .cart-button {
  display: block;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
}

.supplier-sort-modal {
  display: grid;
  gap: 12px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 90dvw;
  overflow-x: auto;
}

.supplier-sort-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 12px;
}

.supplier-sort-modal__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.supplier-sort-modal__column {
  display: grid;
  gap: 6px;
  width: 140px;
}

.supplier-sort-modal__range {
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.supplier-sort-modal__list {
  display: grid;
  gap: 8px;
  min-height: 34px;
}

.supplier-sort-modal__item {
  width: 140px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #24688d;
  background: #24688d;
  color: #fff;
  border-radius: 6px;
  padding: 6px 8px;
  cursor: -webkit-grab;
  cursor: grab;
  font-size: 12px;
  line-height: 1.25;
  min-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.supplier-sort-modal__item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.supplier-sort-modal__footer {
  position: sticky;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 8px;
  background: #fff;
}

.js-deliveryOpen.build_grid-tile {
  position: relative;
  background-color: #24688d;
  color: #fff;
  cursor: pointer;
}
.js-deliveryOpen.build_grid-tile:hover {
  background: #33a0df;
}
.js-deliveryOpen.build_grid-tile p {
  z-index: 1;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: 50%;
  top: 50%;
  font-weight: 600;
  translate: -50% -50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
  letter-spacing: 0.05em;
}
.js-deliveryOpen.build_grid-tile .icon {
  z-index: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  font-size: 100px;
  color: #fff;
  opacity: 0.1;
}

.build_tile-content.delivery-lot {
  min-height: 400px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 400px;
  position: relative;
}
.build_tile-content.delivery-lot .delivery-lot__update {
  font-size: 14px;
  padding: 5px 1em;
  border-radius: 5px;
  position: absolute;
  top: -30px;
  right: 0;
  border: 1px solid #24688d;
  background-color: #24688d;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.build_tile-content.delivery-lot .delivery-lot__update:hover {
  opacity: 0.7;
}
.build_tile-content.delivery-lot .delivery-lot__header {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.build_tile-content.delivery-lot .delivery-lot__header .delivery-lot__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.build_tile-content.delivery-lot .delivery-lot__header .delivery-lot__tag {
  font-size: 14px;
  padding: 5px 1em;
  border-radius: 20px;
  color: #fff;
}
.build_tile-content.delivery-lot .delivery-lot__header .delivery-lot__tag.--blue {
  background-color: #33a0df;
}
.build_tile-content.delivery-lot .delivery-lot__header .delivery-lot__tag.--green {
  background-color: #0fac07;
}
.build_tile-content.delivery-lot .delivery-lot__header .delivery-lot__count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 12px;
  padding: 5px 1em;
  border-radius: 5px;
  background-color: #e1ecf2;
}
.build_tile-content.delivery-lot .delivery-lot__header .delivery-lot__count span {
  display: inline-block;
  font-size: 14px;
}
.build_tile-content.delivery-lot .delivery-lot__body {
  padding: 5px;
  max-height: calc(100dvh - 455px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  overflow-y: auto;
}
.build_tile-content.delivery-lot .delivery-lot__body .--comment {
  margin-top: 100px;
}

.build_tile-content.delivery-table {
  max-width: 100%;
  overflow: scroll;
  padding-top: 10px;
  padding-bottom: 10px;
}
.build_tile-content.delivery-table table {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.5;
  border-collapse: collapse;
  border-left: 1px solid #d0cdcd;
  border-right: 1px solid #d0cdcd;
}
.build_tile-content.delivery-table thead th {
  color: #fff;
  background-color: #24688d;
}
.build_tile-content.delivery-table tbody td {
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_tile-content.delivery-table tbody tr:hover td {
  background-color: #e1ecf2;
}
.build_tile-content.delivery-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  white-space: nowrap;
  padding: 0 0 1px;
  background-color: #d0cdcd;
  border: none;
}
.build_tile-content.delivery-table th, .build_tile-content.delivery-table td {
  text-align: center;
  white-space: nowrap;
  padding: 5px;
  font-size: 12px;
  height: 28px;
}
.build_tile-content.delivery-table th.-w80, .build_tile-content.delivery-table td.-w80 {
  min-width: 80px;
  max-width: 80px;
}
.build_tile-content.delivery-table th.-w100, .build_tile-content.delivery-table td.-w100 {
  min-width: 100px;
  max-width: 100px;
}
.build_tile-content.delivery-table th.-w150, .build_tile-content.delivery-table td.-w150 {
  min-width: 150px;
  max-width: 150px;
}
.build_tile-content.delivery-table th.-w200, .build_tile-content.delivery-table td.-w200 {
  min-width: 200px;
  max-width: 200px;
}
.build_tile-content.delivery-table th.--no-data, .build_tile-content.delivery-table td.--no-data {
  width: 100%;
}
.build_tile-content.delivery-table th span, .build_tile-content.delivery-table td span {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 8px;
  margin: 0 auto;
  color: #fff;
  font-size: 11px;
}
.build_tile-content.delivery-table th span.--blue, .build_tile-content.delivery-table td span.--blue {
  background-color: #e1ecf2;
  color: #222;
}
.build_tile-content.delivery-table th span.--green, .build_tile-content.delivery-table td span.--green {
  background-color: #0fac07;
}
.build_tile-content.delivery-table th span.--red, .build_tile-content.delivery-table td span.--red {
  background-color: #b20101;
}

/* 配送フォーム */
.delivery-modal {
  line-height: 1.5;
  width: 90dvw;
  max-width: 1200px;
}
.delivery-modal form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 100px;
}
.delivery-modal {
  /* 積込側（左側）の背景を少しだけ青白くして視覚的に分離 */
}
.delivery-modal .delivery-modal__column {
  background-color: #e1ecf2;
  border: 1px solid #d0cdcd;
  padding: 20px;
  border-radius: 10px;
}
.delivery-modal {
  /* サブタイトル */
}
.delivery-modal .delivery-modal__subtitle {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 2px solid #24688d;
  color: #24688d;
}
.delivery-modal {
  /* ラベル */
}
.delivery-modal .delivery-modal__label {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #858589;
}
.delivery-modal {
  /* 入力欄の基本装飾 */
}
.delivery-modal input[type=text],
.delivery-modal input[type=date],
.delivery-modal input[type=number],
.delivery-modal select,
.delivery-modal textarea {
  width: 100%;
  padding: 5px 10px;
  font-size: 14px;
  color: #222;
  background-color: #fff;
  border: 1px solid #d0cdcd;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.delivery-modal {
  /* ホバー時：少しだけ縁を濃くする */
}
.delivery-modal input[type=text]:hover,
.delivery-modal input[type=date]:hover,
.delivery-modal input[type=number]:hover,
.delivery-modal select:hover,
.delivery-modal textarea:hover {
  border-color: #858589;
}
.delivery-modal {
  /* テキストエリアの高さ調整 */
}
.delivery-modal .delivery-modal__textarea {
  min-height: 70px;
  resize: vertical;
}
.delivery-modal {
  /* ラジオボタンを囲むグループ */
}
.delivery-modal .delivery-modal__radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.delivery-modal {
  /* ラベル全体をクリッカブルに */
}
.delivery-modal .delivery-modal__radio-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  gap: 3px;
  font-size: 0.95rem;
}
.delivery-modal {
  /* ラジオボタン本体（少し大きくする） */
}
.delivery-modal .delivery-modal__radio {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  width: 25px;
  height: 25px;
  cursor: pointer;
  accent-color: #24688d;
  margin: 0;
}
.delivery-modal .delivery-modal__radio-text {
  color: #222;
  font-weight: 500;
}
.delivery-modal {
  /* フォーム内の横並び調整 */
}
.delivery-modal .delivery-modal__comparison-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.delivery-modal {
  /* 区切り線 */
}
.delivery-modal .delivery-modal__divider {
  border: 0;
  border-top: 1px solid #e1ecf2;
  margin: 15px 0;
}
.delivery-modal {
  /* 注意事項1・2を並べる際の微調整 */
}
.delivery-modal .delivery-modal__input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.delivery-modal {
  /* 注意事項1・2を並べる際の微調整 */
}
.delivery-modal .delivery-modal__input-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
}
.delivery-modal .delivery-modal__input-flex input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.delivery-modal .delivery-modal__input-flex input::-webkit-input-placeholder {
  color: #d0cdcd;
  font-size: 12px;
}
.delivery-modal .delivery-modal__input-flex input::-moz-placeholder {
  color: #d0cdcd;
  font-size: 12px;
}
.delivery-modal .delivery-modal__input-flex input:-ms-input-placeholder {
  color: #d0cdcd;
  font-size: 12px;
}
.delivery-modal .delivery-modal__input-flex input::-ms-input-placeholder {
  color: #d0cdcd;
  font-size: 12px;
}
.delivery-modal .delivery-modal__input-flex input::placeholder {
  color: #d0cdcd;
  font-size: 12px;
}
.delivery-modal .delivery-modal__input-flex input:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.delivery-modal .delivery-modal__input-flex input:nth-of-type(2) {
  width: 80px;
}
.delivery-modal .delivery-modal__input-flex input:nth-of-type(3) {
  width: 50px;
}
.delivery-modal .delivery-modal__input-flex input:nth-of-type(4) {
  width: 50px;
}
.delivery-modal .delivery-modal__btns {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.delivery-modal .delivery-modal__btns button {
  margin: 0;
}

.deliLot-modal {
  line-height: 1.5;
  width: 90dvw;
  max-width: 1200px;
}
.deliLot-modal .deliLot-modal__title {
  text-align: center;
  font-size: 18px;
  margin-top: -20px;
}
.deliLot-modal .deliLot-modal__content {
  border: 1px solid #858589;
  background-color: #858589;
  overflow: hidden;
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  width: 100%;
  max-width: 800px;
  height: 80dvh;
  margin: 0 auto;
}
.deliLot-modal .deliLot-modal__left,
.deliLot-modal .deliLot-modal__right {
  padding: 0 20px 30px;
  width: 50%;
  height: 100%;
  background-color: #e1ecf2;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.deliLot-modal .deliLot-modal__left::-webkit-scrollbar,
.deliLot-modal .deliLot-modal__right::-webkit-scrollbar {
  display: none;
}
.deliLot-modal .deliLot-modal__left::before,
.deliLot-modal .deliLot-modal__right::before {
  position: sticky;
  top: 0;
  font-size: 18px;
  text-align: center;
  background-color: #24688d;
  color: #fff;
  width: calc(100% + 40px);
  margin-left: -20px;
  z-index: 10;
}
.deliLot-modal .deliLot-modal__left::before {
  content: "その他ロット";
}
.deliLot-modal .deliLot-modal__right::before {
  content: "連携ロット";
}

.deliLot-modal__card {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(34, 34, 34, 0.2);
          box-shadow: 0px 0px 4px rgba(34, 34, 34, 0.2);
  border-radius: 8px;
  border: 2px solid transparent;
  padding-top: 10px;
  padding-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: -webkit-grab;
  cursor: grab;
}
.deliLot-modal__card.is-other {
  background-color: rgba(208, 205, 205, 0.4);
  position: relative;
}
.deliLot-modal__card.is-other::after {
  position: absolute;
  content: "他配送 と 連携済";
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.deliLot-modal__card.js-grab {
  cursor: -webkit-grabbing;
  cursor: grabbing; /* つかんでいる時のカーソル */
  border-color: #33a0df;
  background-color: rgba(170, 170, 170, 0.4);
}
.deliLot-modal__card .--title {
  display: block;
  background-color: #24688d;
  color: #fff;
  padding: 4px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  border-radius: 0 30px 30px 0;
  font-size: 14px;
}
.deliLot-modal__card .--top,
.deliLot-modal__card .--bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 10px;
  line-height: 1;
}
.deliLot-modal__card p {
  color: #858589;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.deliLot-modal__card p span {
  color: #222;
  font-size: 16px;
}

@media (max-width: 767px) {
  .delivery-modal,
  .deliLot-modal {
    width: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow-x: auto;
  }
  .delivery-modal form {
    max-width: 100%;
    padding-bottom: 80px;
  }
  .delivery-modal .delivery-modal__comparison-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .delivery-modal .delivery-modal__column {
    padding: 14px 12px;
  }
  .delivery-modal .delivery-modal__btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
  .deliLot-modal .deliLot-modal__content {
    max-width: 100%;
    height: 72dvh;
  }
  .deliLot-modal .deliLot-modal__left,
  .deliLot-modal .deliLot-modal__right {
    padding-right: 12px;
    padding-left: 12px;
  }
  .deliLot-modal .deliLot-modal__left::before,
  .deliLot-modal .deliLot-modal__right::before {
    width: calc(100% + 24px);
    margin-left: -12px;
  }
}
.deliLot-tile__card {
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 4px rgba(34, 34, 34, 0.2);
          box-shadow: 0px 0px 4px rgba(34, 34, 34, 0.2);
  border-radius: 8px;
  border: 2px solid transparent;
  padding-top: 10px;
  padding-bottom: 5px;
}
.deliLot-tile__card .--title {
  display: block;
  background-color: #24688d;
  color: #fff;
  padding: 4px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  border-radius: 0 30px 30px 0;
  font-size: 14px;
}
.deliLot-tile__card .--wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 14px;
  margin-top: 5px;
  padding: 0 10px;
  line-height: 1;
}
.deliLot-tile__card p {
  color: #858589;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 12px;
}
.deliLot-tile__card p span {
  color: #222;
  font-size: 16px;
}

.common-modal-content.delivery-calender {
  width: 90dvw;
  height: 90dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 0;
}
.common-modal-content.delivery-calender .calendar-header-nav {
  background: #fff;
  padding: 10px 20px;
  border-bottom: 1px solid #d0cdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.common-modal-content.delivery-calender .calendar-header-nav button {
  margin: 0;
}
.common-modal-content.delivery-calender .calendar-header-title {
  font-size: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 0.5em;
  border-bottom: 2px solid #24688d;
}
.common-modal-content.delivery-calender .scroll-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: auto;
  position: relative;
  background-color: #fff;
  scrollbar-width: thin;
}
.common-modal-content.delivery-calender .calendar-rail {
  display: inline-block;
  position: relative;
}
.common-modal-content.delivery-calender .date-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fafafa;
  border-bottom: 2px solid #d0cdcd;
  margin-left: 100px; /* サイドバーの幅分 */
}
.common-modal-content.delivery-calender .date-cell {
  height: 50px;
  border-right: 1px solid #d0cdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 13px;
  color: #666;
}
.common-modal-content.delivery-calender .date-cell.today {
  background-color: rgba(51, 160, 223, 0.2);
  color: #24688d;
  font-weight: bold;
}
.common-modal-content.delivery-calender .date-cell .day-num {
  font-size: 18px;
}
.common-modal-content.delivery-calender .date-cell .day-weekly {
  font-size: 10px;
}
.common-modal-content.delivery-calender .grid-background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px; /* サイドバーの幅分 */
  pointer-events: none;
  z-index: 1;
}
.common-modal-content.delivery-calender .grid-col {
  border-right: 1px solid #d0cdcd;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-modal-content.delivery-calender .grid-col.today {
  background-color: rgba(51, 160, 223, 0.4);
}
.common-modal-content.delivery-calender .rows-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.common-modal-content.delivery-calender .rows-header {
  position: sticky;
  left: 0;
  z-index: 500;
  background: #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  border-right: 2px solid #d0cdcd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.1em;
  font-size: 18px;
}
.common-modal-content.delivery-calender .rows-header div {
  height: 240px; /* ROW_HEIGHT(80) * 3 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  border-bottom: 1px solid #d0cdcd;
  font-weight: bold;
  font-size: 14px;
  background: #f8f8f8;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-modal-content.delivery-calender .rows-container {
  position: relative;
  z-index: 10;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.common-modal-content.delivery-calender .calendar-item {
  background-color: #bcdcf1;
  color: #222;
  border: 1px solid #24688d;
  border-radius: 5px;
  padding: 5px 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 5px;
  overflow: hidden;
  z-index: 20;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.common-modal-content.delivery-calender .calendar-item:hover {
  opacity: 0.7;
}
.common-modal-content.delivery-calender .calendar-item.is_comp {
  background-color: #24688d;
  color: #fff;
}
.common-modal-content.delivery-calender .calendar-item span:nth-of-type(1) {
  display: block;
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.common-modal-content.delivery-calender .calendar-item span:nth-of-type(2) {
  font-size: 12px;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: 1;
          flex-direction: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.common-modal-content.delivery-calender .today-line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background-color: rgba(51, 160, 223, 0.5);
  z-index: 800;
  pointer-events: none;
  margin-left: 100px;
}
.common-modal-content.delivery-calender .calendar-item {
  position: relative;
  z-index: 20;
  width: auto;
  margin: 5px;
  left: auto;
}

.paint-calendar-title {
  margin: 0;
}

.paint-calendar-title .file_creates a.js-active {
  background-color: #24688d;
  color: #fff;
}

.filter_wrap.paint-calendar-filter-wrap {
  margin-left: auto;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  overflow: visible;
  padding-top: 0;
}

.paint-calendar-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  max-width: min(760px, 58vw);
}

.paint-calendar-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 28px;
  padding: 5px 9px;
  border: 1px solid var(--tag-color);
  border-radius: 4px;
  color: #222;
  background-color: #fff;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
}

.paint-calendar-tag:not(.is-active) {
  background-color: #fff;
  color: #222;
}

.paint-calendar-tag:not(.is-active):visited {
  color: #222;
}

.paint-calendar-tag.is-active {
  color: #fff;
  background-color: var(--tag-color);
}

.paint-calendar-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding-top: 15px;
}

.paint-calendar-branch-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}

.paint-calendar-branch-field label {
  font-size: 11px;
  line-height: 1;
  color: #64748b;
  height: 11px;
}

.paint-calendar-branch-field select {
  min-width: 108px;
  height: 30px;
  padding: 4px 8px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #fff;
  font: inherit;
}

.paint-calendar-date-type {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2px;
  padding: 2px;
  height: 30px;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #f8fafc;
  margin-bottom: 0;
}

.paint-calendar-date-type__item {
  position: relative;
  display: block;
  color: #475569;
  cursor: pointer;
}

.xl_filters .paint-calendar-date-type__item {
  font-size: 12px;
}

.paint-calendar-date-type__item input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.xl_filters .paint-calendar-date-type__item span {
  position: static;
  left: auto;
  top: auto;
  translate: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 24px;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1;
  white-space: nowrap;
  background-color: transparent;
  color: #475569;
  cursor: pointer;
}

.xl_filters .paint-calendar-date-type__item input:checked + span {
  background-color: #24688d;
  color: #fff;
}

.paint-calendar {
  position: relative;
  overflow: visible;
  margin: 0 58px;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
          box-shadow: 0 14px 28px rgba(15, 23, 42, 0.1);
}

.paint-calendar-nav-button {
  position: absolute;
  top: 320px;
  z-index: 5;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border: 1px solid #24688d;
  border-radius: 50%;
  background: #24688d;
  color: #fff;
  text-decoration: none;
  -webkit-box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
          box-shadow: 0 8px 20px rgba(15, 23, 42, 0.18);
}

.paint-calendar-nav-button:hover {
  background-color: #1d5573;
  border-color: #1d5573;
  color: #fff;
}

.paint-calendar-nav-button.is-prev {
  left: -58px;
}

.paint-calendar-nav-button.is-next {
  right: -58px;
}

.paint-calendar-weekdays,
.paint-calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.paint-calendar-weekdays span {
  padding: 12px 6px;
  background-color: #f8fafc;
  border-right: 1px solid #e2e8f0;
  color: #475569;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
}

.paint-calendar-weekdays span:first-child {
  border-top-left-radius: 14px;
}

.paint-calendar-weekdays span:last-child {
  border-top-right-radius: 14px;
}

.paint-calendar-weekdays span:last-child {
  border-right: none;
}

.paint-calendar-cell {
  min-height: 142px;
  max-height: 142px;
  padding: 9px;
  border-top: 1px solid #e2e8f0;
  border-right: 1px solid #e2e8f0;
  background-color: #fff;
}

.paint-calendar-cell:nth-child(7n) {
  border-right: none;
}

.paint-calendar-cell.is-outside {
  background-color: #f8fafc;
  color: #cbd5e1;
}

.paint-calendar-cell.is-today {
  background-color: #fff;
}

.paint-calendar-day {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 24px;
  height: 24px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  color: #1f2937;
}

.paint-calendar-cell.is-today .paint-calendar-day {
  border-radius: 50%;
  background-color: #24688d;
  color: #fff;
}

.paint-calendar-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
  margin-top: 7px;
  max-height: 102px;
  overflow-y: auto;
  scrollbar-width: thin;
}

.paint-calendar-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
  padding: 6px 7px;
  border-left: 4px solid var(--item-color);
  border-radius: 7px;
  background-color: color-mix(in srgb, var(--item-color) 12%, white);
  color: #222;
  font-size: 12px;
  line-height: 1.25;
  -webkit-box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

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

.paint-calendar-item__count {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-weight: 700;
  color: var(--item-color);
}

@media (max-width: 768px) {
  .paint-calendar-filter-wrap {
    margin-left: 0;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .paint-calendar-tags {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: none;
  }
  .paint-calendar {
    margin: 0 26px;
  }
  .paint-calendar-nav-button {
    width: 38px;
    height: 38px;
    top: 260px;
  }
  .paint-calendar-nav-button.is-prev {
    left: -26px;
  }
  .paint-calendar-nav-button.is-next {
    right: -26px;
  }
  .paint-calendar-cell {
    min-height: 96px;
    max-height: 96px;
    padding: 4px;
  }
  .paint-calendar-items {
    max-height: 66px;
  }
  .paint-calendar-item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2px;
    padding: 4px;
    font-size: 10px;
  }
}

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.loading.loading--door {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  width: 100vw;
  height: 100vh;
  background-color: rgba(34, 34, 34, 0.58);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.18s ease, visibility 0.18s ease;
}
.loading.loading--door.js-active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.page-loading__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.page-loading__content img {
  display: block;
  width: clamp(108px, 12vw, 150px);
  height: auto;
  transform-origin: center bottom;
  animation: page-loading-float 1.15s ease-in-out infinite;
}
.page-loading__content p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: clamp(24px, 2.4vw, 34px);
  line-height: 1;
  letter-spacing: 0.08em;
  -webkit-text-stroke: 1.5px #222;
  paint-order: stroke fill;
  text-shadow: 1px 1px 0 #222, 2px 2px 0 #222, 3px 4px 0 rgba(34, 34, 34, 0.72), 0 6px 10px rgba(34, 34, 34, 0.3);
}

@keyframes page-loading-float {
  0%, 100% {
    transform: translateY(0) rotate(-1deg);
  }
  50% {
    transform: translateY(-7px) rotate(1deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .page-loading__content img {
    animation: none;
  }
}

.app-pdf-tabs {
  --app-pdf-tabs-height: calc(48px + env(safe-area-inset-top));
  position: fixed;
  inset: 0;
  z-index: 1400;
  pointer-events: none;
}
.app-pdf-tabs[hidden] {
  display: none;
}
.app-pdf-tabs.has-drawings .app-pdf-tabs__bar {
  visibility: visible;
}
.app-pdf-tabs.has-drawings .app-pdf-tabs__stage {
  top: var(--app-pdf-tabs-height);
}
.app-pdf-tabs__bar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: var(--app-pdf-tabs-height);
  display: flex;
  align-items: stretch;
  gap: 4px;
  padding: 5px 8px;
  padding-top: calc(5px + env(safe-area-inset-top));
  overflow-x: auto;
  overflow-y: hidden;
  background: #24688d;
  box-shadow: 0 2px 8px rgba(34, 34, 34, 0.28);
  pointer-events: auto;
  scrollbar-width: thin;
  visibility: hidden;
}
.app-pdf-tabs__list {
  display: flex;
  align-items: stretch;
  gap: 4px;
}
.app-pdf-tabs__home {
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 92px;
  height: 38px;
  padding: 0 14px;
  border: 1px solid #fff;
  border-radius: 7px 7px 0 0;
  background: #24688d;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}
.app-pdf-tabs__home.is-active {
  border-color: #fff;
  background: #fff;
  color: #222;
}
.app-pdf-tabs__stage {
  position: absolute;
  inset: 0;
  display: block;
  background: #525659;
  pointer-events: auto;
}

.app-pdf-tab {
  display: flex;
  flex: 0 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 250px;
  height: 38px;
  align-items: stretch;
  border: 1px solid #fff;
  border-radius: 7px 7px 0 0;
  background: #24688d;
  color: #fff;
}
.app-pdf-tab.is-active {
  border-color: #fff;
  background: #fff;
  color: #222;
}
.app-pdf-tab__select, .app-pdf-tab__close {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
}
.app-pdf-tab__select {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 0;
  max-width: 190px;
  padding: 0 8px 0 12px;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-pdf-tab__close {
  width: 34px;
  font-size: 22px;
  line-height: 1;
}
.app-pdf-tab__close:hover, .app-pdf-tab__close:focus-visible {
  background: rgba(34, 34, 34, 0.1);
}

.app-pdf-tab-frame {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #525659;
}
.app-pdf-tab-frame.is-suspended {
  visibility: hidden;
  pointer-events: none;
}

body.app-pdf-tab-shell-active {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .app-pdf-tabs__home {
    padding: 0 10px;
  }
  .app-pdf-tab__select {
    max-width: 150px;
  }
}
.common-modal.paint-order-modal-host .common-modal-inner {
  width: min(1042px, 95dvw);
  max-width: 95dvw;
  padding: 10px 14px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: auto;
  overflow-y: auto;
}

.common-modal-content.paint-order-modal {
  width: 1014px;
  max-width: none;
  height: 80dvh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: grid;
  grid-template-columns: 500px 500px;
  gap: 14px;
  overflow: visible;
}

.paint-order-modal,
.paint-order-modal * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.paint-order-modal__left,
.paint-order-modal__right {
  min-height: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.paint-order-modal__right {
  display: grid;
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
}

.paint-order-modal__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-height: 0;
  min-width: 0;
}

.paint-order-modal__title {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  color: #fff;
  background-color: #24688d;
  padding: 0 1em;
}

.paint-order-modal__builds,
.paint-order-modal__histories,
.paint-order-modal__lots {
  overflow-y: auto;
  scrollbar-width: thin;
}

.paint-order-modal__builds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.paint-order-build-button {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 6px;
  min-height: 62px;
  padding: 8px 10px;
  margin: 0 !important;
  border: 1px solid color-mix(in srgb, var(--item-color) 24%, #cbd5e1);
  border-left: 4px solid var(--item-color);
  border-radius: 7px;
  background-color: color-mix(in srgb, var(--item-color) 10%, white);
  color: #222;
  font: inherit;
  text-align: left;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
          box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
}

.paint-order-build-button.is-active {
  border-color: var(--item-color);
  background-color: color-mix(in srgb, var(--item-color) 16%, white);
}

.paint-order-build-button__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: 600;
  line-height: 1.25;
  font-size: 14px;
}

.paint-order-build-button__meta {
  display: grid;
  font-size: 14px;
  grid-template-columns: minmax(0, 1fr) auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: #64748b;
  line-height: 1.2;
}

.paint-order-build-button strong {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  justify-self: end;
  color: var(--item-color);
  white-space: nowrap;
}

.paint-order-modal__histories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5px;
}

.paint-order-supplier-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  padding-bottom: 4px;
}

.paint-order-supplier-tab {
  min-height: 28px;
  max-width: 150px;
  padding: 5px 10px;
  margin: 0 !important;
  border: 1px solid #cbd5e1;
  border-radius: 4px;
  background-color: transparent;
  color: #222;
  font: inherit;
  font-size: 12px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.paint-order-supplier-tab.is-active {
  border-color: #24688d;
  background-color: #24688d;
  color: #fff;
}

.paint-order-supplier-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  min-height: 0;
}

.paint-order-modal__lots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.paint-order-lot-button {
  width: 100%;
  display: grid;
  grid-template-columns: 130px minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 7px 10px;
  margin: 0 !important;
  border: 1px solid #cbd5e1;
  border-radius: 6px;
  background-color: #fff;
  color: #222;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.paint-order-lot-button:hover {
  border-color: #24688d;
  background-color: #f8fafc;
}

.paint-order-lot-button span,
.paint-order-lot-button strong {
  min-width: 0;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.paint-order-lot-button strong {
  font-weight: 500;
  color: #475569;
  font-size: 14px;
}

.paint-order-history-item {
  min-width: 0;
  padding: 8px 10px;
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  background-color: #fff;
  cursor: pointer;
  -webkit-transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, -webkit-box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s;
  transition: border-color 0.15s, box-shadow 0.15s, -webkit-box-shadow 0.15s;
}

.paint-order-history-item:hover {
  border-color: #24688d;
  -webkit-box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
          box-shadow: 0 3px 10px rgba(15, 23, 42, 0.12);
}

.paint-order-history-item__head,
.paint-order-history-item__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 8px;
  min-width: 0;
  color: #64748b;
  font-size: 12px;
  white-space: nowrap;
}

.paint-order-history-item__head span,
.paint-order-history-item__meta span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paint-order-history-item__name {
  margin: 4px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paint-order-history-item__person {
  margin-top: 6px;
  color: #475569;
  font-size: 12px;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.paint-order-history-empty {
  padding: 16px;
  border: 1px dashed #cbd5e1;
  border-radius: 6px;
  color: #64748b;
  text-align: center;
}

@media (max-width: 768px) {
  .common-modal-content.paint-order-modal {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .paint-order-modal__left,
  .paint-order-modal__right {
    min-height: auto;
    max-height: none;
  }
}
