@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
.inventory-wrap {
  font-family: 'Noto Sans JP', sans-serif;
}
th,td {
  border: solid 1px;
  padding: 10px;
}

tr.get-detail td:nth-child(1) {
  white-space: nowrap;
}

table tr th:nth-child(5) {
  white-space: nowrap;
}

.inventory-wrap {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;

}

.car-name {
  margin-bottom: 10px;
}

table {
  border-collapse:  collapse;
}
.table-title {
  display: flex;
  justify-content: space-between;
}
.title-day p {
  font-weight: 600;
  font-size: 1.3rem;
  margin-bottom: 0;
}
.title-note p {
  margin-top: 25px;
  margin-bottom: 0;
  font-size: .8rem;
}
.car-footer p {
  margin-top: 0;
  margin-bottom: 10px;
}
.footer-title {
  margin-top: 50px;
  margin-bottom: 10px;
}
.fotter-txt {
  margin-top: 0;
}

table .manual {
}
table .jancode {
}
table .inventory {
}
table .salesstatus {
}
table .salesenddate {
}

.loading-img {
  width: 20%;
  position: absolute;
  margin: auto;
  top: 20%;
  left: 0;
  right :0;
}
@media print, screen and (max-width: 767px) {
  .loading-img {
    width: 60%;
    top: 40%;
  }
.inventory-txt-inner {
  caption-side: bottom;
  text-align: left;
}
@media print, screen and (max-width: 1084px) {
  .table-title {
    display: block;
  }
  .title-note p {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
@media print{
  body{zoom:56%}
  }