@charset "UTF-8";
/* 769～1200 */
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
html {
  font-size: 100%;
  line-height: 1;
}

* {
  margin: 0;
  padding: 0;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
section,
article,
aside,
hgroup,
header,
footer,
nav,
dialog,
figure,
menu,
video,
audio,
mark,
time,
canvas,
details {
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box;
  background: transparent;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

:focus {
  outline-color: #006eff;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b,
strong,
em {
  font-weight: inherit;
  font-style: inherit;
}

img {
  width: 100%;
}

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

nav ul {
  list-style: none;
}

a {
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
  box-sizing: border-box;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

main {
  margin: auto;
}

/* 769～1200 */
/* 769～1200 */
html {
  overflow-x: hidden;
  overflow-y: auto;
}
html * {
  font-weight: normal;
  box-sizing: border-box;
  scrollbar-width: thin;
}
html *::-webkit-scrollbar {
  width: 5px;
  background: #4c95e3;
}
html *::-webkit-scrollbar-thumb {
  background: #3695fb;
  width: 3px;
  border-radius: 3px;
}
html:has(.unable_cuz_modal) {
  overflow: hidden;
}
html body {
  width: 100%;
  min-height: 100vh;
  color: #000;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
  background-color: #e7e7e7;
  overflow: auto;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  text-decoration: none;
  color: inherit;
}
a:visited {
  color: inherit;
}

img {
  width: 100%;
  vertical-align: bottom;
}

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

label {
  cursor: pointer;
}

button,
select,
textarea,
input[type=text],
input[type=number],
input[type=email],
input[type=tel] {
  -webkit-appearance: none;
  -moz-appearance: none;
  font-size: 1rem;
  padding: 0.125rem 0.25rem;
  border-radius: 0;
  border: none;
}

[readonly],
[disabled] {
  cursor: not-allowed !important;
  box-shadow: none !important;
  border: solid 1px rgba(0, 0, 0, 0.2784313725) !important;
  pointer-events: none !important;
  opacity: 0.7;
  filter: brightness(0.9);
}
[readonly]:hover,
[disabled]:hover {
  box-shadow: none !important;
}

.unit-price-sort-btn[disabled] {
  border: none !important;
}

select,
input {
  height: 1.5rem !important;
}

select,
textarea,
input {
  width: 100%;
  font-weight: 300;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

textarea {
  height: unset;
  line-height: 1.5;
  box-shadow: inset 0.125em 0.125em 0.25em #aaa;
}

input {
  background: #fff;
  box-shadow: inset 0.125em 0.125em 0.25em #aaa;
}
input[type=checkbox], input[type=radio] {
  box-shadow: none;
  width: 1em;
  height: 1em;
}
input[type=number] {
  -moz-appearance: textfield;
  text-align: right !important;
}
input[type=button], input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  cursor: pointer;
}
input[type=file] {
  height: 1.7rem !important;
}
input.year, input.month, input.day, input.date, input.time {
  text-align: center !important;
  justify-content: center !important;
}
input.year {
  width: 3.5em !important;
}
input.month, input.day, input.date {
  width: 2em !important;
}
input.time {
  width: 3.5em; /* HH:MM が読める幅 */
}

.date-with-slash {
  text-align: right;
  padding-right: 0.25em !important;
}
.date-with-slash input {
  text-align: right !important;
}

table input {
  height: 100% !important;
}

select {
  cursor: pointer;
  text-align: center;
}

.invoice-no {
  width: 10rem;
}

.department-name {
  width: 9rem;
}

.pic-name {
  width: 9rem;
}

.tel-no {
  width: 8rem;
}

.customer-code,
.delivery-code,
.supplier-code {
  text-align: center;
  justify-content: center;
}

.teikoku-databank-id {
  width: 6.5rem;
}

.vehicle-number {
  width: 5rem;
}

.customer-code,
.credit-code {
  width: 4.5rem;
}

.delivery-code,
.supplier-code,
.product-code {
  width: 3.5rem;
}

.credit-name,
.customer-name,
.delivery-name,
.supplier-name,
.product-name {
  width: 16rem;
}

.credit-abbreviation,
.customer-abbreviation,
.delivery-abbreviation,
.supplier-abbreviation,
.product-abbreviation {
  width: 13rem;
}

.abbreviation {
  width: 10rem;
}

.furigana {
  width: 10rem;
}

.postal-code {
  width: 5.5rem;
}

html {
  font-family: system-ui, "Zen Kaku Gothic New", "YuGothic", "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", "Meiryo", "ＭＳ ゴシック", sans-serif;
  font-size: 100%;
  color: #000;
  background-color: #fff;
  letter-spacing: 0.01em;
  color: #f0f0f0;
}

.l-inner {
  padding-left: 3.90625vw;
  padding-right: 3.90625vw;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .l-inner {
    max-width: 1280px;
  }
}
@media screen and (max-width:767px) {
  .l-inner {
    padding-left: 2.6666666667vw;
    padding-right: 2.6666666667vw;
  }
}

.l-page {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.l-header {
  background: #fff;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9000;
  box-shadow: 0 10px 20px 0 rgba(0, 48, 124, 0.1);
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 80px;
}
@media screen and (max-width:1279px) {
  .l-header__inner {
    z-index: 8500;
    position: relative;
  }
}
@media screen and (max-width:767px) {
  .l-header__inner {
    height: 60px;
  }
}

@media print, screen and (min-width:1280px) {
  .l-header-logo {
    padding-left: 10px;
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width:1279px) {
  .l-header-logo {
    margin-left: 15px;
    width: 50px;
  }
}
@media screen and (max-width:767px) {
  .l-header-logo {
    margin-left: 5px;
  }
}

@media print, screen and (min-width:1280px) {
  .l-header-contact {
    display: none;
  }
}
@media screen and (max-width:1279px) {
  .l-header-contact {
    margin-right: 80px;
    background: url(/assets/images/ico_contact.svg) no-repeat center top 20px/22px #202020;
  }
  .l-header-contact a {
    width: 100px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    color: #fff;
    font-size: 1rem;
    padding-bottom: 25px;
  }
}
@media screen and (max-width:767px) {
  .l-header-contact {
    background-position-y: 12px;
    margin-right: 60px;
  }
  .l-header-contact a {
    height: 60px;
    padding-bottom: 15px;
  }
}

@media print, screen and (min-width:1280px) {
  .l-header-menu {
    display: none;
  }
}
@media screen and (max-width:1279px) {
  .l-header-menu {
    color: transparent;
    overflow: hidden;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    z-index: 9001;
    background: none;
    outline: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .l-header-menu span {
    display: block;
    background: #202020;
    width: 24px;
    height: 1px;
    position: relative;
    transition: background-color 100ms;
    margin-top: 6px;
  }
  .l-header-menu span:before, .l-header-menu span:after {
    content: "";
    display: block;
    background: #202020;
    width: 24px;
    height: 1px;
    position: absolute;
    left: 0;
    transition: transform 200ms, top 200ms;
  }
  .l-header-menu span:before {
    top: -6px;
    transform: rotate(0deg);
  }
  .l-header-menu span:after {
    top: 6px;
    transform: rotate(0deg);
  }
  .l-header-menu b {
    color: #202020;
    font-size: 1rem;
    display: block;
    margin-top: 14px;
  }
  .l-header-menu.is-open span {
    background: none;
  }
  .l-header-menu.is-open span:before, .l-header-menu.is-open span:after {
    top: 0;
  }
  .l-header-menu.is-open span:before {
    transform: rotate(225deg);
  }
  .l-header-menu.is-open span:after {
    transform: rotate(-225deg);
  }
}
@media screen and (max-width:767px) {
  .l-header-menu {
    width: 60px;
  }
}

@media print, screen and (min-width:1280px) {
  .l-header-nav {
    display: block;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav {
    visibility: hidden;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #F4FAFF;
    top: 79px;
    right: 0;
    z-index: 9000;
    opacity: 0;
    padding: 60px 30px 120px;
  }
}
@media screen and (max-width:767px) {
  .l-header-nav {
    top: 59px;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav.is-open {
    visibility: visible;
    opacity: 1;
    overflow: auto;
  }
}
.l-header-nav ul {
  display: flex;
}
@media screen and (max-width:1279px) {
  .l-header-nav ul {
    display: block;
    width: 100%;
    border-bottom: solid 1px #DEE2E8;
  }
}
.l-header-nav ul li {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li {
    justify-content: center;
    padding: 0 25px;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li {
    border-top: solid 1px #DEE2E8;
  }
}
.l-header-nav ul li > a {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li > a {
    position: relative;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li > a {
    font-size: 1.8rem;
    font-weight: bold;
    width: 100%;
    padding: 20px 10px;
    justify-content: space-between;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li > a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li > a i {
    display: none;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li > a i svg {
    stroke: #202020;
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under {
    display: block;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under:hover p:after {
    width: 100%;
  }
}
.l-header-nav ul li.under p {
  font-size: 1.6rem;
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under p {
    pointer-events: none;
    position: relative;
  }
  .l-header-nav ul li.under p:after {
    content: "";
    width: 0;
    height: 1px;
    background: #202020;
    position: absolute;
    bottom: -10px;
    left: 0;
    transition: 0.2s ease;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under p {
    width: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 20px 10px;
    position: relative;
  }
  .l-header-nav ul li.under p:before, .l-header-nav ul li.under p:after {
    content: "";
    width: 1.5625vw;
    height: 1px;
    background: #202020;
    position: absolute;
    top: 50%;
    right: 1vw;
    transition: 0.2s ease;
  }
  .l-header-nav ul li.under p:after {
    transform: rotate(90deg);
  }
  .l-header-nav ul li.under p.is-active:after {
    transform: rotate(180deg);
  }
}
@media screen and (max-width:767px) {
  .l-header-nav ul li.under p:before, .l-header-nav ul li.under p:after {
    right: 1.3020833333vw;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu {
    display: none;
    width: 100%;
    background: #F4FAFF;
    position: absolute;
    top: 79px;
    left: 0;
    align-items: center;
    overflow: hidden;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under .under-menu {
    display: none;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu dl {
    padding: 60px 0;
    padding-left: 320px;
    position: relative;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under .under-menu dl {
    padding: 0 0 0 30px;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu dl:after {
    content: "";
    width: 360px;
    height: 100%;
    background: no-repeat center/cover;
    position: absolute;
    top: 0;
    left: -100px;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu dl dt span {
    font-family: "DM Serif Display", serif;
    font-size: 1.6rem;
    color: #202020;
    display: block;
  }
  .l-header-nav ul li.under .under-menu dl dt b {
    font-family: "Zen Old Mincho", serif;
    font-size: 3.6rem;
    display: block;
    margin-top: 10px;
    letter-spacing: 0.1em;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under .under-menu dl dt {
    display: none;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu dl dd {
    margin-top: 40px;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu dl dd ul {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under .under-menu dl dd ul {
    border-bottom: none;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under .under-menu dl dd ul li {
    border-top: solid 1px #DEE2E8;
    border-bottom: solid 1px #DEE2E8;
    padding: 0;
    margin-right: 60px;
    position: relative;
    overflow: hidden;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(222, 226, 232, 0.2);
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.2s ease;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:hover:before {
    left: 0;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:nth-child(n+4) {
    border-top: none;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li:nth-child(3n) {
    margin-right: 0;
  }
  .l-header-nav ul li.under .under-menu dl dd ul li a {
    text-align: left;
    width: 280px;
    padding: 20px;
    background: url(/assets/images/ico_arrow.svg) no-repeat center right 15px/12px;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.under .under-menu dl dd ul li a {
    font-weight: normal;
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under:hover .under-menu {
    display: flex;
    box-shadow: 0 10px 20px 0 rgba(0, 48, 124, 0.1);
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under-service .under-menu dl:after {
    background-image: url(/assets/images/header_service.jpg);
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.under-company .under-menu dl:after {
    background-image: url(/assets/images/header_company.jpg);
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.header-contact {
    padding: 0;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
    background: #202020;
  }
  .l-header-nav ul li.header-contact:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #3970C9;
    position: absolute;
    top: 0;
    left: -100%;
    transition: 0.2s ease;
  }
}
@media print, screen and (min-width:1280px) and (min-width:1280px) {
  .l-header-nav ul li.header-contact:hover:before {
    left: 0;
  }
}
@media print, screen and (min-width:1280px) {
  .l-header-nav ul li.header-contact a {
    color: #fff;
    height: 80px;
    padding: 0 30px;
  }
}
@media screen and (max-width:1279px) {
  .l-header-nav ul li.header-contact {
    display: none;
  }
}

.l-footer {
  position: relative;
  background: #202020;
}
@media print, screen and (min-width:768px) {
  .l-footer__inner {
    padding: 100px 0 60px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer__inner {
    padding: 60px 0;
  }
}
@media screen and (max-width:767px) {
  .l-footer__inner {
    padding: 80px 30px 40px;
  }
}

@media print, screen and (min-width:768px) {
  .l-footer-top {
    width: 330px;
    border-right: solid 1px rgba(180, 200, 216, 0.25);
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer-top {
    width: 100vw;
    align-items: center;
    display: flex;
    margin: 0 40px 40px;
    padding-bottom: 40px;
    margin-bottom: 50px;
    border-right: none;
    border-bottom: solid 1px rgba(180, 200, 216, 0.25);
  }
}
@media screen and (max-width:767px) {
  .l-footer-top {
    display: flex;
  }
}
.l-footer-top .l-footer-logo {
  width: 45px;
}
.l-footer-top .l-footer-address {
  margin-top: 25px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 2;
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer-top .l-footer-address {
    margin: 0 0 0 25px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-top .l-footer-address {
    margin: -8px 0 0 30px;
    font-size: 1.2rem;
  }
}

.l-footer-nav {
  display: flex;
  justify-content: center;
}
@media print, screen and (min-width:768px) {
  .l-footer-nav {
    width: 950px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer-nav {
    width: 100vw;
    justify-content: flex-start;
  }
}
@media screen and (max-width:767px) {
  .l-footer-nav {
    margin-top: 30px;
    padding: 40px 0;
    border-top: solid 1px rgba(180, 200, 216, 0.25);
    border-bottom: solid 1px rgba(180, 200, 216, 0.25);
  }
}
@media print, screen and (min-width:768px) {
  .l-footer-nav .l-footer-nav__wrap {
    display: flex;
    padding: 0 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap {
    width: 50%;
  }
}
@media print, screen and (min-width:768px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list + ul {
    margin-left: 80px;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list + ul {
    margin-left: 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list + ul {
    margin-top: 40px;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li + li {
  margin-top: 40px;
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li p {
  font-size: 1.8rem;
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li p {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li a {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li a {
    transition: 0.2s ease;
  }
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li a:hover {
    opacity: 0.5;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul {
  margin-top: 30px;
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul li {
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul li {
    font-size: 1.2rem;
  }
}
.l-footer-nav .l-footer-nav__wrap .l-footer-nav__list > li ul li + li {
  margin-top: 25px;
}

.l-footer-bottom {
  width: 100%;
  position: relative;
}
@media print, screen and (min-width:768px) {
  .l-footer-bottom {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer-bottom {
    padding: 0 40px 0 150px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom {
    margin-top: 40px;
    padding-left: 10.4166666667vw;
  }
}
.l-footer-bottom .l-footer-pmark {
  position: absolute;
  top: -130px;
  left: 0;
  width: 72px;
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .l-footer-bottom .l-footer-pmark {
    top: -25px;
    left: 40px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom .l-footer-pmark {
    top: 0;
    left: 0;
    width: 7.8125vw;
  }
}
.l-footer-bottom .l-footer-bottom-nav {
  display: flex;
}
@media print, screen and (min-width:768px) {
  .l-footer-bottom .l-footer-bottom-nav li {
    margin-right: 20px;
  }
}
@media screen and (max-width:767px) {
  .l-footer-bottom .l-footer-bottom-nav li + li {
    margin-left: 1.953125vw;
  }
}
.l-footer-bottom .l-footer-bottom-nav li a {
  font-size: 1.2rem;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .l-footer-bottom .l-footer-bottom-nav li a {
    transition: 0.2s ease;
  }
  .l-footer-bottom .l-footer-bottom-nav li a:hover {
    opacity: 0.5;
  }
}

.l-footer-copyright {
  font-family: "DM Serif Display", serif;
  font-size: 1.2rem;
  color: #fff;
}
@media screen and (max-width:767px) {
  .l-footer-copyright {
    margin-top: 1.953125vw;
    display: block;
    line-height: 1.4;
  }
}

.main-content {
  width: -moz-max-content;
  width: max-content;
  min-height: 100dvh;
  padding: 2rem;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.5rem;
  overflow: auto;
}
.main-content > .main-content {
  padding: 0;
}
.main-content .main-content__header,
.main-content .main-content__body,
.main-content .main-content__footer {
  width: 100%;
  position: relative;
}
.main-content .main-content__header .main-content__title {
  font-size: 1.4em;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  font-weight: 400;
  display: flex;
  justify-content: center;
}

.btn {
  font-size: 0.75rem;
  white-space: nowrap;
  border: solid 1px rgba(0, 0, 0, 0.2);
  border-radius: 0.5rem;
  box-shadow: 0.25rem 0.25rem 0.5rem #c5c5c5, -0.25rem -0.25rem 0.5rem #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
.btn:hover {
  box-shadow: none;
  transition: all 0s;
}
.btn:hover * {
  scale: 0.9125;
}
.btn:active {
  color: #666;
  border: solid 1px rgba(0, 0, 0, 0.2) solid 1px rgba(0, 0, 0, 0.2) solid 1px rgba(0, 0, 0, 0.125) solid 1px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0.25rem 0.25rem 0.125rem #c5c5c5, inset -0.25rem -0.25rem 0.125rem #ffffff;
  transition: all 0.1s !important;
}
.btn.for-search {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.125rem;
  margin: 0.125rem;
  box-shadow: 0.125em 0.125em 0.25em #c5c5c5, -0.125em -0.125em 0.25em #fff;
  border-radius: 0.25em;
  transition: all linear 0.2s;
  cursor: pointer;
}
.btn.for-search:hover, .btn.for-search:focus, .btn.for-search:active {
  box-shadow: inset 0.125em 0.125em 0.25em #000, 0 0 0.25em #fff;
}
.btn.for-search.is-main {
  width: 2.5rem;
  height: auto;
  padding: 0.3em;
}
.btn.has-icon {
  line-height: 1;
  padding: 0;
  width: 4rem;
  height: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  position: relative;
}
.btn.has-icon img {
  width: auto;
  height: 1.5rem;
}
.btn.has-icon.is-off {
  font-weight: lighter;
  color: #afafaf;
  box-shadow: none;
  border: 1px solid #efefef;
  transition: all 0.3s;
}
.btn.has-icon.is-off a {
  cursor: unset;
  color: #afafaf;
}
.btn.has-icon.is-off a .btn_img {
  filter: opacity(0.2);
}
.btn.has-icon img.is-btn_select {
  position: relative;
  rotate: -35deg;
}
.btn.has-icon#addRowBtn {
  margin-right: auto;
  border-radius: 7rem;
}
.btn.has-icon span[data-function-key] {
  color: #000;
  position: absolute;
  top: 0.25rem;
  right: 0.25rem;
  font-size: 0.9em;
}
.btn.for-downloading {
  font-size: 0.9em;
  width: auto;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.25rem;
  border-radius: 0.25rem;
}
.btn.has-arrow {
  box-shadow: 0.125em 0.125em 0.25em #c5c5c5, -0.125em -0.125em 0.25em #fff;
}
.btn.has-arrow.for-prev-data, .btn.has-arrow.for-next-data {
  font-size: 0.9em;
  width: 2rem;
  height: 2rem;
  padding: 0.25em;
  border-radius: 0.5em;
}
.btn.has-arrow.for-prev-data.is-disabled, .btn.has-arrow.for-prev-data[aria-disabled=true], .btn.has-arrow.for-next-data.is-disabled, .btn.has-arrow.for-next-data[aria-disabled=true] {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: auto;
}
.btn.for-today {
  display: none;
  width: 5rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0;
}
.btn.for-today.is-column-layout {
  position: absolute;
  top: calc(100% + 0.5rem);
  right: 0;
}

.nav-btn-tip {
  position: relative;
  display: inline-flex;
}
.nav-btn-tip[data-tooltip]:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  bottom: calc(100% + 0.4rem);
  left: 50%;
  transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 0.35em 0.6em;
  border-radius: 0.3em;
  font-size: 0.85rem;
  white-space: nowrap;
  z-index: 100;
  pointer-events: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}
.nav-btn-tip[data-tooltip]:hover::before {
  content: "";
  position: absolute;
  bottom: calc(100% + 0.1rem);
  left: 50%;
  transform: translateX(-50%);
  border: 0.3rem solid transparent;
  border-top-color: #333;
  z-index: 100;
  pointer-events: none;
}

.btn__row-delete {
  font-size: 0.8em;
  width: 1.25rem;
  height: 1.25em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.125em;
  box-shadow: 3px 3px 6px #c5c5c5, -3px -3px 6px #ffffff;
  margin-inline: auto;
}

.form-field__control .btn.for-search {
  width: 1.5rem;
  height: 1.5rem;
  padding: 0.2em;
  margin: 0 0.125em;
  border: 0.5px solid rgba(0, 0, 0, 0.1803921569);
  border-radius: 0.25em;
  box-shadow: 2px 2px 4px rgba(120, 120, 120, 0.1490196078), -2px -2px 2px #fff;
  transition: all linear 0.2s;
}
.form-field__control .btn.for-search:hover, .form-field__control .btn.for-search:focus, .form-field__control .btn.for-search:active {
  box-shadow: inset 1px 1px 0.125em #000, 0 0 1px #fff;
}

.btn__explanation {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.9rem;
  height: 0.9rem;
  padding: 0.1rem 0 0;
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 50%;
  background: #fff;
  color: #111;
  font-size: 0.8rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 1px 1px 3px #c5c5c5, -1px -1px 2px #ffffff;
}
.btn__explanation::before {
  content: "?";
}
.btn__explanation:hover, .btn__explanation:focus {
  background: #dff0ff;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.22), 0 0 0 2px rgba(22, 74, 122, 0.14);
}
.btn__explanation .explanations {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.btn_cancel_row {
  font-size: 1em;
  border: solid 1px #000;
  border-radius: 0.25em;
  background: #343434;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.25rem !important;
  height: 1rem;
  padding: 0 0.5em;
}

input#file-upload-button {
  border: none;
}

#date-controller-btn-wrapper {
  position: relative;
}
#date-controller-btn-wrapper:not(.is-today) .for-today {
  display: flex;
}

button:has(img[alt=閉じる]) {
  width: 1.75rem;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

h1.page-title {
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.5em;
  line-height: 2;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 0.5em;
  letter-spacing: 0.025em;
}

.c-mv {
  background: no-repeat center/cover #000;
}
.c-mv .c-mv__inner {
  height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__inner {
    height: 19.53125vw;
  }
}
.c-mv .c-mv__breadcrumb {
  padding: 30px;
  background: #fff;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb {
    padding: 0;
  }
}
.c-mv .c-mv__breadcrumb:before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: -99vw;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb:before {
    height: 5.2083333333vw;
    top: -5.1953125vw;
    left: -7.8125vw;
  }
}
.c-mv .c-mv__breadcrumb li {
  font-size: 1.2rem;
  position: relative;
}
@media screen and (max-width:767px) {
  .c-mv .c-mv__breadcrumb li {
    display: none !important;
  }
}
.c-mv .c-mv__breadcrumb li + li {
  margin-left: 40px;
}
.c-mv .c-mv__breadcrumb li + li:before {
  content: "";
  width: 24px;
  height: 1px;
  background: #202020;
  position: absolute;
  top: 50%;
  left: -32px;
}
.c-mv .c-mv__breadcrumb li a {
  color: #202020;
}
@media print, screen and (min-width:768px) {
  .c-mv .c-mv__breadcrumb li a:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 1px;
    background: #202020;
    transition: 0.2s ease;
  }
  .c-mv .c-mv__breadcrumb li a:hover:after {
    width: 100%;
  }
}

.c-mv-02 {
  background: no-repeat center/cover #000;
}
.c-mv-02 .c-mv__inner {
  height: 320px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width:767px) {
  .c-mv-02 .c-mv__inner {
    height: 19.53125vw;
  }
}

.c-accordion-01 > dt {
  text-align: center;
  padding: 30px;
  background: #202020;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt {
    padding: 1.953125vw;
    font-size: 2.34375vw;
  }
}
.c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
  content: "";
  width: 24px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  right: 40px;
  transition: 0.2s ease;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dt:before, .c-accordion-01 > dt:after {
    right: 2.0833333333vw;
    width: 1.5625vw;
  }
}
.c-accordion-01 > dt:after {
  transform: rotate(90deg);
}
.c-accordion-01 > dt.is-active:after {
  transform: rotate(180deg);
}
.c-accordion-01 > dd {
  background: #F4FAFF;
  padding: 40px;
}
@media screen and (max-width:767px) {
  .c-accordion-01 > dd {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-accordion-01 > dt:not(.is-active) + dd {
  display: none;
}

table {
  overflow: hidden;
}
table thead,
table tbody {
  display: block;
}
table thead tr,
table tbody tr {
  display: flex;
  align-items: center;
}
table th,
table td {
  box-sizing: border-box;
  background-color: transparent;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
table th input,
table td input {
  display: block;
}
table th.has-select,
table td.has-select {
  padding-inline: 0 !important;
}
table th.has-select .drop-down,
table td.has-select .drop-down {
  width: 100%;
}
table th {
  text-align: center;
  justify-content: center;
}
table td {
  height: 1.5rem;
}
table td:has(input) {
  padding: 0 !important;
}
table td input,
table td select {
  width: 100%;
  height: 18px;
  border: none;
  margin: 0;
}
table td .btn.for-search {
  width: 1rem;
  height: 1rem;
}
table td .btn.for-search:hover, table td .btn.for-search:focus, table td .btn.for-search:active {
  box-shadow: inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.5019607843), 0 0 0.25em #fff;
}

table.search-results, table.item-list {
  width: 100%;
}
table.search-results thead, table.item-list thead {
  padding: 0 0.5rem 0.25rem;
  line-height: 1.25;
}
table.search-results thead th, table.item-list thead th {
  justify-content: center;
  text-align: center;
  font-weight: normal;
}
table.search-results tbody.item-list__body,
table.search-results tbody.search-results__body, table.item-list tbody.item-list__body,
table.item-list tbody.search-results__body {
  overflow: auto;
  box-shadow: inset 1px 1px 6px rgba(51, 51, 51, 0.5098039216);
  background: rgba(255, 255, 255, 0.5);
  padding: 0.25rem 0.5rem;
}
table.search-results tbody.item-list__body.is_focusable tr:focus, table.search-results tbody.item-list__body.is_focusable tr:focus td,
table.search-results tbody.search-results__body.is_focusable tr:focus,
table.search-results tbody.search-results__body.is_focusable tr:focus td, table.item-list tbody.item-list__body.is_focusable tr:focus, table.item-list tbody.item-list__body.is_focusable tr:focus td,
table.item-list tbody.search-results__body.is_focusable tr:focus,
table.item-list tbody.search-results__body.is_focusable tr:focus td {
  background-color: rgba(4, 255, 4, 0.4901960784) !important;
  outline: none;
}
table.search-results tbody.item-list__body tr,
table.search-results tbody.search-results__body tr, table.item-list tbody.item-list__body tr,
table.item-list tbody.search-results__body tr {
  background-color: #fff;
}
table.search-results tbody.item-list__body tr:nth-of-type(1) td,
table.search-results tbody.search-results__body tr:nth-of-type(1) td, table.item-list tbody.item-list__body tr:nth-of-type(1) td,
table.item-list tbody.search-results__body tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
table.search-results tbody.item-list__body tr td,
table.search-results tbody.search-results__body tr td, table.item-list tbody.item-list__body tr td,
table.item-list tbody.search-results__body tr td {
  overflow: hidden;
  white-space: nowrap;
  padding-right: 0.25em;
  padding-left: 0.25em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.search-results tbody.item-list__body tr td:nth-of-type(1),
table.search-results tbody.search-results__body tr td:nth-of-type(1), table.item-list tbody.item-list__body tr td:nth-of-type(1),
table.item-list tbody.search-results__body tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
table.search-results tbody.item-list__body .has-striped-bg tr:nth-of-type(2n),
table.search-results tbody.search-results__body .has-striped-bg tr:nth-of-type(2n), table.item-list tbody.item-list__body .has-striped-bg tr:nth-of-type(2n),
table.item-list tbody.search-results__body .has-striped-bg tr:nth-of-type(2n) {
  filter: brightness(0.95);
}
table.search-results.is-carrier-list thead, table.search-results.is-supplier-list thead, table.item-list.is-carrier-list thead, table.item-list.is-supplier-list thead {
  padding: 0 0.5em 0.125em;
}
table.search-results.is-carrier-list thead tr th:nth-of-type(1),
table.search-results.is-carrier-list thead tr td:nth-of-type(1),
table.search-results.is-carrier-list tbody tr th:nth-of-type(1),
table.search-results.is-carrier-list tbody tr td:nth-of-type(1), table.search-results.is-supplier-list thead tr th:nth-of-type(1),
table.search-results.is-supplier-list thead tr td:nth-of-type(1),
table.search-results.is-supplier-list tbody tr th:nth-of-type(1),
table.search-results.is-supplier-list tbody tr td:nth-of-type(1), table.item-list.is-carrier-list thead tr th:nth-of-type(1),
table.item-list.is-carrier-list thead tr td:nth-of-type(1),
table.item-list.is-carrier-list tbody tr th:nth-of-type(1),
table.item-list.is-carrier-list tbody tr td:nth-of-type(1), table.item-list.is-supplier-list thead tr th:nth-of-type(1),
table.item-list.is-supplier-list thead tr td:nth-of-type(1),
table.item-list.is-supplier-list tbody tr th:nth-of-type(1),
table.item-list.is-supplier-list tbody tr td:nth-of-type(1) {
  width: 1.25em;
}
table.search-results.is-carrier-list thead tr th:nth-of-type(2),
table.search-results.is-carrier-list thead tr td:nth-of-type(2),
table.search-results.is-carrier-list tbody tr th:nth-of-type(2),
table.search-results.is-carrier-list tbody tr td:nth-of-type(2), table.search-results.is-supplier-list thead tr th:nth-of-type(2),
table.search-results.is-supplier-list thead tr td:nth-of-type(2),
table.search-results.is-supplier-list tbody tr th:nth-of-type(2),
table.search-results.is-supplier-list tbody tr td:nth-of-type(2), table.item-list.is-carrier-list thead tr th:nth-of-type(2),
table.item-list.is-carrier-list thead tr td:nth-of-type(2),
table.item-list.is-carrier-list tbody tr th:nth-of-type(2),
table.item-list.is-carrier-list tbody tr td:nth-of-type(2), table.item-list.is-supplier-list thead tr th:nth-of-type(2),
table.item-list.is-supplier-list thead tr td:nth-of-type(2),
table.item-list.is-supplier-list tbody tr th:nth-of-type(2),
table.item-list.is-supplier-list tbody tr td:nth-of-type(2) {
  width: 3.5em;
}
table.search-results.is-carrier-list thead tr th:nth-of-type(3),
table.search-results.is-carrier-list thead tr td:nth-of-type(3),
table.search-results.is-carrier-list tbody tr th:nth-of-type(3),
table.search-results.is-carrier-list tbody tr td:nth-of-type(3), table.search-results.is-supplier-list thead tr th:nth-of-type(3),
table.search-results.is-supplier-list thead tr td:nth-of-type(3),
table.search-results.is-supplier-list tbody tr th:nth-of-type(3),
table.search-results.is-supplier-list tbody tr td:nth-of-type(3), table.item-list.is-carrier-list thead tr th:nth-of-type(3),
table.item-list.is-carrier-list thead tr td:nth-of-type(3),
table.item-list.is-carrier-list tbody tr th:nth-of-type(3),
table.item-list.is-carrier-list tbody tr td:nth-of-type(3), table.item-list.is-supplier-list thead tr th:nth-of-type(3),
table.item-list.is-supplier-list thead tr td:nth-of-type(3),
table.item-list.is-supplier-list tbody tr th:nth-of-type(3),
table.item-list.is-supplier-list tbody tr td:nth-of-type(3) {
  min-width: 20em;
  justify-content: flex-start;
  flex: 1;
}
table.search-results.is-carrier-list thead tr td:nth-of-type(2),
table.search-results.is-carrier-list tbody tr td:nth-of-type(2), table.search-results.is-supplier-list thead tr td:nth-of-type(2),
table.search-results.is-supplier-list tbody tr td:nth-of-type(2), table.item-list.is-carrier-list thead tr td:nth-of-type(2),
table.item-list.is-carrier-list tbody tr td:nth-of-type(2), table.item-list.is-supplier-list thead tr td:nth-of-type(2),
table.item-list.is-supplier-list tbody tr td:nth-of-type(2) {
  padding-left: 0.25em;
}
table.search-results.is-carrier-list thead tr td input,
table.search-results.is-carrier-list tbody tr td input, table.search-results.is-supplier-list thead tr td input,
table.search-results.is-supplier-list tbody tr td input, table.item-list.is-carrier-list thead tr td input,
table.item-list.is-carrier-list tbody tr td input, table.item-list.is-supplier-list thead tr td input,
table.item-list.is-supplier-list tbody tr td input {
  font-size: 1em !important;
}
table.search-results.is-carrier-list tbody, table.search-results.is-supplier-list tbody, table.item-list.is-carrier-list tbody, table.item-list.is-supplier-list tbody {
  height: 25.5rem;
}

table.is-bordered thead,
table.is-bordered tbody {
  display: block;
}
table.is-bordered tr {
  display: flex;
  margin: 0;
}
table.is-bordered tr td {
  display: block;
  height: 25px;
  padding-right: 0.25em;
  padding-left: 0.25em;
  border-right: solid 1px #202020;
  border-bottom: solid 1px #202020;
  box-sizing: border-box;
  vertical-align: middle;
}
table.is-bordered thead {
  border-top: solid 1px #202020;
  border-left: solid 1px #202020;
}
table.is-bordered thead tr th {
  background-color: #cdcdcd;
  border-right: solid 1px #202020;
  border-bottom: solid 1px #202020;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
}
table.is-bordered tbody {
  border-left: solid 1px #202020;
  max-height: 50vh;
  overflow-y: scroll;
}
table.is-bordered tbody tr th,
table.is-bordered tbody tr td {
  width: -moz-fit-content;
  width: fit-content;
}
table.is-bordered tbody tr th {
  margin: 0;
  background-color: #f0f0f0;
}
table.is-bordered tbody tr td {
  background-color: #fff;
}
table.is-bordered tbody tr td:nth-of-type(1) {
  background-color: #f0f0f0 !important;
  padding-right: 5px;
  padding-left: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
table.is-bordered tbody tr td input,
table.is-bordered tbody tr td select {
  width: 100%;
  height: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin: 0;
  border-radius: 0;
  border: none;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0);
}
table.is-bordered tbody tr td input:focus,
table.is-bordered tbody tr td select:focus {
  border: none;
}
table.daily__#regular_fare_list thead {
  padding-top: 1.2em;
}
table.daily__#regular_fare_list tbody {
  height: 34.75rem;
  padding: 0.5em;
  box-shadow: inset 0 0 6px #999;
  background: #fafafa;
}
table.daily__#regular_fare_list thead,
table.daily__#regular_fare_list tbody {
  padding-inline: 0.5em;
}
table.daily__#regular_fare_list thead tr th:nth-of-type(1), table.daily__#regular_fare_list thead tr th:nth-of-type(6), table.daily__#regular_fare_list thead tr th:nth-of-type(8),
table.daily__#regular_fare_list thead tr td:nth-of-type(1),
table.daily__#regular_fare_list thead tr td:nth-of-type(6),
table.daily__#regular_fare_list thead tr td:nth-of-type(8),
table.daily__#regular_fare_list tbody tr th:nth-of-type(1),
table.daily__#regular_fare_list tbody tr th:nth-of-type(6),
table.daily__#regular_fare_list tbody tr th:nth-of-type(8),
table.daily__#regular_fare_list tbody tr td:nth-of-type(1),
table.daily__#regular_fare_list tbody tr td:nth-of-type(6),
table.daily__#regular_fare_list tbody tr td:nth-of-type(8) {
  width: 1.25rem;
}
table.daily__#regular_fare_list thead tr th:nth-of-type(2),
table.daily__#regular_fare_list thead tr td:nth-of-type(2),
table.daily__#regular_fare_list tbody tr th:nth-of-type(2),
table.daily__#regular_fare_list tbody tr td:nth-of-type(2) {
  width: 6.5rem;
}
table.daily__#regular_fare_list thead tr th:nth-of-type(3), table.daily__#regular_fare_list thead tr th:nth-of-type(4), table.daily__#regular_fare_list thead tr th:nth-of-type(5), table.daily__#regular_fare_list thead tr th:nth-of-type(11),
table.daily__#regular_fare_list thead tr td:nth-of-type(3),
table.daily__#regular_fare_list thead tr td:nth-of-type(4),
table.daily__#regular_fare_list thead tr td:nth-of-type(5),
table.daily__#regular_fare_list thead tr td:nth-of-type(11),
table.daily__#regular_fare_list tbody tr th:nth-of-type(3),
table.daily__#regular_fare_list tbody tr th:nth-of-type(4),
table.daily__#regular_fare_list tbody tr th:nth-of-type(5),
table.daily__#regular_fare_list tbody tr th:nth-of-type(11),
table.daily__#regular_fare_list tbody tr td:nth-of-type(3),
table.daily__#regular_fare_list tbody tr td:nth-of-type(4),
table.daily__#regular_fare_list tbody tr td:nth-of-type(5),
table.daily__#regular_fare_list tbody tr td:nth-of-type(11) {
  width: 5rem;
}
table.daily__#regular_fare_list thead tr th:nth-of-type(7), table.daily__#regular_fare_list thead tr th:nth-of-type(9),
table.daily__#regular_fare_list thead tr td:nth-of-type(7),
table.daily__#regular_fare_list thead tr td:nth-of-type(9),
table.daily__#regular_fare_list tbody tr th:nth-of-type(7),
table.daily__#regular_fare_list tbody tr th:nth-of-type(9),
table.daily__#regular_fare_list tbody tr td:nth-of-type(7),
table.daily__#regular_fare_list tbody tr td:nth-of-type(9) {
  width: 5rem;
}
table.daily__#regular_fare_list thead tr th:nth-of-type(10),
table.daily__#regular_fare_list thead tr td:nth-of-type(10),
table.daily__#regular_fare_list tbody tr th:nth-of-type(10),
table.daily__#regular_fare_list tbody tr td:nth-of-type(10) {
  width: 5.5rem;
}
table.daily__#regular_fare_list thead tr th,
table.daily__#regular_fare_list tbody tr th {
  font-size: 0.75em;
  text-align: center !important;
}
table.daily__#regular_fare_list thead tr td,
table.daily__#regular_fare_list tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table.daily__#regular_fare_list thead tr td:nth-of-type(1),
table.daily__#regular_fare_list tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
table.daily__#regular_fare_list thead tr td:nth-of-type(1) input,
table.daily__#regular_fare_list tbody tr td:nth-of-type(1) input {
  width: 1.25em !important;
  aspect-ratio: 1;
  border-radius: 0.125em;
}
table.daily__#regular_fare_list thead tr td:nth-of-type(2),
table.daily__#regular_fare_list tbody tr td:nth-of-type(2) {
  background-color: rgba(255, 145, 0, 0.2666666667);
}
table.daily__#regular_fare_list thead tr td:nth-of-type(3), table.daily__#regular_fare_list thead tr td:nth-of-type(4), table.daily__#regular_fare_list thead tr td:nth-of-type(5), table.daily__#regular_fare_list thead tr td:nth-of-type(6), table.daily__#regular_fare_list thead tr td:nth-of-type(7),
table.daily__#regular_fare_list tbody tr td:nth-of-type(3),
table.daily__#regular_fare_list tbody tr td:nth-of-type(4),
table.daily__#regular_fare_list tbody tr td:nth-of-type(5),
table.daily__#regular_fare_list tbody tr td:nth-of-type(6),
table.daily__#regular_fare_list tbody tr td:nth-of-type(7) {
  background-color: #ffff70;
}
table.daily__#regular_fare_list thead tr td:nth-of-type(8), table.daily__#regular_fare_list thead tr td:nth-of-type(9), table.daily__#regular_fare_list thead tr td:nth-of-type(10), table.daily__#regular_fare_list thead tr td:nth-of-type(11),
table.daily__#regular_fare_list tbody tr td:nth-of-type(8),
table.daily__#regular_fare_list tbody tr td:nth-of-type(9),
table.daily__#regular_fare_list tbody tr td:nth-of-type(10),
table.daily__#regular_fare_list tbody tr td:nth-of-type(11) {
  background-color: #80ffff;
}
table.daily__#regular_fare_list thead tr td:nth-of-type(12), table.daily__#regular_fare_list thead tr td:nth-of-type(13),
table.daily__#regular_fare_list tbody tr td:nth-of-type(12),
table.daily__#regular_fare_list tbody tr td:nth-of-type(13) {
  background-color: #98fb98;
}
table.daily__#regular_fare_list thead tr td:has(p),
table.daily__#regular_fare_list tbody tr td:has(p) {
  padding: 0 0.125em;
}
table.daily__#regular_fare_list thead tr td:has(p) p,
table.daily__#regular_fare_list tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #ffff4c;
}
table.daily__#regular_fare_list thead tr:nth-of-type(1) td,
table.daily__#regular_fare_list tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
table.daily__#regular_fare_list tbody {
  overflow: auto;
}
table.daily__.unit_amount_details thead tr th:nth-of-type(1),
table.daily__.unit_amount_details tbody tr td:nth-of-type(1) {
  width: 4.25rem;
  letter-spacing: 0.5em;
}
table.daily__.unit_amount_details thead tr th:nth-of-type(2),
table.daily__.unit_amount_details tbody tr td:nth-of-type(2) {
  width: 5.5rem;
}
table.daily__.unit_amount_details thead tr th:nth-of-type(3),
table.daily__.unit_amount_details tbody tr td:nth-of-type(3) {
  width: 3.5rem;
}
table.daily__.unit_amount_details thead tr th:nth-of-type(4),
table.daily__.unit_amount_details tbody tr td:nth-of-type(4) {
  width: 3rem;
}
table.daily__.unit_amount_details thead tr th:nth-of-type(5),
table.daily__.unit_amount_details tbody tr td:nth-of-type(5) {
  width: 2.5rem;
}
table.daily__.unit_amount_details thead tr th:nth-of-type(n + 6),
table.daily__.unit_amount_details tbody tr td:nth-of-type(n + 6) {
  width: 5.5rem;
}
table.daily__.unit_amount_details thead tr th:nth-last-of-type(1),
table.daily__.unit_amount_details tbody tr td:nth-last-of-type(1) {
  width: 9.5rem;
}
table.contemporary__ {
  padding-block: 0.5rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(1),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(1) {
  width: 2.125rem;
  justify-content: flex-end;
  padding-right: 0.6em;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(2),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(2) {
  width: 3rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(3),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(3) {
  width: 4.75rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(3) input,
table.contemporary__.deposit_registration tbody tr td:nth-of-type(3) input {
  text-align: center;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(4),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(4) {
  width: 6rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(5),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(5) {
  width: 2.5rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(6),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(6) {
  width: 12rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(7),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(7) {
  width: 5.5em;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(8), table.contemporary__.deposit_registration thead tr th:nth-of-type(9),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(8),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(9) {
  width: 6rem;
}
table.contemporary__.deposit_registration thead tr th:nth-of-type(10),
table.contemporary__.deposit_registration tbody tr td:nth-of-type(10) {
  width: 15rem;
}
table.contemporary__.deposit_registration thead tr th {
  font-size: 0.9em;
}
table.contemporary__.deposit_registration tbody {
  height: 13.5em;
}
table.contemporary__.deposit_registration #dmTotalDepositValue {
  height: 2em !important;
}
table.contemporary__#editing_multi_sales_data thead tr th,
table.contemporary__#editing_multi_sales_data thead tr td,
table.contemporary__#editing_multi_sales_data tbody tr th,
table.contemporary__#editing_multi_sales_data tbody tr td {
  font-size: 11px;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(1),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(1),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(1),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(1) {
  width: 2rem;
  text-align: center;
  border-left: 1px solid #333;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(2),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(2),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(2),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(2) {
  width: 2.25rem;
  text-align: center;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(3),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(3),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(3),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(3) {
  width: 3.5rem;
  text-align: center;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(4),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(4),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(4),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(4) {
  width: 2.5rem;
  text-align: center;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(5),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(5),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(5),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(5) {
  width: 1.75rem;
  text-align: center;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(6),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(6),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(6),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(6) {
  width: 7rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(7),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(7),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(7),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(7) {
  width: 1.75rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(8),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(8),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(8),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(8) {
  width: 7rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(9),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(9),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(9),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(9) {
  width: 3rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(10),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(10),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(10),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(10) {
  width: 3rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(11),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(11),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(11),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(11) {
  width: 1.75rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(12),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(12),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(12),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(12) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(13),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(13),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(13),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(13) {
  width: 1.6rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(14),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(14),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(14),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(14) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(15),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(15),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(15),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(15) {
  width: 3rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(16),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(16),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(16),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(16) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(17),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(17),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(17),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(17) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(18),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(18),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(18),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(18) {
  width: 1.6rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(19),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(19),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(19),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(19) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(20),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(20),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(20),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(20) {
  width: 3rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(21),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(21),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(21),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(21) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(22),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(22),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(22),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(22) {
  width: 4.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(23),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(23),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(23),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(23) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(24),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(24),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(24),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(24) {
  width: 1.6rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(25),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(25),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(25),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(25) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(26),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(26),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(26),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(26) {
  width: 3rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(27),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(27),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(27),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(27) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th:nth-of-type(28),
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(28),
table.contemporary__#editing_multi_sales_data tbody tr th:nth-of-type(28),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(28) {
  width: 3.5rem;
}
table.contemporary__#editing_multi_sales_data thead tr th,
table.contemporary__#editing_multi_sales_data tbody tr th {
  font-size: 0.75em;
  text-align: center !important;
  border-top: 1px solid #333;
}
table.contemporary__#editing_multi_sales_data thead tr td,
table.contemporary__#editing_multi_sales_data tbody tr td {
  font-size: 11px;
  padding-inline: 0.25em;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(1) input,
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(1) input {
  width: 1.25em !important;
  aspect-ratio: 1;
  border-radius: 0.125em;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(6),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(6) {
  justify-content: flex-start;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(8),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(8) {
  justify-content: flex-start;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(12),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(12) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(14),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(14) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(16),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(16) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(17),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(17) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(19),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(19) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(21),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(21) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(22),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(22) {
  justify-content: flex-start;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(23),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(23) {
  justify-content: flex-end;
}
table.contemporary__#editing_multi_sales_data thead tr td:nth-of-type(25),
table.contemporary__#editing_multi_sales_data tbody tr td:nth-of-type(25) {
  justify-content: flex-end;
}
table.domestic_sales_unit_price_crushed thead tr th,
table.domestic_sales_unit_price_crushed thead tr td,
table.domestic_sales_unit_price_crushed tbody tr th,
table.domestic_sales_unit_price_crushed tbody tr td {
  width: 8em;
}
table.domestic_sales_unit_price_crushed thead tr th:nth-of-type(1),
table.domestic_sales_unit_price_crushed thead tr td:nth-of-type(1),
table.domestic_sales_unit_price_crushed tbody tr th:nth-of-type(1),
table.domestic_sales_unit_price_crushed tbody tr td:nth-of-type(1) {
  width: 4em;
}

table.list-registration thead tr th.col-code,
table.list-registration thead tr td.col-code,
table.list-registration tbody tr th.col-code,
table.list-registration tbody tr td.col-code {
  width: 3.25rem;
  text-align: center;
}
table.list-registration thead tr th.col-name,
table.list-registration thead tr td.col-name,
table.list-registration tbody tr th.col-name,
table.list-registration tbody tr td.col-name {
  width: 12rem;
}
table.list-registration thead tr th .col-usage-scope,
table.list-registration thead tr td .col-usage-scope,
table.list-registration tbody tr th .col-usage-scope,
table.list-registration tbody tr td .col-usage-scope {
  width: 4.5rem;
}
table.list-registration thead tr th.col-display-order,
table.list-registration thead tr td.col-display-order,
table.list-registration tbody tr th.col-display-order,
table.list-registration tbody tr td.col-display-order {
  width: 3.25rem;
}
table.list-registration thead tr th.col-btn-delete,
table.list-registration thead tr td.col-btn-delete,
table.list-registration tbody tr th.col-btn-delete,
table.list-registration tbody tr td.col-btn-delete {
  width: 2rem;
}
table.list-registration tbody {
  max-height: calc(100dvh - 20rem);
}

.list-registration__header {
  line-height: 1.2;
  padding: 0 0.5em;
  text-align: center;
  display: flex;
  align-items: center;
  text-shadow: -1px -1px 1px #fff, 0.5px 0.5px 0.5px #aaa;
}

.registration_loop__wrap {
  max-height: 65vh;
  min-height: 5em;
  position: relative;
  padding: 0.5em;
  box-shadow: inset 2px 2px 5px #bbb;
  overflow: auto;
}
.registration_loop__wrap tr:nth-of-type(2n) {
  filter: brightness(0.95);
}
.registration_loop__wrap .data_row span:nth-of-type(1) {
  text-align: center;
}
.registration_loop__wrap .data_row:nth-of-type(2n) {
  filter: brightness(0.95);
}
.registration_loop__wrap input {
  margin: 0;
}
.registration_loop__wrap .ime_ltd {
  ime-mode: disabled;
}

.fnc_master.__delivery table.delivery_weight_check tbody.registration_loop__wrap {
  max-height: 10em;
}

.c-tab-01 .c-tab-list {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list {
    overflow-x: auto;
  }
}
.c-tab-01 .c-tab-list li {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  background: #202020;
  color: #fff;
  cursor: pointer;
  text-align: center;
}
@media screen and (min-width:768px) and (max-width:1279px) {
  .c-tab-01 .c-tab-list li {
    word-break: keep-all;
    padding: 0 15px;
  }
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li {
    font-size: 1.8229166667vw;
    height: 8.3333333333vw;
    word-break: keep-all;
    padding: 0 1.953125vw;
  }
}
.c-tab-01 .c-tab-list li + li {
  border-left: solid 1px #fff;
}
.c-tab-01 .c-tab-list li.is-active {
  height: 80px;
  background: #F4FAFF;
  color: #202020;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-list li.is-active {
    height: 10.4166666667vw;
  }
}
.c-tab-01 .c-tab-content {
  background: #F4FAFF;
  padding: 40px;
  display: none;
}
@media screen and (max-width:767px) {
  .c-tab-01 .c-tab-content {
    padding: 3.90625vw 2.6041666667vw;
  }
}
.c-tab-01 .c-tab-content.is-show {
  display: block;
}

.c-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}
.c-pager .c-pager__arrow a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: solid 1px #202020;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
  }
}
.c-pager .c-pager__arrow a svg {
  width: 12px;
  height: 12px;
  stroke: #202020;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__arrow a svg {
    width: 1.5625vw;
    height: 1.5625vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__arrow a:hover {
    background: #202020;
  }
  .c-pager .c-pager__arrow a:hover svg {
    stroke: #fff;
  }
}
.c-pager .c-pager__arrow.prev {
  transform: rotate(180deg);
}
.c-pager .c-pager__list {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list {
    padding: 0 20px;
  }
}
.c-pager .c-pager__list li a {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "DM Serif Display", serif;
  font-size: 2rem;
  color: #202020;
}
@media screen and (max-width:767px) {
  .c-pager .c-pager__list li a {
    width: 8.3333333333vw;
    height: 8.3333333333vw;
    font-size: 2.6041666667vw;
  }
}
@media print, screen and (min-width:768px) {
  .c-pager .c-pager__list li a:hover {
    background: #202020;
    color: #Fff;
  }
}
.c-pager .c-pager__list li.is-active a {
  background: #202020;
  color: #Fff;
  pointer-events: none;
}
.c-pager .c-pager__list li.dot {
  width: 30px;
  height: 64px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1rem;
  color: #202020;
  margin: 0 5px;
}
.c-pager .c-pager__list li.dot:before, .c-pager .c-pager__list li.dot:after {
  content: "・";
}

#loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
}

.spinner {
  position: absolute;
  width: 50px; /* サイズ - 可変 */
  height: 40px; /* サイズ - 可変 */
  margin: 0 auto; /* 上下マージン - 可変 */
  text-align: center;
  font-size: 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.spinner > div {
  background-color: rgb(207, 225, 255); /* ベースの色 - 可変 */
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  animation-delay: -1.1s;
}

.spinner .rect3 {
  animation-delay: -1s;
}

.spinner .rect4 {
  animation-delay: -0.9s;
}

.spinner .rect5 {
  animation-delay: -0.8s;
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.form-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.form-section .form-section__btn-wrapper {
  align-self: center;
  margin: auto 1em;
}

.form-field label {
  align-items: center;
}
.form-field .form-field__label {
  display: flex;
  align-items: center;
}
.form-field.y-start .form-field__label {
  padding-top: 0.25em;
}
.form-field.y-start .form-field__control .wrap {
  gap: 0.25em 1em;
}
.form-field.y-start .form-field__control.column {
  align-items: flex-start;
}
.form-field label.form-field__control {
  width: -moz-max-content;
  width: max-content;
}

.form-field__control {
  position: relative;
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
}
.form-field__control .bg-green {
  flex: 1;
}

#supplierSelector .form-field__label {
  width: 5.5rem;
}
#supplierSelector table.is-supplier-list {
  width: -moz-max-content;
  width: max-content;
}
#supplierSelector table.is-supplier-list tbody {
  height: 9rem;
}
#supplierSelector table.is-supplier-list th:nth-child(1),
#supplierSelector table.is-supplier-list td:nth-child(1) {
  width: 2rem;
}
#supplierSelector table.is-supplier-list th:nth-child(2),
#supplierSelector table.is-supplier-list td:nth-child(2) {
  width: 6rem;
}
#supplierSelector table.is-supplier-list th:nth-child(3),
#supplierSelector table.is-supplier-list td:nth-child(3) {
  min-width: 8rem;
}

.btn-wrapper {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 0.65rem;
}

.search-modal-content {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2000;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 1em 1.5em 1.5em;
  background: #e7e7e7;
  border: solid 1px #555;
  border-radius: 0.5em;
  transition: filter 0.12s ease;
}
.search-modal-content.is-layer-dimmed {
  filter: brightness(0.7);
  pointer-events: none;
}
.search-modal-content .search-modal__header {
  margin-bottom: 1rem;
}
.search-modal-content .search-modal__title {
  width: 10em;
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  padding: 0.25em;
  background: #333;
  border-radius: 0.125em;
}
.search-modal-content select {
  height: 2em;
}
.search-modal-content .kana-column-wrapper * {
  gap: 0.5em;
}
.search-modal-content .kana-column-wrapper * label {
  width: 2em;
  height: 2em;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 0.25em;
  background: #ddd;
  text-shadow: -1px -1px 1px #fff, 0.5px 0.5px 0.5px #aaa;
  box-shadow: 2px 2px 4px #c5c5c5, -2px -2px 4px #ffffff;
  cursor: pointer;
}
.search-modal-content .kana-column-wrapper * label input {
  display: none;
}
.search-modal-content .name-searching-wrapper {
  display: flex;
  align-items: center;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  position: relative;
}
.search-modal-content .name-searching-wrapper input {
  height: 2.25em;
  border-radius: 0.25em;
}
.search-modal-content .name-searching-wrapper button.btn.for-search img {
  width: auto;
  height: 1lh;
}
.search-modal-content .search_modal_arrow {
  width: 2em;
  image-rendering: 100%;
}
.search-modal-content#sales_fare_search_modal {
  max-height: 90vh;
}
.search-modal-content#sales_fare_search_modal thead {
  padding: 0 0.5em 0.125em;
}
.search-modal-content#sales_fare_search_modal tbody {
  max-height: 50vh;
  min-height: 25em;
  overflow-y: auto;
  box-shadow: inset 1px 1px 6px #333;
  padding: 0.25em 0.5em;
}

.search-modal-content table.search-modal__item-list thead tr th {
  border-bottom: none !important;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th,
.search-modal-content table.search-modal__item-list#sales_fair thead tr td,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td {
  font-size: 0.75em;
  width: 2rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(1) {
  width: 1.25rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(2) {
  width: 2.75rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(3),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(3),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(3),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(3) {
  width: 5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(4),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(4),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(4),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(4) {
  width: 5.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(5),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(5),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(5),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(5) {
  width: 5.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(6),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(6),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(6),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(6) {
  width: 6.25rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(7),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(7),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(7),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(7) {
  width: 1.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(8),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(8),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(8),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(8) {
  width: 3.75rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(9),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(9),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(9),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(9) {
  width: 4rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(10),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(10),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(10),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(10) {
  width: 2.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(11), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(15), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(19),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(11),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(15),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(19),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(11),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(15),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(19),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(11),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(15),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(19) {
  width: 4.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(12), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(16), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(20),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(12),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(16),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(20),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(12),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(16),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(20),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(12),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(16),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(20) {
  width: 1.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(13), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(17), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(21),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(13),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(17),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(21),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(13),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(17),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(21),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(13),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(17),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(21) {
  width: 4.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(14), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(18), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(22),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(14),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(18),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(22),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(14),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(18),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(22),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(14),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(18),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(22) {
  width: 5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(23),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(23),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(23),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(23) {
  width: 6.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(24), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(25), .search-modal-content table.search-modal__item-list#sales_fair thead tr th:nth-of-type(26),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(24),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(25),
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(26),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(24),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(25),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th:nth-of-type(26),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(24),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(25),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(26) {
  width: 2.5rem;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr th,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr th {
  text-align: center !important;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(1) input,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(1) input {
  width: 1.25em !important;
  aspect-ratio: 1;
  border-radius: 0.125em;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:has(p),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:has(p) {
  padding: 0 0.125em;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:has(p) p,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #ffff4c;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(n + 2):nth-of-type(-n + 10), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(12), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(14),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(n + 2):nth-of-type(-n + 10),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(12),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(14) {
  background-color: #ffff70;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(16), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(18),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(16),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(18) {
  background-color: #98fb98;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(20), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(22), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(23),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(20),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(22),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(23) {
  background-color: #80ffff;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(23),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(23) {
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0.25em;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(24), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(25), .search-modal-content table.search-modal__item-list#sales_fair thead tr td:nth-of-type(26),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(24),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(25),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr td:nth-of-type(26) {
  color: orangered;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr.canceled_slip *,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.canceled_slip * {
  background-color: #ff0000 !important;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr.deficit_slip td:nth-of-type(11), .search-modal-content table.search-modal__item-list#sales_fair thead tr.deficit_slip td:nth-of-type(13), .search-modal-content table.search-modal__item-list#sales_fair thead tr.deficit_slip td:nth-of-type(15), .search-modal-content table.search-modal__item-list#sales_fair thead tr.deficit_slip td:nth-of-type(17), .search-modal-content table.search-modal__item-list#sales_fair thead tr.deficit_slip td:nth-of-type(19), .search-modal-content table.search-modal__item-list#sales_fair thead tr.deficit_slip td:nth-of-type(21),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.deficit_slip td:nth-of-type(11),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.deficit_slip td:nth-of-type(13),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.deficit_slip td:nth-of-type(15),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.deficit_slip td:nth-of-type(17),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.deficit_slip td:nth-of-type(19),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.deficit_slip td:nth-of-type(21) {
  background-color: #add8e6 !important;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr.finalized_sales td:nth-of-type(11), .search-modal-content table.search-modal__item-list#sales_fair thead tr.finalized_sales td:nth-of-type(13),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.finalized_sales td:nth-of-type(11),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.finalized_sales td:nth-of-type(13) {
  background-color: #dcdcdc;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr.finalized_fare td:nth-of-type(15), .search-modal-content table.search-modal__item-list#sales_fair thead tr.finalized_fare td:nth-of-type(17),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.finalized_fare td:nth-of-type(15),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.finalized_fare td:nth-of-type(17) {
  background-color: #dcdcdc;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr.finalized_purchase td:nth-of-type(19), .search-modal-content table.search-modal__item-list#sales_fair thead tr.finalized_purchase td:nth-of-type(21),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.finalized_purchase td:nth-of-type(19),
.search-modal-content table.search-modal__item-list#sales_fair tbody tr.finalized_purchase td:nth-of-type(21) {
  background-color: #dcdcdc;
}
.search-modal-content table.search-modal__item-list#sales_fair thead tr:nth-of-type(1) td,
.search-modal-content table.search-modal__item-list#sales_fair tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.search-modal-content table.search-modal__item-list.of-credit thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-credit thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-credit tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-credit tbody tr td:nth-of-type(1), .search-modal-content table.search-modal__item-list.of-teikoku thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-teikoku thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-teikoku tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-teikoku tbody tr td:nth-of-type(1), .search-modal-content table.search-modal__item-list.of-supplier thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-supplier thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-supplier tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-supplier tbody tr td:nth-of-type(1) {
  border-bottom: 1px solid #999;
  width: 4em;
  border-right: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-credit thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-credit thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-credit tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-credit tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.of-teikoku thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-teikoku thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-teikoku tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-teikoku tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.of-supplier thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-supplier thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-supplier tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-supplier tbody tr td:nth-of-type(2) {
  width: 20rem;
  border-bottom: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-credit thead, .search-modal-content table.search-modal__item-list.of-teikoku thead, .search-modal-content table.search-modal__item-list.of-supplier thead {
  color: #fff;
  background: #555;
  padding-bottom: 0.125em;
}
.search-modal-content table.search-modal__item-list.of-credit tbody, .search-modal-content table.search-modal__item-list.of-teikoku tbody, .search-modal-content table.search-modal__item-list.of-supplier tbody {
  height: 13em;
  overflow-y: auto;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-credit tbody tr td, .search-modal-content table.search-modal__item-list.of-teikoku tbody tr td, .search-modal-content table.search-modal__item-list.of-supplier tbody tr td {
  white-space: nowrap;
}
.search-modal-content table.search-modal__item-list.of-credit tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.of-teikoku tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.of-supplier tbody tr td:nth-of-type(2) {
  font-size: 0.75em;
  justify-content: flex-start;
  padding: 0.25em;
}
.search-modal-content table.search-modal__item-list.teikoku thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.teikoku thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.teikoku tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.teikoku tbody tr td:nth-of-type(1) {
  width: 7.5rem;
  border-right: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.teikoku thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.teikoku thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.teikoku tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.teikoku tbody tr td:nth-of-type(2) {
  width: 20rem;
}
.search-modal-content table.search-modal__item-list.of-delivery thead,
.search-modal-content table.search-modal__item-list.of-delivery tbody, .search-modal-content table.search-modal__item-list.of-product thead,
.search-modal-content table.search-modal__item-list.of-product tbody {
  padding: 0 0.5em;
}
.search-modal-content table.search-modal__item-list.of-delivery thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-delivery thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-delivery tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-delivery tbody tr td:nth-of-type(1), .search-modal-content table.search-modal__item-list.of-product thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-product thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-product tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.of-product tbody tr td:nth-of-type(1) {
  width: 4rem;
}
.search-modal-content table.search-modal__item-list.of-delivery thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-delivery thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-delivery tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-delivery tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.of-product thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-product thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-product tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-product tbody tr td:nth-of-type(2) {
  width: 30rem;
}
.search-modal-content table.search-modal__item-list.of-delivery tbody, .search-modal-content table.search-modal__item-list.of-product tbody {
  height: 50vh;
  overflow-y: auto;
  padding: 0.5em;
  box-shadow: inset 1px 1px 4px #999;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-delivery tbody tr.has_termination_flag, .search-modal-content table.search-modal__item-list.of-product tbody tr.has_termination_flag {
  background-color: rgb(255, 193, 170);
}
.search-modal-content table.search-modal__item-list.of-delivery tbody tr:nth-of-type(1) td, .search-modal-content table.search-modal__item-list.of-product tbody tr:nth-of-type(1) td {
  border-top: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-delivery tbody tr td, .search-modal-content table.search-modal__item-list.of-product tbody tr td {
  padding: 0.25em;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-delivery tbody tr td:nth-of-type(1), .search-modal-content table.search-modal__item-list.of-product tbody tr td:nth-of-type(1) {
  letter-spacing: 0.05em;
  border-left: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.of-delivery tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.of-product tbody tr td:nth-of-type(2) {
  justify-content: flex-start;
}
.search-modal-content table.search-modal__item-list.of-product thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-product thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-product tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.of-product tbody tr td:nth-of-type(2) {
  width: 15rem;
}
.search-modal-content table.search-modal__item-list.vehicle thead tr th,
.search-modal-content table.search-modal__item-list.vehicle thead tr td,
.search-modal-content table.search-modal__item-list.vehicle tbody tr th,
.search-modal-content table.search-modal__item-list.vehicle tbody tr td {
  padding: 0.25em 0;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.vehicle thead tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.vehicle thead tr td:nth-of-type(1),
.search-modal-content table.search-modal__item-list.vehicle tbody tr th:nth-of-type(1),
.search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(1) {
  width: 5rem;
}
.search-modal-content table.search-modal__item-list.vehicle thead tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.vehicle thead tr td:nth-of-type(2),
.search-modal-content table.search-modal__item-list.vehicle tbody tr th:nth-of-type(2),
.search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(2) {
  width: 11rem;
}
.search-modal-content table.search-modal__item-list.vehicle thead tr th:nth-of-type(3),
.search-modal-content table.search-modal__item-list.vehicle thead tr td:nth-of-type(3),
.search-modal-content table.search-modal__item-list.vehicle tbody tr th:nth-of-type(3),
.search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(3) {
  width: 4rem;
}
.search-modal-content table.search-modal__item-list.vehicle thead tr th:nth-of-type(4),
.search-modal-content table.search-modal__item-list.vehicle thead tr td:nth-of-type(4),
.search-modal-content table.search-modal__item-list.vehicle tbody tr th:nth-of-type(4),
.search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(4) {
  width: 30rem;
}
.search-modal-content table.search-modal__item-list.vehicle thead {
  color: #fff;
  background: #555;
  font-size: 0.8em;
}
.search-modal-content table.search-modal__item-list.vehicle thead th {
  height: 25px;
}
.search-modal-content table.search-modal__item-list.vehicle tbody {
  height: 14em;
  overflow: auto;
  border-right: 1px solid #999;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(1) {
  justify-content: flex-end;
  padding-right: 0.25em;
}
.search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(2), .search-modal-content table.search-modal__item-list.vehicle tbody tr td:nth-of-type(4) {
  justify-content: flex-start;
  padding-left: 0.25em;
}

.unable_cuz_modal {
  filter: blur(3px) grayscale(0.8);
  position: relative;
  width: 100%;
  z-index: 0;
  pointer-events: none;
}
.unable_cuz_modal::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 1;
}

#registerDupProductGroupModal,
#registerDupFareGroupModal {
  width: 80vw;
  height: 90vh;
}
#registerDupProductGroupModal .form-section,
#registerDupFareGroupModal .form-section {
  height: calc(100% - 2.5rem);
}
#registerDupProductGroupModal ul,
#registerDupFareGroupModal ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 1.5rem;
  overflow: auto;
  flex: 0;
}
#registerDupProductGroupModal ul li,
#registerDupFareGroupModal ul li {
  width: 20%;
  min-width: 10rem;
  max-width: 13rem;
}
#registerDupProductGroupModal ul li label,
#registerDupFareGroupModal ul li label {
  width: -moz-max-content;
  width: max-content;
}
#registerDupProductGroupModal ul li.domestic-product-group-empty, #registerDupProductGroupModal ul li.domestic-fare-group-empty,
#registerDupFareGroupModal ul li.domestic-product-group-empty,
#registerDupFareGroupModal ul li.domestic-fare-group-empty {
  white-space: nowrap;
  max-width: unset;
}
#registerDupProductGroupModal ul#registerDupProductGroupSelectedProducts,
#registerDupFareGroupModal ul#registerDupProductGroupSelectedProducts {
  height: 12dvh;
}
#registerDupProductGroupModal ul#registerDupFareGroupSelectedProductGroups,
#registerDupFareGroupModal ul#registerDupFareGroupSelectedProductGroups {
  height: 5rem;
}
#registerDupProductGroupModal #registerDupProductGroupMiddleCategories ul,
#registerDupFareGroupModal #registerDupProductGroupMiddleCategories ul {
  padding-left: 0.5rem;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 53dvh;
}
#registerDupProductGroupModal #registerDupProductGroupProducts,
#registerDupFareGroupModal #registerDupProductGroupProducts {
  height: 53dvh;
  overflow: auto;
}
#registerDupProductGroupModal #registerDupProductGroupProducts .product-middle-category,
#registerDupFareGroupModal #registerDupProductGroupProducts .product-middle-category {
  font-size: 1.1em;
  font-weight: 700;
}
#registerDupProductGroupModal .product-select-wrapper,
#registerDupFareGroupModal .product-select-wrapper {
  display: grid;
  grid-template-columns: 16rem 1fr;
}
#registerDupProductGroupModal .domestic-product-group-category + .domestic-product-group-category .product-middle-category,
#registerDupFareGroupModal .domestic-product-group-category + .domestic-product-group-category .product-middle-category {
  margin-top: 1em;
}
#registerDupProductGroupModal .domestic-product-group-category + .domestic-product-group-category .product-middle-category::after,
#registerDupFareGroupModal .domestic-product-group-category + .domestic-product-group-category .product-middle-category::after {
  content: "";
  background: #999;
  height: 1px;
  flex: 1;
}
#registerDupProductGroupModal .form-section__footer,
#registerDupFareGroupModal .form-section__footer {
  align-self: flex-end;
}

#registerDupFareGroupModal {
  height: auto;
  max-height: 90dvh;
}

#registerDupRouteModal .form-field:has(select[disabled]) {
  display: none !important;
}
#registerDupRouteModal .form-field__label {
  width: -moz-max-content;
  width: max-content;
  margin-right: 1em;
}

.drawer-content {
  position: fixed;
  inset: 0;
  z-index: 200;
  pointer-events: none;
}
.drawer-content[aria-hidden=false] {
  pointer-events: auto;
}
.drawer-content[aria-hidden=false] .drawer-content__overlay {
  opacity: 1;
  pointer-events: auto;
}
.drawer-content[aria-hidden=false] .drawer__panel {
  transform: translateX(0);
}
.drawer-content__overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
}
.drawer-content__close {
  border: 1px solid #999;
  background: transparent;
  border-radius: 0.25em;
  padding: 0.25em 0.75em;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}
.drawer-content__close:hover {
  background: #f3f4f6;
}

.drawer__panel {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: clamp(320px, 35vw, 500px);
  background: #fff;
  box-shadow: -4px 0 16px rgba(0, 0, 0, 0.12);
  transform: translateX(100%);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.drawer__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1em;
  border-bottom: 1px solid #ddd;
  font-weight: 700;
  flex-shrink: 0;
}

.drawer__body {
  flex: 1;
  overflow-y: auto;
  padding: 1em;
}

#dispatch_reservation_list #shippingFactoryField:has([disabled]) {
  display: none !important;
}
#dispatch_reservation_list .form-section__header > button.btn.has-icon {
  margin: 0 1rem 0 12rem;
}
#dispatch_reservation_list #reservation-list-table .col-check {
  width: 2rem;
  padding: 0 0.1rem;
}
#dispatch_reservation_list #reservation-list-table .col-row-delete {
  width: 2rem;
  padding: 0 0.1rem;
  background: #fff !important;
}
#dispatch_reservation_list #reservation-list-table .col-customer {
  width: 10rem;
}
#dispatch_reservation_list #reservation-list-table .col-customer .btn-link {
  background: transparent;
  color: #2563eb;
}
#dispatch_reservation_list #reservation-list-table .col-delivery {
  width: 7rem;
}
#dispatch_reservation_list #reservation-list-table .col-product {
  width: 7rem;
}
#dispatch_reservation_list #reservation-list-table .col-real-product {
  width: 7rem;
}
#dispatch_reservation_list #reservation-list-table .col-vehicle-type {
  width: 3.5rem;
}
#dispatch_reservation_list #reservation-list-table .col-vehicle-class {
  width: 3rem;
}
#dispatch_reservation_list #reservation-list-table .col-AF {
  width: 2.5rem;
}
#dispatch_reservation_list #reservation-list-table .col-total-quantity {
  width: 5rem;
}
#dispatch_reservation_list #reservation-list-table .col-unit {
  width: 2rem;
}
#dispatch_reservation_list #reservation-list-table .col-start {
  width: 4rem;
}
#dispatch_reservation_list #reservation-list-table .col-end {
  width: 4rem;
}
#dispatch_reservation_list #reservation-list-table .col-management {
  width: 4rem;
}
#dispatch_reservation_list #reservation-list-table .col-btn-search {
  width: 1.6rem;
  padding: 0 0.1rem;
}
#dispatch_reservation_list #reservation-list-table .col-supplier {
  width: 5rem;
}
#dispatch_reservation_list #reservation-list-table .col-assigned {
  width: 3rem;
}
#dispatch_reservation_list #reservation-list-table .col-trips {
  width: 3rem;
}
#dispatch_reservation_list #reservation-list-table .col-quantity {
  width: 3rem;
}
#dispatch_reservation_list #reservation-list-table .col-trips input,
#dispatch_reservation_list #reservation-list-table .col-quantity input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  padding: 0 0.2rem;
  text-align: right;
  font-size: 0.95em;
}
#dispatch_reservation_list #reservation-list-table .col-trips input:focus,
#dispatch_reservation_list #reservation-list-table .col-quantity input:focus {
  outline: 1px solid #5aa0ff;
  background: #fffde7;
}
#dispatch_reservation_list #reservation-list-table .col-trips td,
#dispatch_reservation_list #reservation-list-table .col-quantity td {
  background: #fff;
}
#dispatch_reservation_list #reservation-list-table tbody tr.blank-row .col-trips input,
#dispatch_reservation_list #reservation-list-table tbody tr.blank-row .col-quantity input {
  display: none;
}
#dispatch_reservation_list #reservation-list-table .col-remarks {
  width: 20rem;
  position: relative;
}
#dispatch_reservation_list #reservation-list-table .col-remarks .col-remarks__text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#dispatch_reservation_list #reservation-list-table .col-remarks .col-remarks__tooltip {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 20rem;
  height: auto;
  max-height: 50vh;
  overflow: auto;
  background: #fffbe6;
  color: #222;
  border: 1px solid #c2a96b;
  border-radius: 0.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.18);
  padding: 0.5em 0.75em;
  font-size: 0.92em;
  line-height: 1.4;
  white-space: pre-wrap;
  word-break: break-word;
  z-index: 9999;
  pointer-events: none;
  text-align: left;
}
#dispatch_reservation_list #reservation-list-table .col-remarks .col-remarks__tooltip.is-visible {
  display: block;
}
#dispatch_reservation_list #reservation-list-table tbody td.col-remarks:has(.col-remarks__tooltip) {
  cursor: help;
}
#dispatch_reservation_list #reservation-list-table .col-status {
  width: 5rem;
  padding: 0 0.2rem;
}
#dispatch_reservation_list #reservation-list-table .col-status select {
  width: 100%;
  font-size: 0.85em;
  padding: 0.1rem 0.2rem;
}
#dispatch_reservation_list #reservation-list-table .col-status td {
  background: #fff;
}
#dispatch_reservation_list #reservation-list-table .col-separate {
  width: 3rem;
  padding: 0 0.2rem;
}
#dispatch_reservation_list #reservation-list-table .col-separate .btn__split {
  background: #eef2f7;
  border: 1px solid #c0c8d2;
  border-radius: 3px;
  color: #1e40af;
  font-size: 0.75em;
  font-weight: 700;
  padding: 0.1em 0.4em;
  margin-right: 0.2em;
  cursor: pointer;
  width: 100%;
  height: calc(100% - 0.5em);
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0.125em 0.125em 0 #ffe, 0.125em 0.125em 0 rgba(0, 0, 0, 0.3490196078);
}
#dispatch_reservation_list #reservation-list-table .col-separate .btn__split:hover {
  box-shadow: unset;
}
#dispatch_reservation_list #reservation-list-table .col-separate .btn__split:active {
  box-shadow: inset 0.125em 0.125em 0.125em rgba(0, 0, 0, 0.4392156863);
  filter: brightness(0.95);
}
#dispatch_reservation_list #reservation-list-table td.col-separate {
  background: #fff !important;
}
#dispatch_reservation_list #reservation-list-table thead th.js-sortable {
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#dispatch_reservation_list #reservation-list-table thead th.js-sortable:hover {
  background-color: #e2edf6;
}
#dispatch_reservation_list #reservation-list-table thead th.js-sortable::after {
  content: "";
  font-size: 0.7em;
  color: #aab;
  margin-left: 0.2em;
  opacity: 0.6;
}
#dispatch_reservation_list #reservation-list-table thead th.js-sortable.is-sort-asc::after {
  content: "▲";
  color: #036;
  opacity: 1;
}
#dispatch_reservation_list #reservation-list-table thead th.js-sortable.is-sort-desc::after {
  content: "▼";
  color: #036;
  opacity: 1;
}
#dispatch_reservation_list #reservation-list-table tbody tr.is-group-odd td {
  background-color: rgb(187, 255, 255);
}
#dispatch_reservation_list #reservation-list-table tbody tr.is-group-even td {
  background-color: rgb(255, 255, 174);
}
#dispatch_reservation_list #reservation-list-table tbody tr[data-detail-id] td.bg-white {
  background-color: #fff !important;
}
#dispatch_reservation_list #reservation-list-table tbody {
  position: relative;
  height: calc(100dvh - 30rem);
}
#dispatch_reservation_list #reservation-list-table tbody:has(.is-empty-row) {
  overflow: hidden !important;
}
#dispatch_reservation_list #reservation-list-table tbody tr.is-empty-row {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  border: 0;
  background: rgba(221, 221, 221, 0.7490196078);
}
#dispatch_reservation_list #reservation-list-table tbody tr.is-empty-row td {
  border: 0;
  background: unset;
  flex: 1;
}
#dispatch_reservation_list #dispatch_reservation_list .search-results__body tr.is-group-last td {
  border-bottom-color: #c8d0db !important;
}
#dispatch_reservation_list #dispatch_reservation_list .search-results__body tr.is-canceled td {
  color: #a0a6ae;
  text-decoration: line-through;
  background: #fafbfc;
}
#dispatch_reservation_list #dispatch_reservation_list .search-results__body td.status-1 {
  color: #b7791f;
  font-weight: 700;
}
#dispatch_reservation_list #dispatch_reservation_list .search-results__body td.status-2 {
  color: #a0a6ae;
  font-weight: 700;
}
#dispatch_reservation_list #dispatch_reservation_list .search-results__body td.status-3 {
  color: #2f855a;
  font-weight: 700;
}
#dispatch_reservation_list #dispatch_reservation_list .btn-link {
  background: none;
  border: none;
  color: #2563eb;
  cursor: pointer;
  padding: 0;
  font: inherit;
  text-align: left;
}
#dispatch_reservation_list #dispatch_reservation_list .btn-link:hover {
  text-decoration: underline;
}
#dispatch_reservation_list #dispatch_reservation_list .search-results__body tr.blank-row td {
  color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#dispatch_reservation_list #dispatch_reservation_list .btn__row-delete {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.1em;
}
#dispatch_reservation_list #dispatch_reservation_list .btn__row-delete img {
  width: 14px;
  height: 14px;
}
#dispatch_reservation_list .form-section__center {
  width: 35.5rem;
  position: relative;
  padding: 0.5rem 0;
  gap: 0.75rem 1rem;
}
#dispatch_reservation_list .form-section__center .form-field:has(#supplierOnlyCheck) {
  position: absolute;
  bottom: 0.5rem;
  left: calc(100% + 1.55rem);
}
#dispatch_reservation_list .form-section__center .form-field__label {
  width: 4.5rem;
}
#dispatch_reservation_list .form-section__center .drop-down {
  width: 8rem;
}
#dispatch_reservation_list .form-section__right {
  align-self: flex-start;
}
#dispatch_reservation_list #summary-table {
  max-width: -moz-max-content;
  max-width: max-content;
}
#dispatch_reservation_list #summary-table thead {
  padding: 0 0.5rem 0;
}
#dispatch_reservation_list #summary-table th {
  border: 1px solid #999;
}
#dispatch_reservation_list #summary-table tr:nth-of-type(1) th {
  border-bottom: 0;
}
#dispatch_reservation_list #summary-table tr:nth-of-type(1) th:nth-of-type(1) {
  border-top: 0;
  border-right: 1px solid #999 !important;
  border-bottom: 0;
  border-left: 0;
}
#dispatch_reservation_list #summary-table tr:nth-of-type(1) th:nth-of-type(2) th {
  border-left: 1px solid #999;
}
#dispatch_reservation_list #summary-table th + th {
  border-left: 0;
}
#dispatch_reservation_list #summary-table th.col-category {
  border-right: 1px solid #c0c8d2;
}
#dispatch_reservation_list #summary-table .col-category {
  width: 8rem;
}
#dispatch_reservation_list #summary-table .col-status {
  width: 9rem;
}
#dispatch_reservation_list #summary-table .col-trips {
  width: 3rem;
}
#dispatch_reservation_list #summary-table .col-quantity {
  width: 6rem;
}
#dispatch_reservation_list #summary-table .search-results__body {
  max-height: 6.5rem;
}
#dispatch_reservation_list #summary-table .search-results__body td {
  background: #fff;
}
#dispatch_reservation_list #summary-table .search-results__body td.col-category {
  background: rgb(187, 255, 255) !important;
  justify-content: flex-start;
  padding-left: 0.5rem;
}
#dispatch_reservation_list #summary-table .search-results__body td.col-trips,
#dispatch_reservation_list #summary-table .search-results__body td.col-quantity {
  justify-content: flex-end;
  padding-inline: 0.5rem;
}

