@charset "utf-8";

/* CSS Document */


/***********
shipping
************/

.shipping {
  background-color: #fff;
}
.shipping-section {
}
.shipping-heading {
  background-color: #eee;
  border: 1px solid #aaa;
  border-top: 2px solid #0abab5;
  border-bottom: none;
  font-size: 18px;
  padding: 5px 10px;
}
.shipping-heading2 {
  border: 1px solid #aaa;
  border-bottom: none;
  padding: 5px 10px;
  text-align: center;
}
.shipping-table {
  border: 1px solid #aaa;
}
.shipping-table tr {
}
.shipping-table th {
  border: 1px solid #aaa;
  width: 38%;
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
}
.shipping-table td {
  border: 1px solid #aaa;
  padding: 10px 15px;
  text-align: right;
  font-size: 24px;
  white-space: nowrap;
}
.shipping-table td:nth-child(2), 
.shipping-table td:nth-child(5) {
    width: 7%;
}
.shipping-table td:nth-child(3), 
.shipping-table td:nth-child(6) {
    width: 5%;
}
  
/***********
stock
************/

.stock {
  background-color: #fff;
}

.stock-header {
  padding: 10px 15px;
}

.stock-header-separate {
  display: flex;
  /* justify-content: space-between; */
  align-items: center;
}

.stock-header-title {
  font-size: 26px;
}
.stock-header-separate div{
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;;
}
.stock-userSelect {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: url(../../img/select_arrow.png) no-repeat right center;
  font-family: var(--font-family-gothic);
  font-size: 16px;
  width: 180px;
  height: 32px;
  border: 1px solid #000;
  padding: 0 25px 0 5px;
  border-radius: 5px;
}


.stock-ctrl {
  display: inline-flex;
  align-items: center;
}
.stock-ctrl-autoBtn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  cursor: pointer;
  width: 40px;
  height: 32px;
  padding: 0;
  margin: 0;
}
.stock-ctrl-autoBtn img {
  width: 24px;
}
.stock-ctrl-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.stock-ctrl-kara {
  font-size: 20px;
  padding: 0 5px;
}

.stock-ctrl-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  padding: 0 5px ;
  font-size: 16px;
  font-family: var(--font-family-gothic);
  border: 1px solid #000;
  border-radius: 5px;
  text-align: right;
  position: relative;
}
.stock-ctrl-input.-full {
  width: 90%;
}
.stock-ctrl-input.-small {
  width: 3em;
}

.stock-table-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #007ddd;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  width: 5em;
  padding: 5px 0;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}

.stock-memo-text{
  margin: 0px 20px; 
  width: 60%;
  height: 50px; 
  padding: 5px; 
  font-size: 110%;  
}

.stock-memo-save-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background-color: #007ddd;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  height: 50px;
  width: 5em;
  padding: 5px 0;
  letter-spacing: 0.1em;
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
}


.stock-table {
}
.stock-table thead th {
  font-size: 16px;
  font-feature-settings: "palt";
  line-height: 1.2;
  padding: 5px 0;
  border: 1px solid #aaa;
  background-color: #eee;
}
.stock-table tbody th {
  border: 1px solid #aaa;
  padding: 10px 10px;
  line-height: 1.2;
}
.stock-table tbody td {
  border: 1px solid #aaa;
  padding: 10px 10px;
  line-height: 1.2;
}


.stock-table tbody th.-name {
  text-align: left;
  font-size: 16px;
}
.stock-table tbody td.-make {
  width: 10%;
  text-align: center;
  font-size: 20px;
}
.stock-table tbody td.-num {
  width: 12%;
  text-align: center;
  font-size: 20px;
}
.stock-table tbody td.-complete {
  width: 18%;
  text-align: center;
  font-size: 16px;
}
.stock-table tbody td.-completenum {
  width: 22%;
  text-align: center;
  font-size: 16px;
}
.stock-table tbody td.-operation {
  width: 12%;
  text-align: center;
  font-size: 16px;
}

/* ログ表示 */
.btn-show-log {
  padding: 0.5rem 2rem;
  border: 0;
  border-radius: 5px;
  font-weight: 600;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  cursor: pointer;
}
#modal-stock-log{
  max-width: 840px;
  max-height: 80%;
  overflow: auto;
}
.stock-log-table {
  width: 100%;
}
.stock-log-table thead th {
  font-feature-settings: "palt";
  line-height: 1.2;
  padding: 5px 0;
  border: 1px solid #aaa;
  background-color: #eee;
  text-align: center;
}
.stock-log-table tbody td {
  border: 1px solid #aaa;
  padding: 10px 10px;
  line-height: 1.2;
  text-align: center;
}
.stock-log-table thead th {
  width: 80px;
}
.stock-log-table thead th:nth-child(1) {
  width: 150px;
}
.stock-log-table thead th:nth-child(2) {
  width: auto;
}
.stock-log-table tbody th:nth-child(2) {
  text-align: left;
}

