  @charset "utf-8";

/* CSS Document */


:root {
  --font-family-gothic: Hiragino Sans,Hiragino Kaku Gothic ProN,'游ゴシック Medium', 'Yu Gothic Medium','游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', sans-serif;

  --color-main: #00f;
  --color-accent: #f00;
}

/***********
base
************/
html,
body {
  height: 100%;
  min-height: 100%;
  font-size: 13px;
  font-weight: normal;
  font-family: sans-serif;
  font-family: var(--font-family-gothic);
  line-height: 1.5;
}

body {
  background-color: #eff4f4;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

::selection {
  background: rgba(0, 144, 202, 0.5); /* Safari */
}
::-moz-selection {
  background: rgba(0, 144, 202, 0.5); /* Firefox */
}


h1,h2,h3,h4,h5,h6,strong,th{
  font-weight: 600;
}

/***********************
layout
************************/

/***********
common
************/

.l-fontColor-red {
  color: #c00;
}


/***********
layout
************/

.wrapper{
  max-width: 1440px;
  min-width: 900px;
  margin: 0 auto;
}


.fixedHeader{
  position: sticky;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
}


/***********
header
************/

.header{
  height: 40px;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  background-color: #333;
  color: #fff;
  padding: 0 15px;
  max-width: 1440px;
  min-width: 900px;
  margin: 0 auto;
}


.header-block {
  display: flex;
  height: 100%;
  align-items: center;
}
.header-title {
  display: flex;
  align-items: center;
  font-size: 18px;
  min-width: 11em;
  margin-right: 1em;
}
.header-title img {
  width: 36px;
  margin-right: 10px;
}


.header-sub {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.header-back {
}
.header-back a {
  color: inherit;
  text-decoration: none;
}
body.is-pc .header-back a:hover {
  text-decoration: underline;
}


.header-alert {
  padding: 0 5px;
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.header-alert {
}
.header-alert-text {
  font-size: 16px;
  margin-right: 0.5em;
}
.header-alert-icon.-caution {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  background: url(../../img/icon/caution_rd.png) no-repeat 5px center / 24px auto;
  background-color: #ff0;
  color: #f00;
  font-weight: 600;
  font-size: 16px;
  font-family: var(--font-family-gothic);
  text-decoration: underline;
  padding: 3px 10px 3px 34px;
  border-radius: 5px;
}
.header-alert-icon.-done {
  background-color: #00b111;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  padding: 3px 10px 3px 10px;
  border-radius: 5px;
}





/*
refine
*/

.header-refine {
  border-left: 1px solid #aaa;
  padding-left: 18px;
}
.header-refine-ctrl {
  display: flex;
  justify-content: end;
}
.header-refine-ctrl button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 36px;
  cursor: pointer;
}

.header-refine-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  font-family: var(--font-family-gothic);
  padding-top: 2px;
  width: 8em;
}
.header-refine-input::-webkit-calendar-picker-indicator {
  display: none;
}
.header-refine-input.-changeable {
  background: url(../../img/icon/calendar_wt.png) no-repeat right center / 24px auto;
}

/***********
upperSection
************/

.upperSection {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-bottom: 1px solid #aaa;
  padding: 5px 15px;
  max-width: 1440px;
  min-width: 900px;
  margin: 0 auto;
}

.upperSection-link {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.upperSection-link + .upperSection-link {
  margin-top: 5px;
}
.upperSection-link li {
  margin-right: 5px;
  margin-bottom: 5px;
}
.upperSection-link li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-width: 6em;
  min-height: 2em;
  font-size: 16px;
  font-weight: 600;
  background-color: #eee;
  border-radius: 5px;
  color: inherit;
  text-decoration: none;
}
.upperSection-link li a.is-active {
  background-color: #007ddd;
  color: #fff;
}


.upperSection-container {
  display: flex;
  justify-content: space-between;
  padding-top: 5px;
}
.upperSection-search {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.upperSection-search-keyword {
}
.upperSection-search-keyword form {
  display: flex;
  align-items: center;
}
.upperSection-search-box {
  position: relative;
}

.upperSection-search-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  width: 200px;
  height: 32px;
  padding: 0 5px 0 36px;
  font-size: 16px;
  font-family: var(--font-family-gothic);
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
}
.upperSection-search-box::after {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url(../../img/icon/search.png) no-repeat 0 0 / 100% 100%;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.3;
}
.upperSection-search-check {
  padding-left: 10px;
  font-size: 16px;
}
.upperSection-search-check input {
  margin-right: 3px;
}
.upperSection-search-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  height: 32px;
  width: 60px;
  margin: 0;
  padding: 0;
  margin-left: 15px;
  background-color: #333;
  color: #fff;
  border-radius: 5px;
  font-family: var(--font-family-gothic);
  font-size: 16px;
  cursor: pointer;
}