#dispatch_pickup_plan #pickup-plan-table thead {
  padding: 0 0.5rem;
}
#dispatch_pickup_plan #pickup-plan-table thead th {
  font-size: 0.8rem;
  padding: 0;
}
#dispatch_pickup_plan #pickup-plan-table .search-results__body {
  max-height: calc(100dvh - 15rem);
}
#dispatch_pickup_plan #pickup-plan-table .col-qty input,
#dispatch_pickup_plan #pickup-plan-table .col-code input,
#dispatch_pickup_plan #pickup-plan-table .col-cus-name input,
#dispatch_pickup_plan #pickup-plan-table .col-del-name input,
#dispatch_pickup_plan #pickup-plan-table .col-remarks input {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 0;
  background: transparent;
  padding: 0 0.25rem;
  font-size: 0.9em;
}
#dispatch_pickup_plan #pickup-plan-table .col-qty input {
  text-align: right;
}
#dispatch_pickup_plan #pickup-plan-table .col-code input {
  text-align: center;
}
#dispatch_pickup_plan #pickup-plan-table .col-qty input:focus,
#dispatch_pickup_plan #pickup-plan-table .col-code input:focus {
  outline: 1px solid #5aa0ff;
  background: #fffde7;
}
#dispatch_pickup_plan #pickup-plan-table .bg-sky input {
  background: rgb(187, 255, 255);
}
#dispatch_pickup_plan #pickup-plan-table .btn__row-delete {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.1em;
}
#dispatch_pickup_plan #pickup-plan-table .btn__row-delete img {
  width: 14px;
  height: 14px;
}
#dispatch_pickup_plan #pickup-plan-totals .bg-sky {
  width: 4.75rem;
  padding: 0 0.25rem;
  margin: 0.125rem;
  border: solid 1px #999;
}
#dispatch_pickup_plan #pickup-plan-totals tbody {
  padding: 0.5rem;
}
#dispatch_pickup_plan #pickup-plan-totals .col-code {
  padding-left: 0.125rem;
}
#dispatch_pickup_plan .col-check {
  width: 2rem;
}
#dispatch_pickup_plan .col-no {
  width: 2.5rem;
}
#dispatch_pickup_plan .col-qty {
  width: 5rem;
}
#dispatch_pickup_plan .col-code {
  width: 4rem;
}
#dispatch_pickup_plan .col-btn {
  width: 1.6rem;
  padding: 0 0.1rem;
}
#dispatch_pickup_plan .col-cus-name {
  width: 11rem;
}
#dispatch_pickup_plan .col-del-name {
  width: 11rem;
}
#dispatch_pickup_plan .col-remarks {
  flex: 1 1 auto;
  min-width: 18rem;
}
#dispatch_pickup_plan .col-row-delete {
  width: 2rem;
  padding: 0 0.1rem;
}
#dispatch_pickup_plan #pickup-plan-table tfoot {
  display: block;
}
#dispatch_pickup_plan #pickup-plan-table tfoot tr {
  display: flex;
  align-items: center;
  font-weight: bold;
  background: #f0f5fb;
}