/***********
order
************/

.order {
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: auto;
  width: 100%;
  height: 80vh;
}


.order-table {
  border: 1px solid #aaa;
}
.order-table thead {
  position: sticky;
  top: 0;
  z-index: 1;
}
.order-table th:first-child {
  /* 横スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.order thead th:first-child {
  /* ヘッダー行内の他のセルより手前に表示する */
  z-index: 2;
}

.order-table thead th {
  font-size: 14px;
  font-feature-settings: "palt";
  line-height: 1.2;
  padding: 5px 0;
  border: 1px solid #aaa;
  color: #fff;
}
.order-table tbody th {
  border: 1px solid #aaa;
  width: 200px;
  padding: 10px 10px;
  text-align: left;
  font-size: 14px;
  line-height: 1.2;
}
.order-table tbody td {
  border: 1px solid #aaa;
  width: 110px;
  padding: 10px 10px;
  font-size: 18px;
  line-height: 1.2;
  text-align: right;
}



/*
color
*/


.order-table thead th.-base {
  background-color: #555;
}
.order-table thead th.-stock {
  background-color: #12753a;
}
.order-table thead th.-shortage {
  background-color: #c0341d;
}
.order-table thead th.-planned {
  background-color: #1b69b6;
}
.order-table thead th.-sub {
  background-color: #555;
}

.order-table tbody th.-base {
  background-color: #fff;
}
.order-table tbody td.-stock {
  background-color: #dcf5e7;
}
.order-table tbody td.-shortage {
  background-color: #fbe5e1;
}
.order-table tbody td.-planned {
  background-color: #e4f0fb;
}
.order-table tbody td.-sub {
  background-color: #fff;
}
.order-table tbody td.-estimated {
  background-color: #d7d7d7;
}


.order-table tbody tr:hover th.-base ,
.order-table tbody tr:hover td.-sub {
  background-color: #fff1de;
}
.order-table tbody tr:hover td.-stock {
  background-color: #b3e6c8;
}
.order-table tbody tr:hover td.-shortage {
  background-color: #f2b4a9;
}
.order-table tbody tr:hover td.-planned {
  background-color: #b8d6f4;
}

/***********
productTable
************/


.productTable {
  border: 1px solid #aaa;
}
.productTable tr {
}
.productTable th {
  border: 1px solid #aaa;
  width: 40%;
  padding: 10px 15px;
  text-align: left;
  font-size: 18px;
}
.productTable td {
  border: 1px solid #aaa;
  width: 10%;
  padding: 10px 15px;
  text-align: right;
  font-size: 24px;
  white-space: nowrap;
}

/***********
plan
************/

.plan {
  background-color: #fff;
}
.plan-container {
  display: flex;
  justify-content: space-between;
}

.plan-first,
.plan-second,
.plan-third {
  position: relative;
}
.plan-first {
  width: 40%;
  border-right: 2px solid #555;
}
.plan-second {
  width: 20%;
}
.plan-third {
  width: 40%;
  border-left: 2px solid #555;
}