.upperSection-search-cat {
  padding-left: 20px;
  margin-left: 20px;
  border-left: 1px solid #aaa;
}
.upperSection-search-select {
  -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;
}




.upperSection-sub {
  padding-left: 50px;
}
.upperSection-anchor {
  display: flex;
  flex-wrap: wrap;
}
.upperSection-anchor li {
}
.upperSection-anchor li:not(:last-child)::after {
  content: "|";
  padding: 0 8px;
  opacity: 0.2;
}
.upperSection-anchor li a {
  display: inline-block;
  color: inherit;
  font-size: 14px;
  font-feature-settings: "palt";
}
body.is-pc .upperSection-anchor li a:hover {
  text-decoration: none;
}



/***********
contents
************/

/* .contents{
  height: calc(100dvh - 100px );
  background-color: #fff;
  border: 1px solid #aaa;
  margin-top: -1px;
  padding: 10px 0 0;
} */


.contents{
  min-height: calc(100svh - 180px);
}


/***********
dashboard
************/

.dashboard {
  padding-top: 20px;
  user-select: none;
}
.dashboard-container{
  height: calc(100dvh - 60px );
  margin-top: -1px;
  padding: 0 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.dashboard-title {
  font-size: 32px;
  line-height: 1.35;
  padding-bottom: 1em;
}

.dashboard-block {
}

.dashboard-base {
  max-width: 1024px;
  margin: 0 auto;
}

.dashboard-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dashboard-list li {
  width: 24%;
}
.dashboard-list li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  height: 10em;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
body.is-pc .dashboard-list li a:hover {
  translate: 1px 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}
.dashboard-list-icon {
  width: 96px;
  margin: 0 auto;
}
.dashboard-list-title {
  font-weight: 600;
  padding-top: 0.5em;
}


.dashboard-lower {
  display: flex;
  justify-content: space-between;
}

.dashboard-manufacturing {
  margin-top: 20px;
}
.dashboard-manufacturing-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  font-size: 24px;
  font-family: var(--font-family-gothic);
  padding: 10px 20px 10px 65px;
  font-weight: 600;
  background: url(../../img/icon/gear.png) no-repeat 15px center / 40px auto;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  cursor: pointer;
}
body.is-pc .dashboard-manufacturing-btn:hover {
  translate: 1px 1px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}


.dashboard-kintone  {
  padding-top: 15px;
}
.dashboard-kintone a {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  align-items: center;
}
body.is-pc .dashboard-kintone a:hover {
  text-decoration: underline;
}
.dashboard-kintone a img {
  width: 84px;
}
.dashboard-kintone-text {
  font-size: 16px;
  font-weight: 600;
}

.dashboard-info {
  text-align: left;
  margin-top: 20px;
}
.dashboard-info span {
  font-size: 16px;
  font-weight: 600;
  margin: 5px 0;
}
.dashboard-info div {
  text-decoration: none;
  height: 200px;
  color: inherit;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  padding: 20px;
  resize: vertical;
  overflow: auto;
}

/***********
core
************/

.coreContent{
  height: 100%;
}
.core{
  height: 100%;
}
.core-container {
  display: flex;
  height: 100%;
}
.core-section {
  width: 20%;
  height: 100%;
  padding: 0 5px 10px;
  display: flex;
  flex-direction: column;
}
.core-section.-wide {
  width: 33.3%;
}
.core-section:not(:last-child) {
  border-right: 1px solid #aaa;
}

.core-heading {
  background-color: #aaa;
  padding: 2px;
  font-size: 16px;
  text-align: center;
}
.core-block {
  overflow: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}


.core-item {
  border: 1px solid #000;
  padding: 10px 10px;
  margin-bottom: 8px;
}
.core-title {
  font-size: 14px;
  line-height: 1.35;
}
.core-data {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.35;
}