#page_operator {
  width: 100vw;
}
#page_operator > * {
  width: 100%;
}
#page_operator header {
  width: 100%;
  font-size: 3vh;
  height: 6vh;
  line-height: 6vh;
  background: #eee;
  color: #222;
}
#page_operator .main .slips__wrap {
  width: 100vw;
  height: 84vh;
}
#page_operator .main .slips__wrap label {
  transition: all 0.3s ease-in;
  row-gap: 0.5em;
  padding: 0.5em;
}
#page_operator .main .slips__wrap label:has(input:checked) {
  color: #000;
  background: #c2fffe;
  box-shadow: inset 1px 1px 6px #333;
}
#page_operator .main .slips__wrap .slip_elem {
  width: 23vw;
  height: 14vh;
  border: 1px solid #555;
}
#page_operator footer .btn__wrap a,
#page_operator footer .btn__wrap button {
  display: block;
  height: 10vh;
  box-shadow: 1px 1px 4px #333;
}

/* 769～1200 */
body.page_sales_management:has(.__unit_price) .y-c.mb10:has(#termination_flag) {
  display: none !important;
}
body:has(.__unit_price) #termination_flag_checkbox, body:has(.__vehicle) #termination_flag_checkbox {
  display: none !important;
}

.affair_name {
  padding: 1%;
}

/* ================  head_task_menu  ==================== */
.sec_head {
  padding: 0 0.5em;
}

.head_task_menu {
  width: 100%;
  box-sizing: border-box;
}
.head_task_menu label {
  position: relative;
  background-color: #cecece;
  order: -1;
  text-align: center;
  cursor: pointer;
  justify-content: center;
  width: 7em;
  line-height: 1.4;
  padding: 0.8em 0;
  margin-right: 0.5em;
  font-size: clamp(12px, 1vw, 20px);
  border-top-right-radius: 0.5em;
  border-top-left-radius: 0.5em;
  box-shadow: 2px -2px 2px #d5d5d5;
}
.head_task_menu label input[type=radio] {
  display: none;
}
.head_task_menu label ul {
  display: none;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: 44em;
  background-color: #fdfdfd;
  color: #333;
  padding: 2em;
  border-top-right-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
  transition: all 0.6s linear;
}
.head_task_menu label ul li {
  text-align: left;
  width: 20em;
  transition: all 0.3s;
  padding: 1em 0;
  transition: all 0.6s linear;
  display: flex;
  align-items: center;
}
.head_task_menu label ul li span {
  display: block;
  position: relative;
}
.head_task_menu label ul li span::after {
  color: #000 !important;
  width: -moz-max-content;
  width: max-content;
  font-size: 0.75em;
  padding: 0.125em 0.35em;
  border: 1px solid;
  border-radius: 3em;
  position: absolute;
  left: calc(100% + 0.5em);
  top: 50%;
  translate: 0 -50%;
}
.head_task_menu label ul li span a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  position: relative;
  text-align: left;
}
.head_task_menu label ul li span.is__closed, .head_task_menu label ul li span.is__unstarted, .head_task_menu label ul li span.is__developing {
  opacity: 0.2;
}
.head_task_menu label ul li span.is__closed a {
  text-decoration: line-through;
  text-decoration-thickness: 2px;
  pointer-events: none;
  cursor: no-drop;
}
.head_task_menu label ul li span.is__unstarted::after {
  content: "未着手";
  background-color: rgba(255, 68, 0, 0.1);
  border-color: orangered;
}
.head_task_menu label ul li span.is__developing::after {
  content: "開発/調整中";
  background-color: rgba(230, 0, 255, 0.1);
  border-color: rgb(230, 0, 255);
}
.head_task_menu label ul li span.is__unchecked::after {
  content: "検証前";
  background-color: rgba(255, 166, 0, 0.1);
  border-color: orange;
}
.head_task_menu label ul li span.is__checking::after {
  content: "検証中";
  background-color: rgba(102, 255, 47, 0.1);
  border-color: rgb(102, 255, 47);
}
.head_task_menu label ul li span.is__completed::after {
  content: "開発完了";
  background-color: rgba(0, 106, 255, 0.1411764706);
  border-color: #006bff;
}
.head_task_menu label:has(:checked) {
  background-color: #fdfdfd;
  color: #222;
}
.head_task_menu label:has(:checked) ul {
  display: flex;
  flex-wrap: wrap;
  transition: all 0.3s linear;
}
.head_task_menu label:nth-last-of-type(1) ul, .head_task_menu label:nth-last-of-type(2) ul, .head_task_menu label:nth-last-of-type(3) ul, .head_task_menu label:nth-last-of-type(4) ul, .head_task_menu label:nth-last-of-type(5) ul {
  left: unset;
  right: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0.5em;
  border-bottom-right-radius: 0.5em;
  border-bottom-left-radius: 0.5em;
}
.head_task_menu label:nth-last-of-type(3) ul {
  width: 20em;
}
.head_task_menu label:nth-last-of-type(2) ul {
  width: 20em;
}
.head_task_menu label:nth-last-of-type(1) ul {
  width: clamp(49em, 100vw, 72em);
  max-width: 49em;
}
.head_task_menu label:nth-last-of-type(1) ul li {
  width: 15em;
}
.head_task_menu label > ul label input[type=radio]:checked + li > ul .activated {
  top: 99%;
  left: -1px;
}
.head_task_menu label {
  animation: flashing 1.5s linear infinite !important;
  color: #fff;
}