.plan-header {
  font-size: 16px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.plan-header.-orange {
  background-color: #fc9403;
}
.plan-header.-green {
  background-color: #1aaa55;
}
.plan-header.-gray {
  background-color: #555;
}
.plan-header.-blue {
  background-color: #1f78d1;
}
.plan-header-title {
  padding: 0 15px;
  color: #fff;
}

/***********
planItem
************/

.planItem {
  overflow: auto;
  max-height: calc(100svh - 190px);
}
.planItem-container {
}
.planItem-header {
  display: flex;
  font-weight: 600;
  font-size: 15px;
  background-color: #b8d6f4;
}
.planItem-header-title01 {
  width: 80%;
  padding: 5px 10px;
  border-right: 1px solid #fff;
}
.planItem-header-title02 {
  width: 20%;
  padding: 5px 10px;
}

.planItem-list {
}
.planItem-list label {
  display: block;
}
.planItem-list label:nth-child(even) {
  background-color: #f6fafe;
}
.planItem-list label.is-active {
  background-color: #f2b4a9;
}


.planItem-data {
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
}
.planItem-data-radio {
  width: 25px;
  padding: 10px 0 10px 10px;
  text-align: center;
}
.planItem-data-radio input {
  transform: scale(1.5);
}
.planItem-data-title {
  flex: 1;
  padding: 10px 10px;
  border-right: 1px solid #aaa;
}
.planItem-data-num {
  width: 20%;
  padding: 10px 10px;
  text-align: right;
  font-size: 18px;
}


/***********
planProduct
************/

.planProduct {
  overflow: auto;
  max-height: calc(100svh - 190px);
  word-break: break-all;
}
.planProduct-container {
}

.planProduct-list {
}
.planProduct-list label {
  display: block;
  background: #fff;
}
.planProduct-list label:nth-child(even) {
  background-color: #fffaf4;
}
.planProduct-list label.is-active {
  background-color: #f2b4a9;
}

.planProduct-data {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #aaa;
  line-height: 1.4;
}
.planProduct-data-radio {
  width: 25px;
  padding: 10px 0 10px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-radio input {
  transform: scale(1.5);
}
.planProduct-data-id {
  width: 9.5em;
  white-space: nowrap;
  padding: 10px 5px 10px 10px;
  font-size: 11px;
  border-right: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-title {
  flex: 1;
  padding: 10px 10px;
  font-size: 15px;
  border-right: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-spec {
  width: 7em;
  padding: 10px 2px;
  text-align: center;
  font-size: 11px;
  font-feature-settings: "palt";
  border-right: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-specPlace {
  width: 10em;
  padding: 10px 2px;
  text-align: center;
  font-size: 11px;
  font-feature-settings: "palt";
  border-right: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-placement {
  width: 6em;
  padding: 10px 2px;
  text-align: center;
  font-size: 11px;
  border-right: 1px solid #aaa;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-num {
  width: 4em;
  white-space: nowrap;
  padding: 10px 10px 10px 0;
  text-align: right;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.planProduct-data-sort {
  width: 30px;
  white-space: nowrap;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #eee;
}
.planProduct-data-sort img {
  width: 18px;
  opacity: 0.5;
  margin: 0 auto;
}

/***********
xxxxx
************/

.planCtrl {
}
.planCtrl-container {
}
.planCtrl-title {
  border-bottom: 1px solid #aaa;
  font-size: 16px;
  padding: 10px 10px;
}
.planCtrl-block {
  padding: 15px 10px;
}
.planCtrl-item {
  padding-bottom: 15px;
}
.planCtrl-item dt{
  font-size: 14px;
  padding-bottom: 2px;
}
.planCtrl-item dd{
}


.planCtrl-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.planCtrl-kara {
  font-size: 20px;
  padding: 0 2px;
}

.planCtrl-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 46px;
  padding: 0 5px ;
  font-size: 18px;
  font-family: var(--font-family-gothic);
  border: 1px solid #000;
  border-radius: 5px;
  text-align: right;
  position: relative;
}
.planCtrl-input.-full {
  width: 100%;
}
.planCtrl-input.-small {
  max-width: 3.5em;
}

.planCtrl-quickly {
}
.planCtrl-quickly label {
  display: inline-block;
  padding: 10px 5px;
  font-size: 16px;
}
.planCtrl-quickly label input {
  transform: scale(1.5);
  margin-right: 0.8em;
}



.planCtrl-submit {
  padding-top: 10px;
}
.planCtrl-submit-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  width: 100%;
  padding: 15px 0px;
  box-shadow: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-family-gothic);
  background: linear-gradient(to bottom, #c00 0%, #800 100%);
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
}
.planCtrl-cancel-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  display: block;
  width: 100%;
  margin-top: 20px;
  padding: 8px 0px;
  box-shadow: none;
  border-radius: 0;
  font-size: 14px;
  font-weight: 600;
  font-family: var(--font-family-gothic);
  color: #555;
  background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
  border-radius: 5px;
  cursor: pointer;
}
/***********
manufacturing
************/

.manufacturing{
  min-height: calc(100svh - 100px);
  padding-bottom: 300px;
  background-color: #fff;
}

.manufacturing-data {
  font-size: 28px;
}
.manufacturing-data tr {
  border-bottom: 1px solid #aaa;
}
.manufacturing-data tr:nth-child(even) {
  background-color: #f0f0f0;
}
.manufacturing-data td {
  padding: 25px 20px;
}
.manufacturing-data td.manufacturing-data-id {
  white-space: nowrap;
  width: 10em;
}
.manufacturing-data td.manufacturing-data-title {
}
.manufacturing-data td.manufacturing-data-spec {
  font-size: 16px;
  width: 20em;
}
.manufacturing-data td.manufacturing-data-num {
  text-align: right;
  width: 5em;
  padding-right: 25px;
}


/***********
xxxxx
************/

/***********
xxxxx
************/

/***********
xxxxx
************/
