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

html {
  scroll-behavior: smooth;
}
@media screen and (max-width: 1439px) and (min-width: 768px) {
  html {
    font-size: 1.11111vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 4.266vw;
  }
}

body {
  font-weight: 500;
  letter-spacing: 0.01rem;
  line-height: 1.4;
  background-color: #fafafa;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 400;
}

body.no-scroll {
  overflow: hidden;
}

button,
input[type=submit] {
  color: inherit;
  background-color: transparent;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  cursor: pointer;
}

input {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
}

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

:root {
  --hover-color: #cdcdcd;
}

.loading {
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100vw;
  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.6);
  pointer-events: none;
}
.loading i {
  display: inline-block;
  font-size: 100px;
  color: #44489a;
  height: 100px;
  width: 100px;
}
.loading.js-active {
  opacity: 1;
  visibility: visible;
}
.loading.js-active i {
  -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);
  }
}
.l-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.l-menu {
  width: 170px;
  background-color: #222;
  min-height: 100vh;
  border: 1px solid #858589;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 900;
}

.l-main {
  width: calc(100% - 170px);
  margin-left: 170px;
}

.l-head {
  padding: 5px 15px;
  background-color: #222;
  border: 1px solid #858589;
  border-left: none;
  position: sticky;
  top: 0;
  z-index: 500;
}
.l-head .head_title {
  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;
  color: #fff;
  font-size: 18px;
}
.l-head .head_title .subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.l-head .head_title .title {
  font-size: inherit;
}
.l-head .head_title .option {
  font-size: 16px;
}
.l-head .head_title .option span {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6745098039);
}
.l-head .head_title input {
  display: none;
  width: 200px;
  font-size: 20px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
}
.l-head .head_title input.js-active {
  display: block;
}

.l-content {
  padding: 15px;
}
.l-content.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
}

.l-content_left {
  width: min(31.25rem, 50%);
}

.l-content_right {
  width: calc(100% - min(31.875rem, 50%));
  max-width: 900px;
}

.l-content_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-form {
  display: grid;
  min-height: 100vh;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.l-windowGard {
  position: fixed;
  inset: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background-color: #222;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.l-windowGard.js-hidden {
  translate: 200% 0;
  visibility: hidden;
  z-index: -1;
}

.l-btn-area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 950;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
}
.l-btn-area.js-active {
  visibility: visible;
  cursor: pointer;
}
.l-btn-area 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  color: #222;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-btn-area span:hover {
  opacity: 0.6;
}
.l-btn-area span::after {
  content: attr(data-text);
  font-size: 16px;
}

@-webkit-keyframes blueLine {
  0% {
    border-image: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), color-stop(0%, transparent)) 1;
    border-image: linear-gradient(to right, transparent 100%, transparent 0%) 1;
  }
  100% {
    border-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a)) 3;
    border-image: linear-gradient(to right, #1297e5 0%, #44489a 100%) 3;
  }
}