/* ================  main-content  ==================== */
.bg-light {
  padding: 1em 0.75em;
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px #c5c5c5;
}
.bg-light.has-border .box-label {
  background: linear-gradient(to bottom, transparent 40%, rgba(255, 255, 255, 0.5) 40.1%);
}

.has_bottom_separator {
  padding-bottom: 0.5rem;
  margin-bottom: 0.5em;
  border-bottom: solid 2px rgba(0, 0, 0, 0.0784313725);
}

.scroll {
  overflow-x: scroll;
}

/* ================  main-content  ==================== */
.slash_lock_cell {
  position: relative;
}
.slash_lock_cell .slash {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: 80%;
  background: #dcdcdc;
  border-radius: 0.125em;
  box-shadow: 0 0 0.0125em #000;
  pointer-events: none;
  z-index: 2;
}
.slash_lock_cell .slash::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(95% 0, 100% 0, 5% 100%, 0 100%);
  background: #8f8f8f;
}
.slash_lock_cell input:not(:disabled) + .slash {
  display: none;
}

.elem_selector__wrap.__wrapping {
  padding: 1.5em 0 0;
  max-height: 50vh;
  overflow-y: scroll;
  box-shadow: inset 2px 2px 4px #bbb;
}
.elem_selector__wrap.__wrapping .customer_name {
  font-size: 1.2em;
  width: 85%;
  display: block;
  margin: auto;
  text-shadow: 1px 1px 6px #333;
  color: #fff;
}
.elem_selector__wrap.__wrapping .btn-wrapper {
  position: sticky;
  bottom: 0;
  backdrop-filter: blur(2px);
  background: rgba(231, 231, 231, 0.4901960784);
}

.elem_selector {
  text-align: center;
  padding: 0.5em;
  width: 85%;
  margin: 1em auto;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  transition: all 0.6s ease-in-out;
}
.elem_selector:has(:checked) {
  background-color: #8f8e8e;
  text-shadow: 1px 1px 6px #333;
  box-shadow: inset 1px 1px 6px #222;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.elem_selector input {
  display: none;
}

.vehicle_lend_case,
.vehicle_lend_customer,
.vehicle_borrow_customer {
  width: 100%;
}

.vehicle_borrow_customer {
  padding: 0.75em 0.5em 0.5em 1em;
  min-height: 7.575em;
}
.vehicle_borrow_customer #vcListWrapper {
  max-height: 10em;
  overflow: auto;
  width: 100%;
}

.uneditable {
  opacity: 0.3;
  pointer-events: none;
}
.uneditable * {
  filter: grayscale(1);
}

button#addRowBtn._sm {
  position: absolute;
  width: 5em;
  height: 2em;
  left: 0.75em;
  bottom: 1.55em;
  justify-content: center;
  align-items: center;
  border-radius: 0.5em;
  box-shadow: 3px 3px 6px #c5c5c5, -3px -3px 6px #ffffff;
}

.elem_selector__wrap.__wrapping {
  padding: 1.5em 0 0;
  max-height: 50vh;
  overflow-y: scroll;
  box-shadow: inset 2px 2px 4px #bbb;
}

.drop-down {
  padding: 0;
  position: relative;
}
.drop-down.f-1 {
  margin-right: 0;
}
.drop-down::after {
  position: absolute;
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-right: 1px solid #555;
  border-bottom: 1px solid #555;
  top: 50%;
  right: 0.55em;
  transform: rotate(45deg) translate(-50%, -50%);
  pointer-events: none;
}
.drop-down select {
  padding-right: 1.5em;
  margin: 0;
  box-shadow: inset 2px 2px 1px #fff, inset -2px -2px 1px #c3c3c3;
  border: 1px solid rgba(0, 0, 0, 0.1607843137);
}

.no-arrow.drop-down select {
  padding-right: unset;
}
.no-arrow.drop-down::after {
  content: unset;
}

h2 {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.3%;
}

.form-field__label {
  width: 5rem;
}

.notification-block {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 2;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4156862745);
  z-index: 999;
}
.notification-block .__inner {
  position: relative;
  width: clamp(320px, 45vw, 30em);
  max-height: 80%;
  background: #b3b3b3;
  color: #76ff2e;
  padding: 2em 2em 5em;
  overflow-x: hidden;
  overflow-y: scroll;
  text-shadow: 1px 1px 3px #000, 1px 1px 3px #000;
  border: 1px solid #000;
  box-shadow: 2px 2px 8px #fff;
}
.notification-block input[type=checkbox] {
  display: none;
}
.notification-block .notification-block__title {
  margin-bottom: 0.75em;
  font-size: 1.05em;
  font-weight: bold;
}
.notification-block .notification-block__body {
  color: inherit;
}
.notification-block label {
  position: absolute;
  right: 1em;
  bottom: 1em;
  padding: 0.5em 1em;
  cursor: pointer;
  border-radius: 0.5em;
  border: solid 1px #19fd9a;
  box-shadow: 1px 1px 3px #333;
}
.notification-block label:hover {
  transition: all ease-in-out 0.2s;
  color: #000;
  border: none;
  background: #19fd9a;
  box-shadow: inset 1px 1px 3px #333;
  text-shadow: none;
  font-weight: bold;
}
.notification-block:has(:checked) {
  display: none;
}
.notification-block.is-explanation .__inner {
  width: clamp(25rem, 50vw, 50rem);
  background: #777;
}

#runtime_validation_notice {
  position: absolute;
  z-index: 10001;
  display: none;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(20, 20, 20, 0.92);
  color: #fff;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
  font-size: 13px;
  line-height: 1.5;
  pointer-events: auto;
  width: -moz-max-content;
  width: max-content;
  min-width: 18ch;
  max-width: min(52ch, 100vw - 24px);
}
#runtime_validation_notice .runtime_validation_notice__message {
  flex: 1 1 auto;
  overflow-wrap: anywhere;
}
#runtime_validation_notice .runtime_validation_notice__close {
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  padding: 0;
}

select {
  background-color: #e7e7e7;
}

.int,
.year,
.month,
.date,
.time {
  text-align: center !important;
}

.decimal,
.rate,
.quantity,
.price {
  justify-content: flex-end !important;
  text-align: right !important;
  padding-right: 0.25em !important;
}
.decimal *,
.rate *,
.quantity *,
.price * {
  justify-content: flex-end !important;
  text-align: right !important;
}

.txt_clip,
.txt_clip * {
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: auto hidden;
  justify-content: flex-start;
  padding-left: 0.25em !important;
  font-size: 0.75em !important;
  scrollbar-width: none;
}
.txt_clip::-webkit-scrollbar,
.txt_clip *::-webkit-scrollbar {
  display: none;
}

[data-readonly="1"] {
  box-shadow: none !important;
  pointer-events: none !important;
}

.bg-green,
.bg-sky {
  box-shadow: none !important;
  filter: grayscale(0) !important;
  opacity: 1 !important;
}

.bg-green {
  background-color: rgb(0, 255, 0) !important;
}

.bg-sky {
  background-color: rgb(0, 255, 255) !important;
}

input[readonly=readonly],
.readonly,
.is-readonly {
  pointer-events: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0;
  margin: 0 !important;
}
input[readonly=readonly].bg-green,
.readonly.bg-green,
.is-readonly.bg-green {
  padding-inline: 0.125rem !important;
}

table.is-bordered td input[type=checkbox] {
  width: 18px;
}

.btn_block {
  font-size: 0.75rem;
  width: 5em;
  height: 4.5em;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #000;
  font-weight: lighter;
  border-radius: 1em;
  background: #e8e8e8;
  border: 1px solid #e8e8e8;
  box-shadow: 6px 6px 12px #c5c5c5, -6px -6px 12px #ffffff;
  transition: all 0.3s ease-in-out;
}
.btn_block a {
  color: #303030;
}
.btn_block button {
  font-size: 12px;
  width: 100%;
  height: 100%;
}
.btn_block:hover, .btn_block:active {
  color: #666;
  box-shadow: inset 4px 4px 12px #c5c5c5, inset -4px -4px 12px #ffffff;
  transition: all 0.1s;
}
.btn_block.off {
  font-weight: lighter;
  color: #afafaf;
  box-shadow: none;
  border: 1px solid #efefef;
  transition: all 0.3s;
}
.btn_block.off a {
  cursor: unset;
  color: #afafaf;
}
.btn_block.off a .btn_img {
  filter: opacity(0.2);
}
.btn_block .btn_img {
  width: 1.875em;
  margin: 0 auto 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn_block.search.md {
  margin-left: 1em;
  width: 3em;
  height: 3em;
  border-radius: 0.5em;
  box-shadow: 3px 3px 6px #c5c5c5, -3px -3px 6px #ffffff;
}
.btn_block.__add {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding: 0.125em 0.5em;
  border-radius: 0.25em;
  box-shadow: 3px 3px 6px #c5c5c5, -3px -3px 6px #ffffff;
}
.btn_block.__add button {
  font-size: 0.9em;
}
.btn_block.__add span {
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 0.8em;
  border: 1px solid #555;
  margin-right: 0.5em;
  border-radius: 50%;
}

.caution {
  color: #fa647c;
  font-size: 0.9em;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

*.show {
  display: block !important;
  filter: unset !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}

.hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}

.__is_vanished {
  display: none !important;
}

.divider {
  width: 100%;
  height: 1px;
  background: #555;
}
.divider.__v {
  width: 1px;
  height: 100%;
}

/* ================  pages  ==================== */
#depositCorrectionInput ul.status__wrap {
  font-size: 0.9rem;
  width: 6.5em;
  gap: 0.125em;
}
#depositCorrectionInput ul.status__wrap li {
  width: 6.5em;
  opacity: 0;
  letter-spacing: 0.1em;
  padding: 0.4em;
  background: orangered;
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-weight: normal;
}
#depositCorrectionInput .main-content__body.is_canceled ul.status__wrap li.is_canceled {
  opacity: 1;
}

#salesUnitPriceDialog .salesUnitPriceDialog__inner {
  background: #fff;
  padding: 1em 1.5em;
  min-width: 25rem;
  max-width: 420px;
  line-height: 1.25;
}
#salesUnitPriceDialog .salesUnitPriceDialog__inner p {
  margin: 0 0 2em 0;
}
#salesUnitPriceDialog .salesUnitPriceDialog__inner .btn__wrap {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
#salesUnitPriceDialog .salesUnitPriceDialog__inner .btn__wrap button {
  border-radius: 0.25em;
  padding: 0.125em 1em;
  border: solid 1px #aaa;
}
#salesUnitPriceDialog .salesUnitPriceDialog__inner .btn__wrap button[data-choice=yes] {
  background: #5aa0ff;
  color: #fff;
}

.notice {
  position: relative;
  font-size: 0.9em;
  padding-top: 0.5em;
}
.notice::before {
  content: "⚠";
  font-size: 1em;
  padding-right: 0.25em;
}

.last-updated-block {
  height: -moz-max-content;
  height: max-content;
  padding: 0.5em;
  background: rgb(255, 255, 174);
  color: #000;
  line-height: 1.5;
  display: flex;
  gap: 1em;
}
.last-updated-block .value {
  min-width: 9em;
}

ul.status__wrap {
  font-size: 0.9rem;
  gap: 0.125em;
}
ul.status__wrap li {
  width: 6.5em;
  opacity: 0;
  letter-spacing: 0.1em;
  padding: 0.4em;
  background: orangered;
  color: #fff;
  text-align: center;
  text-shadow: none;
  font-weight: normal;
}

.transparent {
  opacity: 0;
}

.main-content#shipping_report table.product-category thead,
.main-content#shipping_report table.product-supplier-category thead {
  margin-bottom: 0 !important;
}
.main-content#shipping_report table.product-category tbody tr td,
.main-content#shipping_report table.product-supplier-category tbody tr td {
  height: 1.5rem;
}
.main-content#shipping_report .registration_loop__wrap {
  max-height: unset;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(1),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(1),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(1),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(1) {
  width: 3rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(2),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(2),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(2),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(2) {
  width: 12.5rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(3),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(3),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(3),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(3) {
  width: 11rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(3) .drop-down select,
.main-content#shipping_report table.product-category thead tr td:nth-of-type(3) .drop-down select,
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(3) .drop-down select,
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(3) .drop-down select {
  font-size: 0.9em;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(4),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(4),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(4),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(4) {
  width: 4rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(5), .main-content#shipping_report table.product-category thead tr th:nth-of-type(6), .main-content#shipping_report table.product-category thead tr th:nth-of-type(7),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(5),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(6),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(7),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(5),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(6),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(7),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(5),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(6),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(7) {
  width: 2.5rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(5):has(input[type=checkbox]), .main-content#shipping_report table.product-category thead tr th:nth-of-type(6):has(input[type=checkbox]), .main-content#shipping_report table.product-category thead tr th:nth-of-type(7):has(input[type=checkbox]),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(5):has(input[type=checkbox]),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(6):has(input[type=checkbox]),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(7):has(input[type=checkbox]),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(5):has(input[type=checkbox]),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(6):has(input[type=checkbox]),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(7):has(input[type=checkbox]),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(5):has(input[type=checkbox]),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(6):has(input[type=checkbox]),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(7):has(input[type=checkbox]) {
  padding: 0.25em;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(8),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(8),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(8),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(8) {
  width: 3rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-of-type(n + 9),
.main-content#shipping_report table.product-category thead tr td:nth-of-type(n + 9),
.main-content#shipping_report table.product-category tbody tr th:nth-of-type(n + 9),
.main-content#shipping_report table.product-category tbody tr td:nth-of-type(n + 9) {
  width: 2.5rem;
}
.main-content#shipping_report table.product-category thead tr th:nth-last-of-type(1),
.main-content#shipping_report table.product-category thead tr td:nth-last-of-type(1),
.main-content#shipping_report table.product-category tbody tr th:nth-last-of-type(1),
.main-content#shipping_report table.product-category tbody tr td:nth-last-of-type(1) {
  width: 2rem;
}
.main-content#shipping_report table.product-category thead tr th,
.main-content#shipping_report table.product-category tbody tr th {
  font-size: 0.75em;
  line-height: 1.2;
}
.main-content#shipping_report table.product-category thead tr td input[type=checkbox],
.main-content#shipping_report table.product-category tbody tr td input[type=checkbox] {
  width: 100% !important;
  height: 1.5em !important;
}
.main-content#shipping_report table.product-category thead tr td input[type=text],
.main-content#shipping_report table.product-category tbody tr td input[type=text] {
  height: 100% !important;
  margin: 0;
}
.main-content#shipping_report table.product-category thead tr td .drop-down,
.main-content#shipping_report table.product-category tbody tr td .drop-down {
  width: 100%;
}
.main-content#shipping_report table.product-category thead tr td button img,
.main-content#shipping_report table.product-category tbody tr td button img {
  width: auto;
  height: 100%;
}
.main-content#shipping_report table.product-category thead tr:first-child th[colspan] {
  min-width: 6rem;
}
.main-content#shipping_report table.product-category thead tr:nth-child(2) th {
  width: 3rem;
}
.main-content#shipping_report .table-wrapper {
  width: 25rem;
  overflow-x: scroll;
  overflow-y: visible;
}
.main-content#shipping_report table.product-supplier-category {
  width: 30rem;
}
.main-content#shipping_report table.product-supplier-category thead tr th,
.main-content#shipping_report table.product-supplier-category thead tr td,
.main-content#shipping_report table.product-supplier-category tbody tr th,
.main-content#shipping_report table.product-supplier-category tbody tr td {
  width: 12rem;
}
.main-content#shipping_report table.product-supplier-category thead tr th div,
.main-content#shipping_report table.product-supplier-category tbody tr th div {
  width: 100%;
}
.main-content#shipping_report table.product-supplier-category thead tr th .supplier-name,
.main-content#shipping_report table.product-supplier-category tbody tr th .supplier-name {
  font-size: 0.75em;
}
.main-content#shipping_report table.product-supplier-category thead tr th span,
.main-content#shipping_report table.product-supplier-category tbody tr th span {
  font-size: 0.65em;
  text-align: left;
  padding-inline: 0.25em;
}
.main-content#shipping_report table.product-supplier-category thead tr .supplier-category,
.main-content#shipping_report table.product-supplier-category tbody tr .supplier-category {
  width: 10rem;
}
.main-content#shipping_report table.product-supplier-category thead tr .supplier-order,
.main-content#shipping_report table.product-supplier-category tbody tr .supplier-order {
  width: 2.5rem;
}

.main-content#salesFareRegistration ul.status__wrap {
  width: 19.75em;
}
.main-content#salesFareRegistration ul.status__wrap li {
  width: 6.5em;
}
.main-content#salesFareRegistration .main-content__body .form-section__left .form-field__control {
  flex: 1;
}
.main-content#salesFareRegistration .main-content__body.is_canceled ul.status__wrap li.is_canceled {
  opacity: 1;
}
.main-content#salesFareRegistration .main-content__body.is_regular_fare_use ul.status__wrap li.is_regular_fare_use {
  opacity: 1;
}
.main-content#salesFareRegistration .main-content__body.sales_determined ul.status__wrap li.sales_determined {
  opacity: 1;
}
.main-content#salesFareRegistration .main-content__body.fare_determined ul.status__wrap li.fare_determined {
  opacity: 1;
}
.main-content#salesFareRegistration .main-content__body.purchase_determined ul.status__wrap li.purchase_determined {
  opacity: 1;
}
.main-content#salesFareRegistration .main-content__body .body_upper .form-section__right .form-field__label {
  width: 4.5em;
}
.main-content#salesFareRegistration .slip_remark {
  align-self: flex-start;
  line-height: 27px;
}

div.readonly, div.is-locked, div[data-entity-group=carrier]:has(input[disabled]),
tr.readonly,
tr.is-locked,
tr[data-entity-group=carrier]:has(input[disabled]) {
  pointer-events: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.5 !important;
  filter: brightness(0.9) !important;
}

#fare_row [name=t_vehicle],
#purchase_row [name=t_vehicle] {
  display: none !important;
}

.main-content#unit_price_bulk_update .main-content__body .form-section__header .form-field__label,
.main-content#unit_price_bulk_update .main-content__body .form-section__left .form-field__label,
.main-content#unit_price_bulk_update .main-content__body .form-section__center .form-field__label {
  width: 5rem;
}
.main-content#unit_price_bulk_update .main-content__body .form-section__center .form-field__label {
  width: 4.5rem;
}
.main-content#unit_price_bulk_update .main-content__body .form-section__center + .form-section__center .form-field__label {
  width: 6.25rem;
}
.main-content#unit_price_bulk_update table thead {
  padding: 0 0.5em 0.125em;
}
.main-content#unit_price_bulk_update table thead tr[data-negative-spread-row=true],
.main-content#unit_price_bulk_update table tbody tr[data-negative-spread-row=true] {
  position: relative;
}
.main-content#unit_price_bulk_update table thead tr[data-negative-spread-row=true]::before,
.main-content#unit_price_bulk_update table tbody tr[data-negative-spread-row=true]::before {
  content: "逆";
  position: absolute;
  font-size: 0.75em;
  left: 56.8rem;
  color: #fff;
  background: red;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.125rem;
  height: 1.125rem;
  z-index: 2;
  border-radius: 2em;
  border: solid 1px red;
}
.main-content#unit_price_bulk_update table thead tr[data-negative-spread-row=true]::after,
.main-content#unit_price_bulk_update table tbody tr[data-negative-spread-row=true]::after {
  content: "";
  background-color: rgba(255, 68, 0, 0.2);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.main-content#unit_price_bulk_update table thead tr th,
.main-content#unit_price_bulk_update table thead tr td,
.main-content#unit_price_bulk_update table tbody tr th,
.main-content#unit_price_bulk_update table tbody tr td {
  font-size: 0.75em;
  width: 2rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(1),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(1),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(1),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(1) {
  width: 2rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(2),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(2),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(2),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(2) {
  width: 2.75rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(3),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(3),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(3),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(3) {
  width: 5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(4),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(4),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(4),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(4) {
  width: 5.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(5),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(5),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(5),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(5) {
  width: 5.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(6),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(6),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(6),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(6) {
  width: 6.25rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(7),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(7),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(7),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(7) {
  width: 1.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(8),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(8),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(8),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(8) {
  width: 5.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(9),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(9),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(9),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(9) {
  width: 3.75rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(10),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(10),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(10),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(10) {
  width: 4rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(11),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(11),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(11),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(11) {
  width: 2.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(12), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(16), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(20),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(12),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(16),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(20),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(12),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(16),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(20),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(12),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(16),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(20) {
  width: 4.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(13), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(17), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(21),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(13),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(17),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(21),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(13),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(17),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(21),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(13),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(17),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(21) {
  width: 3.5rem;
  padding: 0;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(13) .drop-down, .main-content#unit_price_bulk_update table thead tr th:nth-of-type(17) .drop-down, .main-content#unit_price_bulk_update table thead tr th:nth-of-type(21) .drop-down,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(13) .drop-down,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(17) .drop-down,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(21) .drop-down,
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(13) .drop-down,
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(17) .drop-down,
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(21) .drop-down,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(13) .drop-down,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(17) .drop-down,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(21) .drop-down {
  width: 3.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(13) .drop-down select, .main-content#unit_price_bulk_update table thead tr th:nth-of-type(17) .drop-down select, .main-content#unit_price_bulk_update table thead tr th:nth-of-type(21) .drop-down select,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(13) .drop-down select,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(17) .drop-down select,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(21) .drop-down select,
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(13) .drop-down select,
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(17) .drop-down select,
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(21) .drop-down select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(13) .drop-down select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(17) .drop-down select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(21) .drop-down select {
  font-size: 1em;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(14), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(18), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(22),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(14),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(18),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(22),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(14),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(18),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(22),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(14),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(18),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(22) {
  width: 4.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(15), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(19), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(23),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(15),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(19),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(23),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(15),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(19),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(23),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(15),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(19),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(23) {
  width: 5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(24),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(24),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(24),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(24) {
  width: 6.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(25),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(25),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(25),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(25) {
  width: 4.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(26), .main-content#unit_price_bulk_update table thead tr th:nth-of-type(27),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(26),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(27),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(26),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(27),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(26),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(27) {
  width: 2.5rem;
}
.main-content#unit_price_bulk_update table thead tr th:nth-of-type(28),
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(28),
.main-content#unit_price_bulk_update table tbody tr th:nth-of-type(28),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(28) {
  width: 2.75rem;
}
.main-content#unit_price_bulk_update table thead tr th,
.main-content#unit_price_bulk_update table tbody tr th {
  text-align: center !important;
}
.main-content#unit_price_bulk_update table thead tr td,
.main-content#unit_price_bulk_update table tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-content#unit_price_bulk_update table thead tr td.is-calculated-preview,
.main-content#unit_price_bulk_update table tbody tr td.is-calculated-preview {
  color: #c00 !important;
  font-weight: 700;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(1),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.main-content#unit_price_bulk_update table thead tr td:has(p),
.main-content#unit_price_bulk_update table tbody tr td:has(p) {
  padding: 0 0.125em;
}
.main-content#unit_price_bulk_update table thead tr td:has(p) p,
.main-content#unit_price_bulk_update table tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 174) !important;
}
.main-content#unit_price_bulk_update table thead tr td select,
.main-content#unit_price_bulk_update table tbody tr td select {
  font-size: 0.75em;
  background-color: transparent;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(n + 2):nth-of-type(-n + 11), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(13), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(15),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(n + 2):nth-of-type(-n + 11),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(13),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(15) {
  background-color: rgb(255, 255, 174);
  box-shadow: none !important;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(n + 2):nth-of-type(-n + 11) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(n + 2):nth-of-type(-n + 11) select, .main-content#unit_price_bulk_update table thead tr td:nth-of-type(13) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(13) select, .main-content#unit_price_bulk_update table thead tr td:nth-of-type(15) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(15) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(n + 2):nth-of-type(-n + 11) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(n + 2):nth-of-type(-n + 11) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(13) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(13) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(15) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(15) select {
  background-color: rgb(255, 255, 174);
  box-shadow: none !important;
  opacity: 1;
  filter: none;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(17), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(19),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(17),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(19) {
  background-color: rgb(187, 255, 255);
  box-shadow: none !important;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(17) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(17) select, .main-content#unit_price_bulk_update table thead tr td:nth-of-type(19) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(19) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(17) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(17) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(19) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(19) select {
  background-color: rgb(187, 255, 255);
  box-shadow: none !important;
  opacity: 1;
  filter: none;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(21), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(23), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(24),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(21),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(23),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(24) {
  background-color: rgb(194, 255, 194);
  box-shadow: none !important;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(21) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(21) select, .main-content#unit_price_bulk_update table thead tr td:nth-of-type(23) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(23) select, .main-content#unit_price_bulk_update table thead tr td:nth-of-type(24) input,
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(24) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(21) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(21) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(23) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(23) select,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(24) input,
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(24) select {
  background-color: rgb(194, 255, 194);
  box-shadow: none !important;
  opacity: 1;
  filter: none;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(24),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(24) {
  justify-content: flex-start;
  white-space: nowrap;
  overflow: hidden;
  padding-left: 0.25em;
}
.main-content#unit_price_bulk_update table thead tr td:nth-of-type(25), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(26), .main-content#unit_price_bulk_update table thead tr td:nth-of-type(27),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(25),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(26),
.main-content#unit_price_bulk_update table tbody tr td:nth-of-type(27) {
  color: orangered;
}
.main-content#unit_price_bulk_update table thead tr td .product-remark-cell__content,
.main-content#unit_price_bulk_update table tbody tr td .product-remark-cell__content {
  position: relative;
  overflow: visible;
  padding: 0 !important;
  height: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.main-content#unit_price_bulk_update table thead tr td .product-remark-cell__content .product_remark,
.main-content#unit_price_bulk_update table tbody tr td .product-remark-cell__content .product_remark {
  position: absolute;
  font-size: 1em !important;
  color: red;
  border: solid 1px red;
  width: 1.5em;
  height: 1.5em;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
  background-color: rgb(255, 255, 174);
}
.main-content#unit_price_bulk_update table thead tr td .product-remark-cell__label,
.main-content#unit_price_bulk_update table tbody tr td .product-remark-cell__label {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main-content#unit_price_bulk_update table thead tr td .billing-exclusion-cell__content,
.main-content#unit_price_bulk_update table tbody tr td .billing-exclusion-cell__content {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.125rem;
  min-width: 100%;
}
.main-content#unit_price_bulk_update table thead tr td .billing-exclusion-flag,
.main-content#unit_price_bulk_update table tbody tr td .billing-exclusion-flag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 1em;
}
.main-content#unit_price_bulk_update table thead tr td .slip_remark,
.main-content#unit_price_bulk_update table tbody tr td .slip_remark {
  font-size: 0.95em;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  border: 1px solid #000;
  border-radius: 0.25em;
  line-height: 1;
  color: #000;
  border: solid 1px #000;
  cursor: help;
}
.main-content#unit_price_bulk_update table thead tr td input,
.main-content#unit_price_bulk_update table tbody tr td input {
  font-size: 1em !important;
}
.main-content#unit_price_bulk_update table thead tr td input.is-calculated-preview,
.main-content#unit_price_bulk_update table tbody tr td input.is-calculated-preview {
  color: #c00 !important;
  font-weight: 700;
}
.main-content#unit_price_bulk_update table thead tr td select.is-calculated-preview,
.main-content#unit_price_bulk_update table tbody tr td select.is-calculated-preview {
  color: #c00 !important;
  font-weight: 700;
}
.main-content#unit_price_bulk_update table thead tr td a,
.main-content#unit_price_bulk_update table tbody tr td a {
  color: rgb(0, 110, 255);
}
.main-content#unit_price_bulk_update table thead tr.is-canceled *,
.main-content#unit_price_bulk_update table tbody tr.is-canceled * {
  background-color: #000 !important;
  color: #fff !important;
  opacity: 1;
}
.main-content#unit_price_bulk_update table thead tr.deficit_slip td:nth-of-type(12), .main-content#unit_price_bulk_update table thead tr.deficit_slip td:nth-of-type(14), .main-content#unit_price_bulk_update table thead tr.deficit_slip td:nth-of-type(16), .main-content#unit_price_bulk_update table thead tr.deficit_slip td:nth-of-type(18), .main-content#unit_price_bulk_update table thead tr.deficit_slip td:nth-of-type(20), .main-content#unit_price_bulk_update table thead tr.deficit_slip td:nth-of-type(22),
.main-content#unit_price_bulk_update table tbody tr.deficit_slip td:nth-of-type(12),
.main-content#unit_price_bulk_update table tbody tr.deficit_slip td:nth-of-type(14),
.main-content#unit_price_bulk_update table tbody tr.deficit_slip td:nth-of-type(16),
.main-content#unit_price_bulk_update table tbody tr.deficit_slip td:nth-of-type(18),
.main-content#unit_price_bulk_update table tbody tr.deficit_slip td:nth-of-type(20),
.main-content#unit_price_bulk_update table tbody tr.deficit_slip td:nth-of-type(22) {
  background-color: #add8e6 !important;
}
.main-content#unit_price_bulk_update table thead tr.finalized_sales td:nth-of-type(12), .main-content#unit_price_bulk_update table thead tr.finalized_sales td:nth-of-type(14),
.main-content#unit_price_bulk_update table tbody tr.finalized_sales td:nth-of-type(12),
.main-content#unit_price_bulk_update table tbody tr.finalized_sales td:nth-of-type(14) {
  filter: brightness(0.5);
}
.main-content#unit_price_bulk_update table thead tr.finalized_fare td:nth-of-type(16), .main-content#unit_price_bulk_update table thead tr.finalized_fare td:nth-of-type(18),
.main-content#unit_price_bulk_update table tbody tr.finalized_fare td:nth-of-type(16),
.main-content#unit_price_bulk_update table tbody tr.finalized_fare td:nth-of-type(18) {
  filter: brightness(0.5);
}
.main-content#unit_price_bulk_update table thead tr.finalized_purchase td:nth-of-type(20), .main-content#unit_price_bulk_update table thead tr.finalized_purchase td:nth-of-type(22),
.main-content#unit_price_bulk_update table tbody tr.finalized_purchase td:nth-of-type(20),
.main-content#unit_price_bulk_update table tbody tr.finalized_purchase td:nth-of-type(22) {
  filter: brightness(0.5);
}
.main-content#unit_price_bulk_update table thead tr:nth-of-type(1) td,
.main-content#unit_price_bulk_update table tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.main-content#unit_price_bulk_update table tbody {
  height: 25.5rem;
}
.main-content#unit_price_bulk_update .js-billing-exclusion-cell.has-billing-exclusion-remark {
  cursor: help;
}
.main-content#unit_price_bulk_update .billing-exclusion-hover-popup {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  max-width: 18rem;
  padding: 0.45rem 0.6rem;
  border: 1px solid #d58b28;
  border-radius: 0.35rem;
  background-color: #fff6d6;
  box-shadow: 0 0.4rem 0.9rem rgba(0, 0, 0, 0.18);
  color: #333;
  font-size: 0.75rem;
  line-height: 1.45;
  white-space: pre-wrap;
  word-break: break-word;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.2rem);
  transition: opacity 0.12s ease, transform 0.12s ease, visibility 0.12s ease;
}
.main-content#unit_price_bulk_update .billing-exclusion-hover-popup.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.main-content#unit_price_bulk_update .unchecked-shipping-tab {
  position: fixed;
  top: 6rem;
  right: 0;
  z-index: 100;
  transform: translateX(100%);
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}
.main-content#unit_price_bulk_update .unchecked-shipping-tab.is-visible {
  transform: translateX(0);
}
.main-content#unit_price_bulk_update .unchecked-shipping-tab__button {
  writing-mode: vertical-rl;
  padding: 1em 0.5em;
  background: #3b82f6;
  color: #fff;
  border: none;
  border-radius: 0.5em 0 0 0.5em;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}
