/* Your Custom CSS Goes here *//*********Bootstrapの調整*************/@media (min-width: 1400px) {  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {    max-width: 1920px;  }}.form-floating > .form-select {  padding-top: 1.625rem;  padding-bottom: 0.625rem;}.form-label {  margin-bottom: 0;}table.dataTable td, table.dataTable th {  padding: 6px 4px !important;}.table th, .table td {  padding: 6px 4px !important;}.btn {  padding: 6px 12px;  white-space: nowrap;}/*********Bootstrapの調整　ここまで*************//*********Material Icons*************/@font-face {  font-family: 'Material Icons';  font-style: normal;  font-weight: 400;  /*  src: local('Material Icons'), url("font/MaterialIcons-Regular.ttf");  src: local('Material Icons Round'), url("font/MaterialIconsRound-Regular.otf");  src: local('Material Icons Sharp'), url("font/MaterialIconsSharp-Regular.otf");  src: local('Material Icons Outlined'), url("font/MaterialIconsOutlined-Regular.otf");  src: local('Material Icons Two Tone'), url("font/MaterialIconsTwoTone-Regular.otf");*/  /*  src: local('Material Icons'), url("font/MaterialIcons-Regular.ttf");  src: local('Material Icons'), url("font/MaterialIconsRound-Regular.otf");  src: local('Material Icons'), url("font/MaterialIconsSharp-Regular.otf");  src: local('Material Icons'), url("font/MaterialIconsOutlined-Regular.otf");*/  src: local('Material Icons'), url("font/MaterialIconsTwoTone-Regular.otf");}.material-icons, .material-icons-outlined, .material-icons-two-tone, .material-icons-sharp {  font-family: 'Material Icons';  font-weight: normal;  font-style: normal;  font-size: 24px; /* Preferred icon size */  display: inline-block;  line-height: 1;  text-transform: none;  letter-spacing: normal;  word-wrap: normal;  white-space: nowrap;  direction: ltr;  /* Support for all WebKit browsers. */  -webkit-font-smoothing: antialiased;  /* Support for Safari and Chrome. */  text-rendering: optimizeLegibility;  /* Support for Firefox. */  -moz-osx-font-smoothing: grayscale;  /* Support for IE. */  font-feature-settings: 'liga';}/*********Material Iconsここまで************//*********フッター*************/.footer-height {  width: 100%;  padding: 15px 0;}/*********テーブルのフィルター*************/.dataTables_filter {  display: none;}/*トップへ戻るボタン*/#top-return a {  display: flex;  justify-content: center;  align-items: center;  background: #044E87;  border-radius: 30px;  width: 60px;  height: 60px;  color: #fff;  text-align: center;  text-transform: uppercase;  text-decoration: none;  font-size: 1rem;  transition: all 0.3s;}#top-return a:hover {  background: #777;}/*リンクを右下に固定*/#top-return {  position: fixed;  right: 10px;  bottom: 10px;  z-index: 2;  /*はじめは非表示*/  opacity: 0;  transform: translateY(100px);}/*　上に上がる動き　*/#top-return.UpMove {  animation: UpAnime 0.5s forwards;}@keyframes UpAnime {  from {    opacity: 0;    transform: translateY(100px);  }  to {    opacity: 1;    transform: translateY(0);  }}/*　下に下がる動き　*/#top-return.DownMove {  animation: DownAnime 0.5s forwards;}@keyframes DownAnime {  from {    opacity: 1;    transform: translateY(0);  }  to {    opacity: 1;    transform: translateY(100px);  }}/*********ページタイトル*************/.page-title {  overflow: hidden;  padding: 0 0 10px 6px;  font-size: 15px;}.btb {  padding-top: 16px;  padding-bottom: 16px;  border-top: 1px solid #ccd6ed;  border-bottom: 1px solid #ccd6ed;}/*********sign-in-page*************/.sign-in-logo {  width: 250px;}/*********QRボタンのサイズ*************/.qr-size {  padding: 8px;  font-size: 24px;}/*********単位フォント*************/.tanni {  width: 100px;}/*********枝番の幅*************/.eda {  width: 60px;}/*********桁数で幅指定*************/.sanketa {  width: 60px;  padding-left: 10px;  padding-right: 10px}.goketa {  width: 80px;  padding-left: 10px;  padding-right: 10px}.nanaketa {  width: 100px;  padding-left: 10px;  padding-right: 10px}.wth150psm {  padding-left: 10px;  padding-right: 10px;  width: 150px;}.wth200psm {  padding-left: 10px;  padding-right: 10px;  width: 200px;}/*ただの幅設定*/.wth30 {  width: 30px;}.wth45 {  width: 45px;}.wth52 {  width: 52px;}.wth60 {  width: 60px;}.wth65 {  width: 65px;}.wth70 {  width: 70px;}.wth80 {  width: 80px;}.wth100 {  width: 100px;}.wth120 {  width: 120px;}.wth140 {  width: 140px;}.wth150 {  width: 150px;}.wth170 {  width: 170px;}.wth200 {  width: 200px;}.wth300 {  width: 300px;}.wth320 {  width: 320px;}.wth500 {  width: 500px;}.m-wth300 {  min-width: 300px;}/*製造工程幅指定*/.wdt_no2 {  width: 15px;}.wdt_no {  width: 40px;}.wdt_ud {  width: 25px}.wdt_pa {  width: 90px;}.wdt_ko {  width: 160px;}.wdt_ta {  width: 140px;}.wdt_ba {  width: 50px;}.wdt_zu {  width: 200px;}.wdt_zuban {  width: 300px;}/*ただの高さ設定*/.hit56 {  height: 56px;}/*********その他のフォーム*************/.form-sonota {  display: block;  /*  width: 100%;*/  /*  padding: 0.375rem 0.75rem;*/  font-size: 1rem;  font-weight: 400;  line-height: 1.5;  color: #212529;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #ced4da;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  border-radius: 0.25rem;  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;  margin-top: -.2rem;  margin-bottom: .2rem;}.form-sonota:focus {  color: #212529;  background-color: #fff;  border-color: #86b7fe;  outline: 0;  /*  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);*/}.form-memo {  display: block;  /*  width: 100%;*/  /*  padding: 0.375rem 0.75rem;*/  font-size: 1rem;  font-weight: 400;  line-height: 1.5;  color: #212529;  background-color: #fff;  background-clip: padding-box;  border: 1px solid #ced4da;  -webkit-appearance: none;  -moz-appearance: none;  appearance: none;  border-radius: 0.25rem;  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;}.form-memo:focus {  color: #212529;  background-color: #fff;  border-color: #86b7fe;  outline: 0;}/*********期間の”〜”*************/.kikan {  margin-top: 2.2rem;}/*********check*************/.qr-check {  width: 50px;  height: 50px;}.arrow-check {  width: 40px;}/*summernote調整*/.note-modal-footer .note-btn {  float: none;}/*inputのスピンぽたんを消す*/input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {  -webkit-appearance: none;  margin: 0;}/*********cardカスタム*************/.cardcustom01 {  position: relative;  display: flex;  flex-direction: column;  min-width: 0;  word-wrap: break-word;  background-color: #fff;  background-clip: border-box;  border: none;  border-top-left-radius: 10px;  border-top-right-radius: 10px;  max-width: 500px;  /*  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);*/}.cardcustom02 {  position: relative;  display: flex;  flex-direction: column;  min-width: 0;  word-wrap: break-word;  background-color: #fff;  background-clip: border-box;  border: none;  border-bottom-left-radius: 10px;  border-bottom-right-radius: 10px;  /*  box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);  -webkit-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);  -moz-box-shadow: 0px 0px 11px 1px rgba(0, 0, 0, 0.05);*/}/*********fontsize カスタム*************/.fontsizecustom01 {  font-size: 1.1rem;}/*********Tabsカラー*************/.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {  color: #044E87;  font-weight: bold;  background-color: #F4F7FA;}/*********datatable*************/table.dataTable th.table_head_custom01 {  border-bottom: none !important;  font-size: 0.9rem;  padding: 2px 0 !important;}table.dataTable th.table_head_custom02 {  border-bottom: none !important;  background-color: #E7ECF8;  font-size: 0.9rem;  padding: 2px 0 !important;}/*********アコーディオン*************/.accordion-item .accordion-button {  padding: 8px 12px;}.accordion-item .accordion-button:not(.collapsed) {  border-bottom: none;}.accordion-item:first-of-type, .accordion-item:first-of-type .accordion-button {  border-top-left-radius: 0.25rem;  border-top-right-radius: 0.25rem;}.accordion-item:last-of-type, .accordion-item:last-of-type .accordion-button.collapsed {  border-bottom-left-radius: 0.25rem;  border-bottom-right-radius: 0.25rem;}/*レート設定エリア*/.mxht600 {  max-height: 600px;}.mxht610 {  max-height: 610px;}/*背景色*/.bg0011 {  background-color: whitesmoke;}/*スペース*/.sp20 {  height: 20px;}/*メールボックス*/.mailedit {  vertical-align: top !important;}/*アコーディオン階層のためのマージン*/.mast20 {  margin-left: 20px;}.mast40 {  margin-left: 40px;}.mast60 {  margin-left: 60px;}.mast80 {  margin-left: 80px;}.mast100 {  margin-left: 100px;}/*共通マスタ_カレンダーの色変更*//*.fc .fc-non-business {  background-color: #fac7c9;}.fc-h-event {  background: #fac7c9;  border-color: #fac7c9;}.fc .fc-daygrid-event:hover {  background-color: #f6acaf;}*//*製造工程アップダウンボタン*/.updownbtn {  padding: 0;  margin: 0;  line-height: 0.6;  font-size: 20px;  vertical-align: middle}/*お知らせ0件*/.oshirase0 {  border-bottom: 1px solid #e3e6ea;}/*製造工程明細アコーディオンの横幅*/.wdt-seizo-acco {  width: 1800px;}.wdt-seizo-acco-min {  min-width: 1760px;}/*テーブル内のminheight*/.tableminheight {  height: 2rem;}/*QR読取画面*/.qr-square {  width: 80vh;  height: 80vh;}/*印刷のための設定*/.print-content {  width: 690px;}.print-area {  width: 21cm;  height: 29.7cm;}body {  -webkit-print-color-adjust: exact;}.fs8px {  font-size: 8px;}.fs9px {  font-size: 9px;}.fs10px {  font-size: 10px;}.fs11px {  font-size: 11px;}.fs12px {  font-size: 12px;}/*テーブルの行の高さを固定*/.fixed-height-row {  height: 18px;}.fixed-height-row-tekiyo {  height: 70px;}/*背景色*/.bg-half-red {  background-color: #fce3e5 !important;}/*テキスト縦書き*/.vertical-text {  writing-mode: vertical-rl;  text-orientation: mixed;  text-align: center;}