.core-section.-yellow .core-heading {
  background-color: #fc0;
}
.core-section.-yellow .core-item {
  border-top-color: #fc0;
  box-shadow: 0 3px 0 inset #fc0;
}
.core-section.-blue .core-heading {
  background-color: #007ddd;
  color: #fff;
}
.core-section.-blue .core-item {
  border-top-color: #007ddd;
  box-shadow: 0 3px 0 inset #007ddd;
}
.core-section.-red .core-heading {
  background-color: #c00;
  color: #fff;
}
.core-section.-red .core-item {
  border-top-color: #c00;
  box-shadow: 0 3px 0 inset #c00;
}
.core-section.-green .core-heading {
  background-color: #00b111;
  color: #fff;
}
.core-section.-green .core-item {
  border-top-color: #00b111;
  box-shadow: 0 3px 0 inset #00b111;
}

.core-section.-gray .core-heading {
  background-color: #555;
  color: #fff;
}
.core-section.-gray .core-item {
  border-top-color: #555;
  box-shadow: 0 3px 0 inset #555;
}


.core-product {
  padding-top: 5px;
  font-size: 12px;
  line-height: 1.35;
}
.core-product-title {
  margin-bottom: 3px;
}
.core-product-item {
  display: flex;
  align-items: start;
}
.core-product-label {
  display: inline-block;
  padding: 2px 0;
  margin-right: 2px;
  margin-bottom: 2px;
  width: 4em;
  text-align: center;
  white-space: nowrap;
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
}
.core-product-label strong {
  display: inline-block;
  font-weight: bold;
  width: 1em;
  text-align: center;
}
.core-product-label.is-normal {
  background-color: #00b111;
}
.core-product-label.is-caution {
  background-color: #c00;
}
.core-product-label + .core-product-name {
  flex: 1;
  padding: 2px 0 0 0;
}
.core-product-name.-dot {
  padding-left: 0.6em;
  position: relative;
}
.core-product-name.-dot::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.5em;
}



.core-ctrl {
  padding-top: 5px;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}
.core-ctrl-item {
  flex: 1;
  padding: 0 2px;
}
.core-ctrl-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 12px;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #aaa;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.core-ctrl-btn span{
  display: inline-block;
  padding: 5px 0;
}

.core-ctrl-btn.-kintone {
}
.core-ctrl-btn.-kintone span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/kintone.png) no-repeat center center / 100% auto;
  transform: scale(2.5) translateY(-0.05em);
  margin-right: 0.8em;
  vertical-align: middle;
}
.core-ctrl-btn.-ctrl span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/gear.png) no-repeat center center / 100% auto;
  transform: scale(2) translateY(-0.05em);
  margin-right: 0.6em;
  vertical-align: middle;
}

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




/***********
footer
************/

.footer {
  display: flex;
  justify-content: space-between;
  padding: 8px 15px;
}
.footer-copyright {
  display: block;
  font-size: 100%;
}
.footer-time {
  display: block;
}



/***********
fixedFooter
************/

.fixedFooter {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}

.fixedFooter-container{
  height: 60px;
  position: relative;
  z-index: 2;
  background-color: #333;
  color: #fff;
  padding: 0 15px;
  max-width: 1440px;
  min-width: 900px;
  margin: 0 auto;
}

.fixedFooter-time {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.fixedFooter-time-reload {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  color: #fff;
  height: 40px;
  padding: 5px 10px 5px 35px;
  border-radius: 5px;
  font-family: var(--font-family-gothic);
  font-size: 16px;
  background: url(../../img/icon/reload_wt.png) no-repeat 10px center / 20px auto;
  background-color: #007ddd;
  cursor: pointer;
}

.fixedFooter-time-main {
  display: block;
  font-size: 18px;
  padding-left: 15px;
}



/***********
modalSection
************/

.modalSection {
  text-align: left;
}
.modalSection-heading {
  font-size: 22px;
  border-bottom: 2px solid #000;
  text-align: center;
  letter-spacing: 0.05em;
  padding-bottom: 0.2em;
  margin-bottom: 15px;
}
.modalSection-block {
}
.modalSection-block + .modalSection-block {
  margin-top: 20px;
}
.modalSection-title {
  font-size: 16px;
  padding-bottom: 5px;
}

.modalSection-data {
  flex-wrap: wrap;
  border-top: 1px solid #aaa;
}
.modalSection-data-item {
  margin-bottom: 1px;
  border-bottom: 1px solid #aaa;
  display: flex;
}
.modalSection-data-item dt {
  width: 8em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  background-color: #555;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding: 10px;
}
.modalSection-data-item dd {
  flex: 1;
  text-align: right;
  font-size: 18px;
  padding: 10px;
}

.modalSection-data-stockHead {
}
.modalSection-data-stockNum {
  display: inline-block;
  min-width: 4em;
}

.modalSection-data-total {
  font-weight: 600;
}
.modalSection-data-total.is-caution {
  color: #c00;
}
.modalSection-data-total.is-normal {
  color: #00b111;
}


.modalSection-ctrl{
  padding-top: 5px;
  display: flex;
  justify-content: end;
}
.modalSection-ctrl-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 10em;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-family: var(--font-family-gothic);
  font-size: 14px;
  height: 2.5em;
  border-radius: 5px;
  border: 1px solid #aaa;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}
.modalSection-ctrl-btn span{
  display: inline-block;
  padding: 5px 0;
}

.modalSection-ctrl-btn span::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/gear.png) no-repeat center center / 100% auto;
  transform: scale(2) translateY(-0.05em);
  margin-right: 0.6em;
  vertical-align: middle;
}