.main-content#unit_price_bulk_update .unchecked-shipping-tab__button:hover {
  background: #2563eb;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead {
  padding: 0 0.5em 0;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr th:nth-of-type(1),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(1),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr th:nth-of-type(1),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(1) {
  width: 1.5rem;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr th:nth-of-type(2),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(2),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr th:nth-of-type(2),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(2) {
  width: 3.5rem;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr th:nth-of-type(3),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(3),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr th:nth-of-type(3),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(3) {
  width: 9.75rem;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr th:nth-of-type(4),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(4),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr th:nth-of-type(4),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(4) {
  width: 3.5rem;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr th:nth-of-type(5),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(5),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr th:nth-of-type(5),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(5) {
  width: 6.5rem;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr th:nth-of-type(6),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(6),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr th:nth-of-type(6),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(6) {
  width: 2.25rem;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td,
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td {
  background-color: unset;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(3), .main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable thead tr td:nth-of-type(5),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(3),
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody tr td:nth-of-type(5) {
  justify-content: flex-start;
}
.main-content#unit_price_bulk_update .drawer-content table#drawerSpecificSlipTargetTable tbody {
  height: calc(100dvh - 12rem);
}

.main-content#unchecked_shipping_list .form-field__label {
  width: 4em;
}
.main-content#unchecked_shipping_list [data-entity-group=report_type] .form-field__label {
  width: 4em;
}
.main-content#unchecked_shipping_list .is-delivery-list {
  width: 100%;
}
.main-content#unchecked_shipping_list .is-delivery-list .search-results__body {
  height: 20em;
}
.main-content#unchecked_shipping_list .is-delivery-list thead {
  font-size: 0.75rem;
}
.main-content#unchecked_shipping_list .is-delivery-list th:nth-child(1),
.main-content#unchecked_shipping_list .is-delivery-list td:nth-child(1) {
  width: 1.5rem;
}
.main-content#unchecked_shipping_list .is-delivery-list th:nth-child(2),
.main-content#unchecked_shipping_list .is-delivery-list td:nth-child(2) {
  width: 4.5rem;
}
.main-content#unchecked_shipping_list .is-delivery-list th:nth-child(3),
.main-content#unchecked_shipping_list .is-delivery-list td:nth-child(3) {
  width: 12rem;
  justify-content: flex-start;
}
.main-content#unchecked_shipping_list .is-delivery-list th:nth-child(4),
.main-content#unchecked_shipping_list .is-delivery-list td:nth-child(4) {
  width: 3.5rem;
}
.main-content#unchecked_shipping_list .is-delivery-list th:nth-child(5),
.main-content#unchecked_shipping_list .is-delivery-list td:nth-child(5) {
  width: 15rem;
  justify-content: flex-start;
}
.main-content#unchecked_shipping_list .is-delivery-list th:nth-child(6),
.main-content#unchecked_shipping_list .is-delivery-list td:nth-child(6) {
  width: 2.5rem;
}
.main-content#unchecked_shipping_list .is-delivery-list.is-readonly {
  opacity: 0.5;
}

.main-content#undetermined_unit_price_list .form-field__label {
  width: 3.5em;
}

.main-content#sales_data_bulk_update button.txt_c:disabled,
.main-content#sales_data_bulk_update .txt_c.is-disabled {
  opacity: 0.45;
  cursor: not-allowed;
  filter: grayscale(0.4);
  pointer-events: none;
}
.main-content#sales_data_bulk_update table.search-results thead {
  padding: 0 0.5em 0.35em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th,
.main-content#sales_data_bulk_update table.search-results thead tr td,
.main-content#sales_data_bulk_update table.search-results tbody tr th,
.main-content#sales_data_bulk_update table.search-results tbody tr td {
  font-size: 0.75em;
  width: 2rem;
  overflow: hidden;
  white-space: nowrap;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(1),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(1),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(1),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(1) {
  width: 1.5rem;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(2),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(2),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(2),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(2) {
  width: 4em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(3),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(3),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(3),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(3) {
  width: 7em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(4),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(4),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(4),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(4) {
  width: 4.5em;
  justify-content: flex-end;
  padding-right: 0.35em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(5),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(5),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(5),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(5) {
  width: 3.5em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(6),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(6),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(6),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(6) {
  width: 7em;
  justify-content: flex-start;
  padding-left: 0.35em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(7),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(7),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(7),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(7) {
  width: 3.5em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(8),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(8),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(8),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(8) {
  width: 8em;
  justify-content: flex-start;
  padding-left: 0.35em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(9),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(9),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(9),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(9) {
  width: 5em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(10),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(10),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(10),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(10) {
  width: 3.5em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(11), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(13), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(18), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(24),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(11),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(13),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(18),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(24),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(11),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(13),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(18),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(24),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(11),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(13),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(18),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(24) {
  width: 2em;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(12), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(14), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(15), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(17), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(19), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(20), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(23), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(25), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(26),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(12),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(14),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(15),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(17),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(19),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(20),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(23),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(25),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(26),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(12),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(14),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(15),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(17),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(19),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(20),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(23),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(25),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(26),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(12),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(14),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(15),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(17),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(19),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(20),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(23),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(25),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(26) {
  width: 4.5rem;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(16), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(21), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(27),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(16),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(21),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(27),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(16),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(21),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(27),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(16),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(21),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(27) {
  width: 6.5rem;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(22),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(22),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(22),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(22) {
  width: 5rem;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(28), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(29), .main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(30),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(28),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(29),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(30),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(28),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(29),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(30),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(28),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(29),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(30) {
  width: 2.5rem;
}
.main-content#sales_data_bulk_update table.search-results thead tr th:nth-of-type(31),
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(31),
.main-content#sales_data_bulk_update table.search-results tbody tr th:nth-of-type(31),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(31) {
  width: 1.75rem;
}
.main-content#sales_data_bulk_update table.search-results thead tr th,
.main-content#sales_data_bulk_update table.search-results tbody tr th {
  text-align: center !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr td,
.main-content#sales_data_bulk_update table.search-results tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(1),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:has(p),
.main-content#sales_data_bulk_update table.search-results tbody tr td:has(p) {
  padding: 0 0.35em;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:has(p) p,
.main-content#sales_data_bulk_update table.search-results tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 174) !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(n + 5):nth-of-type(-n + 11),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(n + 5):nth-of-type(-n + 11) {
  background-color: rgb(194, 255, 194) !important;
  box-shadow: none !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(n + 17):nth-of-type(-n + 22),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(n + 17):nth-of-type(-n + 22) {
  background-color: rgb(187, 255, 255) !important;
  box-shadow: none !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(n + 23):nth-of-type(-n + 27),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(n + 23):nth-of-type(-n + 27) {
  background-color: rgb(255, 255, 174) !important;
  box-shadow: none !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(28), .main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(29), .main-content#sales_data_bulk_update table.search-results thead tr td:nth-of-type(30),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(28),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(29),
.main-content#sales_data_bulk_update table.search-results tbody tr td:nth-of-type(30) {
  color: orangered;
}
.main-content#sales_data_bulk_update table.search-results thead tr td.is-calculated-preview,
.main-content#sales_data_bulk_update table.search-results tbody tr td.is-calculated-preview {
  color: #c00 !important;
  font-weight: 700;
}
.main-content#sales_data_bulk_update table.search-results thead tr td input,
.main-content#sales_data_bulk_update table.search-results tbody tr td input {
  font-size: 1em !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr.canceled_slip *,
.main-content#sales_data_bulk_update table.search-results tbody tr.canceled_slip * {
  background-color: #ff0000 !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr.deficit_slip td:nth-of-type(10), .main-content#sales_data_bulk_update table.search-results thead tr.deficit_slip td:nth-of-type(12), .main-content#sales_data_bulk_update table.search-results thead tr.deficit_slip td:nth-of-type(14), .main-content#sales_data_bulk_update table.search-results thead tr.deficit_slip td:nth-of-type(16), .main-content#sales_data_bulk_update table.search-results thead tr.deficit_slip td:nth-of-type(18), .main-content#sales_data_bulk_update table.search-results thead tr.deficit_slip td:nth-of-type(20),
.main-content#sales_data_bulk_update table.search-results tbody tr.deficit_slip td:nth-of-type(10),
.main-content#sales_data_bulk_update table.search-results tbody tr.deficit_slip td:nth-of-type(12),
.main-content#sales_data_bulk_update table.search-results tbody tr.deficit_slip td:nth-of-type(14),
.main-content#sales_data_bulk_update table.search-results tbody tr.deficit_slip td:nth-of-type(16),
.main-content#sales_data_bulk_update table.search-results tbody tr.deficit_slip td:nth-of-type(18),
.main-content#sales_data_bulk_update table.search-results tbody tr.deficit_slip td:nth-of-type(20) {
  background-color: #add8e6 !important;
}
.main-content#sales_data_bulk_update table.search-results thead tr.finalized_sales td:nth-of-type(n + 12):nth-of-type(-n + 16), .main-content#sales_data_bulk_update table.search-results thead tr.finalized_fare td:nth-of-type(n + 17):nth-of-type(-n + 22), .main-content#sales_data_bulk_update table.search-results thead tr.finalized_purchase td:nth-of-type(n + 23):nth-of-type(-n + 27),
.main-content#sales_data_bulk_update table.search-results tbody tr.finalized_sales td:nth-of-type(n + 12):nth-of-type(-n + 16),
.main-content#sales_data_bulk_update table.search-results tbody tr.finalized_fare td:nth-of-type(n + 17):nth-of-type(-n + 22),
.main-content#sales_data_bulk_update table.search-results tbody tr.finalized_purchase td:nth-of-type(n + 23):nth-of-type(-n + 27) {
  filter: brightness(0.9);
  opacity: 0.5;
}
.main-content#sales_data_bulk_update table.search-results thead tr:nth-of-type(1) td,
.main-content#sales_data_bulk_update table.search-results tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.main-content#sales_data_bulk_update table.search-results tbody {
  height: 25.5rem;
}
.main-content#sales_data_bulk_update .main-content__footer {
  position: absolute;
  right: 2em;
  bottom: 1em;
  z-index: 2;
}
.main-content#sales_data_bulk_update #edit_field_container {
  display: flex;
  gap: 1em;
  align-items: flex-start;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  z-index: 3;
}
.main-content#sales_data_bulk_update #edit_field_container .price {
  width: 5.5em;
}
.main-content#sales_data_bulk_update #edit_field_container .edit-field-actions {
  display: flex;
  align-self: stretch;
  align-items: flex-end;
  padding-left: 0.5em;
}
.main-content#sales_data_bulk_update #edit_field_container table thead,
.main-content#sales_data_bulk_update #edit_field_container table tbody {
  padding-inline: 0.25em;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr th,
.main-content#sales_data_bulk_update #edit_field_container table thead tr td,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr th,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td {
  width: 2em;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr th:nth-of-type(1),
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:nth-of-type(1),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr th:nth-of-type(1),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:nth-of-type(1) {
  width: 3em;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr th:nth-of-type(2), .main-content#sales_data_bulk_update #edit_field_container table thead tr th:nth-of-type(3),
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:nth-of-type(2),
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:nth-of-type(3),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr th:nth-of-type(2),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr th:nth-of-type(3),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:nth-of-type(2),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:nth-of-type(3) {
  width: 5em;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr th,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr th {
  justify-content: center !important;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr td,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:nth-of-type(1),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:has(p),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:has(p) {
  padding: 0 0.35em;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:has(p) p,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 174) !important;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr td:nth-of-type(2),
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td:nth-of-type(2) {
  background-color: rgb(255, 255, 174) !important;
  box-shadow: none !important;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr td input,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr td input {
  font-size: 1em !important;
}
.main-content#sales_data_bulk_update #edit_field_container table thead tr:nth-of-type(1) td,
.main-content#sales_data_bulk_update #edit_field_container table tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.main-content#sales_data_bulk_update #edit_field_container table thead {
  padding-block: 0.25em 0.125em;
}
.main-content#sales_data_bulk_update #edit_field_container table tbody {
  padding-block: 0 0.125em;
}
.main-content#sales_data_bulk_update #edit_field_container table {
  margin: 0 0 0.25em 0;
  box-shadow: inset 0.125em 0.125em 0.25em rgba(0, 0, 0, 0.1);
}

.main-content#trading_list .form-section {
  width: 31rem;
}
.main-content#trading_list .form-field__label {
  width: 3.5em;
}
.main-content#trading_list .form-field__wrapper.wrap {
  gap: unset;
}
.main-content#trading_list .form-field__wrapper label {
  width: -moz-max-content;
  width: max-content;
}
.main-content#trading_list .customer-name {
  width: 18.5em;
}
.main-content#trading_list .is-delivery-list {
  width: 100%;
}
.main-content#trading_list .is-delivery-list .search-results__body {
  height: 13em;
}
.main-content#trading_list .is-delivery-list th:nth-child(1),
.main-content#trading_list .is-delivery-list td:nth-child(1) {
  width: 1.25rem;
}
.main-content#trading_list .is-delivery-list th:nth-child(2),
.main-content#trading_list .is-delivery-list td:nth-child(2) {
  width: 4rem;
}
.main-content#trading_list .is-delivery-list th:nth-child(3),
.main-content#trading_list .is-delivery-list td:nth-child(3) {
  width: 12rem;
  flex: 1;
  justify-content: flex-start;
}
.main-content#trading_list .is-delivery-list tr.has_termination_flag td {
  background-color: rgb(255, 193, 170);
}

.main-content#factory_domestic_sales .form-field__label {
  width: 4em;
}

.main-content#factory_sales .form-field__label {
  width: 4em;
}
.main-content#factory_sales .factory-selector-scroll {
  width: 100%;
  max-height: 16rem;
  overflow-y: auto;
  overflow-x: hidden;
}
.main-content#factory_sales .is-supplier-list {
  width: -moz-max-content;
  width: max-content;
}
.main-content#factory_sales .is-supplier-list th:nth-child(1),
.main-content#factory_sales .is-supplier-list td:nth-child(1) {
  width: 2.5rem;
  text-align: center;
}
.main-content#factory_sales .is-supplier-list th:nth-child(2),
.main-content#factory_sales .is-supplier-list td:nth-child(2) {
  width: 4.5rem;
  text-align: center;
}
.main-content#factory_sales .is-supplier-list th:nth-child(3),
.main-content#factory_sales .is-supplier-list td:nth-child(3) {
  text-align: left;
}

.main-content#export_sales_data .form-section {
  max-width: 45rem;
  overflow: hidden;
}
.main-content#export_sales_data .form-field__label {
  width: 4.125em;
}
.main-content#export_sales_data .conditions-wrapper table thead {
  padding-bottom: 0;
}
.main-content#export_sales_data .conditions-wrapper table th,
.main-content#export_sales_data .conditions-wrapper table td {
  font-weight: normal;
  height: 1.5rem !important;
  padding: 0;
}
.main-content#export_sales_data .conditions-wrapper table th:nth-of-type(2n),
.main-content#export_sales_data .conditions-wrapper table td:nth-of-type(2n) {
  width: 8rem;
}
.main-content#export_sales_data .conditions-wrapper table th:nth-of-type(2n + 1),
.main-content#export_sales_data .conditions-wrapper table td:nth-of-type(2n + 1) {
  width: 1.75rem;
}
.main-content#export_sales_data .conditions-wrapper table th:nth-of-type(2n + 1) select,
.main-content#export_sales_data .conditions-wrapper table td:nth-of-type(2n + 1) select {
  padding-inline: 0;
}
.main-content#export_sales_data .conditions-wrapper table th:nth-of-type(1),
.main-content#export_sales_data .conditions-wrapper table td:nth-of-type(1) {
  width: 6rem;
}
.main-content#export_sales_data .conditions-wrapper table th:nth-of-type(1) select,
.main-content#export_sales_data .conditions-wrapper table td:nth-of-type(1) select {
  padding-right: 1.5em;
}
.main-content#export_sales_data .conditions-wrapper table th .btn.for-search,
.main-content#export_sales_data .conditions-wrapper table td .btn.for-search {
  width: 1.5rem;
  height: 1.4rem;
  margin: 0;
}
.main-content#export_sales_data .conditions-wrapper .is-hidden {
  display: none;
}

.main-content#export_slip [data-entity-group=date-range] .form-field__label {
  line-height: 2;
  margin-top: -0.5em;
}

.main-content#depositCorrectionInput .form-field__label {
  width: 5em;
}
.main-content#depositCorrectionInput .form-section__header {
  align-items: flex-start;
}
.main-content#depositCorrectionInput ul.status__wrap {
  align-self: center;
  width: 19.75em;
}
.main-content#depositCorrectionInput ul.status__wrap li {
  width: 6.5em;
}
.main-content#depositCorrectionInput .main-content__body.is_deleted ul.status__wrap li.is_deleted {
  opacity: 1;
}
.main-content#depositCorrectionInput .main-content__body.done__monthly_updated ul.status__wrap li.done__monthly_updated {
  opacity: 1;
}

.main-content#deposit_check_list .form-field__label {
  width: 4.5em;
}
.main-content#deposit_check_list .form-section__header .form-field__control {
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

.main-content#credit_review .form-field__label {
  width: 5.5rem;
}

.main-content#credit_expensed .form-field__label {
  width: 5.5rem;
}

.main-content#invoice_check_and_issue .form-field__label {
  width: 3.5em;
}
.main-content#invoice_check_and_issue table.search-results thead {
  padding: 0 0.5em 0.125em;
}
.main-content#invoice_check_and_issue table.search-results thead tr th,
.main-content#invoice_check_and_issue table.search-results thead tr td,
.main-content#invoice_check_and_issue table.search-results tbody tr th,
.main-content#invoice_check_and_issue table.search-results tbody tr td {
  font-size: 0.85em;
  width: 2rem;
}
.main-content#invoice_check_and_issue table.search-results thead tr th:nth-of-type(1),
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(1),
.main-content#invoice_check_and_issue table.search-results tbody tr th:nth-of-type(1),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(1) {
  width: 1.5rem;
}
.main-content#invoice_check_and_issue table.search-results thead tr th:nth-of-type(2),
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(2),
.main-content#invoice_check_and_issue table.search-results tbody tr th:nth-of-type(2),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(2) {
  width: 4.5em;
}
.main-content#invoice_check_and_issue table.search-results thead tr th:nth-of-type(3),
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(3),
.main-content#invoice_check_and_issue table.search-results tbody tr th:nth-of-type(3),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(3) {
  width: 20em;
  justify-content: flex-start;
}
.main-content#invoice_check_and_issue table.search-results thead tr th:nth-of-type(4), .main-content#invoice_check_and_issue table.search-results thead tr th:nth-of-type(5), .main-content#invoice_check_and_issue table.search-results thead tr th:nth-of-type(6),
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(4),
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(5),
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(6),
.main-content#invoice_check_and_issue table.search-results tbody tr th:nth-of-type(4),
.main-content#invoice_check_and_issue table.search-results tbody tr th:nth-of-type(5),
.main-content#invoice_check_and_issue table.search-results tbody tr th:nth-of-type(6),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(4),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(5),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(6) {
  width: 8em;
  justify-content: flex-end;
  padding-right: 0.25em;
}
.main-content#invoice_check_and_issue table.search-results thead tr th,
.main-content#invoice_check_and_issue table.search-results tbody tr th {
  text-align: center !important;
  justify-content: center !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr td,
.main-content#invoice_check_and_issue table.search-results tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-content#invoice_check_and_issue table.search-results thead tr td:nth-of-type(1),
.main-content#invoice_check_and_issue table.search-results tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.main-content#invoice_check_and_issue table.search-results thead tr td:has(p),
.main-content#invoice_check_and_issue table.search-results tbody tr td:has(p) {
  padding: 0 0.35em;
}
.main-content#invoice_check_and_issue table.search-results thead tr td:has(p) p,
.main-content#invoice_check_and_issue table.search-results tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 174) !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr td input,
.main-content#invoice_check_and_issue table.search-results tbody tr td input {
  font-size: 1em !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr.has_unditermined_unit_price td,
.main-content#invoice_check_and_issue table.search-results tbody tr.has_unditermined_unit_price td {
  background-color: orangered !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr.has_unditermined_unit_price td input,
.main-content#invoice_check_and_issue table.search-results tbody tr.has_unditermined_unit_price td input {
  background-color: orangered !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr.has_default_unit_price td,
.main-content#invoice_check_and_issue table.search-results tbody tr.has_default_unit_price td {
  background-color: rgb(0, 255, 255) !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr.has_default_unit_price td input,
.main-content#invoice_check_and_issue table.search-results tbody tr.has_default_unit_price td input {
  background-color: rgb(0, 255, 255) !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr.has_negative_profit td,
.main-content#invoice_check_and_issue table.search-results tbody tr.has_negative_profit td {
  background-color: rgb(0, 255, 255) !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr.has_negative_profit td input,
.main-content#invoice_check_and_issue table.search-results tbody tr.has_negative_profit td input {
  background-color: rgb(0, 255, 255) !important;
}
.main-content#invoice_check_and_issue table.search-results thead tr:nth-of-type(1) td,
.main-content#invoice_check_and_issue table.search-results tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.main-content#invoice_check_and_issue table.search-results tbody {
  height: 25.5rem;
}

.invoice-message-tab {
  position: fixed;
  top: 6rem;
  right: 0;
  z-index: 100;
}
.invoice-message-tab__button {
  writing-mode: vertical-rl;
  padding: 1em 0.5em;
  background: #059669;
  color: #fff;
  border: none;
  border-radius: 0.5em 0 0 0.5em;
  cursor: pointer;
  font-weight: 700;
  font-size: 0.85rem;
  letter-spacing: 0.15em;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.15);
  transition: background 0.2s;
}
.invoice-message-tab__button:hover {
  background: #047857;
}

aside#invoiceMessageDrawer .drawer__panel {
  width: 46rem;
}
aside#invoiceMessageDrawer .msg-editor b, aside#invoiceMessageDrawer .msg-editor strong {
  font-weight: 700 !important;
}

.main-content#billing_finalization .form-section .form-field__label {
  width: 3.5em;
}
.main-content#billing_finalization .form-section .form-section__header .form-field__label {
  width: 5em;
}
.main-content#billing_finalization table.search-results thead {
  padding: 0 0.5em 0.125em;
}
.main-content#billing_finalization table.search-results thead tr th,
.main-content#billing_finalization table.search-results thead tr td,
.main-content#billing_finalization table.search-results tbody tr th,
.main-content#billing_finalization table.search-results tbody tr td {
  font-size: 0.85em;
  width: 2rem;
}
.main-content#billing_finalization table.search-results thead tr th:nth-of-type(1),
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(1),
.main-content#billing_finalization table.search-results tbody tr th:nth-of-type(1),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(1) {
  width: 1.5rem;
}
.main-content#billing_finalization table.search-results thead tr th:nth-of-type(2),
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(2),
.main-content#billing_finalization table.search-results tbody tr th:nth-of-type(2),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(2) {
  width: 4.5em;
}
.main-content#billing_finalization table.search-results thead tr th:nth-of-type(3),
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(3),
.main-content#billing_finalization table.search-results tbody tr th:nth-of-type(3),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(3) {
  width: 20em;
  justify-content: flex-start;
}
.main-content#billing_finalization table.search-results thead tr th:nth-of-type(4), .main-content#billing_finalization table.search-results thead tr th:nth-of-type(5), .main-content#billing_finalization table.search-results thead tr th:nth-of-type(6),
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(4),
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(5),
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(6),
.main-content#billing_finalization table.search-results tbody tr th:nth-of-type(4),
.main-content#billing_finalization table.search-results tbody tr th:nth-of-type(5),
.main-content#billing_finalization table.search-results tbody tr th:nth-of-type(6),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(4),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(5),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(6) {
  width: 8em;
  justify-content: flex-end;
  padding-right: 0.25em;
}
.main-content#billing_finalization table.search-results thead tr th,
.main-content#billing_finalization table.search-results tbody tr th {
  text-align: center !important;
  justify-content: center !important;
}
.main-content#billing_finalization table.search-results thead tr td,
.main-content#billing_finalization table.search-results tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.main-content#billing_finalization table.search-results thead tr td:nth-of-type(1),
.main-content#billing_finalization table.search-results tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.main-content#billing_finalization table.search-results thead tr td:has(p),
.main-content#billing_finalization table.search-results tbody tr td:has(p) {
  padding: 0 0.35em;
}
.main-content#billing_finalization table.search-results thead tr td:has(p) p,
.main-content#billing_finalization table.search-results tbody tr td:has(p) p {
  width: 100%;
  height: 100%;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: rgb(255, 255, 174) !important;
}
.main-content#billing_finalization table.search-results thead tr td input,
.main-content#billing_finalization table.search-results tbody tr td input {
  font-size: 1em !important;
}
.main-content#billing_finalization table.search-results thead tr:nth-of-type(1) td,
.main-content#billing_finalization table.search-results tbody tr:nth-of-type(1) td {
  border-top: 1px solid #ccc;
}
.main-content#billing_finalization table.search-results tbody {
  height: 25.5rem;
}