@keyframes blueLine {
  0% {
    -o-border-image: linear-gradient(to right, transparent 100%, transparent 0%) 1;
       border-image: -webkit-gradient(linear, left top, right top, color-stop(100%, transparent), color-stop(0%, transparent)) 1;
       border-image: linear-gradient(to right, transparent 100%, transparent 0%) 1;
  }
  100% {
    -o-border-image: linear-gradient(to right, #1297e5 0%, #44489a 100%) 3;
       border-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a)) 3;
       border-image: linear-gradient(to right, #1297e5 0%, #44489a 100%) 3;
  }
}
@-webkit-keyframes lineWidth {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes lineWidth {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
.-center {
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.btn-area,
.btn_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 0;
}

.btn-area {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.mega-btn {
  position: relative;
  padding: 6px 10px;
  min-width: 120px;
  text-align: center;
  border: 1px solid #fafafa;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 15px;
  letter-spacing: 0.2em;
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  z-index: 100;
}
.mega-btn:before {
  content: "";
  position: absolute;
  border-radius: 4px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; /* フェードアウトのトランジションを設定 */
  z-index: -1; /* テキストよりも下に表示されるように設定 */
  background-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a));
  background-image: linear-gradient(to right, #1297e5, #44489a);
}
.mega-btn:hover .layer1-list {
  max-height: 150px;
}
.mega-btn .layer1-list {
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  top: 100%;
  left: 0;
  min-width: 100%;
  max-height: 0;
  overflow: hidden;
  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: #858589;
}
.mega-btn .layer1-item {
  position: relative;
  color: #fff;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mega-btn .layer1-item span, .mega-btn .layer1-item a {
  padding: 0.25rem 0.375rem;
  display: inline-block;
}
.mega-btn .layer1-item a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.mega-btn .layer1-item a:hover {
  background-color: #cdcdcd;
}
.mega-btn .layer1-item i {
  display: inline-block;
  padding-right: 0.375rem;
}
.mega-btn .layer1-item form {
  width: 100%;
}
.mega-btn .layer1-item > button {
  padding: 0.25rem 0.375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  height: 100%;
  width: 100%;
  min-width: 40px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-btn .layer1-item > button:hover {
  background-color: #cdcdcd;
}
.mega-btn .layer1-item form button {
  padding: 0.25rem 0.375rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: inline-block;
  height: 100%;
  width: 100%;
  min-width: 40px;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.mega-btn .layer1-item form button:hover {
  background-color: #cdcdcd;
}
.mega-btn .layer1-item .on button {
  border-left: 1px solid #222;
  font-size: 14px;
  text-align: center;
}
.mega-btn .layer1-item .on button:hover {
  background-color: #072498;
  border-color: #072498;
}
.mega-btn .layer1-item .off button {
  font-size: 14px;
  border-left: 1px solid #222;
  text-align: center;
}
.mega-btn .layer1-item .off button:hover {
  background-color: #a80a0a;
  border-color: #a80a0a;
}

.btn-blue,
.btn-green {
  position: relative;
  padding: 6px;
  text-align: center;
  border-radius: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 14px;
  letter-spacing: 0.1em;
  background-color: transparent;
  color: #fff;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  border: 1px solid #fafafa;
  z-index: 0;
}
.btn-blue i,
.btn-green i {
  font-size: 24px;
}
.btn-blue::after,
.btn-green::after {
  content: attr(data-text);
  font-size: 14px;
}
.btn-blue:before,
.btn-green:before {
  content: "";
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s; /* フェードアウトのトランジションを設定 */
  z-index: -1; /* テキストよりも下に表示されるように設定 */
}
.btn-blue:hover,
.btn-green:hover {
  border: 1px solid gray;
  color: #222;
}
.btn-blue:hover::before,
.btn-green:hover::before {
  opacity: 0;
}
.btn-blue.js-active,
.btn-green.js-active {
  border: 1px solid gray;
  background-image: none;
  background-color: #fff;
  color: #222;
}
.btn-blue.js-active::before,
.btn-green.js-active::before {
  opacity: 0;
}

.btn-blue:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a));
  background-image: linear-gradient(to right, #1297e5, #44489a);
}

.btn-green:before {
  background-image: -webkit-gradient(linear, left top, right top, from(#30ee55), to(#228833));
  background-image: linear-gradient(to right, #30ee55, #228833);
}

.btn-plus {
  position: relative;
  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: 30px;
  width: 30px;
  border-radius: 50px;
  color: #222;
  background-color: transparent;
  border: 1px solid #222;
  font: inherit;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-plus i {
  font-size: 16px;
}
.btn-plus:hover {
  background-color: #1297e5;
  border-color: #858589;
  color: #fff;
}

.btn-fixed-submit {
  position: fixed;
  bottom: 15px;
  right: 130px;
  z-index: 960;
  height: 75px;
  width: 75px;
  padding: 6px;
  border-radius: 100px;
  text-align: center;
  -webkit-box-shadow: 0 0 4px rgba(34, 34, 34, 0.4);
          box-shadow: 0 0 4px rgba(34, 34, 34, 0.4);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing: 0.1em;
  background-color: #019e23;
  color: #fff;
  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;
  opacity: 0;
  visibility: hidden;
}
.btn-fixed-submit.js-active {
  opacity: 1;
  visibility: visible;
}
.btn-fixed-submit i {
  font-size: 30px;
}
.btn-fixed-submit::after {
  content: attr(data-text);
  font-size: 15px;
}
.btn-fixed-submit:hover {
  opacity: 0.6;
}

.fa-pen-to-square {
  color: #FFD700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fa-pen-to-square:hover {
  color: #222;
}

.fa-trash-can {
  color: #1297e5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.fa-trash-can:hover {
  color: #222;
}

.fa-file-excel {
  color: #228833;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fa-file-pdf,
.fa-hard-drive {
  color: #DC143C;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fa-print {
  color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.fa-file-export,
.fa-arrow-left,
.fa-arrow-down,
.fa-rotate-right,
.fa-copy {
  color: #44489a;
  padding-right: 0.3125rem;
}

.change-text {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.change-text::after {
  position: absolute;
  content: "";
  bottom: 8px;
  left: calc(100% + 10px);
  height: 12px;
  width: 12px;
  background-color: #222;
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQ3MS42IDIxLjdjLTIxLjktMjEuOS01Ny4zLTIxLjktNzkuMiAwTDM2Mi4zIDUxLjdsOTcuOSA5Ny45IDMwLjEtMzAuMWMyMS45LTIxLjkgMjEuOS01Ny4zIDAtNzkuMkw0NzEuNiAyMS43em0tMjk5LjIgMjIwYy02LjEgNi4xLTEwLjggMTMuNi0xMy41IDIxLjlsLTI5LjYgODguOGMtMi45IDguNi0uNiAxOC4xIDUuOCAyNC42czE1LjkgOC43IDI0LjYgNS44bDg4LjgtMjkuNmM4LjItMi43IDE1LjctNy40IDIxLjktMTMuNUw0MzcuNyAxNzIuMyAzMzkuNyA3NC4zIDE3Mi40IDI0MS43ek05NiA2NEM0MyA2NCAwIDEwNyAwIDE2MEwwIDQxNmMwIDUzIDQzIDk2IDk2IDk2bDI1NiAwYzUzIDAgOTYtNDMgOTYtOTZsMC05NmMwLTE3LjctMTQuMy0zMi0zMi0zMnMtMzIgMTQuMy0zMiAzMmwwIDk2YzAgMTcuNy0xNC4zIDMyLTMyIDMyTDk2IDQ0OGMtMTcuNyAwLTMyLTE0LjMtMzItMzJsMC0yNTZjMC0xNy43IDE0LjMtMzIgMzItMzJsOTYgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkw5NiA2NHoiLz48L3N2Zz4=");
          mask-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIUZvbnQgQXdlc29tZSBGcmVlIDYuNi4wIGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlL2ZyZWUgQ29weXJpZ2h0IDIwMjQgRm9udGljb25zLCBJbmMuLS0+PHBhdGggZD0iTTQ3MS42IDIxLjdjLTIxLjktMjEuOS01Ny4zLTIxLjktNzkuMiAwTDM2Mi4zIDUxLjdsOTcuOSA5Ny45IDMwLjEtMzAuMWMyMS45LTIxLjkgMjEuOS01Ny4zIDAtNzkuMkw0NzEuNiAyMS43em0tMjk5LjIgMjIwYy02LjEgNi4xLTEwLjggMTMuNi0xMy41IDIxLjlsLTI5LjYgODguOGMtMi45IDguNi0uNiAxOC4xIDUuOCAyNC42czE1LjkgOC43IDI0LjYgNS44bDg4LjgtMjkuNmM4LjItMi43IDE1LjctNy40IDIxLjktMTMuNUw0MzcuNyAxNzIuMyAzMzkuNyA3NC4zIDE3Mi40IDI0MS43ek05NiA2NEM0MyA2NCAwIDEwNyAwIDE2MEwwIDQxNmMwIDUzIDQzIDk2IDk2IDk2bDI1NiAwYzUzIDAgOTYtNDMgOTYtOTZsMC05NmMwLTE3LjctMTQuMy0zMi0zMi0zMnMtMzIgMTQuMy0zMiAzMmwwIDk2YzAgMTcuNy0xNC4zIDMyLTMyIDMyTDk2IDQ0OGMtMTcuNyAwLTMyLTE0LjMtMzItMzJsMC0yNTZjMC0xNy43IDE0LjMtMzIgMzItMzJsOTYgMGMxNy43IDAgMzItMTQuMyAzMi0zMnMtMTQuMy0zMi0zMi0zMkw5NiA2NHoiLz48L3N2Zz4=");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
}
.change-text.-white::after {
  background-color: #fff;
}

.change-input {
  display: none;
}
.change-input.js-active {
  display: block;
}

.selecting {
  position: absolute;
  border: 1px dashed rgba(205, 205, 205, 0.5);
  border-radius: 4px;
  background-color: rgba(205, 205, 205, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.selecting.js-active {
  opacity: 1;
  visibility: visible;
  z-index: 800;
}

.batch_editing {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.batch_editing.js-active {
  opacity: 1;
  visibility: visible;
}
.batch_editing ul {
  width: 100%;
  height: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}
.batch_editing li button {
  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;
  font-size: 32px;
  color: #222;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 10px;
}
.batch_editing li button::after {
  content: attr(data-text);
  font-size: 14px;
}

@media (hover: hover) {
  .batch_editing li {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .batch_editing li:hover {
    opacity: 0.7;
  }
}
.batch_editing_cb {
  position: absolute;
  left: -25px;
  top: 50%;
  translate: 0 -50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  height: 20px;
  width: 20px;
  accent-color: #222 !important;
}
.batch_editing_cb.js-active {
  opacity: 1;
  visibility: visible;
}

.batch-modal {
  z-index: 900;
  position: fixed;
  display: none;
}
.batch-modal_bg {
  position: fixed;
  inset: 0;
  background-color: rgba(34, 34, 34, 0.8);
}
.batch-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;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  min-width: 500px;
  max-height: 80%;
  max-width: 85%;
  z-index: 990;
  background-color: #fafafa;
  padding: 40px 30px;
  overflow: auto;
  border: 2px solid #222;
  border-radius: 8px;
}
.batch-modal_btn {
  margin-top: auto;
  text-align: center;
}
.batch-modal p {
  font-size: 20px;
  letter-spacing: 0.2em;
}
.batch-modal .batch-modal_btn {
  width: 100%;
  margin-top: 20px;
  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;
}
.batch-modal.js-active {
  display: block;
}

.page-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.5em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-width: 80px;
  height: 45px;
  border-radius: 45px;
  background-color: #44489a;
  color: #fff;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 900;
  position: fixed;
  bottom: 30px;
  padding: 5px 15px;
  letter-spacing: 0.04em;
}
.page-button.left {
  left: 200px;
}
.page-button.right {
  right: 30px;
}
.page-button:hover {
  opacity: 0.7;
}

.menu {
  padding: 16px 10px;
  min-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;
}
.menu-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  color: #1297e5;
}
.menu-company-icon {
  width: 50px;
  height: 50px;
  border-radius: 40px;
  background-color: #fff;
  border: 1px solid #222;
  padding: 1px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-company-icon img {
  height: 80%;
  width: 80%;
  -o-object-fit: contain;
     object-fit: contain;
  margin: auto;
}
.menu-company-meta {
  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;
  gap: 5px;
  width: calc(100% - 60px);
}
.menu-company-name {
  font-size: 12px;
  line-height: 1.2;
}
.menu-company-id {
  font-size: 12px;
  line-height: 1.2;
}
.menu-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: 5px;
}
.menu-item a {
  color: #fff;
  width: 100%;
  font-size: 16px;
  letter-spacing: 0.01em;
  display: inline-block;
  padding: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu-item a:hover {
  background-color: #444444;
}

.switch-container {
  display: inline-block;
  position: relative;
  width: 60px;
  height: 24px;
  margin: auto auto 0;
  margin-bottom: 20px;
}

.custom-switch-input {
  opacity: 0;
  width: 0;
  height: 0;
}

.custom-switch-label {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 24px;
  background-color: #ccc;
  border-radius: 24px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.custom-switch-label .custom-switch-slider {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  background-color: white;
  border-radius: 50%;
  top: 3px;
  left: 3px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.custom-switch-input:checked + .custom-switch-label {
  background-color: #44489a;
}

.custom-switch-input:checked + .custom-switch-label .custom-switch-slider {
  -webkit-transform: translateX(36px);
          transform: translateX(36px);
}

.common-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;
}
.common-modal.js-active {
  opacity: 1;
  visibility: visible;
  z-index: 900;
}
.common-modal .common-modal-inner {
  border: 1px solid #858589;
  background-color: #fafafa;
  padding: 20px;
  border-radius: 4px;
  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%;
  position: relative;
}
.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: #44489a;
  color: #fff;
  border-radius: 40px;
  margin-left: auto;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 20;
  cursor: pointer;
}
.common-modal .common-modal-content {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-width: 600px;
  max-width: 90dvh;
  min-height: 50dvh;
  max-height: 80dvh;
  overflow: auto;
  background-color: #fafafa;
  color: #222;
}
.common-modal .common-modal-text {
  margin-top: 20px;
}
.common-modal .modal-buttons {
  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: 10px;
  margin-top: 20px;
}
.common-modal .modal-title {
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
  color: #222;
}
.common-modal .modal-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: 12px;
}
.common-modal .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: 2px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.common-modal .modal-wrap input,
.common-modal .modal-wrap select {
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  color: #222;
  border: 1px solid #858589;
  font-size: 16px;
  padding: 8px 1em;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.common-modal .modal-wrap label {
  font-size: 14px;
  color: #858589;
}
.common-modal .modal-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fafafa;
}
.common-modal .modal-search input {
  font-size: 16px;
  padding: 6px 8px;
  background-color: #fff;
  color: #222;
  border: 1px solid #858589;
  border-radius: 4px;
  width: calc(100% - 100px);
  max-width: 400px;
}
.common-modal .modal-search button i {
  font-size: 20px;
}
.common-modal .modal-loading {
  z-index: 999;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  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;
}
.common-modal .modal-loading i {
  display: inline-block;
  font-size: 70px;
  color: #44489a;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s linear infinite;
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.page1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  max-height: calc(100dvh - 5.625rem);
}
.page1_values {
  width: calc(100% - 260px);
  max-height: 100%;
  overflow: auto;
  padding-right: 20px;
  border-right: solid 1px #858589;
}
.page1_types {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  min-width: 100%;
  position: sticky;
  top: 0;
  background-color: #fafafa;
}
.page1_type {
  max-width: 100%;
  display: grid;
  grid-template-columns: 20px auto;
}
.page1_header {
  border-bottom-width: 3px;
  border-bottom-style: solid;
  -o-border-image: linear-gradient(to right, #1297e5, #44489a) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a)) 1;
     border-image: linear-gradient(to right, #1297e5, #44489a) 1;
  background-color: #fafafa;
  -webkit-animation: blueLine 1s ease-in-out 1;
          animation: blueLine 1s ease-in-out 1;
}
.page1_header, .page1_grid {
  display: grid;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 70px 180px 500px 100px 100px 100px 100px 120px 300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page1_grid:hover {
  background-color: #cdcdcd;
}
.page1_th, .page1_td {
  display: inline-block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  padding: 5px 8px;
  overflow: scroll;
  pointer-events: none;
}
.page1_td:nth-of-type(2), .page1_td:nth-of-type(3), .page1_td:nth-of-type(4), .page1_td:nth-of-type(9) {
  text-align: left;
}
.page1_td:nth-of-type(5), .page1_td:nth-of-type(6) {
  text-align: right;
}
.page1 ::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}
.page1_answer {
  margin-top: 10px;
  margin-bottom: 60px;
  width: 100%;
  padding-left: 2%;
  padding-right: 2%;
}
.page1_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.page1_form {
  width: 240px;
  overflow: auto;
  max-height: 100%;
  min-height: calc(100dvh - 5.625rem);
}
.page1_wrap {
  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;
  padding-top: 5px;
}
.page1_wrap label {
  font-size: 12px;
  color: #858589;
}
.page1_wrap input {
  width: 100%;
  font-size: 14px;
  padding: 6px 8px;
  border: 1px #44489a solid;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
}

.update-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page2_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.build_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  padding-top: 15px;
  padding-bottom: 5px;
}

.build_prices {
  width: min(30%, 400px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: start;
  position: relative;
}

.build_label {
  font-size: 16px;
  line-height: 1;
  color: #858589;
}

.build_price {
  font-size: 32px;
  line-height: 1;
  font-family: "Lato", sans-serif;
}

.build_discount {
  position: absolute;
  left: 10px;
  top: 100%;
  font-size: 15px;
  line-height: 1;
  color: #858589;
}

.build_sub-total_btn {
  display: inline-block;
}
.build_sub-total_btn i {
  color: #1297e5;
  font-size: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_sub-total_btn i:hover {
  color: #222;
}

.build_sub-total {
  max-height: 0;
  padding-bottom: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.build_sub-total.js-active {
  max-height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.build_sub-wrap {
  width: 100%;
  max-width: 500px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.build_sub-prices {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: start;
}

.build_sub-label {
  font-size: 14px;
  line-height: 1;
  color: #858589;
}

.build_sub-price {
  font-size: 18px;
  line-height: 1;
  text-align: right;
}

.build-blocks {
  margin-bottom: 25px;
  padding: 15px 5px;
  border-radius: 6px;
  background-color: #fff;
  border: 1px solid #858589;
}

.build-block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  gap: 40px;
  margin-bottom: 15px;
  padding-left: 110px;
}
.build-block-head .btn-plus {
  position: absolute;
  top: 50%;
  translate: 0 -50%;
}
.build-block-head .btn-plus:nth-of-type(1) {
  left: 20px;
}
.build-block-head .btn-plus:nth-of-type(2) {
  left: 60px;
}

.build_group-section1,
.build_group-section2,
.build_group-title {
  font-weight: 500;
  position: relative;
  padding-bottom: 5px;
  font-size: 20px;
}
.build_group-section1::after,
.build_group-section2::after,
.build_group-title::after {
  position: absolute;
  content: "";
  bottom: -4px;
  left: -10px;
  height: 4px;
  width: calc(100% + 20px);
  background-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a));
  background-image: linear-gradient(to right, #1297e5, #44489a);
  -webkit-animation: lineWidth 1s ease-in-out 1;
          animation: lineWidth 1s ease-in-out 1;
}

.build_group {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-top: 1px solid #858589;
  border-bottom: 1px solid #858589;
}

.build_number_content {
  padding-top: 10px;
}

.build_numbers {
  margin-left: 20px;
}

.build_number-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 30px;
  font-size: 18px;
}
.build_number-title .caption {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 18px;
  text-align: right;
  gap: 4px;
}
.build_number-title .caption span {
  color: #858589;
  font-size: 14px;
  text-align: left;
}

.build_number-head,
.build_number-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}

.-numbers {
  position: relative;
}
.-numbers .number_option {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  color: #222;
  border: 1px solid #e8e8e8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
  padding: 1rem;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.-numbers .number_option 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.-numbers .number_option dt {
  font-size: 0.75rem;
  color: #858589;
}
.-numbers .number_option dd {
  font-size: 1rem;
}
.-numbers .number_option:hover {
  display: none;
}
.-numbers:hover .number_option {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s 0.7s;
  transition: all 0.3s 0.7s;
  z-index: 900;
}

.build_number-flag {
  width: 30px;
  padding: 0.5rem 0;
}

.build_number-ttls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 90px);
  max-width: 1300px;
  border-bottom: 1px dashed #44489a;
}

.build_number-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 90px);
  max-width: 1300px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_number-link:hover {
  background-color: #cdcdcd;
}

.build_number-ttl,
.build_number-value {
  width: 7.5rem;
  font-size: 15px;
  padding: 0.25rem;
  text-align: center;
  pointer-events: none;
  white-space: nowrap;
  overflow: hidden;
}
.build_number-ttl.-s,
.build_number-value.-s {
  width: 5rem;
}
.build_number-ttl.-m,
.build_number-value.-m {
  width: 8.125rem;
}
.build_number-ttl.-l,
.build_number-value.-l {
  width: 12.5rem;
}
.build_number-ttl.-ll,
.build_number-value.-ll {
  width: 15.625rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.build_number-ttl.-lll,
.build_number-value.-lll {
  width: 25rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.build_number-ttl.-tl,
.build_number-value.-tl {
  text-align: left;
}
.build_number-ttl.-tr,
.build_number-value.-tr {
  text-align: right;
}
.build_number-ttl input[type=checkbox],
.build_number-value input[type=checkbox] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  height: 100%;
  width: 1.25rem;
}
.build_number-ttl.check-gard,
.build_number-value.check-gard {
  position: relative;
}
.build_number-ttl.check-gard span,
.build_number-value.check-gard span {
  position: absolute;
  height: 100%;
  width: 100%;
  content: "";
  top: 0;
  left: 0;
  background-color: transparent;
}

.build_number-btn {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.build_number-btn a {
  width: 100%;
}
.build_number-btn i {
  width: 100%;
  font-size: 1.125rem;
  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;
}

.page2_modal_btn {
  display: inline-block;
  font-size: 16px;
  padding: 5px 10px;
  margin-bottom: 15px;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 4px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.page2_modal_btn:hover {
  -webkit-transform: translate(5px, 5px);
          transform: translate(5px, 5px);
}
.page2_modal_btn:hover::after {
  -webkit-transform: translate(-5px, -5px);
          transform: translate(-5px, -5px);
  opacity: 0;
}
.page2_modal_btn::after {
  position: absolute;
  content: "";
  right: -5px;
  bottom: -5px;
  height: 100%;
  width: 100%;
  border-radius: 4px;
  border-right: 1px solid #222;
  border-bottom: 1px solid #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page3_btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.number_total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 32px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.number_prices {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: start;
      align-self: start;
}

.number_label {
  font-size: 14px;
  line-height: 1;
  color: #858589;
  text-align: center;
}

.number_price {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  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;
}
.number_price input {
  font-size: 32px;
  font-family: "Lato", sans-serif;
  color: inherit;
  height: 100%;
  max-width: 100px;
  background-color: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-align: center;
}
.number_price.-select {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
.number_price select {
  font-size: 16px;
  color: inherit;
  width: 100%;
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-align: left;
}

.lot_wrap {
  min-height: 170px;
  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: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #858589;
}
.lot_wrap:nth-of-type(3) {
  padding-bottom: 100px;
}

.lot_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.lot_prices {
  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;
}
.lot_prices .lot_label {
  font-size: 14px;
  line-height: 1;
  color: #858589;
  text-align: center;
  margin-left: -20px;
  width: 130px;
}
.lot_prices span {
  line-height: 1;
  display: inline-block;
  font-size: 24px;
  font-family: "Lato", sans-serif;
  color: inherit;
  width: 100%;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  text-align: center;
}
.lot_prices.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.lot_prices.title span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  width: 50px;
  height: 100%;
}
.lot_prices.title span::after {
  position: absolute;
  content: "";
  top: calc(100% + 4px);
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  height: 4px;
  width: 60px;
  background-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a));
  background-image: linear-gradient(to right, #1297e5, #44489a);
}

.parts_wrap {
  padding-left: 25px;
  overflow: auto;
}

.parts_wrap::-webkit-scrollbar {
  width: 8px; /* スクロールバーの幅 */
  height: 8px; /* 横スクロールバーの高さ */
}

.parts_wrap::-webkit-scrollbar-thumb {
  background: #888; /* スクロールバーのつまみ部分 */
  border-radius: 4px; /* 丸みを加える */
}

.parts_wrap::-webkit-scrollbar-thumb:hover {
  background: #555; /* マウスホバー時の色 */
  cursor: -webkit-grab;
  cursor: grab;
}

.parts_wrap::-webkit-scrollbar-track {
  background: #f5f5f5; /* スクロールバーの背景部分 */
  border-radius: 4px; /* 背景部分にも丸みを追加 */
}

.parts_titles {
  border-bottom: 1px dashed #44489a;
  padding-bottom: 10px;
  margin-bottom: 5px;
}

@media (hover: hover) {
  .parts_titles {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    cursor: pointer;
  }
  .parts_titles:hover {
    opacity: 0.6;
    position: relative;
  }
}
.parts_values,
.parts_titles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parts_values.baked input,
.parts_titles.baked input {
  color: #DC143C;
}

.parts_value {
  position: relative;
}
.parts_value .k-btn {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  font-size: 13px;
  background-color: #222;
  color: #fafafa;
  padding: 2px 8px;
  border-radius: 4px;
  border: 1px solid transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.parts_value .k-btn:hover {
  background-color: #fafafa;
  color: #222;
  border-color: #222;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.parts_value,
.parts_title {
  width: 5rem;
  font-size: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.parts_value.-s,
.parts_title.-s {
  width: 3.125rem;
}
.parts_value.-m,
.parts_title.-m {
  width: 7.5rem;
}
.parts_value.-l,
.parts_title.-l {
  width: 11.875rem;
}
.parts_value.-ll,
.parts_title.-ll {
  width: 15rem;
}
.parts_value.-xl,
.parts_title.-xl {
  width: 18.75rem;
}
.parts_value input,
.parts_title input {
  text-align: center;
  width: 100%;
  font-size: 15px;
  padding-top: 4px;
  padding-bottom: 4px;
  background-color: transparent;
  color: #222;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.parts_value input.-tl,
.parts_title input.-tl {
  text-align: left;
  padding-left: 0.5em;
}
.parts_value input.-tr,
.parts_title input.-tr {
  text-align: right;
  padding-right: 0.5em;
}
.parts_value input:hover, .parts_value input:focus,
.parts_title input:hover,
.parts_title input:focus {
  border-color: #858589;
  background-color: #fff;
}
.parts_value input[type=checkbox],
.parts_title input[type=checkbox] {
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
.parts_value input[type=checkbox]:focus,
.parts_title input[type=checkbox]:focus {
  outline: 2px solid #007aff;
  outline-offset: 2px;
}
.parts_value a:focus,
.parts_title a:focus {
  outline: 2px solid #007aff;
  outline-offset: 2px;
}
.parts_value i,
.parts_title i {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      align-self: center;
  font-size: 15px;
}
.parts_value span,
.parts_title span {
  font-size: 14px;
  display: inline-block;
}

.parts_title.js-accordion,
.parts_value.js-accordion {
  max-width: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.parts_title.js-accordion.js-active,
.parts_value.js-accordion.js-active {
  -webkit-transition: all 1s;
  transition: all 1s;
  max-width: 100%;
  max-height: 100%;
}

.parts_title {
  text-align: center;
  display: block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.parts-create {
  padding-left: min(1180px, 85%);
}
.parts-create a {
  width: 9.375rem;
  max-width: 180px;
  text-align: center;
}

.datalist {
  font-size: 2.5rem;
}

.autocomplete-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: 0.625rem;
}
.autocomplete-list.js-active {
  z-index: 999;
  width: 12.4375rem;
  background-color: #222;
  opacity: 1;
  visibility: visible;
}
.autocomplete-list button {
  display: block;
  color: #fff;
  font-size: 0.875rem;
  border: 1px solid #858589;
  border-radius: 4px;
  padding: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.autocomplete-list button span {
  text-align: left;
}
.autocomplete-list button:hover {
  background-color: #444444;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.list_btn {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 950;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.list_btn.js-active {
  opacity: 1;
  visibility: visible;
}
.list_btn 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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 32px;
  color: #222;
  padding: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_btn span:hover {
  opacity: 0.6;
}
.list_btn span::after {
  content: attr(data-text);
  font-size: 16px;
}

.list_titles,
.list_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.125rem;
}

.list_titles {
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  -o-border-image: linear-gradient(to right, #1297e5, #44489a) 1;
     border-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a)) 1;
     border-image: linear-gradient(to right, #1297e5, #44489a) 1;
  -webkit-animation: blueLine 1s ease-in-out 1;
          animation: blueLine 1s ease-in-out 1;
}

.list_head,
.list_values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 1rem;
  padding: 0.25rem 0;
}

.list_values {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_values:hover {
  background-color: #cdcdcd;
}

.list_title,
.list_value {
  text-align: center;
  width: 5.625rem;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
}
.list_title.-s,
.list_value.-s {
  width: 3.125rem;
}
.list_title.-m,
.list_value.-m {
  width: 5rem;
}
.list_title.-l,
.list_value.-l {
  width: 8.75rem;
}
.list_title.-ll,
.list_value.-ll {
  width: 11.25rem;
}
.list_title.-lll,
.list_value.-lll {
  width: 14.375rem;
}
.list_title.-xl,
.list_value.-xl {
  width: 20.625rem;
}
.list_title.-w400,
.list_value.-w400 {
  width: 25rem;
}
.list_title.-left,
.list_value.-left {
  text-align: left;
}
.list_title.-right,
.list_value.-right {
  text-align: left;
}

.list_text {
  width: min(80%, 1000px);
  font-size: 1.25rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
  padding: 0.5rem 0;
}
.list_text img {
  width: 5rem;
  height: 5rem;
  padding: 0.3125rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  background-color: #fff;
  border: 1px solid #222;
  border-radius: 4px;
  margin-right: 0.625rem;
}
.list_text .list_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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0;
}

.list_in_values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  width: 100%;
  margin-bottom: 1rem;
}

.list_in_value {
  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%;
}

.list_in_item {
  font-family: inherit;
  color: #858589;
  background-color: #fafafa;
  padding: 0.25rem 1.875rem;
  font-size: 1rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}

.page_count {
  font-size: 18px;
}

.form_tab-area {
  padding-bottom: 15px;
  width: 100%;
}
.form_tab-area p {
  font-size: 14px;
  color: #858589;
}

.form_tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-x: auto;
  gap: 4px;
  margin-bottom: 5px;
}

.form_btn-area {
  width: 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;
  gap: 10px;
  margin-top: 30px;
}
.form_btn-area.-pt10 {
  padding-top: 10px;
}

.form_cards {
  max-width: 100%;
  min-height: 180px;
}

.form_imgs {
  width: 100%;
  padding: 0.3125rem 0.3125rem 1.5rem;
}

.form_card {
  margin: 0 0.3125rem;
  display: none;
  width: 9.375rem;
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  cursor: move;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  position: relative;
}
.form_card:hover {
  opacity: 0.7;
}
.form_card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.form_card.js-active {
  outline: 4px solid #1297e5;
}

.form_card-img {
  height: 5rem;
  background-color: inherit;
  pointer-events: none;
  padding: 0.3125rem;
}
.form_card-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.form_card-body {
  padding: 0.3125rem;
  background-color: #44489a;
  color: #fff;
  min-height: 2.8125rem;
}

.form_card-text {
  font-size: clamp(10px, 0.7368421053vw, 14px);
}

.form_values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 30px;
  width: 100%;
  margin: 0 auto;
}
.form_values.-modal {
  margin-bottom: 1.25rem;
}

.form_values-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 50%;
  max-width: 500px;
}

.form_values-right {
  width: 50%;
  max-width: 500px;
}

.form_values-full {
  width: 100%;
  max-width: 500px;
  min-width: 400px;
  margin: 0 auto;
}

.form_check {
  margin-top: 5px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form_check label {
  color: #858589;
  font-size: 14px;
  text-align: center;
}
.form_check input {
  margin: 0 auto;
  height: 24px;
  width: 24px;
  cursor: pointer;
}

.form_title {
  font-size: 2rem;
  display: block;
  width: 100%;
}

.form_rowBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1.875rem;
}

.form_icon {
  width: 6.25rem;
  height: 6.25rem;
  border-radius: 100px;
  background-color: #fff;
  border: 1px solid #222;
  padding: 0.0625rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form_icon img {
  height: 80%;
  width: 80%;
  margin: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.form_rowBlock-texts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.form_value-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
}
.form_value-group.-col2 > .form_value, .form_value-group.-col2 > .form_check {
  width: calc(50% - 0.3125rem);
}
.form_value-group.-col3 > .form_value, .form_value-group.-col3 > .form_check {
  width: calc(33.3333333333% - 0.4375rem);
}
.form_value-group.-col4 > .form_value, .form_value-group.-col4 > .form_check {
  width: calc(25% - 0.5rem);
}

.form_value {
  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%;
  position: relative;
}
.form_value label {
  color: #858589;
  font-size: 14px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form_value label.required {
  position: relative;
}
.form_value label.required::after {
  position: absolute;
  content: "必須";
  font-size: 10px;
  background-color: #44489a;
  border-radius: 4px;
  color: #fff;
  left: calc(100% + 2px);
  top: 50%;
  translate: 0 -50%;
  display: inline-block;
  width: 25px;
  text-align: center;
  padding: 1px 3px;
}
.form_value.-ss {
  width: 25%;
}
.form_value.-s {
  width: 49%;
}
.form_value.-s textarea {
  min-height: 0;
  height: 2.8125rem;
}
.form_value.-m {
  width: 70%;
}
.form_value.-w30 {
  width: 30%;
}
.form_value.-w9 {
  width: 9%;
}
.form_value.-textarea {
  height: 100%;
}
.form_value input,
.form_value textarea,
.form_value select {
  font-family: inherit;
  color: #222;
  background-color: #fff;
  border: 1px solid #858589;
  padding: 4px 8px;
  font-size: 14px;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 4px;
}
.form_value input:disabled,
.form_value textarea:disabled,
.form_value select:disabled {
  background-color: #858589;
}
.form_value textarea {
  height: 100%;
}
.form_value .search {
  position: absolute;
  right: 10px;
  bottom: 8px;
  font-size: 18px;
  color: #222;
  cursor: pointer;
}

.link-form {
  width: 20%;
}

.get-form {
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  height: 35px;
  margin: auto 0;
}
.get-form input {
  font-family: inherit;
  color: #222;
  background-color: #fff;
  border: 1px solid #858589;
  padding: 6px;
  font-size: 16px;
  width: min(100%, 15.625rem);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 8px;
}

.form_pic {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.form_pic-area {
  background-color: #fff;
  border: solid 1px #222;
  border-radius: 8px;
  width: 100%;
  min-height: 18.75rem;
  position: relative;
}

.new-lot {
  position: absolute;
  width: auto;
  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;
  border: 0.1875rem solid transparent;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.new-lot img {
  width: 100%;
  height: 100%; /* 親要素の高さいっぱいに広げる */
  -o-object-fit: fill;
     object-fit: fill; /* アスペクト比を無視して親要素にフィットさせる */
}
.new-lot .resizer {
  position: absolute;
  width: 8px;
  height: 8px;
  right: -0.1875rem;
  bottom: -0.1875rem;
  background-color: #44489a;
  border-radius: 50%;
  opacity: 0;
  cursor: se-resize;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.new-lot:hover {
  border: 0.1875rem solid rgba(133, 133, 137, 0.6);
}
.new-lot:hover .resizer {
  opacity: 1;
}
.new-lot:active {
  border: 0.1875rem solid rgba(133, 133, 137, 0.6);
}
.new-lot:active .resizer {
  opacity: 1;
}
.new-lot.js-active {
  border: 0.1875rem solid rgba(18, 151, 229, 0.8);
  z-index: 999;
}
.new-lot.js-active .resizer {
  opacity: 1;
}

.form_lots {
  width: 100%;
  padding-bottom: 10px;
  overflow-x: scroll;
  cursor: pointer;
}
.form_lots::-webkit-scrollbar {
  height: 5px;
  background-color: #858589;
  border-radius: 4px;
}
.form_lots::-webkit-scrollbar-track {
  background-color: transparent;
}
.form_lots::-webkit-scrollbar-thumb {
  background-image: -webkit-gradient(linear, left top, right top, from(#1297e5), to(#44489a));
  background-image: linear-gradient(to right, #1297e5, #44489a);
  position: relative;
  border-radius: 4px;
}

.form_lot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.form_lot.js-active {
  border: 2px #1297e5 solid;
}

.form_lot-item {
  text-align: center;
}
.form_lot-item:nth-of-type(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: left;
}
.form_lot-item:nth-of-type(1) input {
  text-align: left;
}
.form_lot-item:nth-of-type(2), .form_lot-item:nth-of-type(3), .form_lot-item:nth-of-type(4), .form_lot-item:nth-of-type(5), .form_lot-item:nth-of-type(6) {
  width: 4.375rem;
  text-align: center;
}
.form_lot-item:nth-of-type(2) input, .form_lot-item:nth-of-type(3) input, .form_lot-item:nth-of-type(4) input, .form_lot-item:nth-of-type(5) input, .form_lot-item:nth-of-type(6) input {
  text-align: center;
}
.form_lot-item input {
  width: 100%;
  text-align: center;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  font-size: 14px;
  color: inherit;
  font-family: inherit;
  padding: 4px;
  background-color: inherit;
  overflow: hidden;
}

.form_details_block {
  width: 100%;
  margin-top: 1.5rem;
}

.form_details_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form_details_title {
  font-size: 1.125rem;
  line-height: 1.7;
  padding: 0 0.625rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid #222;
}

.form_details_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: 0.3125rem;
  margin-top: 0.3125rem;
  border-radius: 4px;
  background-color: #fff;
  color: #222;
  width: 100%;
  border: 1px solid #858589;
  padding: 0.5rem 0.3125rem;
}

.form_details_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form_details_item input {
  font-size: 1rem;
  padding: 0.1875rem 0.625rem;
  width: 100%;
  color: #222;
}

.package-item {
  min-width: 600px;
  display: block;
  position: relative;
  width: 100%;
}
.package-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: transparent 1px solid;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 10px;
}
.package-item li:nth-of-type(1) {
  width: 120px;
  height: 120px;
  padding: 10px;
  border-radius: 4px;
  background-color: #fff;
}
.package-item li:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.package-item li:nth-of-type(2) {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 4px;
  font-size: 18px;
  font-weight: 500;
}
.package-item .package-modal {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  left: 110px;
  right: 0;
  top: 100%;
  width: calc(100% - 110px);
  background-color: #fafafa;
  color: #222;
  padding: 8px 16px;
}
.package-item .package-modal:hover {
  display: none;
}
.package-item:hover ul {
  border-color: #858589;
}
.package-item:hover .package-modal {
  opacity: 1;
  visibility: visible;
  z-index: 1;
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition: all 0.3s 0.6s;
  transition: all 0.3s 0.6s;
}

.k-modal_list {
  width: 100%;
}
.k-modal_list .k-modal_dimensions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  margin-bottom: 1.5rem;
}
.k-modal_list .k-modal_dimensions p {
  font-size: 24px;
}
.k-modal_list .k-modal_dimensions p span {
  font-size: 14px;
  padding-right: 5px;
  color: #858589;
}
.k-modal_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0.625rem;
  margin-bottom: 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.k-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;
}
.k-modal_list li:nth-of-type(1) {
  width: 80%;
}
.k-modal_list li:nth-of-type(2) {
  width: calc(20% - 1.25rem);
}
.k-modal_list label {
  color: #858589;
  font-size: 14px;
}
.k-modal_list input {
  width: 100%;
  font-size: 16px;
  padding: 0.375rem 0.625rem;
  background-color: #fff;
  color: #222;
}

.lot-type-modal-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  overflow: auto;
  padding: 8px 0;
  white-space: nowrap;
  position: sticky;
  top: 32px;
  z-index: 500;
  background-color: #fafafa;
}
.lot-type-modal-label button {
  color: #fff;
  background-color: #44489a;
  padding: 8px;
  font-weight: 500;
  font-size: 15px;
  min-width: 100px;
  border-radius: 5px;
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lot-type-modal-label button.js-active {
  background-color: #858589;
  color: #fff;
}

.lot-type-modal-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
  min-width: 600px;
  height: 100%;
}
.lot-type-modal-cards.parts {
  gap: 15px;
}
.lot-type-modal-cards.accessories {
  gap: 0;
}

.lot-type-modal-card {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.lot-type-modal-card:hover {
  opacity: 0.6;
}
.lot-type-modal-card.part {
  width: calc((100% - 45px) / 4);
  aspect-ratio: 1/1;
  max-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;
  border-radius: 8px;
  overflow: hidden;
}
.lot-type-modal-card.part .img {
  height: 70%;
  width: 100%;
  background-color: #fff;
  padding: 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;
}
.lot-type-modal-card.part .img img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  max-height: 100%;
  max-width: 100%;
}
.lot-type-modal-card.part .text {
  padding: 16px;
  height: 30%;
  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;
  background-color: #1297e5;
  color: #fff;
  font-size: 14px;
}
.lot-type-modal-card.accessory {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  border: 1px solid #858589;
  border-radius: 4px;
  padding: 8px 8px;
  text-align: left;
}
.lot-type-modal-card.accessory:not(:last-child) {
  border-bottom: none;
}
.lot-type-modal-card.accessory .maker {
  width: 150px;
}
.lot-type-modal-card.accessory .no {
  width: calc((100% - 170px) / 2);
}
.lot-type-modal-card.accessory .name {
  width: calc((100% - 170px) / 2);
}

.price-modal-content {
  width: 100%;
}
.price-modal-content .price-head,
.price-modal-content .price-body {
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.price-modal-content .price-head span,
.price-modal-content .price-body span {
  text-align: center;
  min-width: 33%;
  max-width: 33%;
}

.add-los {
  margin-top: 100px;
}

.modal-body .build_sub-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.modal-client-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-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.modal-client-list button {
  padding: 6px 0;
  text-align: left;
  display: block;
  width: 100%;
  cursor: pointer;
}
.modal-client-list button:hover {
  background-color: #cdcdcd;
}

.variance-modal-content {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-height: calc(100% - 100px);
  overflow: auto;
  gap: 10px;
}
.variance-modal-content .variance-modal-value {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #858589;
  padding: 6px;
}

.modal-body .l-content-head,
.modal-body .l-content-card {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  width: 100%;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}
.modal-body .l-content-head span:nth-of-type(1),
.modal-body .l-content-card span:nth-of-type(1) {
  min-width: 250px;
  max-width: 250px;
}
.modal-body .l-content-head span:nth-of-type(2),
.modal-body .l-content-card span:nth-of-type(2) {
  min-width: 400px;
  max-width: 400px;
}
.modal-body .l-content-head {
  text-align: center;
  background-color: #44489a;
  color: #fff;
  padding: 10px 5px;
}
.modal-body .l-content-card {
  padding: 6px 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
.modal-body .l-content-card:hover {
  background-color: #cdcdcd;
}

.common-modal-content.modal-delete {
  min-height: 0;
}

.modal-table-content {
  width: 660px;
}
.modal-table-content .modal-lot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 20px;
  margin-bottom: 5px;
}
.modal-table-content .modal-row {
  min-height: 120px;
}

.common-modal-content .form_values-full textarea {
  width: 100%;
  min-height: 600px;
  font-size: 16px;
  padding: 10px;
  line-height: 1.4;
}

.common-modal-content.build-number-copy {
  max-width: 100%;
  overflow-x: auto;
  position: relative;
}

.modal-copy-button {
  position: absolute;
  top: 0;
  right: 60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-copy-button.active {
  opacity: 1;
  visibility: visible;
}

.modal-copy-grid {
  max-width: 1100px;
  min-width: 1100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-copy-wrap {
  width: 50%;
  min-width: 550px;
  max-width: 550px;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.modal-copy-wrap:nth-of-type(1) {
  border-right: 1px solid #858589;
}

.modal-copy-head input {
  display: block;
  background-color: #fff;
  font: inherit;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 6px 10px;
  font-size: 15px;
  border: 1px solid #858589;
  border-radius: 4px;
  letter-spacing: 0.1em;
}
.modal-copy-head p {
  font-size: 18px;
  line-height: 35px;
  text-align: center;
}

.modal-copy-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: calc(80dvh - 120px);
  max-height: calc(80dvh - 120px);
  overflow-y: auto;
  margin-top: 10px;
}

.build-card {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #858589;
  background-color: transparent;
  color: #222;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 600px;
}
.build-card:hover {
  background-color: #1297e5;
  border-color: #222;
  color: #fff;
}
.build-card .build-card-top {
  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;
  margin-bottom: 5px;
}
.build-card .build-card-bottom {
  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-left: 1em;
}
.build-card .status {
  border-bottom: 1px solid #1297e5;
  padding-left: 5px;
  padding-right: 5px;
}
.build-card .updated {
  border-bottom: 1px solid #1297e5;
  padding-left: 5px;
  padding-right: 5px;
}
.number-card {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 5px;
  border: 1px solid #858589;
  background-color: transparent;
  color: #222;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-width: 600px;
}
.number-card:hover {
  background-color: #1297e5;
  border-color: #222;
  color: #fff;
}
.number-card.js-active {
  background-color: #44489a;
  border-color: #222;
  color: #fff;
}
.number-card .number-card-top {
  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;
  margin-bottom: 5px;
}
.number-card .number-card-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
  gap: 15px;
}
.number-card .number-card-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1em;
  gap: 15px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
.number-card .area,
.number-card .sp,
.number-card .op {
  border-bottom: 1px solid #1297e5;
  padding-left: 5px;
  padding-right: 5px;
}

@media print {
  .pr_page,
  .pr_cover {
    overflow-x: hidden;
    page-break-after: always;
  }
  #download-pdf,
  .loading {
    display: none;
  }
}
@media screen {
  .pdf-body {
    background: #ccc;
  }
}
.pdf-headers {
  position: sticky;
  top: 20px;
  margin-left: 20px;
}

.pdf-body {
  font-family: "Zen Old Mincho", serif;
}

.over-col {
  width: 380px;
  display: inline-block;
}

.pr_page,
.pr_cover {
  margin: 0 auto 30px;
  padding: 50px;
  width: 209.9mm;
  height: 296.7mm;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.pr_header {
  text-align: center;
}

.pr_title {
  font-size: 24px;
  letter-spacing: 1em;
}

.pr_cover-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 20px;
  margin-bottom: 16px;
}

.pr_cover-left {
  width: 60%;
}

.pr_cover-name {
  letter-spacing: 0.05em;
  font-size: 15px;
  font-weight: 500;
  height: 42px;
  width: 100%;
  line-height: 1.2;
  border-bottom: 1px solid #222;
  margin-bottom: 8px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.pr_cover-name .name {
  display: inline-block;
  margin-top: auto;
}
.pr_cover-name .name.-mb {
  margin-bottom: auto;
  margin-top: 0;
}
.pr_cover-name .title {
  display: inline-block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: auto;
  margin-left: auto;
}
.pr_cover-name .title.-mb {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.pr_cover-name .title span {
  margin-left: 0.5em;
}

.pr_cover-texts {
  padding-left: 16px;
  margin-bottom: 16px;
  line-height: 1.4;
}

.pr_cover-text {
  font-size: 12px;
}
.pr_cover-text span {
  font-weight: 600;
}

.pr_cover-plabel {
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  padding: 5px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

.pr_cover-prices {
  border: 2px solid #222;
  border-radius: 6px;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr_cover-price {
  border-left: 1px solid #222;
  width: calc(100% - 120px);
  padding: 5px 8px;
  font-size: 15px;
  min-height: 100%;
}
.pr_cover-price span {
  display: inline-block;
  font-weight: 500;
  padding-left: 20px;
  letter-spacing: 0.3em;
}

.pr_cover-info {
  border: 1px solid #222;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 120px 270px;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pr_cover-info .pr_cover-label:nth-of-type(n + 2),
.pr_cover-info .pr_cover-value:nth-of-type(n + 2) {
  border-top: 1px solid #222;
}

.pr_cover-label {
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 500;
  width: 120px;
  padding: 5px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr_cover-value {
  border-left: 1px solid #222;
  padding: 5px 5px;
  font-size: 13px;
  font-weight: 400;
  min-height: 100%;
  letter-spacing: -0.05em;
}
.pr_cover-value.-em2 {
  min-height: 44px;
}

.pr_cover-right {
  width: 40%;
  min-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pr_cover-day {
  text-align: right;
  margin-bottom: 80px;
}

.pr_cover-company {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.pr_cover-branch {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.pr_cover-company-text {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.pr_cover-company-subtext {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.pr_cover-signs {
  display: grid;
  grid-template-columns: repeat(4, 65px);
  grid-template-rows: 15px 65px;
  border: 1px solid #222;
  border-radius: 6px;
  text-align: center;
}
.pr_cover-signs .pr_cover-sign:first-child {
  grid-column: span 2; /* 1行目のアイテムが2列を占有 */
}

.pr_cover-sign {
  font-size: 12px;
  letter-spacing: 1em;
  text-indent: 1em;
  border-right: 1px solid #222; /* 各アイテムの右に境界線を追加 */
}
.pr_cover-sign:nth-of-type(1), .pr_cover-sign:nth-of-type(2), .pr_cover-sign:nth-of-type(3) {
  text-align: center;
  line-height: 15px;
}
.pr_cover-sign:nth-child(3), .pr_cover-sign:nth-child(7) {
  border-right: none;
}
.pr_cover-sign:nth-child(n+4) {
  border-top: 1px solid #222;
}
.pr_cover-sign.stamp_cell {
  cursor: pointer;
}
.pr_cover-sign .stamp {
  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;
  text-indent: 0;
  min-height: 55px;
  height: 55px;
  min-width: 55px;
  width: 55px;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #e12a05;
  border: 2px solid #e12a05;
  border-radius: 50px;
  margin: 5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pr_cover-sign .stamp.js-hidden {
  opacity: 0;
  visibility: hidden;
}

.pr_cover-content {
  border: 2px solid #222;
  border-radius: 6px;
  height: 480px;
}

.pr_cover-head {
  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;
  height: 40px;
  border-bottom: 1px solid #222;
}
.pr_cover-head .pr_label {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.pr_cover-head .pr_label + .pr_label {
  position: relative;
}
.pr_cover-head .pr_label + .pr_label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 478px;
  border-left: 1px solid rgba(153, 153, 153, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pr_cover-head .pr_label span {
  font-size: 10px;
  letter-spacing: 0;
}
.pr_cover-head .pr_label.-l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 240px;
}
.pr_cover-head .pr_label.-m {
  width: 100px;
}
.pr_cover-head .pr_label.-s {
  width: 50px;
}
.pr_cover-head .pr_label.-ss {
  width: 50px;
  line-height: 20px;
  font-size: 12px;
}
.pr_cover-head .pr_label.-ss::after {
  height: 457px;
}
.pr_cover-head .pr_label-top {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
}
.pr_cover-head .pr_label-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr_info {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-bottom: 16px;
}

.pr_info-no {
  font-weight: 600;
  border-bottom: 1px solid #222;
  margin-bottom: 5px;
  width: 300px;
}
.pr_info-no span {
  font-weight: 400;
  display: inline-block;
  margin-left: 1em;
}

.pr_info-build {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #222;
  border-radius: 6px;
}

.pr_info-label {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.2em;
  padding-left: 10px;
  border-right: 1px solid #222;
}

.pr_info-name {
  font-size: 13px;
  letter-spacing: -0.1em;
  padding-left: 10px;
  padding-right: 10px;
  width: 470px;
  white-space: nowrap;
  overflow: hidden;
}

.pr_pageIndex {
  width: 70px;
  border-bottom: 1px solid #222;
  text-align: left;
}
.pr_pageIndex span {
  margin-left: 20px;
}

.pr_content {
  border: 2px solid #222;
  border-radius: 6px;
  height: 900px;
}

.pr_head {
  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;
  height: 40px;
  border-bottom: 1px solid #222;
}
.pr_head .pr_label {
  text-align: center;
  line-height: 40px;
  font-size: 14px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}
.pr_head .pr_label + .pr_label {
  position: relative;
}
.pr_head .pr_label + .pr_label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 898px;
  border-left: 1px solid rgba(153, 153, 153, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pr_head .pr_label span {
  font-size: 10px;
  letter-spacing: 0;
}
.pr_head .pr_label.-l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 240px;
}
.pr_head .pr_label.-m {
  width: 100px;
}
.pr_head .pr_label.-s {
  width: 50px;
}
.pr_head .pr_label.-ss {
  width: 50px;
  line-height: 20px;
  font-size: 12px;
}
.pr_head .pr_label.-ss::after {
  height: 878px;
}
.pr_head .pr_label-top {
  font-size: 12px;
  line-height: 20px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
}
.pr_head .pr_label-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr_main {
  height: 850px;
}

.pr_changeBlock {
  margin-top: 1.5em;
}

.pr_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.pr_wrap.-p0 {
  padding: 0;
}
.pr_wrap.-pl1 {
  padding-left: 1em;
}
.pr_wrap.-pl2 {
  padding-left: 2em;
}
.pr_wrap.-pt1 {
  padding-top: 1em;
}
.pr_wrap.-pb1 {
  padding-bottom: 1em;
}

.pr_value {
  text-align: center;
  font-size: 13px;
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.pr_value .name {
  display: inline-block;
  padding-left: 0.2em;
}
.pr_value .name.-pb1 {
  padding-bottom: 1em;
}
.pr_value .text {
  display: inline-block;
  padding-left: 2em;
  overflow: visible;
  white-space: pre;
}
.pr_value .unit {
  font-size: 10px;
  display: inline-block;
  padding-left: 2px;
  letter-spacing: 0;
  font-weight: 400;
}
.pr_value.subtext {
  white-space: pre;
  font-size: 12px;
}
.pr_value.-l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 240px;
}
.pr_value.-m {
  width: 100px;
}
.pr_value.-s {
  width: 50px;
}
.pr_value.-left {
  text-align: left;
}
.pr_value.-right {
  text-align: right;
}
.pr_value.-center {
  text-align: center;
  letter-spacing: 1em;
}
.pr_value.-ls {
  letter-spacing: 0.8em;
  margin-right: -0.3em;
}
.pr_value.-ty19 {
  -webkit-transform: translateY(19px);
          transform: translateY(19px);
}

@media print {
  .pr2_page,
  .pr2_cover {
    overflow-x: hidden;
    margin-bottom: 0;
    page-break-after: always;
    background-color: #fff;
  }
  .pr2_page-content {
    -webkit-transform: scale(0.92);
            transform: scale(0.92);
    display: block;
    margin: auto;
  }
  #download-pdf,
  .loading {
    display: none;
  }
}
@media screen {
  .pdf-body {
    background: #ccc;
  }
}
.pdf-body {
  font-family: "Zen Old Mincho", serif;
}

.pr2_wrapper,
.pr2_cover {
  margin: 0 auto 30px;
  padding: 50px;
  width: 296.7mm;
  height: 209.9mm;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  color: #222;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 400;
}

.pr2_header {
  text-align: center;
}

.pr2_title {
  font-size: 24px;
  letter-spacing: 1em;
}

.pr2_cover-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 40px;
  margin-top: 10px;
  margin-bottom: 15px;
}

.pr2_cover-left {
  width: 460px;
}

.pr2_left {
  width: 655px;
}

.pr2_cover-name {
  letter-spacing: 0.05em;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  height: 40px;
  line-height: 1.2;
  border-bottom: 1px solid #222;
  margin-bottom: 5px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.pr2_cover-name .name {
  display: inline-block;
  margin-top: auto;
}
.pr2_cover-name .name.-mb {
  margin-bottom: auto;
  margin-top: 0;
}
.pr2_cover-name .title {
  display: inline-block;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  margin-top: auto;
  margin-left: auto;
}
.pr2_cover-name .title.-mb {
  position: absolute;
  right: 0;
  bottom: 5px;
}
.pr2_cover-name .title span {
  margin-left: 0.5em;
}

.pr2_cover-texts {
  padding-left: 12px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.pr2_cover-text {
  font-size: 12px;
}
.pr2_cover-text span {
  font-weight: 600;
}

.pr2_cover-plabel {
  font-size: 12px;
  font-weight: 500;
  width: 120px;
  padding: 5px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.1em;
}

.pr2_cover-prices {
  border: 2px solid #222;
  border-radius: 6px;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr2_cover-price {
  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;
  border-left: 1px solid #222;
  width: calc(100% - 120px);
  min-height: 28px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.1em;
}

.pr2_cover-info {
  border: 1px solid #222;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 120px 339px;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pr2_cover-info .pr2_cover-label:nth-of-type(n + 2),
.pr2_cover-info .pr2_cover-value:nth-of-type(n + 2) {
  border-top: 1px solid #222;
}

.pr2_cover-label {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  width: 120px;
  padding: 4px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr2_cover-value {
  border-left: 1px solid #222;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 400;
  min-height: 100%;
}
.pr2_cover-value.-em2 {
  min-height: 44px;
}

.pr2_cover-prev {
  margin-top: 5px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #222;
}

.pr2_cover-prev_label {
  font-size: 12px;
  font-weight: 400;
  width: 120px;
  padding: 0 8px;
}

.pr2_cover-prev_value {
  font-size: 12px;
  font-weight: 400;
  padding: 0 8px;
}

.pr2_info {
  border: 1px solid #222;
  border-radius: 6px;
  display: grid;
  grid-template-columns: 80px 575px;
  grid-template-rows: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pr2_info .pr2_info-label:nth-of-type(n + 2),
.pr2_info .pr2_info-value:nth-of-type(n + 2) {
  border-top: 1px solid #222;
}

.pr2_info-label {
  letter-spacing: 0.1em;
  font-size: 12px;
  font-weight: 500;
  width: 80px;
  padding: 4px 8px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pr2_info-value {
  border-left: 1px solid #222;
  padding: 5px 8px;
  font-size: 12px;
  font-weight: 400;
  min-height: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.pr2_cover-right {
  width: 33%;
  min-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;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.pr2_cover-day {
  text-align: right;
  margin-bottom: 20px;
}

.pr2_pageIndex {
  font-weight: 600;
  border-bottom: 1px solid #222;
  margin-top: auto;
  margin-left: auto;
  width: 80px;
}
.pr2_pageIndex span {
  font-weight: 400;
  display: inline-block;
  margin-left: 2em;
}

.pr2_cover-company {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.pr2_cover-branch {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.05em;
  margin-bottom: 20px;
}

.pr2_cover-company-text {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 20px;
}

.pr2_cover-company-subtext {
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
}

.pr2_cover-signs {
  margin-top: auto;
  display: grid;
  grid-template-columns: repeat(4, 84px);
  grid-template-rows: 15px 65px;
  border: 1px solid #222;
  border-radius: 6px;
  text-align: center;
}
.pr2_cover-signs .pr2_cover-sign:first-child {
  grid-column: span 2; /* 1行目のアイテムが2列を占有 */
}

.pr2_cover-sign {
  font-size: 12px;
  letter-spacing: 1em;
  text-indent: 1em;
  border-right: 1px solid #222; /* 各アイテムの右に境界線を追加 */
}
.pr2_cover-sign:nth-of-type(1), .pr2_cover-sign:nth-of-type(2), .pr2_cover-sign:nth-of-type(3) {
  text-align: center;
  line-height: 15px;
}
.pr2_cover-sign:nth-child(3), .pr2_cover-sign:nth-child(7) {
  border-right: none;
}
.pr2_cover-sign:nth-child(n+4) {
  border-top: 1px solid #222;
}
.pr2_cover-sign.stamp_cell {
  cursor: pointer;
}
.pr2_cover-sign .stamp {
  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;
  text-indent: 0;
  min-height: 55px;
  height: 55px;
  min-width: 55px;
  width: 55px;
  letter-spacing: 0.05em;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 900;
  color: #e12a05;
  border: 2px solid #e12a05;
  border-radius: 50px;
  margin: 5px 14.5px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.pr2_cover-sign .stamp.js-hidden {
  opacity: 0;
  visibility: hidden;
}

.pr2_cover-content {
  border: 2px solid #222;
  border-radius: 6px;
  height: 260px;
}

.pr2_content {
  border: 2px solid #222;
  border-radius: 6px;
  height: 578px;
}

.pr2_cover-heads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr2_cover-headBlock {
  width: 469px;
  height: 45px;
}
.pr2_cover-headBlock + .pr2_cover-headBlock {
  position: relative;
}
.pr2_cover-headBlock + .pr2_cover-headBlock::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 257px;
  border-left: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pr2_cover-headTitle {
  width: 100%;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1em;
  list-style: 20px;
  border-bottom: 1px solid #222;
}

.pr2_headBlock {
  width: 469px;
  height: 45px;
}
.pr2_headBlock + .pr2_headBlock {
  position: relative;
}
.pr2_headBlock + .pr2_headBlock::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 575px;
  border-left: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pr2_cover-head {
  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;
  height: 30px;
  border-bottom: 2px solid #222;
}
.pr2_cover-head.-s {
  width: 80px;
  height: 45px;
  letter-spacing: 0;
}
.pr2_cover-head .pr2_label {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  font-weight: 600;
}
.pr2_cover-head .pr2_label + .pr2_label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 243px;
  border-left: 1px solid rgba(153, 153, 153, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pr2_cover-head .pr2_label.-auto {
  width: 100%;
  line-height: 45px;
}
.pr2_cover-head .pr2_label.-auto::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 257px;
  border-left: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pr2_cover-head .pr2_label span {
  font-size: 10px;
  display: inline-block;
  padding-left: 2px;
  letter-spacing: 0;
  font-weight: 400;
}
.pr2_cover-head .pr2_label .price {
  position: absolute;
  bottom: 2px;
  right: 0px;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
}
.pr2_cover-head .pr2_label.-l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 225px;
}
.pr2_cover-head .pr2_label.-m {
  width: 70px;
}
.pr2_cover-head .pr2_label.-s {
  width: 35px;
}
.pr2_cover-head .pr2_label.-ss {
  width: 35px;
  line-height: 15px;
  font-size: 10px;
}
.pr2_cover-head .pr2_label.-ss::after {
  height: 227px;
}
.pr2_cover-head .pr2_label-top {
  font-size: 10px;
  line-height: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
}
.pr2_cover-head .pr2_label-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr2_head {
  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;
  height: 30px;
  border-bottom: 2px solid #222;
}
.pr2_head.-s {
  width: 80px;
  height: 45px;
  letter-spacing: 0;
}
.pr2_head .pr2_label {
  text-align: center;
  line-height: 30px;
  font-size: 12px;
  letter-spacing: 0;
  position: relative;
  font-weight: 600;
}
.pr2_head .pr2_label + .pr2_label::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 562px;
  border-left: 1px solid rgba(153, 153, 153, 0.7);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pr2_head .pr2_label.-auto {
  width: 100%;
  line-height: 45px;
}
.pr2_head .pr2_label.-auto::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 577px;
  border-left: 2px solid #222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pr2_head .pr2_label span {
  font-size: 10px;
  display: inline-block;
  padding-left: 2px;
  letter-spacing: 0;
  font-weight: 400;
}
.pr2_head .pr2_label .price {
  position: absolute;
  bottom: 2px;
  right: 0px;
  line-height: 1;
  -webkit-transform: none;
          transform: none;
}
.pr2_head .pr2_label.-l {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 224px;
}
.pr2_head .pr2_label.-m {
  width: 70px;
}
.pr2_head .pr2_label.-s {
  width: 35px;
}
.pr2_head .pr2_label.-ss {
  width: 35px;
  line-height: 15px;
  font-size: 10px;
}
.pr2_head .pr2_label.-ss::after {
  height: 546px;
}
.pr2_head .pr2_label-top {
  font-size: 10px;
  line-height: 15px;
  border-bottom: 1px solid rgba(153, 153, 153, 0.7);
}
.pr2_head .pr2_label-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pr2_number_block {
  padding-top: 5px;
  margin-bottom: 5px;
}

.pr2_number_block.-titleBlock:nth-of-type(n + 2) {
  margin-top: 30px;
}

.pr2_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pr2_block.total {
  margin-top: 20px;
}
.pr2_block.-pt1 {
  padding-top: 1em;
}
.pr2_block.-pb1 {
  padding-bottom: 1em;
}

.pr2_row {
  width: 469px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.pr2_wrap {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 469px;
  padding-top: 0;
  padding-bottom: 0;
}
.pr2_wrap.-price {
  width: 80px;
  text-align: right;
  font-size: 11px;
  margin-left: auto;
}
.pr2_wrap.number {
  width: 100%;
}
.pr2_wrap.-pt1 {
  padding-top: 1em;
}
.pr2_wrap.-pt05 {
  padding-top: 0.5em;
}
.pr2_wrap.-pb05 {
  padding-bottom: 0.5em;
}

.pr2_value {
  text-align: center;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 3px;
  width: 100%;
  border: none;
}
.pr2_value.-l {
  max-width: 224px;
  min-width: 224px;
}
.pr2_value.-m {
  max-width: 70px;
  min-width: 70px;
}
.pr2_value.-s {
  max-width: 35px;
  min-width: 35px;
}
.pr2_value.-pl1 {
  padding-left: 1em;
}
.pr2_value.-pl2 {
  padding-left: 2em;
}
.pr2_value.-pl3 {
  padding-left: 3em;
}
.pr2_value.-left {
  text-align: left;
}
.pr2_value.-right {
  text-align: right;
}
.pr2_value.-center {
  text-align: center;
  letter-spacing: 1em;
}
.pr2_value.-text {
  min-width: 460px;
  max-width: 460px;
  text-align: left;
}
.pr2_value.-ls1 {
  letter-spacing: 1em;
}
.pr2_value .-text {
  white-space: nowrap;
  overflow: visible;
  padding-left: 1em;
  font-size: inherit;
}
.pr2_value span {
  font-size: 10px;
  display: inline-block;
  padding-left: 2px;
  letter-spacing: 0;
  font-weight: 400;
}

.pr2_changeBlock {
  padding-bottom: 1.4em;
}

.xl_cards {
  margin-top: 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.xl_card {
  background-color: #fff;
  color: #222;
  padding-bottom: 1rem;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.5);
          box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.5);
  overflow: hidden;
  width: 18.75rem;
  max-width: 300px;
}

.xl_card-title {
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
  margin-bottom: 0.3125rem;
  background-color: #44489a;
  color: #fff;
}

.xl_card-wrap {
  padding: 0.25rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.5rem;
}

.xl_card-value {
  display: inline-block;
  font-size: max(10px, 0.875rem);
}

.xl_main {
  width: 100%;
  margin-top: 3.75rem;
  padding-top: 2.5rem;
  border-top: 1px solid #858589;
}

.xl_view {
  background-color: #fff;
  color: #222;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.5);
          box-shadow: 0 0.25rem 0.5rem rgba(34, 34, 34, 0.5);
  overflow: auto;
  margin-top: 1rem;
}

.xl_view-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  background-color: #44489a;
  color: #fff;
}
.xl_view-head .xl_view-value {
  background-color: #44489a;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
}

.xl_view-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xl_view-content .xl_view-value.-l {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.xl_view-value {
  min-width: 5.625rem;
  width: 5.625rem;
  font-size: clamp(10px, 0.9722222222vw, 14px);
  overflow-x: hidden;
  white-space: nowrap;
  padding: 0 0.625rem;
  border-bottom: #858589 1px solid;
  border-right: #858589 1px solid;
  min-height: 3.1875rem;
  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_view-value input {
  width: 100%;
  font-size: 1.125rem;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  background-color: #fff;
}
.xl_view-value.-l {
  min-width: 15.625rem;
  width: 15.625rem;
}

.comparison-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.comparison-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  width: 50rem;
  min-width: 25rem;
}

.comparison-wrap {
  min-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: 0.5rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.comparison-wrap label {
  font-size: 1rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #858589;
  top: 0;
  left: 0;
}
.comparison-wrap select {
  width: 100%;
  font-size: 1rem;
  color: #222;
  background-color: transparent;
  margin: 0;
  padding: 0.625rem 1rem 0.5rem;
  border-radius: 6px;
  background-color: #fff;
}

.comparison-btn-area {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  gap: 1rem;
}

.comparison-area-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  margin-top: 1rem;
}

.comparison-area-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.375rem;
}

.comparison-data-area {
  margin-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.comparison-data-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.comparison-data_block {
  width: 43.75rem;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comparison-card {
  border: 1px solid #858589;
  background-color: #fff;
  padding: 0.5rem 1.25rem;
  width: 12.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
}

@media (hover: hover) {
  .-choice,
  .-number,
  .comparison-numbers-card {
    cursor: pointer;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .-choice:hover,
  .-number:hover,
  .comparison-numbers-card:hover {
    opacity: 0.5;
  }
}
.comparison-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #858589;
  margin-top: -1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fafafa;
  padding: 0 0.3125rem;
}

.comparison-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comparison-item {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  line-height: 1.2;
  text-align: right;
}
.comparison-item span {
  font-size: 1rem;
}

.comparison-details-title {
  margin-top: 2.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid #858589;
  font-size: 1.75rem;
  padding-left: 1.25rem;
  color: #222;
  letter-spacing: 0.5em;
}

.comparison-details-area {
  padding-top: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}

.comparison-details-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
  margin-top: 1.25rem;
}

.comparison-details {
  gap: 1.25rem;
  width: 50%;
  width: 43.75rem;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comparison-card-title {
  font-size: 1.125rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  color: #858589;
  margin-top: -1.5rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #fafafa;
  padding: 0 0.3125rem;
}

.comparison-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.25rem;
  width: 100%;
  padding-top: 0.9375rem;
  max-height: 37.5rem;
  overflow-y: auto;
}

.comparison-numbers-card {
  border: 1px solid #858589;
  background-color: #fff;
  padding: 0.5rem 1.25rem;
  width: 37.5rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-radius: 8px;
}

.comparison-numbers-prices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comparison-numbers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.comparison-graph {
  width: 50%;
  max-width: 600px;
}
.comparison-graph canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 2/1;
}

.comp-modal-bg {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.comp-modal {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 6.25rem 3.125rem;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2.5rem;
}

.comp-modal-content {
  overflow: auto;
  padding: 3.125rem 1.25rem;
  max-width: 50%;
  width: 50%;
  background-color: #fafafa;
  border-radius: 8px;
  border: 2px solid #858589;
  -webkit-box-shadow: 0 0px 5px rgba(34, 34, 34, 0.5);
          box-shadow: 0 0px 5px rgba(34, 34, 34, 0.5);
  position: relative;
}
.comp-modal-content::after {
  position: absolute;
  top: 0.625rem;
  left: 50%;
  translate: -50% 0;
  content: attr(data-title);
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.5em;
}

.comp-modal_number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.625rem;
  min-height: 25rem;
  overflow-y: auto;
}
.comp-modal_number dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.comp-modal_number dt {
  padding-left: 1em;
  font-size: 1rem;
  color: #858589;
  min-width: 5.625rem;
}
.comp-modal_number dd {
  font-size: 1.375rem;
}

.comp-modal_parts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0.625rem auto 0;
}
.comp-modal_parts p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
}

.comp-modal_parts_wrap {
  border: 1px solid #44489a;
  border-radius: 6px;
  background-color: #fff;
  padding: 1rem;
  height: 100%;
  max-height: 17.5rem;
}
.comp-modal_parts_wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comp-modal_parts_wrap dt {
  font-size: 0.75rem;
  color: #858589;
  min-width: 3.75rem;
}
.comp-modal_parts_wrap dd {
  font-size: 1rem;
  width: 100%;
}

.comp-modal_message {
  font-size: 1.75rem;
  font-weight: 600;
  text-align: center;
  padding-top: 12.5rem;
}

.build_section-posts {
  margin: -0.625rem auto 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.build_section-post {
  display: inline-block;
  border-bottom: 1px solid #222;
  position: relative;
}
.build_section-post button {
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.2em;
  padding: 0.125rem 1.875rem;
  color: #222;
}
.build_section-post::after {
  position: absolute;
  content: "";
  height: 15px;
  width: 1px;
  right: 5px;
  bottom: -3px;
  background-color: #222;
  rotate: -45deg;
}

@media (hover: hover) {
  .build_section-post button {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .build_section-post:hover button {
    padding-right: 3.125rem;
  }
}
.build_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1.875rem;
  row-gap: 1.875rem;
}

.build_section-block {
  width: calc((100% - 3.75rem) / 3);
  max-width: 380px;
  min-height: 380px;
  background-color: #fff;
  color: #222;
  border-radius: 8px;
  -webkit-box-shadow: 0 0.25rem 0.5rem rgba(133, 133, 137, 0.5);
          box-shadow: 0 0.25rem 0.5rem rgba(133, 133, 137, 0.5);
  overflow: hidden;
}

.build_section-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3.125rem;
  padding: 0 0.625rem;
  font-size: 1.125rem;
  font-weight: 500;
  background-color: #44489a;
  color: #fff;
}

.build_section-content {
  padding: 0.625rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: calc(100% - 3.125rem);
}

.build_section-list,
.build_section-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.1875rem;
}

.build_section-head {
  border-bottom: 1px solid #858589;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.3125rem;
}

.build_section-item,
.build_section-headitem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.625rem;
  text-align: center;
}
.build_section-item span:nth-of-type(1),
.build_section-headitem span:nth-of-type(1) {
  width: 40px;
}
.build_section-item span:nth-of-type(1) input,
.build_section-headitem span:nth-of-type(1) input {
  text-align: center;
}
.build_section-item span:nth-of-type(2),
.build_section-headitem span:nth-of-type(2) {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.build_section-item span:nth-of-type(3),
.build_section-headitem span:nth-of-type(3) {
  display: inline-block;
  height: 100%;
  width: 40px;
}
.build_section-item span:nth-of-type(3) button,
.build_section-headitem span:nth-of-type(3) 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;
  height: 100%;
  width: 100%;
  font-size: 1.25rem;
}
.build_section-item span.name,
.build_section-headitem span.name {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.build_section-item span.name input,
.build_section-headitem span.name input {
  text-align: left;
}
.build_section-item span.unit,
.build_section-headitem span.unit {
  width: 80px;
}
.build_section-item span.unit input,
.build_section-headitem span.unit input {
  text-align: center;
}
.build_section-item input,
.build_section-headitem input {
  width: 100%;
  color: #222;
  font-size: 12px;
  padding: 0.5rem 0.625rem;
  -webkit-box-shadow: 2px 2px 4px rgba(133, 133, 137, 0.4);
          box-shadow: 2px 2px 4px rgba(133, 133, 137, 0.4);
}

.build_section-links {
  padding-top: 0.625rem;
  text-align: right;
  margin-top: auto;
}

.build_section-create {
  color: #fff;
  background-color: #858589;
  padding: 0.375rem 1.25rem;
  font-size: 1rem;
  border-radius: 4px;
}

@media (hover: hover) {
  .build_section-create {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .build_section-create:hover {
    background-color: #222;
    translate: 0 -4px;
  }
}
.build_section-modal {
  position: fixed;
  z-index: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #222;
  background-color: #fafafa;
  height: 80vh;
  width: 62.5rem;
  border: 2px solid #222;
  border-radius: 0.5rem;
  overflow-y: auto;
  padding: 1.25rem;
  opacity: 0;
  visibility: hidden;
  translate: 0 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.build_section-modal.js-active {
  opacity: 1;
  visibility: visible;
  translate: 0 0;
}

.build_section-modal-content {
  margin: 0 auto;
  text-align: right;
  height: 100%;
  width: 100%;
}
.build_section-modal-content textarea {
  width: 100%;
  height: 70%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  letter-spacing: 0.2em;
  background-color: #fff;
  color: #222;
}

.close {
  color: #fff;
  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;
  font-size: 30px;
  background-color: #44489a;
  border-radius: 40px;
  margin-left: auto;
  margin-bottom: 1.25rem;
  cursor: pointer;
}

.modal-content-title {
  text-align: center;
  font-size: 1.75rem;
  margin-bottom: 1.25rem;
}

.delete-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
}

.delete-modal_content {
  height: 80%;
  width: 50%;
  max-height: 500px;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-color: red;
  z-index: 999;
}

.delete-modal_bg {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.variance-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: 12px;
}

.variance-btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.variance-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.variance-wrap {
  width: 50%;
  padding: 0 10px;
}

.variance-head {
  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;
}
.variance-head label {
  color: #858589;
}
.variance-head input[type=text] {
  cursor: pointer;
  width: 100%;
  padding: 10px 6px;
  font: inherit;
  color: #222;
  background-color: #fff;
  border: 1px solid #858589;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 4px;
}

.variance-body {
  margin-top: 10px;
  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: 6px;
}
.variance-body .area1 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  padding: 0 6px;
  border-bottom: 3px solid #44489a;
}
.variance-body .area2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  padding: 0 6px;
  margin-left: 0.5em;
  border-bottom: 2px dotted #44489a;
}
.variance-body .area3 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  padding: 6px 6px;
  margin-left: 1em;
  border: 1px solid #44489a;
  background-color: #44489a;
  border-radius: 4px;
  color: #fff;
}
.variance-body .variance-number-container {
  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;
}
.variance-body .variance-number-value {
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #858589;
  padding: 6px;
}
.variance-body .key {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  width: 100%;
}
.variance-body .button-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 5px;
  width: 100%;
  position: relative;
}
.variance-body .button-left,
.variance-body .button-right {
  width: 50%;
  text-align: left;
}
.variance-body .button-right {
  width: 50%;
}
.variance-body .label {
  width: 50px;
  font-size: 12px;
  text-align: left;
  padding-right: 5px;
  color: #858589;
}
.variance-body .value {
  width: calc(100% - 50px);
  font-size: 16px;
  text-align: left;
}
.variance-body input[type=text] {
  font-size: 16px;
  width: calc(100% - 50px);
  background-color: #fff;
  color: #222;
  padding: 2px;
  border-radius: 3px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.variance-body input[type=text]:hover {
  border-color: #858589;
}
.variance-body .link {
  position: absolute;
  right: 0;
  bottom: 0;
}
.variance-body .link i {
  font-size: 24px;
}

/* コンテンツ（オープン時） */
.js-active .accordion__content {
  padding-top: 4px;
  padding-bottom: 4px;
  opacity: 1;
  -webkit-transition: padding 0.3s, max-height 0.1s, opacity 0.7s;
  transition: padding 0.3s, max-height 0.1s, opacity 0.7s;
  max-height: 100%;
}