.modalSection-manufacturing {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -5px;
}
.modalSection-manufacturing li {
  padding: 2px;
  width: 33.3%;
}
.modalSection-manufacturing li a{
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  min-height: 3em;
  font-size: 20px;
  font-weight: 600;
  background-color: #007ddd;
  color: #fff;
  border-radius: 5px;
  text-decoration: none;
}
.modalSection-manufacturing li a.is-active {
}



.modalSection-change {
  display: flex;
  justify-content: center;
  margin-left: -2px;
  margin-right: -2px;
  margin-top: 10px;
}
.modalSection-change-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  white-space: nowrap;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  width: 64px;
  height: 56px;
  font-size: 18px;
  color: #000;
  border: 2px solid #aaa;
  background: linear-gradient(to bottom, #fff 0%, #ddd 100%);
  border-radius: 0;
  background-color: #007ddd;
  cursor: pointer;
}
.modalSection-change-btn:first-of-type {
  border-radius: 5px 0 0 5px;
  border-right: 0;
}
.modalSection-change-btn:last-of-type {
  border-radius: 0 5px 5px 0;
  border-left: 0;
}

.modalSection-change-btn img {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  transform: translateY(-0.1em);
}
.modalSection-change-btn.-plus::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background: url(../../img/icon/plus.png) no-repeat center center / 100% auto;
  vertical-align: middle;
  transform: translateY(-0.1em);
}



.modalSection-change-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #aaa;
  border-left: none;
  border-right: none;
  background-color: #fff;
  border-radius: 0;
  width: 40%;
  height: 56px;
  text-align: right;
  font-size: 24px;
  padding: 0 5px;
}

.modalSection-confirm {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 10px 0;
}
.modalSection-confirm label {
  display: inline-block;
  padding: 10px 20px;
  min-width: 160px;
  border-radius: 5px;
  background-color: #eee;
  cursor: pointer;
}
.modalSection-confirm input {
  margin-right: 0.5em;
}

.modalSection-text {
  font-size: 16px;
  text-align: center;
}


.modalSection-links {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
.modalSection-links.-center  {
  justify-content: center;
}
.modalSection-links-small {
  width: 40%;
}
.modalSection-links-large {
  width: 58%;
}




.modalSection-submit {
}
.modalSection-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;
}
.modalSection-submit-btn.-cancel {
  color: #555;
  background: linear-gradient(to bottom, #eee 0%, #ccc 100%);
}
.modalSection-submit-btn:disabled{
  cursor:not-allowed;
  opacity: 0.2;
}


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

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

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




/***********
status
************/

.is-hide {
  display: none;
}
.is-readerHide {
  clip: rect(1px, 1px, 1px, 1px);
}

.is-inlineBlock{
  display: inline-block;
}

.is-out{
  position: absolute;
  left: -9999999px;
}

.is-pc-hide {
  display: none;
}

.is-pc-inline ,
.pc-br {
  display: inline;
}

.is-sp-inline ,
.sp-br {
  display: none;
}

.is-pc-noevent {
  pointer-events: none;
}

.is-step > *{
  opacity: 0;
  transition: opacity 1.2s ease;
}
.is-step.is-show > *{
  opacity: 1;
}

@media screen and (max-width:834px) {

  .is-pc-hide {
    display: block;
  }

  .is-sp-hide {
    display: none;
  }

  .is-sp-inline ,
  .sp-br {
    display: inline;
  }

  .is-pc-inline ,
  .pc-br {
    display: none;
  }

  .is-pc-noevent {
    pointer-events: auto;
  }

}