.main-content#invoice_list .form-section .form-field__label {
  width: 3.75em;
}
.main-content#invoice_list table.search-results thead {
  padding: 0 0.5em 0.125em;
}
.main-content#invoice_list table.search-results thead tr th,
.main-content#invoice_list table.search-results thead tr td,
.main-content#invoice_list table.search-results tbody tr th,
.main-content#invoice_list table.search-results tbody tr td {
  font-size: 0.85em;
  width: 2rem;
}
.main-content#invoice_list table.search-results thead tr th:nth-of-type(1),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(1),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(1),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(1) {
  width: 2.25em;
}
.main-content#invoice_list table.search-results thead tr th:nth-of-type(2),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(2),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(2),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(2) {
  width: 4.5em;
}
.main-content#invoice_list table.search-results thead tr th:nth-of-type(3),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(3),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(3),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(3) {
  width: 11em;
}
.main-content#invoice_list table.search-results thead tr th:nth-of-type(4),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(4),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(4),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(4) {
  width: 8em;
}
.main-content#invoice_list table.search-results thead tr th:nth-of-type(5),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(5),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(5),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(5) {
  width: 7em;
}
.main-content#invoice_list table.search-results thead tr th:nth-of-type(6), .main-content#invoice_list table.search-results thead tr th:nth-of-type(7),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(6),
.main-content#invoice_list table.search-results thead tr td:nth-of-type(7),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(6),
.main-content#invoice_list table.search-results tbody tr th:nth-of-type(7),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(6),
.main-content#invoice_list table.search-results tbody tr td:nth-of-type(7) {
  width: 9em;
}
.main-content#invoice_list table.search-results tbody tr.il-customer-group-row {
  background: #f0f0f0;
  font-weight: bold;
}
.main-content#invoice_list table.search-results tbody tr.il-customer-group-row td {
  padding: 0.15em 0.5em;
  font-size: 0.85em;
  justify-content: flex-start;
  width: 100%;
}
.main-content#invoice_list table.search-results tbody {
  height: 25.5rem;
}
.main-content#invoice_list table.search-results + label.form-field {
  margin-left: auto;
}

.main-content#customer_management .form-section .form-field__label {
  width: 3.5rem;
}
.main-content#customer_management .form-section .box-label {
  background-color: #f5f5f5;
}

.main-content#purchase_details_by_supplier .main-content__body .body_upper .form-field__label {
  width: 3.5em;
}
.main-content#purchase_details_by_supplier .main-content__body .body_upper .fz08em {
  height: 1em;
}

.main-content#purchase_list .main-content__body .body_upper .form-field__label {
  width: 3.5em;
}
.main-content#purchase_list .main-content__body .body_upper .form-field__label.fz08em {
  height: 1em;
}

.main-content#purchase_list_by_product .main-content__body .body_upper .form-field__label {
  width: 4.5em;
}
.main-content#purchase_list_by_product .main-content__body .body_upper .form-field[data-entity-group=company-classification] .wrap {
  width: 18em;
  gap: 0.25em 1em;
}
.main-content#purchase_list_by_product .main-content__body .body_upper .form-field[data-entity-group=company-classification] .wrap label {
  width: -moz-max-content;
  width: max-content;
}

.main-content#purchase_record .main-content__body .body_upper {
  margin: 0 auto 2.5em;
}
.main-content#purchase_record .main-content__body .form-section__header .form-field__label,
.main-content#purchase_record .main-content__body .form-section__left .form-field__label {
  width: 4rem;
}
.main-content#purchase_record table thead {
  padding: 0 0.5em 0.125em;
}
.main-content#purchase_record table thead tr:focus,
.main-content#purchase_record table tbody tr:focus {
  background-color: #dceaff;
}
.main-content#purchase_record table thead tr.purchase-record-data-row,
.main-content#purchase_record table tbody tr.purchase-record-data-row {
  cursor: pointer;
}
.main-content#purchase_record table thead tr.purchase-record-data-row.is-row-range-selected td,
.main-content#purchase_record table tbody tr.purchase-record-data-row.is-row-range-selected td {
  background-color: #eef5ff;
}
.main-content#purchase_record table thead tr.purchase-record-data-row.is-row-active,
.main-content#purchase_record table tbody tr.purchase-record-data-row.is-row-active {
  background-color: #dceaff;
}
.main-content#purchase_record table thead tr.purchase-record-data-row.is-row-active td,
.main-content#purchase_record table tbody tr.purchase-record-data-row.is-row-active td {
  background-color: #dceaff;
}
.main-content#purchase_record table thead tr th,
.main-content#purchase_record table thead tr td,
.main-content#purchase_record table tbody tr th,
.main-content#purchase_record table tbody tr td {
  font-size: 0.8em;
}
.main-content#purchase_record table thead tr th:nth-of-type(1),
.main-content#purchase_record table thead tr td:nth-of-type(1),
.main-content#purchase_record table tbody tr th:nth-of-type(1),
.main-content#purchase_record table tbody tr td:nth-of-type(1) {
  width: 1.25rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(2),
.main-content#purchase_record table thead tr td:nth-of-type(2),
.main-content#purchase_record table tbody tr th:nth-of-type(2),
.main-content#purchase_record table tbody tr td:nth-of-type(2) {
  width: 3.5rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(3),
.main-content#purchase_record table thead tr td:nth-of-type(3),
.main-content#purchase_record table tbody tr th:nth-of-type(3),
.main-content#purchase_record table tbody tr td:nth-of-type(3) {
  width: 6rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(4),
.main-content#purchase_record table thead tr td:nth-of-type(4),
.main-content#purchase_record table tbody tr th:nth-of-type(4),
.main-content#purchase_record table tbody tr td:nth-of-type(4) {
  width: 3rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(5),
.main-content#purchase_record table thead tr td:nth-of-type(5),
.main-content#purchase_record table tbody tr th:nth-of-type(5),
.main-content#purchase_record table tbody tr td:nth-of-type(5) {
  width: 11rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(6),
.main-content#purchase_record table thead tr td:nth-of-type(6),
.main-content#purchase_record table tbody tr th:nth-of-type(6),
.main-content#purchase_record table tbody tr td:nth-of-type(6) {
  width: 9rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(7),
.main-content#purchase_record table thead tr td:nth-of-type(7),
.main-content#purchase_record table tbody tr th:nth-of-type(7),
.main-content#purchase_record table tbody tr td:nth-of-type(7) {
  width: 4rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(8), .main-content#purchase_record table thead tr th:nth-of-type(9), .main-content#purchase_record table thead tr th:nth-of-type(10), .main-content#purchase_record table thead tr th:nth-of-type(11), .main-content#purchase_record table thead tr th:nth-of-type(12),
.main-content#purchase_record table thead tr td:nth-of-type(8),
.main-content#purchase_record table thead tr td:nth-of-type(9),
.main-content#purchase_record table thead tr td:nth-of-type(10),
.main-content#purchase_record table thead tr td:nth-of-type(11),
.main-content#purchase_record table thead tr td:nth-of-type(12),
.main-content#purchase_record table tbody tr th:nth-of-type(8),
.main-content#purchase_record table tbody tr th:nth-of-type(9),
.main-content#purchase_record table tbody tr th:nth-of-type(10),
.main-content#purchase_record table tbody tr th:nth-of-type(11),
.main-content#purchase_record table tbody tr th:nth-of-type(12),
.main-content#purchase_record table tbody tr td:nth-of-type(8),
.main-content#purchase_record table tbody tr td:nth-of-type(9),
.main-content#purchase_record table tbody tr td:nth-of-type(10),
.main-content#purchase_record table tbody tr td:nth-of-type(11),
.main-content#purchase_record table tbody tr td:nth-of-type(12) {
  width: 5.5rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(13),
.main-content#purchase_record table thead tr td:nth-of-type(13),
.main-content#purchase_record table tbody tr th:nth-of-type(13),
.main-content#purchase_record table tbody tr td:nth-of-type(13) {
  width: 6rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(14),
.main-content#purchase_record table thead tr td:nth-of-type(14),
.main-content#purchase_record table tbody tr th:nth-of-type(14),
.main-content#purchase_record table tbody tr td:nth-of-type(14) {
  width: 12rem;
}
.main-content#purchase_record table thead tr th:nth-of-type(15), .main-content#purchase_record table thead tr th:nth-of-type(16),
.main-content#purchase_record table thead tr td:nth-of-type(15),
.main-content#purchase_record table thead tr td:nth-of-type(16),
.main-content#purchase_record table tbody tr th:nth-of-type(15),
.main-content#purchase_record table tbody tr th:nth-of-type(16),
.main-content#purchase_record table tbody tr td:nth-of-type(15),
.main-content#purchase_record table tbody tr td:nth-of-type(16) {
  width: 3.5rem;
}
.main-content#purchase_record table thead tr th,
.main-content#purchase_record table tbody tr th {
  text-align: center !important;
}
.main-content#purchase_record table thead tr td,
.main-content#purchase_record table tbody tr td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding-inline: 0.25em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.main-content#purchase_record table thead tr td:nth-of-type(1),
.main-content#purchase_record table tbody tr td:nth-of-type(1) {
  border-left: 1px solid #ccc;
}
.main-content#purchase_record table thead tr td input,
.main-content#purchase_record table tbody tr td input {
  font-size: 1em;
}
.main-content#purchase_record table tbody {
  height: 25.5rem;
}
.main-content#purchase_record .search-results {
  overflow-x: auto;
}
.main-content#purchase_record .search-results {
  min-width: 100%;
}
.main-content#purchase_record .row-summary-display {
  position: absolute;
  right: 0;
  bottom: 100%;
  width: -moz-max-content;
  width: max-content;
  height: 1.5rem;
  translate: -7.5rem -2rem;
}
.main-content#purchase_record .row-summary-display input {
  font-size: 0.85em;
  width: 5.5rem;
  margin: 0;
  background-color: #dceaff;
  border: solid 1px rgb(198, 198, 198);
}

#customer_sales_list .main-content {
  width: 32rem;
}
#customer_sales_list .wrap label {
  width: 5.5em;
}

#factory_product_sales_report .main-content {
  width: 42rem;
}
#factory_product_sales_report .form-section .form-field__label {
  width: 4.5em;
}
#factory_product_sales_report .form-section .form-field[data-entity-group=factory] .factory-guide {
  line-height: 1.45;
  margin-left: 3.75rem;
}
#factory_product_sales_report .form-section .factory-product-sales-report-units {
  width: 100%;
}
#factory_product_sales_report .form-section .factory-product-sales-report-units .box-label {
  padding-top: 0;
  width: 6.575em;
}
#factory_product_sales_report .form-section .factory-product-sales-report-units .factory-product-sales-report-unit-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1rem;
  max-height: 8rem;
  overflow: auto;
  padding-left: 0.25rem;
}
#factory_product_sales_report .form-section .factory-product-sales-report-units .factory-product-sales-report-unit-list li {
  width: 7.65%;
}
#factory_product_sales_report .form-section .factory-product-sales-report-units .factory-product-sales-report-unit-list label {
  width: -moz-max-content;
  width: max-content;
}

#credit_master .form-field__label {
  width: 5.5rem;
}
#credit_master .form-section__left {
  max-width: 30rem;
}
#credit_master .form-section__left .wrap {
  row-gap: 0.65em;
}
#credit_master .form-section__left .wrap .form-field {
  width: -moz-max-content;
  width: max-content;
}
#credit_master .form-section__left .wrap .form-field:nth-of-type(2n) .form-field__label {
  width: 3.5rem;
}
#credit_master .form-section__right {
  max-width: 18rem;
}
#credit_master .form-section__right .form-field__label {
  width: 4.5rem;
}
#credit_master .tabs__container ul.tabs__wrap li {
  width: calc((100% - 1.25em) / 6);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 2px #000, 0 0 2px #000, 0 0 2px #000, 0 0 2px #000;
  letter-spacing: 0.1em;
  padding: 0.5em 0 0.5em;
  background: #555;
  border-radius: 0.5em 0.5em 0 0;
  cursor: pointer;
}
#credit_master .tabs__container ul.tabs__wrap li.show {
  color: #000;
  background: rgba(255, 255, 255, 0.5);
  text-shadow: none;
  justify-content: center;
  display: flex !important;
  filter: unset !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
#credit_master .tabs__container .show {
  display: flex !important;
  filter: unset !important;
  opacity: 1 !important;
  pointer-events: auto !important;
}
#credit_master .tabs__container ul.contents__wrap {
  max-width: 48.75rem;
  height: 17rem;
  background: rgba(255, 255, 255, 0.5);
  padding: 1.5em 1.5em 2em;
}
#credit_master .tabs__container ul.contents__wrap > li {
  display: none;
}
#credit_master .tabs__container ul.contents__wrap > li#content_credit_info {
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 1rem;
}
#credit_master .tabs__container ul.contents__wrap > li#content_credit_info .form-field {
  width: 33.333%;
  gap: 0.25rem;
}
#credit_master .tabs__container ul.contents__wrap > li#content_credit_info .form-field .form-field__label {
  width: auto;
  min-width: 5.125rem;
}
#credit_master .tabs__container ul.contents__wrap > li#content_credit_info .form-field .price {
  width: 8rem;
}
#credit_master .tabs__container ul.contents__wrap > li#content_credit_info .form-field .date-with-slash {
  width: 6.5rem !important;
}
#credit_master .tabs__container ul.contents__wrap > li#content_credit_info .form-field .w8125em {
  width: 8.125rem !important;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details .form-field {
  width: 33.333%;
  gap: 0.25rem;
  white-space: nowrap;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details .form-field .form-field__label {
  width: auto;
  min-width: 5.125rem;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details .form-field .price {
  width: 8rem;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details .form-field .date-with-slash {
  width: 6.5rem !important;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details {
  border-top: solid 1px #999;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td {
  width: 7em;
  padding: 0;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  letter-spacing: 0.1em;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td:nth-of-type(1) {
  width: 10.5rem;
  border-left: solid 1px #999;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th:nth-of-type(2), #credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th:nth-of-type(3),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td:nth-of-type(2),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td:nth-of-type(3),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th:nth-of-type(2),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th:nth-of-type(3),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td:nth-of-type(2),
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td:nth-of-type(3) {
  padding-inline: 0;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th:nth-of-type(2) input, #credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th:nth-of-type(3) input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td:nth-of-type(2) input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td:nth-of-type(3) input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th:nth-of-type(2) input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th:nth-of-type(3) input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td:nth-of-type(2) input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td:nth-of-type(3) input {
  width: 100%;
  padding: 0;
  background: none;
  box-shadow: none;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td input {
  width: 100%;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr th,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr th {
  border-top: solid 1px #999;
  background: #eee;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td.previous_previous_year_credit_amount,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td.previous_previous_year_credit_amount {
  padding: 0;
}
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details thead tr td.previous_previous_year_credit_amount input,
#credit_master .tabs__container ul.contents__wrap > li#content_company_details table.company_credit_details tbody tr td.previous_previous_year_credit_amount input {
  width: 100% !important;
  height: 100% !important;
  margin: 0;
  text-align: right;
  padding: 0 1em;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history {
  position: relative;
  width: 100%;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody {
  height: 8.5rem;
  padding: 0.5em;
  box-shadow: inset 1px 1px 4px #aaa;
  overflow-y: scroll;
  overflow-x: hidden;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr th,
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr td {
  width: 3rem;
  font-weight: normal;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr th:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr td:nth-of-type(1) {
  width: 2rem;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr th:nth-of-type(2),
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr td:nth-of-type(2) {
  flex: 1;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr td:nth-of-type(2) {
  font-size: 0.8em;
  justify-content: flex-start;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history thead {
  padding: 0.25em 0 0.5em;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history thead td {
  font-size: 0.8em;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history tbody tr {
  padding-bottom: 0.25em;
}
#credit_master .tabs__container ul.contents__wrap table.transaction_status_history::after {
  content: "ランク";
  position: absolute;
  top: -1.25em;
  right: 2.25em;
  font-size: 0.8em;
}
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company {
  width: 100%;
  border-top: solid 1px #999;
  margin-top: 0.5em;
}
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company thead tr th,
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company thead tr td,
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company tbody tr th,
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company tbody tr td {
  width: 75%;
  padding: 0.25em 0.75em;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
  letter-spacing: 0.1em;
}
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company thead tr th:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company thead tr td:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company tbody tr th:nth-of-type(1),
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company tbody tr td:nth-of-type(1) {
  width: 25%;
  border-left: solid 1px #999;
}
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company thead tr th,
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company tbody tr th {
  border-top: solid 1px #999;
  background: #eee;
}
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company thead tr td:nth-of-type(2),
#credit_master .tabs__container ul.contents__wrap table.credit_relations_company tbody tr td:nth-of-type(2) {
  font-size: 0.8em;
  justify-content: flex-start;
}
#credit_master .arrow {
  display: inline-block;
  padding-inline: 0.25em;
  line-height: 0.6;
  opacity: 0.5;
}

.main-content#customer_master .form-field__label {
  width: 5.5rem;
}
.main-content#customer_master .form-section__body__left {
  width: 27rem;
}
.main-content#customer_master .form-section__body__right #basic-settings-wrapper {
  width: 17rem;
}
.main-content#customer_master .form-section__body__right #basic-settings-wrapper .select-boxes-wrapper select {
  width: 10rem;
}
.main-content#customer_master .form-section__body__right #basic-settings-wrapper .checkbox__wrap {
  gap: 0.375rem;
}
.main-content#customer_master .form-section__body__right #collection-conditions-wrapper {
  width: 27rem;
}
.main-content#customer_master .form-section__body__right #collection-conditions-wrapper .form-field__label {
  width: 4.5rem;
}
.main-content#customer_master .form-section__body__right #invoice-settings-wrapper {
  width: 27rem;
}
.main-content#customer_master .form-section__body__right #invoice-settings-wrapper .form-field__label {
  width: 7.077rem;
  margin-right: 0.5rem;
}
.main-content#customer_master .is-switch-group {
  margin-left: 0.5rem;
}
.main-content#customer_master .is-switch-group .switch-field {
  padding-left: 0.75rem;
  opacity: 0.2;
  pointer-events: none;
}
.main-content#customer_master .is-switch-group .switch-field .form-field__label {
  width: 4.25rem;
}
.main-content#customer_master .is-switch-group:has(:checked) .switch-field {
  opacity: 1;
  pointer-events: auto;
}
.main-content#customer_master table.customer_balance {
  width: 100%;
  font-size: 0.9em;
  border-top: solid 1px #555;
  border-left: solid 1px #555;
}
.main-content#customer_master table.customer_balance th,
.main-content#customer_master table.customer_balance td {
  width: 14.2857142857%;
  border-right: solid 1px #555;
  border-bottom: solid 1px #555;
  padding-inline: 0.25em;
  font-weight: normal;
  font-size: 0.8em;
}
.main-content#customer_master table.customer_balance th {
  line-height: 2;
}
.main-content#customer_master table.customer_balance td {
  text-align: right;
  justify-content: flex-end;
}

.main-content#delivery_master .form-field__label {
  width: 7.25rem;
}
.main-content#delivery_master .form-section__left {
  width: 29.75rem;
}
.main-content#delivery_master .form-section__left > .form-field .form-field__control {
  flex: 1;
}
.main-content#delivery_master .form-section__right {
  width: 34rem;
}
.main-content#delivery_master #weight_check_type__wrap {
  margin-bottom: 0.5em;
}
.main-content#delivery_master table#decimalSettingsTable thead {
  padding: 0 0.5rem;
}
.main-content#delivery_master table#decimalSettingsTable thead tr th,
.main-content#delivery_master table#decimalSettingsTable thead tr td,
.main-content#delivery_master table#decimalSettingsTable tbody tr th,
.main-content#delivery_master table#decimalSettingsTable tbody tr td {
  width: 7.5rem;
  padding: 0;
}
.main-content#delivery_master table#decimalSettingsTable thead tr th span,
.main-content#delivery_master table#decimalSettingsTable thead tr td span,
.main-content#delivery_master table#decimalSettingsTable tbody tr th span,
.main-content#delivery_master table#decimalSettingsTable tbody tr td span {
  flex: 1;
}
.main-content#delivery_master table#decimalSettingsTable thead tr th.transaction-name-cell,
.main-content#delivery_master table#decimalSettingsTable thead tr td.transaction-name-cell,
.main-content#delivery_master table#decimalSettingsTable tbody tr th.transaction-name-cell,
.main-content#delivery_master table#decimalSettingsTable tbody tr td.transaction-name-cell {
  width: 5.25rem;
}
.main-content#delivery_master table#decimalSettingsTable thead tr th,
.main-content#delivery_master table#decimalSettingsTable tbody tr th {
  font-size: 0.85em;
}
.main-content#delivery_master table.far_from_delivery {
  font-size: 0.95em;
}
.main-content#delivery_master table.far_from_delivery th,
.main-content#delivery_master table.far_from_delivery td {
  font-weight: 300;
  width: 3rem;
  padding-inline: 0.5rem;
}
.main-content#delivery_master table.far_from_delivery th:nth-of-type(1),
.main-content#delivery_master table.far_from_delivery td:nth-of-type(1) {
  width: 3rem;
}
.main-content#delivery_master table.far_from_delivery th {
  padding-bottom: 0.125rem;
}
.main-content#delivery_master table.delivery_weight_check thead tr th:nth-of-type(1),
.main-content#delivery_master table.delivery_weight_check thead tr td:nth-of-type(1),
.main-content#delivery_master table.delivery_weight_check tbody tr th:nth-of-type(1),
.main-content#delivery_master table.delivery_weight_check tbody tr td:nth-of-type(1) {
  width: 4.5rem;
}
.main-content#delivery_master table.delivery_weight_check thead tr th:nth-of-type(1) input,
.main-content#delivery_master table.delivery_weight_check thead tr td:nth-of-type(1) input,
.main-content#delivery_master table.delivery_weight_check tbody tr th:nth-of-type(1) input,
.main-content#delivery_master table.delivery_weight_check tbody tr td:nth-of-type(1) input {
  text-align: right;
  padding-right: 1.125em;
}
.main-content#delivery_master table.delivery_weight_check thead tr th:nth-of-type(n + 2),
.main-content#delivery_master table.delivery_weight_check thead tr td:nth-of-type(n + 2),
.main-content#delivery_master table.delivery_weight_check tbody tr th:nth-of-type(n + 2),
.main-content#delivery_master table.delivery_weight_check tbody tr td:nth-of-type(n + 2) {
  width: 4.5em;
}
.main-content#delivery_master table.delivery_weight_check thead tr th,
.main-content#delivery_master table.delivery_weight_check tbody tr th {
  justify-content: center;
  font-weight: 100;
}
.main-content#delivery_master table.delivery_weight_check thead tr th:nth-of-type(n + 2),
.main-content#delivery_master table.delivery_weight_check tbody tr th:nth-of-type(n + 2) {
  font-size: 0.9em;
  width: 5em;
}
.main-content#delivery_master table.delivery_weight_check .registration_loop__wrap {
  max-height: 15rem;
}

#domestic_unit_price_master .domestic-filter-grid {
  display: flex;
  align-items: flex-end;
  gap: 1.5rem;
  flex-wrap: wrap;
}
#domestic_unit_price_master .domestic-empty-state {
  padding: 1rem;
  border: 1px dashed #999;
  background: #fff;
}
#domestic_unit_price_master .domestic-blank-hidden {
  display: none !important;
}
#domestic_unit_price_master .add_year {
  font-size: 0.9em;
  background: #fff;
  border: solid 1px #000;
  padding: 0.25em 0.5em;
  border-radius: 0.5em;
}
#domestic_unit_price_master .supplier-block {
  padding: 1.25rem 0 0.75rem;
  border-bottom: solid 1px #bbb;
}
#domestic_unit_price_master .supplier-block:last-child {
  border-bottom: none;
}
#domestic_unit_price_master .supplier-block .supplier-block__header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 1.25rem;
  margin-bottom: 0.75rem;
}
#domestic_unit_price_master .supplier-block .supplier-block__header .supplier-name {
  font-size: 1.5em;
  font-weight: 700;
  width: 10rem;
}
#domestic_unit_price_master .supplier-block .supplier-block__header .supplier-block__note {
  color: #777;
  font-size: 0.9em;
}
#domestic_unit_price_master .supplier-block .supplier-block__body {
  display: flex;
  gap: 1.25rem;
  align-items: flex-start;
}
#domestic_unit_price_master .domestic-sales-wrapper,
#domestic_unit_price_master .domestic-fare-wrapper {
  min-width: 0;
}
#domestic_unit_price_master .domestic-sales-wrapper {
  max-width: 52rem;
  overflow-x: auto;
}
#domestic_unit_price_master .domestic-fare-table-wrap {
  overflow-x: auto;
}
#domestic_unit_price_master .domestic-fare-wrapper {
  position: sticky;
  top: 72px;
  z-index: 3;
  align-self: start;
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
#domestic_unit_price_master .to-add-product,
#domestic_unit_price_master .to-add-route,
#domestic_unit_price_master .to-add-product-group {
  margin: 0.5rem;
  box-shadow: 0.125rem 0.125rem 0.25rem #c5c5c5, -0.125rem -0.125rem 0.25rem #ffffff;
}
#domestic_unit_price_master .to-add-product,
#domestic_unit_price_master .to-add-route {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding-inline: 0.75rem;
  flex-direction: row;
  white-space: nowrap;
}
#domestic_unit_price_master .to-add-product-group {
  margin-top: 0;
  flex-shrink: 0;
}
#domestic_unit_price_master table {
  border-collapse: separate;
  border-spacing: 0;
}
#domestic_unit_price_master table thead tr th,
#domestic_unit_price_master table thead tr td,
#domestic_unit_price_master table tbody tr th,
#domestic_unit_price_master table tbody tr td {
  padding: 0.125em 0.25em;
  height: 1.5rem !important;
}
#domestic_unit_price_master table thead tr th:nth-of-type(1),
#domestic_unit_price_master table thead tr td:nth-of-type(1),
#domestic_unit_price_master table tbody tr th:nth-of-type(1),
#domestic_unit_price_master table tbody tr td:nth-of-type(1) {
  width: 11rem;
  padding: 0.25em 0;
  position: sticky;
  left: 0;
  z-index: 2;
}
#domestic_unit_price_master table thead tr th,
#domestic_unit_price_master table tbody tr th {
  font-size: 0.7rem;
  font-weight: 400;
}
#domestic_unit_price_master table thead tr th:nth-of-type(1),
#domestic_unit_price_master table tbody tr th:nth-of-type(1) {
  z-index: 4;
}
#domestic_unit_price_master table.search-results.is-supplier-list tbody {
  height: 9.125rem;
}
#domestic_unit_price_master table.domestic_unit_sales {
  width: 100%;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th,
#domestic_unit_price_master table.domestic_unit_sales thead tr td,
#domestic_unit_price_master table.domestic_unit_sales tbody tr th,
#domestic_unit_price_master table.domestic_unit_sales tbody tr td {
  width: 5rem;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_sales thead tr td:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_sales tbody tr th:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_sales tbody tr td:nth-of-type(1) {
  width: 11rem;
  border-left: solid 1px #999;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #eee;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th,
#domestic_unit_price_master table.domestic_unit_sales tbody tr th {
  font-size: 0.75em !important;
  border-top: solid 1px #999;
  height: 2.5rem !important;
  white-space: nowrap;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_sales tbody tr th:nth-of-type(1) {
  z-index: 4;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th.domestic-sales-route-header .route-wrapper span,
#domestic_unit_price_master table.domestic_unit_sales tbody tr th.domestic-sales-route-header .route-wrapper span {
  display: block;
  text-align: justify;
  line-height: 1.3;
  white-space: nowrap;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th.domestic-sales-route-header .route-wrapper span.from,
#domestic_unit_price_master table.domestic_unit_sales tbody tr th.domestic-sales-route-header .route-wrapper span.from {
  margin-right: auto;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr th.domestic-sales-route-header .route-wrapper span.to,
#domestic_unit_price_master table.domestic_unit_sales tbody tr th.domestic-sales-route-header .route-wrapper span.to {
  margin-left: auto;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr td.domestic-total-cell, #domestic_unit_price_master table.domestic_unit_sales thead tr td:has(p),
#domestic_unit_price_master table.domestic_unit_sales tbody tr td.domestic-total-cell,
#domestic_unit_price_master table.domestic_unit_sales tbody tr td:has(p) {
  justify-content: flex-end;
  background: #2fff30;
  text-align: right;
  padding-right: 0.75em;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr td:has(input),
#domestic_unit_price_master table.domestic_unit_sales tbody tr td:has(input) {
  padding: 0 !important;
}
#domestic_unit_price_master table.domestic_unit_sales thead tr td:has(input) input,
#domestic_unit_price_master table.domestic_unit_sales tbody tr td:has(input) input {
  margin: 0;
  width: 100%;
  height: 100%;
  border: none;
}
#domestic_unit_price_master table.domestic_unit_sales td.product-group-name-cell {
  position: relative;
}
#domestic_unit_price_master table.domestic_unit_sales td.product-group-name-cell .btn__row-edit {
  position: absolute;
  right: 0.5rem;
}
#domestic_unit_price_master table.domestic_unit_fare {
  width: 100%;
}
#domestic_unit_price_master table.domestic_unit_fare thead tr th,
#domestic_unit_price_master table.domestic_unit_fare thead tr td,
#domestic_unit_price_master table.domestic_unit_fare tbody tr th,
#domestic_unit_price_master table.domestic_unit_fare tbody tr td {
  width: 5.5rem;
  border-right: solid 1px #999;
  border-bottom: solid 1px #999;
}
#domestic_unit_price_master table.domestic_unit_fare thead tr th:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_fare thead tr td:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_fare tbody tr th:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_fare tbody tr td:nth-of-type(1) {
  width: 19rem;
  border-left: solid 1px #999;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #eee;
}
#domestic_unit_price_master table.domestic_unit_fare thead tr th,
#domestic_unit_price_master table.domestic_unit_fare tbody tr th {
  border-top: solid 1px #999;
  background: #eee;
}
#domestic_unit_price_master table.domestic_unit_fare thead tr th:nth-of-type(1),
#domestic_unit_price_master table.domestic_unit_fare tbody tr th:nth-of-type(1) {
  z-index: 4;
}
#domestic_unit_price_master .domestic-product-group-products {
  max-height: 16rem;
  overflow-y: auto;
  padding: 0.5rem;
  background: #fff;
}
#domestic_unit_price_master .btn.has-icon.domestic-product-group-edit, #domestic_unit_price_master .btn.has-icon.domestic-fare-group-edit {
  position: absolute;
  right: 0.25rem;
  width: 1.4em;
  height: 1.4em;
  border-radius: 0.25em;
  box-shadow: 0.125rem 0.125rem 0.25rem #c5c5c5, -0.125rem -0.125rem 0.25rem #ffffff;
}

#fare_classification_master .fare-classification-table tbody.search-results__body {
  max-height: 26rem;
  overflow: auto;
}
#fare_classification_master .fare-classification-table .col-code {
  width: 4.5rem;
  min-width: 4.5rem;
}
#fare_classification_master .fare-classification-table .col-name {
  width: 10rem;
  min-width: 10rem;
  justify-content: flex-start;
}
#fare_classification_master .fare-classification-table .col-order {
  width: 4.5rem;
  min-width: 4.5rem;
}
#fare_classification_master .fare-classification-table .col-delete {
  width: 2rem;
  min-width: 2rem;
}
#fare_classification_master .fare-classification-table input {
  font-size: 1em !important;
}

#fare_unit_price_master .main-content__body .form-section {
  width: 100%;
  max-width: 32rem;
  margin: auto;
  overflow-y: visible;
}
#fare_unit_price_master .to-add-column {
  margin-right: 0.5rem;
  box-shadow: 0.125rem 0.125rem 0.25rem #c5c5c5, -0.125rem -0.125rem 0.25rem #ffffff;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  padding-inline: 0.75rem;
  flex-direction: row;
  white-space: nowrap;
  border: solid 1px transparent;
}
#fare_unit_price_master .form-section__body {
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
#fare_unit_price_master .fare-unit-table-scroll {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overflow-y: visible;
}
#fare_unit_price_master table.fare_unit {
  border-collapse: separate;
  border-spacing: 0;
  overflow: visible;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
#fare_unit_price_master table.fare_unit thead,
#fare_unit_price_master table.fare_unit tbody {
  overflow: visible;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
#fare_unit_price_master table.fare_unit thead tr,
#fare_unit_price_master table.fare_unit tbody tr {
  overflow: visible;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
}
#fare_unit_price_master table.fare_unit thead tr th,
#fare_unit_price_master table.fare_unit thead tr td,
#fare_unit_price_master table.fare_unit tbody tr th,
#fare_unit_price_master table.fare_unit tbody tr td {
  width: 5rem;
  min-width: 5rem;
  flex: 0 0 5rem;
}
#fare_unit_price_master table.fare_unit thead tr th:nth-of-type(1),
#fare_unit_price_master table.fare_unit thead tr td:nth-of-type(1),
#fare_unit_price_master table.fare_unit tbody tr th:nth-of-type(1),
#fare_unit_price_master table.fare_unit tbody tr td:nth-of-type(1) {
  width: 7rem;
  min-width: 7rem;
  flex-basis: 7rem;
  letter-spacing: 0.1em;
  -moz-column-gap: 0.25em;
       column-gap: 0.25em;
  position: sticky;
  left: 0;
  z-index: 2;
  background: #e7e7e7;
}
#fare_unit_price_master table.fare_unit thead tr th span.distance,
#fare_unit_price_master table.fare_unit thead tr td span.distance,
#fare_unit_price_master table.fare_unit tbody tr th span.distance,
#fare_unit_price_master table.fare_unit tbody tr td span.distance {
  display: block;
  width: 2.25rem;
  letter-spacing: 0;
  text-align: right;
}
#fare_unit_price_master table.fare_unit thead tr th,
#fare_unit_price_master table.fare_unit tbody tr th {
  font-size: 0.8em;
  line-height: 1.4;
}
#fare_unit_price_master table.fare_unit thead tr th span.distance,
#fare_unit_price_master table.fare_unit tbody tr th span.distance {
  text-align: center;
  width: 2.5rem;
}
#fare_unit_price_master table.fare_unit thead tr td input,
#fare_unit_price_master table.fare_unit tbody tr td input {
  padding: 0 0.75em;
}
#fare_unit_price_master table.fare_unit thead th.column {
  z-index: 3;
}
#fare_unit_price_master.unable_cuz_modal table.fare_unit thead tr th:nth-of-type(1),
#fare_unit_price_master.unable_cuz_modal table.fare_unit thead tr td:nth-of-type(1),
#fare_unit_price_master.unable_cuz_modal table.fare_unit tbody tr th:nth-of-type(1),
#fare_unit_price_master.unable_cuz_modal table.fare_unit tbody tr td:nth-of-type(1) {
  background: unset;
}

.page_permission_master .form-section {
  margin-bottom: 1.5rem;
}
.page_permission_master .search-results {
  width: 100%;
}
.page_permission_master .search-results__body tr td {
  vertical-align: middle;
}
.page_permission_master .form-field__label {
  min-width: 6rem;
}

.main-content#product_category_master table.product-category thead,
.main-content#product_category_master table.product-supplier-category thead {
  margin-bottom: 0 !important;
}
.main-content#product_category_master table.product-category tbody tr td,
.main-content#product_category_master table.product-supplier-category tbody tr td {
  height: 1.5rem;
}
.main-content#product_category_master .registration_loop__wrap {
  max-height: unset;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(1),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(1),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(1),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(1) {
  width: 3rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(2),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(2),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(2),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(2) {
  width: 12.5rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(3),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(3),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(3),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(3) {
  width: 11rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(3) .drop-down select,
.main-content#product_category_master table.product-category thead tr td:nth-of-type(3) .drop-down select,
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(3) .drop-down select,
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(3) .drop-down select {
  font-size: 0.9em;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(4),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(4),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(4),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(4) {
  width: 4rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(5), .main-content#product_category_master table.product-category thead tr th:nth-of-type(6), .main-content#product_category_master table.product-category thead tr th:nth-of-type(7),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(5),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(6),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(7),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(5),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(6),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(7),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(5),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(6),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(7) {
  width: 2.5rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(5):has(input[type=checkbox]), .main-content#product_category_master table.product-category thead tr th:nth-of-type(6):has(input[type=checkbox]), .main-content#product_category_master table.product-category thead tr th:nth-of-type(7):has(input[type=checkbox]),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(5):has(input[type=checkbox]),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(6):has(input[type=checkbox]),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(7):has(input[type=checkbox]),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(5):has(input[type=checkbox]),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(6):has(input[type=checkbox]),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(7):has(input[type=checkbox]),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(5):has(input[type=checkbox]),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(6):has(input[type=checkbox]),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(7):has(input[type=checkbox]) {
  padding: 0.25em;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(8),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(8),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(8),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(8) {
  width: 3rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-of-type(n + 9),
.main-content#product_category_master table.product-category thead tr td:nth-of-type(n + 9),
.main-content#product_category_master table.product-category tbody tr th:nth-of-type(n + 9),
.main-content#product_category_master table.product-category tbody tr td:nth-of-type(n + 9) {
  width: 2.5rem;
}
.main-content#product_category_master table.product-category thead tr th:nth-last-of-type(1),
.main-content#product_category_master table.product-category thead tr td:nth-last-of-type(1),
.main-content#product_category_master table.product-category tbody tr th:nth-last-of-type(1),
.main-content#product_category_master table.product-category tbody tr td:nth-last-of-type(1) {
  width: 2rem;
}
.main-content#product_category_master table.product-category thead tr th,
.main-content#product_category_master table.product-category tbody tr th {
  font-size: 0.75em;
  line-height: 1.2;
}
.main-content#product_category_master table.product-category thead tr td input[type=checkbox],
.main-content#product_category_master table.product-category tbody tr td input[type=checkbox] {
  width: 100% !important;
  height: 1.5em !important;
}
.main-content#product_category_master table.product-category thead tr td input[type=text],
.main-content#product_category_master table.product-category tbody tr td input[type=text] {
  height: 100% !important;
  margin: 0;
}
.main-content#product_category_master table.product-category thead tr td .drop-down,
.main-content#product_category_master table.product-category tbody tr td .drop-down {
  width: 100%;
}
.main-content#product_category_master table.product-category thead tr td button img,
.main-content#product_category_master table.product-category tbody tr td button img {
  width: auto;
  height: 100%;
}
.main-content#product_category_master table.product-category thead tr:first-child th[colspan] {
  min-width: 6rem;
}
.main-content#product_category_master table.product-category thead tr:nth-child(2) th {
  width: 3rem;
}
.main-content#product_category_master .table-wrapper {
  width: 25rem;
  overflow-x: scroll;
  overflow-y: visible;
}
.main-content#product_category_master table.product-supplier-category {
  width: 30rem;
}
.main-content#product_category_master table.product-supplier-category thead tr th,
.main-content#product_category_master table.product-supplier-category thead tr td,
.main-content#product_category_master table.product-supplier-category tbody tr th,
.main-content#product_category_master table.product-supplier-category tbody tr td {
  width: 12rem;
}
.main-content#product_category_master table.product-supplier-category thead tr th div,
.main-content#product_category_master table.product-supplier-category tbody tr th div {
  width: 100%;
}
.main-content#product_category_master table.product-supplier-category thead tr th .supplier-name,
.main-content#product_category_master table.product-supplier-category tbody tr th .supplier-name {
  font-size: 0.75em;
}
.main-content#product_category_master table.product-supplier-category thead tr th span,
.main-content#product_category_master table.product-supplier-category tbody tr th span {
  font-size: 0.65em;
  text-align: left;
  padding-inline: 0.25em;
}
.main-content#product_category_master table.product-supplier-category thead tr .supplier-category,
.main-content#product_category_master table.product-supplier-category tbody tr .supplier-category {
  width: 10rem;
}
.main-content#product_category_master table.product-supplier-category thead tr .supplier-order,
.main-content#product_category_master table.product-supplier-category tbody tr .supplier-order {
  width: 2.5rem;
}

.main-content#product_master .form-field__label {
  width: 6.5rem;
}
.main-content#product_master #productForm .form-section__body > .y-c .form-field {
  width: -moz-max-content;
  width: max-content;
}
.main-content#product_master #productForm .form-section__body > .y-c .form-field:nth-of-type(1) {
  width: 21rem;
}
.main-content#product_master #productForm .form-section__body > .y-c .form-field:nth-of-type(1) .form-field__control {
  flex: 1;
}
.main-content#product_master .product-supplier-relations-wrapper {
  width: 37rem;
  overflow: auto;
}
.main-content#product_master .product-supplier-relations {
  table-layout: fixed;
  width: -moz-max-content;
  width: max-content;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
}
.main-content#product_master .product-supplier-relations tr {
  border-bottom: 1px solid #999;
}
.main-content#product_master .product-supplier-relations th,
.main-content#product_master .product-supplier-relations td {
  width: 7em;
  vertical-align: middle;
  padding: 0.25em 0;
  border-right: 1px solid #999;
  font-weight: normal !important;
}
.main-content#product_master .product-supplier-relations th:nth-of-type(1),
.main-content#product_master .product-supplier-relations td:nth-of-type(1) {
  width: 8.5em;
}
.main-content#product_master .product-supplier-relations td input[type=checkbox] {
  width: 1.25em !important;
}
.main-content#product_master .product-supplier-relations td input[type=text] {
  height: 100% !important;
  margin: 0;
}
.main-content#product_master .product-supplier-relations td input.price {
  padding-inline: 21% !important;
}
.main-content#product_master .product-supplier-relations .col-supplier {
  text-align: center;
}
.main-content#product_master .product-supplier-relations .supplier-code {
  display: none;
}
.main-content#product_master .product-supplier-relations select,
.main-content#product_master .product-supplier-relations input[type=text] {
  width: 100%;
}
.main-content#product_master #supplierSelector {
  max-width: 20rem;
  margin-top: 4rem;
}
.main-content#product_master #supplierSelector table.is-supplier-list tbody {
  height: 14.45rem;
}
.main-content#product_master #supplierSelector .wrap .form-field {
  width: 50%;
}
.main-content#product_master .form-section__footer {
  position: relative;
  right: -21rem;
}

#supplier_master .form-field__label {
  width: 5.5rem;
}
#supplier_master .form-section__body__center,
#supplier_master .form-section__body__right {
  max-width: 14rem;
  height: -moz-max-content;
  height: max-content;
}

#carrier_master .form-field__label {
  width: 6.5rem;
}
#carrier_master .form-section__body__center,
#carrier_master .form-section__body__right {
  max-width: 14rem;
  height: -moz-max-content;
  height: max-content;
}
#carrier_master .has-border {
  margin-top: 0;
}
#carrier_master #charge-settings-wrapper .form-field__label {
  width: 5.5rem;
}

#unit_price_master .form-section__left .form-field__label {
  width: 3.5em;
}
#unit_price_master .form-section__left .search-filter-label {
  width: 5.5em;
}
#unit_price_master:not(.is-bulk-raise-mode) .bulk-mode-only,
#unit_price_master:not(.is-bulk-raise-mode) .bulk-mode-only-inline,
#unit_price_master:not(.is-bulk-raise-mode) .bulk-mode-only-cell {
  display: none !important;
}
#unit_price_master.is-bulk-raise-mode .normal-mode-only,
#unit_price_master.is-bulk-raise-mode .btn__row-delete {
  display: none !important;
}
#unit_price_master.is-bulk-raise-mode table.unit_price_details .col-action {
  width: 6rem;
}
#unit_price_master .bulk-mode-toggle {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
#unit_price_master .bulk-mode-note {
  margin: 0;
}
#unit_price_master .bulk-col {
  width: 3rem;
}
#unit_price_master .bulk-row-selector {
  text-align: center;
}
#unit_price_master .bulk-start-at {
  display: inline-block;
  width: 6em;
  font-size: 0.9em;
  line-height: 1.5;
}
#unit_price_master .unit-price-action-cell {
  white-space: nowrap;
  min-width: 2.5rem;
}
#unit_price_master .unit-price-sort-btn {
  width: 100%;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  display: block;
  font: inherit;
  line-height: inherit;
  padding: 0.125em 0.875em 0.125em 0.125em;
  position: relative;
  text-align: center;
  white-space: normal;
  word-break: keep-all;
}
#unit_price_master .unit-price-sort-btn:hover {
  text-decoration: underline;
}
#unit_price_master .unit-price-sort-btn:disabled, #unit_price_master .unit-price-sort-btn.is-disabled {
  cursor: default;
}
#unit_price_master .unit-price-sort-btn:disabled:hover, #unit_price_master .unit-price-sort-btn.is-disabled:hover {
  text-decoration: none;
}
#unit_price_master .unit-price-sort-indicator {
  font-size: 0.85em;
  line-height: 1;
  opacity: 0.35;
  position: absolute;
  right: 0.125em;
  top: 50%;
  translate: 0 -50%;
}
#unit_price_master .unit-price-sort-btn.is-active {
  font-weight: 700;
}
#unit_price_master .unit-price-sort-btn.is-active .unit-price-sort-indicator {
  opacity: 1;
}
#unit_price_master .unit-price-row.is-filter-hidden,
#unit_price_master .unit-price-row.is-preview-hidden,
#unit_price_master .unit-price-row.is-empty-row.is-preview-hidden {
  display: none;
}
#unit_price_master .unit-price-row.is-empty-row.is-disabled-row {
  opacity: 0.6;
}
#unit_price_master input.is-bulk-preview {
  color: #c00;
  font-weight: 700;
}
#unit_price_master table.unit_price_details thead tr th,
#unit_price_master table.unit_price_details thead tr td,
#unit_price_master table.unit_price_details tbody tr th,
#unit_price_master table.unit_price_details tbody tr td {
  width: 2.5rem;
}
#unit_price_master table.unit_price_details thead tr th,
#unit_price_master table.unit_price_details tbody tr th {
  font-size: 0.75em;
  text-align: center !important;
}
#unit_price_master table.unit_price_details thead tr th.is-sortable,
#unit_price_master table.unit_price_details tbody tr th.is-sortable {
  padding: 0;
}
#unit_price_master table.unit_price_details thead tr td.col-product-code,
#unit_price_master table.unit_price_details tbody tr td.col-product-code {
  justify-content: flex-end;
}
#unit_price_master table.unit_price_details thead tr td p,
#unit_price_master table.unit_price_details tbody tr td p {
  width: 100%;
  height: 100%;
  margin-left: 0.125em;
  padding-inline: 0.25em;
  display: flex !important;
  justify-content: center;
  align-items: center;
  background: #ffff4c;
  white-space: nowrap;
}
#unit_price_master table.unit_price_details tbody {
  background: #fff;
  height: 25em;
}
#unit_price_master table.unit_price_details .col-bulk-select {
  width: 2rem;
}
#unit_price_master table.unit_price_details .col-bulk-select input[type=checkbox] {
  margin: 0;
}
#unit_price_master table.unit_price_details .col-product-code {
  width: 3.5rem;
}
#unit_price_master table.unit_price_details .col-product-code input {
  text-align: right;
}
#unit_price_master table.unit_price_details .col-product-search,
#unit_price_master table.unit_price_details .col-carrier-search,
#unit_price_master table.unit_price_details .col-supplier-search {
  width: 1.75rem;
}
#unit_price_master table.unit_price_details .col-product-name {
  width: 7rem;
}
#unit_price_master table.unit_price_details .col-product-name p {
  justify-content: flex-start;
}
#unit_price_master table.unit_price_details .col-fare-class-name {
  width: 4.5rem;
}
#unit_price_master table.unit_price_details .col-unit-name,
#unit_price_master table.unit_price_details .col-vehicle-type-code {
  width: 2.5rem;
}
#unit_price_master table.unit_price_details .col-vehicle-type-name {
  width: 4.75rem;
}
#unit_price_master table.unit_price_details .col-vehicle-class-name,
#unit_price_master table.unit_price_details .col-trade-code {
  width: 3.5rem;
}
#unit_price_master table.unit_price_details .col-trade-name {
  width: 3.75rem;
}
#unit_price_master table.unit_price_details .col-sales-unit-price,
#unit_price_master table.unit_price_details .col-purchase-unit-price {
  width: 4rem;
}
#unit_price_master table.unit_price_details .col-sales-unit-price input,
#unit_price_master table.unit_price_details .col-purchase-unit-price input {
  text-align: right;
}
#unit_price_master table.unit_price_details .col-conversion-rate,
#unit_price_master table.unit_price_details .col-discount-rate,
#unit_price_master table.unit_price_details .col-carrier-code,
#unit_price_master table.unit_price_details .col-supplier-code,
#unit_price_master table.unit_price_details .col-distance {
  width: 3rem;
}
#unit_price_master table.unit_price_details .col-conversion-rate input,
#unit_price_master table.unit_price_details .col-discount-rate input,
#unit_price_master table.unit_price_details .col-carrier-code input,
#unit_price_master table.unit_price_details .col-supplier-code input,
#unit_price_master table.unit_price_details .col-distance input {
  text-align: right;
}
#unit_price_master table.unit_price_details .col-unit-on-slip {
  width: 3rem;
}
#unit_price_master table.unit_price_details .col-carrier-name,
#unit_price_master table.unit_price_details .col-supplier-name {
  width: 10rem;
  position: relative;
  overflow: hidden;
}
#unit_price_master table.unit_price_details .col-carrier-name p,
#unit_price_master table.unit_price_details .col-supplier-name p {
  justify-content: flex-start;
}
#unit_price_master table.unit_price_details .col-fare-unit-price {
  width: 3.5rem;
}
#unit_price_master table.unit_price_details .col-fare-unit-price input {
  text-align: right;
}
#unit_price_master table.unit_price_details td.t_product_code .slash,
#unit_price_master table.unit_price_details td.t_vehicle .slash,
#unit_price_master table.unit_price_details td.t_unit_price .slash {
  position: absolute;
  width: 80%;
  height: 80%;
  background: #dcdcdc;
  border-radius: 0.125em;
  box-shadow: 0 0 0.0125em #000;
}
#unit_price_master table.unit_price_details td.t_product_code .slash::after,
#unit_price_master table.unit_price_details td.t_vehicle .slash::after,
#unit_price_master table.unit_price_details td.t_unit_price .slash::after {
  content: "";
  position: absolute;
  inset: 0;
  clip-path: polygon(95% 0, 100% 0, 5% 100%, 0 100%);
  background: #8f8f8f;
}
#unit_price_master table.unit_price_details td.t_vehicle input:not(:disabled) + .slash,
#unit_price_master table.unit_price_details td.t_unit_price input:not(:disabled) + .slash {
  display: none;
}
#unit_price_master table.unit_price_details td.t_product_code .slash {
  display: none;
}
#unit_price_master table.unit_price_details td.t_product_code.is-locked .slash {
  display: block;
}
#unit_price_master table.unit_price_details td.t_product_code.is-locked .dmProductCode {
  pointer-events: none;
}

#vehicle_classification_master table.search-results {
  width: -moz-max-content;
  width: max-content;
  overflow: visible;
}
#vehicle_classification_master table.search-results th {
  align-items: flex-start;
}
#vehicle_classification_master table.search-results tbody.search-results__body {
  max-height: 26rem;
  overflow: auto;
}
#vehicle_classification_master table.search-results .col-code {
  width: 3.1rem;
  min-width: 3.1rem;
}
#vehicle_classification_master table.search-results .col-name {
  width: 4.5rem;
  min-width: 4.5rem;
}
#vehicle_classification_master table.search-results .col-alt-name,
#vehicle_classification_master table.search-results .col-alt-fare {
  width: 7rem;
  min-width: 7rem;
}
#vehicle_classification_master table.search-results .col-fare-label {
  width: 8rem;
  min-width: 8rem;
}
#vehicle_classification_master table.search-results .col-delete {
  width: 2rem;
  min-width: 2rem;
}
#vehicle_classification_master table.search-results input,
#vehicle_classification_master table.search-results select {
  font-size: 1em !important;
}

.none {
  display: none !important;
}

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

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

.row,
.row_R,
.flex,
.wrap,
.between,
.around,
.evenly,
.column,
.clm_to_row,
.clm_to_row_R,
.to_clm,
.to_clm_R,
.x-start,
.x-end,
.x-start_to_end,
.x-end_to_start,
.y-start,
.y-end,
.xy-c,
.x-c,
.y-c,
.f-1 {
  display: flex;
}

.row {
  flex-direction: row !important;
}

.column {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.evenly {
  justify-content: space-evenly;
}

.xy-c {
  align-items: center;
  justify-content: center;
}

.x-c {
  justify-content: center;
}

.x-start {
  justify-content: flex-start;
}

.x-end {
  justify-content: flex-end;
}

.y-c {
  align-items: center;
}

.y-start {
  align-items: flex-start !important;
}

.y-end {
  align-items: flex-end;
}

.f-1 {
  flex: 1;
}

.relative {
  position: relative;
  z-index: 2;
}

.absolute {
  position: absolute;
  z-index: 5;
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}

.absolute_cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.absolute_xc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.absolute_yc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.r0 {
  right: 0;
}

.l0 {
  left: 0;
}

.t0 {
  top: 0;
}

.b0 {
  bottom: 0;
}

.z-1 {
  z-index: -1;
}

.z0 {
  z-index: 0;
}

.z1 {
  z-index: 1;
}

.z2 {
  z-index: 2;
}

/* =======================  layout  ====================== */
.row,
.row_R,
.flex,
.wrap,
.between,
.around,
.evenly,
.column,
.clm_to_row,
.clm_to_row_R,
.x-start,
.x-end,
.x-start_to_end,
.x-end_x_to_start,
.y-start,
.y-end,
.y-start_to_end,
.y-end_x_to_start,
.xy-c,
.x-c,
.y-c {
  display: flex !important;
}

.row_R {
  flex-direction: row-reverse;
}

.column,
.clm_to_row,
.clm_to_row_R {
  flex-direction: column;
}

.wrap {
  flex-wrap: wrap;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.evenly {
  justify-content: space-evenly;
}

.xy-c,
.c-c {
  align-items: center;
  justify-content: center;
}

.x-c,
.x-c {
  justify-content: center;
}

.x-start {
  justify-content: flex-start;
}

.x-end {
  justify-content: flex-end;
}

.y-start {
  align-items: start;
}

.y-c,
.y-c {
  align-items: center;
}

.y-end {
  align-items: end;
}

.t0 {
  top: 0;
}

.b0 {
  bottom: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.absolute_cc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.absolute_xc {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.absolute_yc {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.op0 {
  opacity: 0;
}

.op1 {
  opacity: 1;
}

.none {
  display: none !important;
}

.sp {
  display: none;
}

.f-1 {
  flex: 1;
}

.overflow-auto {
  overflow: auto;
}

.gap_0125em {
  gap: 0.125em !important;
}

.gap_025em {
  gap: 0.25em !important;
}

.gap_05em {
  gap: 0.5em !important;
}

.gap_065em {
  gap: 0.65em !important;
}

.gap_1em {
  gap: 1em !important;
}

.gap_15em {
  gap: 1.5em !important;
}

.gap_2em {
  gap: 2em !important;
}

.gap_25em {
  gap: 2.5em !important;
}

.gap_3em {
  gap: 3em !important;
}

.gap_35em {
  gap: 3.5em !important;
}

.gap_4em {
  gap: 4em !important;
}

.gap_45em {
  gap: 4.5em !important;
}

.gap_5em {
  gap: 5em !important;
}

.gap_55em {
  gap: 5.5em !important;
}

.gap_6em {
  gap: 6em !important;
}

.gap_65em {
  gap: 6.5em !important;
}

.gap_7em {
  gap: 7em !important;
}

.gap_75em {
  gap: 7.5em !important;
}

.gap_8em {
  gap: 8em !important;
}

.gap_85em {
  gap: 8.5em !important;
}

.gap_9em {
  gap: 9em !important;
}

.gap_95em {
  gap: 9.5em !important;
}

.gap_10em {
  gap: 10em !important;
}

.gap_105em {
  gap: 10.5em !important;
}

.gap_11em {
  gap: 11em !important;
}

.gap_115em {
  gap: 11.5em !important;
}

.gap_12em {
  gap: 12em !important;
}

.gap_125em {
  gap: 12.5em !important;
}

.gap_13em {
  gap: 13em !important;
}

.gap_135em {
  gap: 13.5em !important;
}

.gap_14em {
  gap: 14em !important;
}

.gap_145em {
  gap: 14.5em !important;
}

.gap_15em {
  gap: 15em !important;
}

.gap_x_05em {
  row-gap: 0.5em;
}

.gap_x_1em {
  row-gap: 1em;
}

.gap_x_15em {
  row-gap: 1.5em;
}

.gap_x_2em {
  row-gap: 2em;
}

.gap_x_25em {
  row-gap: 2.5em;
}

.gap_x_3em {
  row-gap: 3em;
}

.gap_x_35em {
  row-gap: 3.5em;
}

.gap_x_4em {
  row-gap: 4em;
}

.gap_x_45em {
  row-gap: 4.5em;
}

.gap_x_5em {
  row-gap: 5em;
}

.gap_x_55em {
  row-gap: 5.5em;
}

.gap_x_6em {
  row-gap: 6em;
}

.gap_x_65em {
  row-gap: 6.5em;
}

.gap_x_7em {
  row-gap: 7em;
}

.gap_x_75em {
  row-gap: 7.5em;
}

.gap_x_8em {
  row-gap: 8em;
}

.gap_x_85em {
  row-gap: 8.5em;
}

.gap_x_9em {
  row-gap: 9em;
}

.gap_x_95em {
  row-gap: 9.5em;
}

.gap_x_10em {
  row-gap: 10em;
}

.gap_x_105em {
  row-gap: 10.5em;
}

.gap_x_11em {
  row-gap: 11em;
}

.gap_x_115em {
  row-gap: 11.5em;
}

.gap_x_12em {
  row-gap: 12em;
}

.gap_x_125em {
  row-gap: 12.5em;
}

.gap_x_13em {
  row-gap: 13em;
}

.gap_x_135em {
  row-gap: 13.5em;
}

.gap_x_14em {
  row-gap: 14em;
}

.gap_x_145em {
  row-gap: 14.5em;
}

.gap_x_15em {
  row-gap: 15em;
}

.gap_y_05em {
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}

.gap_y_1em {
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.gap_y_15em {
  -moz-column-gap: 1.5em;
       column-gap: 1.5em;
}

.gap_y_2em {
  -moz-column-gap: 2em;
       column-gap: 2em;
}

.gap_y_25em {
  -moz-column-gap: 2.5em;
       column-gap: 2.5em;
}

.gap_y_3em {
  -moz-column-gap: 3em;
       column-gap: 3em;
}

.gap_y_35em {
  -moz-column-gap: 3.5em;
       column-gap: 3.5em;
}

.gap_y_4em {
  -moz-column-gap: 4em;
       column-gap: 4em;
}

.gap_y_45em {
  -moz-column-gap: 4.5em;
       column-gap: 4.5em;
}

.gap_y_5em {
  -moz-column-gap: 5em;
       column-gap: 5em;
}

.gap_y_55em {
  -moz-column-gap: 5.5em;
       column-gap: 5.5em;
}

.gap_y_6em {
  -moz-column-gap: 6em;
       column-gap: 6em;
}

.gap_y_65em {
  -moz-column-gap: 6.5em;
       column-gap: 6.5em;
}

.gap_y_7em {
  -moz-column-gap: 7em;
       column-gap: 7em;
}

.gap_y_75em {
  -moz-column-gap: 7.5em;
       column-gap: 7.5em;
}

.gap_y_8em {
  -moz-column-gap: 8em;
       column-gap: 8em;
}

.gap_y_85em {
  -moz-column-gap: 8.5em;
       column-gap: 8.5em;
}

.gap_y_9em {
  -moz-column-gap: 9em;
       column-gap: 9em;
}

.gap_y_95em {
  -moz-column-gap: 9.5em;
       column-gap: 9.5em;
}

.gap_y_10em {
  -moz-column-gap: 10em;
       column-gap: 10em;
}

.gap_y_105em {
  -moz-column-gap: 10.5em;
       column-gap: 10.5em;
}

.gap_y_11em {
  -moz-column-gap: 11em;
       column-gap: 11em;
}

.gap_y_115em {
  -moz-column-gap: 11.5em;
       column-gap: 11.5em;
}

.gap_y_12em {
  -moz-column-gap: 12em;
       column-gap: 12em;
}

.gap_y_125em {
  -moz-column-gap: 12.5em;
       column-gap: 12.5em;
}

.gap_y_13em {
  -moz-column-gap: 13em;
       column-gap: 13em;
}

.gap_y_135em {
  -moz-column-gap: 13.5em;
       column-gap: 13.5em;
}

.gap_y_14em {
  -moz-column-gap: 14em;
       column-gap: 14em;
}

.gap_y_145em {
  -moz-column-gap: 14.5em;
       column-gap: 14.5em;
}

.gap_y_15em {
  -moz-column-gap: 15em;
       column-gap: 15em;
}

.pd_0125em {
  padding: 0.125em !important;
}

.pd_025em {
  padding: 0.25em !important;
}

.pd_05em {
  padding: 0.5em !important;
}

.pd_075em {
  padding: 0.75em !important;
}

.pd_1em {
  padding: 1em !important;
}

.mr-1em {
  margin-right: 1em;
}

.mr-2em {
  margin-right: 2em;
}

.mr-auto {
  margin-right: auto;
}

.m0 {
  margin: 0;
}

.mr0 {
  margin-right: 0 !important;
}

.mA {
  margin: auto;
}

.mtA {
  margin-top: auto;
}

.mbA {
  margin-bottom: auto;
}

.mrA {
  margin-right: auto;
}

.mlA {
  margin-left: auto;
}

.x_mA {
  margin-right: auto;
  margin-left: auto;
}

.y_mA {
  margin-top: auto;
  margin-bottom: auto;
}

.p0 {
  padding: 0 !important;
}

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

.m_A {
  margin: auto;
}

.mt_A {
  margin-top: auto;
}

.mb_A {
  margin-bottom: auto;
}

.mx_A {
  margin-right: auto;
  margin-left: auto;
}

.my_A {
  margin-top: auto;
  margin-bottom: auto;
}

.m0 {
  margin: 0 !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pl_0 {
  padding-left: 0 !important;
}

.pl-025rem {
  padding-left: 0.25rem;
}

.pl-05rem {
  padding-left: 0.5rem;
}

.pl-075rem {
  padding-left: 0.75rem;
}

.pl-1rem {
  padding-left: 1rem;
}

.pt40 {
  padding-top: 40px !important;
}

.pb20 {
  padding-bottom: 20px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb5 {
  padding-bottom: 5px;
}

.mt025em {
  margin-top: 0.25em;
}

.mt05em {
  margin-top: 0.5em;
}

.mb_025em {
  margin-bottom: 0.25em;
}

.mb_05em {
  margin-bottom: 0.5em;
}

.mb_075em {
  margin-bottom: 0.75em;
}

.mb_1em {
  margin-bottom: 1em;
}

.mb_125em {
  margin-bottom: 1.25em;
}

.mb_15em {
  margin-bottom: 1.5em;
}

.mb_175em {
  margin-bottom: 1.75em;
}

.mb_2em {
  margin-bottom: 2em;
}

.mt-025rem {
  margin-top: 0.25rem;
}

.mr-025rem {
  margin-right: 0.25rem;
}

.mb-025rem {
  margin-bottom: 0.25rem;
}

.ml-025rem {
  margin-left: 0.25rem;
}

.mt-05rem {
  margin-top: 0.5rem;
}

.mr-05rem {
  margin-right: 0.5rem;
}

.mb-05rem {
  margin-bottom: 0.5rem;
}

.ml-05rem {
  margin-left: 0.5rem;
}

.mt-075rem {
  margin-top: 0.75rem;
}

.mr-075rem {
  margin-right: 0.75rem;
}

.mb-075rem {
  margin-bottom: 0.75rem;
}

.ml-075rem {
  margin-left: 0.75rem;
}

.mt-1rem {
  margin-top: 1rem;
}

.mr-1rem {
  margin-right: 1rem;
}

.mb-1rem {
  margin-bottom: 1rem;
}

.ml-1rem {
  margin-left: 1rem;
}

.mt-125rem {
  margin-top: 1.25rem;
}

.mr-125rem {
  margin-right: 1.25rem;
}

.mb-125rem {
  margin-bottom: 1.25rem;
}

.ml-125rem {
  margin-left: 1.25rem;
}

.mt-15rem {
  margin-top: 1.5rem;
}

.mr-15rem {
  margin-right: 1.5rem;
}

.mb-15rem {
  margin-bottom: 1.5rem;
}

.ml-15rem {
  margin-left: 1.5rem;
}

.mt-175rem {
  margin-top: 1.75rem;
}

.mr-175rem {
  margin-right: 1.75rem;
}

.mb-175rem {
  margin-bottom: 1.75rem;
}

.ml-175rem {
  margin-left: 1.75rem;
}

.mt-2rem {
  margin-top: 2rem;
}

.mr-2rem {
  margin-right: 2rem;
}

.mb-2rem {
  margin-bottom: 2rem;
}

.ml-2rem {
  margin-left: 2rem;
}

.mt-225rem {
  margin-top: 2.25rem;
}

.mr-225rem {
  margin-right: 2.25rem;
}

.mb-225rem {
  margin-bottom: 2.25rem;
}

.ml-225rem {
  margin-left: 2.25rem;
}

.mt-25rem {
  margin-top: 2.5rem;
}

.mr-25rem {
  margin-right: 2.5rem;
}

.mb-25rem {
  margin-bottom: 2.5rem;
}

.ml-25rem {
  margin-left: 2.5rem;
}

.mt-275rem {
  margin-top: 2.75rem;
}

.mr-275rem {
  margin-right: 2.75rem;
}

.mb-275rem {
  margin-bottom: 2.75rem;
}

.ml-275rem {
  margin-left: 2.75rem;
}

.mt-3rem {
  margin-top: 3rem;
}

.mr-3rem {
  margin-right: 3rem;
}

.mb-3rem {
  margin-bottom: 3rem;
}

.ml-3rem {
  margin-left: 3rem;
}

.mt-325rem {
  margin-top: 3.25rem;
}

.mr-325rem {
  margin-right: 3.25rem;
}

.mb-325rem {
  margin-bottom: 3.25rem;
}

.ml-325rem {
  margin-left: 3.25rem;
}

.mt-35rem {
  margin-top: 3.5rem;
}

.mr-35rem {
  margin-right: 3.5rem;
}

.mb-35rem {
  margin-bottom: 3.5rem;
}

.ml-35rem {
  margin-left: 3.5rem;
}

.mt-375rem {
  margin-top: 3.75rem;
}

.mr-375rem {
  margin-right: 3.75rem;
}

.mb-375rem {
  margin-bottom: 3.75rem;
}

.ml-375rem {
  margin-left: 3.75rem;
}

.mt-4rem {
  margin-top: 4rem;
}

.mr-4rem {
  margin-right: 4rem;
}

.mb-4rem {
  margin-bottom: 4rem;
}

.ml-4rem {
  margin-left: 4rem;
}

.w100v {
  width: 100vw !important;
}

.w90v {
  width: 90vw !important;
}

.w80v {
  width: 80vw !important;
}

.w70v {
  width: 70vw !important;
}

.w60v {
  width: 60vw !important;
}

.w50v {
  width: 50vw !important;
}

.w40v {
  width: 40vw !important;
}

.w30v {
  width: 30vw !important;
}

.w20v {
  width: 20vw !important;
}

.w10v {
  width: 10vw !important;
}

.w100p {
  width: 100% !important;
}

.w90p {
  width: 90% !important;
}

.w80p {
  width: 80% !important;
}

.w70p {
  width: 70% !important;
}

.w60p {
  width: 60% !important;
}

.w55p {
  width: 55% !important;
}

.w52p {
  width: 52% !important;
}

.w50p {
  width: 50% !important;
}

.w49p {
  width: 49% !important;
}

.w48p {
  width: 48% !important;
}

.w47p {
  width: 47% !important;
}

.w45p {
  width: 45% !important;
}

.w40p {
  width: 40% !important;
}

.w30p {
  width: 30% !important;
}

.w20p {
  width: 20% !important;
}

.w10p {
  width: 10% !important;
}

.w_fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}

.w_min {
  width: -moz-min-content !important;
  width: min-content !important;
}

.w-max {
  width: -moz-max-content !important;
  width: max-content !important;
}

.w_A {
  width: auto;
}

.w1em {
  width: 1em !important;
}

.w125em {
  width: 1.25em !important;
}

.w15em {
  width: 1.5em !important;
}

.w175em {
  width: 1.75em !important;
}

.w2em {
  width: 2em !important;
}

.w225em {
  width: 2.25em !important;
}

.w25em {
  width: 2.5em !important;
}

.w275em {
  width: 2.75em !important;
}

.w3em {
  width: 3em !important;
}

.w325em {
  width: 3.25em !important;
}

.w35em {
  width: 3.5em !important;
}

.w375em {
  width: 3.75em !important;
}

.w4em {
  width: 4em !important;
}

.w425em {
  width: 4.25em !important;
}

.w45em {
  width: 4.5em !important;
}

.w475em {
  width: 4.75em !important;
}

.w5em {
  width: 5em !important;
}

.w525em {
  width: 5.25em !important;
}

.w55em {
  width: 5.5em !important;
}

.w575em {
  width: 5.75em !important;
}

.w6em {
  width: 6em !important;
}

.w625em {
  width: 6.25em !important;
}

.w65em {
  width: 6.5em !important;
}

.w675em {
  width: 6.75em !important;
}

.w7em {
  width: 7em !important;
}

.w725em {
  width: 7.25em !important;
}

.w75em {
  width: 7.5em !important;
}

.w775em {
  width: 7.75em;
}

.w8em {
  width: 8em !important;
}

.w825em {
  width: 8.25em !important;
}

.w85em {
  width: 8.5em !important;
}

.w875em {
  width: 8.75em !important;
}

.w9em {
  width: 9em !important;
}

.w925em {
  width: 9.25em !important;
}

.w95em {
  width: 9.5em !important;
}

.w975em {
  width: 9.75em !important;
}

.w10em {
  width: 10em !important;
}

.w11em {
  width: 11em !important;
}

.w12em {
  width: 12em !important;
}

.w13em {
  width: 13em !important;
}

.w14em {
  width: 14em !important;
}

.w15em {
  width: 15em !important;
}

.w16em {
  width: 16em !important;
}

.w17em {
  width: 17em !important;
}

.w18em {
  width: 18em !important;
}

.w19em {
  width: 19em !important;
}

.w20em {
  width: 20em !important;
}

.w30em {
  width: 30em !important;
}

.w100v {
  width: 100vw;
}

.w90v {
  width: 90vw;
}

.w80v {
  width: 80vw;
}

.w70v {
  width: 70vw;
}

.w60v {
  width: 60vw;
}

.w50v {
  width: 50vw;
}

.w40v {
  width: 40vw;
}

.w30v {
  width: 30vw;
}

.w20v {
  width: 20vw;
}

.w10v {
  width: 10vw;
}

.w100p {
  width: 100%;
}

.w90p {
  width: 90%;
}

.w80p {
  width: 80%;
}

.w70p {
  width: 70%;
}

.w65p {
  width: 65%;
}

.w60p {
  width: 60%;
}

.w55p {
  width: 55%;
}

.w50p {
  width: 50%;
}

.w40p {
  width: 40%;
}

.w30p {
  width: 30%;
}

.w20p {
  width: 20%;
}

.w10p {
  width: 10%;
}

.w950 {
  width: 63.333rem;
}

.w10rem {
  width: 10rem !important;
}

.w95rem {
  width: 9.5rem !important;
}

.w875rem {
  width: 8.75rem !important;
}

.w8rem {
  width: 8rem !important;
}

.w675rem {
  width: 6.75rem !important;
}

.w6rem {
  width: 6rem !important;
}

.w55rem {
  width: 5.5rem !important;
}

.w5rem {
  width: 5rem !important;
}

.w45rem {
  width: 4.5rem !important;
}

.w4rem {
  width: 4rem !important;
}

.w35rem {
  width: 3.5rem !important;
}

.w3rem {
  width: 3rem !important;
}

.w275rem {
  width: 2.75rem !important;
}

.w25rem {
  width: 2.5rem !important;
}

.w2rem {
  width: 2rem !important;
}

label {
  display: flex;
  align-items: center;
}

.black {
  color: #333 !important;
}

.white {
  color: #fff !important;
}

.gold {
  color: gold !important;
}

.blue {
  color: #2685e9 !important;
}

.red {
  color: orangered !important;
}

.coral_pink {
  color: #fa647c !important;
}

.orange {
  color: #f1693b !important;
}

.pale_orange {
  color: #fff4d9 !important;
}

.pale_yellow {
  color: #fffec8 !important;
}

.yellow {
  color: #f5d560 !important;
}

.dark_yellow {
  color: #bfb43f !important;
}

.emerald {
  color: #23acb0 !important;
}

.vivid_emerald {
  color: #55cdcc !important;
}

.bg_white {
  background-color: #fff !important;
}

.bg_gray {
  background-color: #eaeaea !important;
}

.bg_dark_gray {
  background-color: #afafaf !important;
}

.bg_pale_cream {
  background-color: #e3e3d9 !important;
}

.bg_black {
  background: #000 !important;
  color: #fff;
}

.bg_dark {
  background: #202020 !important;
  color: #fff;
}

.bg_pale_blue {
  background-color: #abc8e6 !important;
}

.bg-sky_blue {
  background-color: #3cffff !important;
}

.bg-green {
  background-color: rgb(0, 255, 0) !important;
  border: solid 1px rgba(0, 0, 0, 0.2784313725) !important;
}

.bg_pale_green {
  background-color: rgb(194, 255, 194) !important;
}

.bg_yellow {
  background-color: yellow !important;
}

.bg_pale_yellow {
  background-color: rgb(255, 255, 174) !important;
}

.bg_orange {
  background-color: orangered !important;
}

.bg_pale_orange {
  background-color: rgb(255, 193, 170) !important;
}

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

.sans {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.jp {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
}

.en {
  font-family: "DM Serif Display", serif;
}

.dsc {
  text-align: justify;
}

.dsc_sm {
  font-size: 16px;
  text-align: justify;
}
@media screen and (max-width:374px) {
  .dsc_sm {
    font-size: 12;
  }
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh15 {
  line-height: 1.5;
}

.lh12 {
  line-height: 1.2;
}

span.xs,
p.xs {
  font-size: 0.5em;
}
span.sm,
p.sm {
  font-size: 0.75em;
}
span.lg,
p.lg {
  font-size: 1.5em;
}
span.xl,
p.xl {
  font-size: 2em;
}

.fz025em {
  font-size: 0.25em;
}

.fz03em {
  font-size: 0.3em;
}

.fz035em {
  font-size: 0.35em;
}

.fz04em {
  font-size: 0.4em;
}

.fz045em {
  font-size: 0.45em;
}

.fz05em {
  font-size: 0.5em;
}

.fz055em {
  font-size: 0.55em;
}

.fz06em {
  font-size: 0.6em;
}

.fz065em {
  font-size: 0.65em;
}

.fz07em {
  font-size: 0.7em;
}

.fz075em {
  font-size: 0.75em;
}

.fz08em {
  font-size: 0.8em;
}

.fz085em {
  font-size: 0.85em;
}

.fz09em {
  font-size: 0.9em;
}

.fz095em {
  font-size: 0.95em;
}

.fz1em {
  font-size: 1em;
}

.fz105em {
  font-size: 1.05em;
}

.fz11em {
  font-size: 1.1em;
}

.fz115em {
  font-size: 1.15em;
}

.fz12em {
  font-size: 1.2em;
}

.fz125em {
  font-size: 1.25em;
}

.fz13em {
  font-size: 1.3em;
}

.fz135em {
  font-size: 1.35em;
}

.fz14em {
  font-size: 1.4em;
}

.fz145em {
  font-size: 1.45em;
}

.fz15em {
  font-size: 1.5em;
}

.fz155em {
  font-size: 1.55em;
}

.fz16em {
  font-size: 1.6em;
}

.fz165em {
  font-size: 1.65em;
}

.fz17em {
  font-size: 1.7em;
}

.fz175em {
  font-size: 1.75em;
}

.fz18em {
  font-size: 1.8em;
}

.fz185em {
  font-size: 1.85em;
}

.fz19em {
  font-size: 1.9em;
}

.fz195em {
  font-size: 1.95em;
}

.fz_2em {
  font-size: 2em;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.bold {
  font-weight: bold;
}

.light {
  font-weight: lighter;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u_bar {
  display: block;
  width: 72px;
  border-bottom: 3px solid #1b3377;
  -o-border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
     border-image: linear-gradient(to right, #1b3377 0%, #77b6ff 100%);
  border-image-slice: 1;
  margin: 0 auto 10px;
}

.u_line {
  text-decoration: underline;
}

.txt_r {
  text-align: right !important;
  justify-content: flex-end !important;
}

.txt_c {
  text-align: center !important;
  justify-content: center !important;
}

.txt_l {
  text-align: left !important;
  justify-content: flex-start !important;
}

.txt_jst {
  text-align: justify;
}

.va_t {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

.under_bar_prm {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, gold 60%, gold 100%);
}

.under_bar_sec {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40%, rgb(254, 169, 228) 40%, rgb(254, 169, 228) 100%);
}

.u-bd {
  border: 1px solid #e9e9e9 !important;
}

.u-bd-t {
  border-top: 1px solid #e9e9e9 !important;
}

.u-bd-r {
  border-right: 1px solid #e9e9e9 !important;
}

.u-bd-b {
  border-bottom: 1px solid #e9e9e9 !important;
}

.u-bd-l {
  border-left: 1px solid #e9e9e9 !important;
}

.u-bd-main {
  border-color: #202020 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.has-border {
  position: relative;
  padding: 1em 0.5em 0.5em;
  border: solid #bbb 1px;
  margin-top: 0.5em;
}
.has-border .box-label {
  position: absolute;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  top: 0;
  left: 0;
  translate: 0.5em -50%;
  color: rgba(0, 0, 0, 0.8666666667);
  background: #e7e7e7;
  padding-inline: 0.25em;
}
.has-border:not(:has(.box-label)) {
  padding: 0.5rem;
}
.has-border input[type=checkbox] {
  height: 1em !important;
}

.has-brd-bottom {
  padding-bottom: 0.5em;
  border-bottom: 1px solid #bbb;
}

/* ======  bounce  =========*/
.bounce-in {
  transform-origin: center;
  transform: scale(0);
  opacity: 0;
}
.bounce-in.is_action {
  transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.2s;
  transform: scale(1);
  opacity: 1;
}

/*=========== Infinite_Animation_Library  ===============*/
.wrapper {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.con {
  display: inline-block;
}

.miniCon {
  margin: 20px;
  width: 100px;
  height: 100px;
  background-color: black;
}

/****--------- エンジン ---------****/
.engine {
  animation: engine 0.2s infinite;
  -webkit-animation: engine 0.2s infinite;
  -moz-animation: engine 0.2s infinite;
}

@keyframes engine {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  50% {
    transform: scale(1, 0.98) translate(0%, 1.5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
/****--------- 雲 ---------****/
.cloud {
  animation: cloud ease-in-out 4s infinite alternate;
  -webkit-animation: cloud ease-in-out 4s infinite alternate;
  -moz-animation: cloud ease-in-out 4s infinite alternate;
}

@keyframes cloud {
  0% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
  100% {
    transform: translate(-30px, 0%);
    opacity: 0;
  }
}
/****--------- ふわふわ ---------****/
.fuwax2 {
  animation: fuwax2 ease-in-out 2s infinite alternate;
  -webkit-animation: fuwax2 ease-in-out 2s infinite alternate;
  -moz-animation: fuwax2 ease-in-out 2s infinite alternate;
}

@keyframes fuwax2 {
  0% {
    transform: translate(0%, 0%);
  }
  100% {
    transform: translate(0%, -30px);
  }
}
/****--------- 回転 ---------****/
.spin {
  animation: spin 5s linear infinite;
  -webkit-animation: spin 5s linear infinite;
  -moz-animation: spin 5s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/****--------- ジャンプ ---------****/
.jump {
  animation: jump 5s infinite;
  -webkit-animation: jump 5s infinite;
  -moz-animation: jump 5s infinite;
}

@keyframes jump {
  0% {
    transform: translate(0, 0px);
  }
  3% {
    transform: translate(0, -20px);
  }
  5% {
    transform: translate(0, 0px);
  }
  6% {
    transform: translate(0, -5px);
  }
  7% {
    transform: translate(0, 0px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
/****--------- ふりこ ---------****/
.pendulum {
  transform-origin: top;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  animation: pendulum ease-in-out 3s infinite alternate;
  -webkit-animation: pendulum ease-in-out 3s infinite alternate;
  -moz-animation: pendulum ease-in-out 3s infinite alternate;
}

@keyframes pendulum {
  0% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(-10deg);
  }
}
/****--------- ボール ---------****/
.ball {
  animation: ball 0.6s alternate infinite;
  -webkit-animation: ball 0.6s alternate infinite;
  -moz-animation: ball 0.6s alternate infinite;
}

@keyframes ball {
  0% {
    transform: translate(0%, 0%) rotateX(25deg);
  }
  100% {
    transform: translate(0%, -60px);
  }
}
/****--------- 登場 ---------****/
.appearance {
  opacity: 0;
  animation: appearance 2.5s 1s 1 forwards;
  -webkit-animation: appearance 2.5s 1s 1 forwards;
  -moz-animation: appearance 2.5s 1s 1 forwards;
}

@keyframes appearance {
  0% {
    opacity: 0;
    transform: translate(0, 200px);
  }
  10% {
    opacity: 1;
    transform: translate(0, -50px);
  }
  15% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  20% {
    opacity: 1;
    transform: translate(0, -20px);
  }
  25% {
    opacity: 1;
    transform: translate(0, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0px);
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/****--------- 登場（コトン） ---------****/
.koton {
  opacity: 0;
  animation: koton 0.5s 1.5s 1 forwards;
  -webkit-animation: koton 0.5s 1.5s 1 forwards;
  -moz-animation: koton 0.5s 1.5s 1 forwards;
}

@keyframes koton {
  0% {
    transform: translate(0%, -100%);
    opacity: 0;
  }
  20% {
    transform: translate(0%, 0%);
  }
  30% {
    transform: translate(0%, -10%);
  }
  50% {
    transform: translate(0%, 0%);
  }
  60% {
    transform: translate(0%, -3%);
    opacity: 1;
  }
  80% {
    transform: translate(0%, 0%);
  }
  90% {
    transform: translate(0%, -1%);
  }
  100% {
    transform: translate(0%, 0%);
    opacity: 1;
  }
}
/*---- animationbutton ---*/
/* required：
<button><span>hover me</span></button> */
/* .head_banner_img {
  position: relative;
  outline: none;
  text-decoration: none;
  border-radius: 50px;
    	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  height: 60px;
  width: 210px;
  opacity: 1;
  background-color: #ffffff;
  border: 1px solid rgba(22, 76, 167, 0.6);
}
button span {
  color: #164ca7;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.7px;
} */
.head_cta {
  /* animation: rotate 0.7s ease-in-out both; */
}

/* button:hover span {
  animation: storm 0.7s ease-in-out both;
  animation-delay: 0.06s;
} */
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(3deg);
  }
  50% {
    transform: rotate(-3deg);
  }
  75% {
    transform: rotate(1deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@keyframes storm {
  0% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
  25% {
    transform: translate3d(4px, 0, 0) translateZ(0);
  }
  50% {
    transform: translate3d(-3px, 0, 0) translateZ(0);
  }
  75% {
    transform: translate3d(2px, 0, 0) translateZ(0);
  }
  100% {
    transform: translate3d(0, 0, 0) translateZ(0);
  }
}
/* =====  humberger menu  ===== */
#menu-btn-check {
  display: none;
}

.menu-btn {
  position: fixed;
  right: 10px;
  display: flex;
  height: 60px;
  width: 60px;
  justify-content: center;
  align-items: center;
  z-index: 90;
  left: 17%;
  top: clamp(6px, 0.375rem + (1vw - 7.68px) * 3.6458, 48px);
  opacity: 1;
  display: block;
}

.close_btn {
  position: absolute;
  height: 60px;
  width: 60px;
  z-index: 90;
  top: 5%;
  right: 2%;
  transition: all 0.6s;
}

.menu-btn span,
.menu-btn span:before,
.menu-btn span:after,
.close_btn span:before,
.close_btn span:after {
  content: "";
  display: block;
  height: clamp(2px, 0.125rem + (1vw - 7.68px) * 0.2604, 5px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 10.6061, 100px);
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
}

.menu-btn span:before,
.close_btn span:before {
  bottom: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
  width: clamp(30px, 1.875rem + (1vw - 3.2px) * 6.8182, 75px);
}

.close_btn span:before {
  width: clamp(15px, 0.9375rem + (1vw - 7.68px) * 3.9063, 60px);
}

.menu-btn span:after,
.close_btn span:after {
  width: clamp(20px, 1.25rem + (1vw - 3.2px) * 4.5455, 50px);
}

.menu-btn span:after {
  top: clamp(5px, 0.3125rem + (1vw - 7.68px) * 1.2153, 19px);
}

.menu-content {
  width: clamp(215px, 13.4375rem + (1vw - 7.68px) * 52.6042, 821px);
  position: fixed;
  top: 0;
  right: 100%; /*leftの値を変更してメニューを画面外へ*/
  z-index: 80;
  background-color: #e8e8e8;
  transition: all 0.5s; /*アニメーション設定*/
}

.menu-content ul {
  padding: 10% 0 0;
}

.menu-content ul li {
  list-style: none;
  height: clamp(40px, 2.5rem + (1vw - 3.75px) * 3.3657, 92px);
  display: flex;
  align-items: center;
  text-align: center;
}

.menu-content ul li:nth-of-type(2n-1) {
  background-color: #fff;
}

.menu-content ul li:nth-of-type(2n) {
  background-color: #e8e8e8;
}

.menu-content ul li a {
  display: block;
  width: 100%;
  font-size: clamp(12px, 0.75rem + (1vw - 3.75px) * 0.4531, 19px);
  box-sizing: border-box;
  color: #000;
  text-decoration: none;
  position: relative;
  letter-spacing: 0.2em;
  font-weight: bolder;
}

.menu-content ul li a::before {
  content: "";
  width: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  height: clamp(8px, 0.5rem + (1vw - 7.68px) * 1.1285, 21px);
  border-top: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  border-right: solid clamp(1px, 0.0625rem + (1vw - 7.68px) * 0.1736, 3px) #000;
  transform: rotate(45deg);
  position: absolute;
  right: 3%;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 2px 2px 2px 2px;
}

#menu-btn-check:checked ~ .menu-content {
  left: 0; /*メニューを画面内へ*/
}

#menu-btn-check:checked ~ .menu-btn span {
  background-color: rgba(255, 255, 255, 0); /*メニューオープン時は真ん中の線を透明にする*/
}

#menu-btn-check:checked ~ .close_btn span::before {
  bottom: 0;
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked ~ .close_btn span::after {
  top: 0;
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#menu-btn-check:checked + .menu-btn {
  display: none;
}

.close_btn span::before {
  transform: rotate(45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
  top: 0;
}

.close_btn span::after {
  transform: rotate(-45deg);
  width: clamp(16px, 1rem + (1vw - 7.68px) * 1.2153, 30px);
}

#scroll_slide {
  position: relative;
  width: 100%;
  height: 100vh;
  background-image: url(https://picsum.photos/id/163/900/400);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: center left;
  transition-property: background-position;
  transition-duration: 0.3s;
  transition-delay: 0.01s;
}

.tp-abSlider {
  position: relative;
  overflow: hidden;
  margin-top: -15.625vw;
  margin-right: -11.5625vw;
  width: 56.875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider {
    margin-top: 0;
    margin-right: -16.4rem;
    margin-left: -16.4rem;
    width: auto;
  }
}
.auto_slider {
  display: inline-flex;
  animation: auto_slider 70s linear 0s infinite normal both;
}
@keyframes auto_slider {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
.tp-abSlider__item {
  padding: 0 0.46875vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item {
    padding: 0 0.3rem;
  }
}
.tp-abSlider__item .c-picture {
  overflow: hidden;
  width: 23.4375vw;
  border-radius: 3.125vw;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture {
    width: 11rem;
    border-radius: 3rem;
  }
}
.tp-abSlider__item .c-picture picture {
  padding-top: 182.6666666667%;
}

@media only screen and (max-width: 767px) {
  .tp-abSlider__item .c-picture picture {
    padding-top: 185.4545454545%;
  }
}
a.arrow_to_circle::before {
  content: "";
  position: absolute;
  top: 53%;
  left: -10px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #00e0cd;
  border-bottom: 2px solid #00e0cd;
  transform: translateY(-50%) rotate(-45deg);
  transition: all 0.4s ease-out;
}

a.arrow_to_circle:hover::before {
  background: #00e0cd;
  border-radius: 50%;
  transform: translateY(-50%) rotate(-315deg);
}/*# sourceMappingURL=style.css.map */