﻿/*ヘッダー部分や画面領域の設定などgray,white両方に共通適用するCSSを管理*/
html,
body {
    height: 100%;
    min-width: 100%;
    display: inline-block;
}

textarea {
  resize: none;
}

.header-menu {
  height: 80px;
  padding: 0px 0px 0px 14px;
}

.header-toolbar {
  height: 60px;
  background-color: #355577;
  padding: 7px 0px 7px 14px;
}

.header-message {
  min-height: 25px;
  max-height: 50px;
}

.header-icon {
  width: 50px;
  height: 50px;
  margin-right: 20px;
}

.header-message-detail {
  height: 50px;
  position: relative;
  padding: 10px;
  border: 1px solid transparent;
}

/* --navbar1920固定START-- */
.navbar-expand-lg {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.navbar-expand-lg .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid, .navbar-expand-lg > .container-sm, .navbar-expand-lg > .container-md, .navbar-expand-lg > .container-lg, .navbar-expand-lg > .container-xl {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}
.navbar-expand-lg .navbar-toggler {
  display: none;
}
/* --navbar1920固定END-- */

.navbar-custom {
  background: #0D1B28;
}

.navbar-brand {
  font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
  font-size: 60px;
  font-weight: bold;
}

.navbar-border {
    border-left: 1px solid white;
}

.navbar-border:hover {
    background-color: #3c4b59;
}

.custom-nav-item {
  min-width: 200px;
}

.custom-nav-item-operation {
  min-width: 120px;
}

.custom-nav-link {
  color: white !important;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: bold;
  font-size: 32px;
  padding: 15px 10px 15px 10px;
}

.dropdown-menu > .custom-nav-link {
  padding: 4px;
}

.custom-navbar-menu {
  font-size: 24px;
  border-left: 4px solid white;
  padding-left: 16px;
  margin-right: 20px;
}

.line-div {
  height: 1px;
  border: 1px solid #355577 !important;
}

input[type=checkbox].nonecheck {
  display: none; /* checkboxを非表示にする */
}

.navbar-theme {
  font-size: 24px;
  width: 120px;
  height: 40px;
  color: #ffffff;
  background-color: #0D1B28;
  border: 1px solid #ffffff;
  border-radius:5px!important;
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.navbar-size {
  font-size: 24px;
  width: 40px;
  height: 40px;
  color: #ffffff;
  background-color: #0D1B28;
  border: 1px solid #ffffff;
  border-radius:5px!important;
  margin-left: 10px;
  margin-top: 4px;
  margin-right: 10px;
  margin-bottom: 4px;
}

.navbar-supplier-list {
  width: 400px;
  height: 40px;
}

.navbar-supplier-list-div > .select2-container .select2-selection--single {
  height: 40px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-supplier-list-div > .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 24px;
  line-height: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.navbar-supplier-list-div > .select2-container--default .select2-selection--single .select2-selection__arrow {
  height:45px;
}

.dropdown-toggle::after {
  font-size: 32px;
  right: 5px;
  position: absolute;
  top: calc(35%);
  color: black;
}

.navbar-nav .dropdown-menu {
  position: absolute;
  left: 0;
  right: 0;
  min-width: 0px;
  background: #0D1B28;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  border-radius: 0px;
}

ul.navbar-nav li.active {
  display: block;
  background: #172d46;
  color: #ffffff;
  text-decoration: none;
}

.dropdown-item {
  font-size: 24px;
  font-weight: 200;
  color: #ffffff;
  text-align: center;
  padding: 4px 0;
  margin: 0;
}

.dropdown-item:hover {
  display: block;
  background: #172d46;
  color: #ffffff;
  text-decoration: none;
}

.user-dropdown-item {
  background: #b3b3b3;
  color: #ffffff;
  text-align: center;
}

.user-dropdown-item:hover {
  background: #989898;
  color: #ffffff;
}

.nav-link:hover {
  background: #172d46;
  color: #ffffff;
}

.login-user-button {
  font-size: 32px;
  min-width:300px;
  height: 50px;
  padding:0px;
  border-radius: 0px;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(188,193,197,1) 0%, rgba(98,105,105,1) 50%, rgba(168,170,174,1) 100%);
}

.cursor {
    cursor:pointer;
}

.login-user-button-img {
  height: 40px;
  margin-bottom: 10px;
}

.logout {
  background-color:#B3B3B3;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.7rem;
  height: 1.7rem;
}
.select2-container .select2-selection--single {
  height: 1.7rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 1.7rem;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: 1.7rem;
  padding: .3rem .35rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-sm {
    padding: 0.25rem 0.5rem;
    font-size: .875rem !important;
    line-height: 1.5;
    border-radius: 0.2rem;
}

.form-control::-webkit-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #999;
  opacity: 1;
}

.form-control::placeholder {
  color: #999;
  opacity: 1;
}

.input-group-text {
  align-items: center;
  padding: .2rem .4rem;
  margin-bottom: 0;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  height: 1.7rem;
}

.btn-com {
  color: #ffffff;
  padding: 1px;
  background-color: #0E376F;
  border: 1px solid  #0E376F;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com:hover {
  background: #d16186;
  color: #ffffff;
  border: 1px solid  #d16186;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  text-decoration: none;
}

.btn-com:focus {
  background: #d16186;
  color: #ffffff;
  border: 2px solid  #BC2F69;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  outline: none;
}

.btn-com-gray {
  color: #ffffff;
  padding: 1px;
  background-color: #A5A7A9;
  border: 1px solid  #A5A7A9;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com-gray:hover {
  background: #d16186;
  color: #ffffff;
  border: 1px solid  #d16186;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
}

.btn-com-gray:focus {
  background: #d16186;
  color: #ffffff;
  border: 2px solid  #BC2F69;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  outline: none;
}

.btn-com-pink {
  color: #ffffff;
  padding: 1px;
  background-color: #C46285;
  border: 1px solid  #C46285;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com-pink:hover {
  background: #d16186;
  color: #ffffff;
  border: 1px solid  #d16186;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
}

.btn-com-pink:focus {
  background: #d16186;
  color: #ffffff;
  border: 2px solid  #BC2F69;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  outline: none;
}

.btn-com-disabled {
  color: #ffffff;
  padding: 1px;
  background-color: #CECFD1;
  border: 1px solid  #CECFD1;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com-red {
  color: #ffffff;
  padding: 1px;
  background-color: rgb(206, 97, 97);
  border: 1px solid  #CE6161;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com-red:hover {
  background: rgb(219, 45, 45);
  color: #ffffff;
  border: 1px solid  rgb(219, 45, 45);
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  text-decoration: none;
}

.btn-com-red:focus {
  background: rgb(219, 45, 45);
  color: #ffffff;
  border: 2px solid  rgb(219, 45, 45);
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  outline: none;
}

.btn-com-black {
  color: #ffffff;
  padding: 1px;
  background-color: rgb(26, 23, 23);
  border: 1px solid  #0E376F;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com-black:hover {
  background: #d16186;
  color: #ffffff;
  border: 1px solid  #d16186;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  text-decoration: none;
}

.btn-com-black:focus {
  background: #d16186;
  color: #ffffff;
  border: 2px solid  #BC2F69;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  outline: none;
}

.btn-black {
  color: #ffffff;
  padding: 1px;
  background-color: rgb(26, 23, 23);
  border: 0;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-black:hover {
  background: #d16186;
  color: #ffffff;
  border: 0;
  text-decoration: none;
}

.btn-black:focus {
  background: #d16186;
  color: #ffffff;
  border: 0;
  outline: none;
}

.tab-btn {
  color:#ffffff;
  background-color: #0D1B28;
  border: 1px solid #ffffff;
}

.tab-btn:hover, .tab-namebtn:hover, .tab-notaddnamebtn:hover {
  color:#ffffff;
}

.tab-btn.active, .tab-notaddnamebtn.active {
  background: #d16186;
  color: #ffffff;
  /* border: 2px solid #ffffff; */
  border: 0;
}

.tab-namebtn.active {
  background-color: #c4cad4;
}

.tab-namebtn {
  background-color: #eff1f5;
}

.radio_type {
  width: 1.8rem;
  height: 1.8rem;
  appearance: none;
  position: relative;
  outline: none;
}

.radio_type:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #77787C;
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type:disabled:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 1px solid #77787C;
  background-color: #CECFD1;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type:checked:before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  border: 3px solid #C46285;
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type:checked:after {
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  text-align: center;
  background: #C46285;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: -1.15rem;
  margin-left: 0.36rem;
}

.radio_type_sm {
  width: 1.2rem;
  height: 1.2rem;
  appearance: none;
  position: relative;
  outline: none;
}

.radio_type_sm:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #77787C;
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type_sm:disabled:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 1px solid #77787C;
  background-color: #CECFD1;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type_sm:checked:before {
  content: "";
  width: 1rem;
  height: 1rem;
  border: 3px solid #C46285;
  background-color: white;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}

.radio_type_sm:checked:after {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  text-align: center;
  background: #C46285;
  border-radius: 50%;
  display: block;
  position: absolute;
  margin-top: -0.75rem;
  margin-left: 0.25rem;
}

/* .radio_type:checked + label {
  color: #3E51A2;
} */

.checkmark {
  position: absolute;
  top: -10px;
  left: -4px;
  height: 1.5rem;
  width: 1.5rem;
  background-color: #192334;
  border: 1px solid #355577;
  border-radius: 4px;
  box-sizing: border-box;
}

/* ✓ */
.checkmark:after {
  content: "";
  position: absolute;
  left: 0.5rem;
  top: 0.1rem;
  width: 0.33rem;
  height: 1rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.Verificationcheck {
  display: block;
  position: relative;
  margin: 5px 0;
  padding-left: 28px;
}

.Verificationcheck input {
  display: none;
}

/* チェックが入ったときの✓ */
.Verificationcheck input:checked + .checkmark {
  background: #d16186; /* チェック時の色 */
  border: 1px solid #2e4b69; /* チェック時の色 */
}

/* チェックが入ったときの✓ */
.Verificationcheck input:checked + .checkmark:after {
  opacity: 1; /* 透明を解除 */
}

input[type="checkbox"]:checked + label.ncheck {
  background: #d16186;
  color: #ffffff;
  border: 1px solid #d16186;
}

input[type="checkbox"]:checked + label.scheck {
  background: #d16186;
  color: #ffffff;
  border: 3px solid #ffffff;
}

.form-inline.salary label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  margin-bottom: 0;
  justify-content: start;
}
.checkbox_div {
  margin-top: auto;
  margin-bottom: auto;
  border: 1px solid #717174;
  border-radius: 0.2rem;
  padding: 3px;
  margin-right: 1.2rem;
}

.checkbox_lable {
  display: block;
  position: relative;
  min-width: 1.1rem;
  min-height: 1.1rem;
  margin-bottom: 0;
}

.checkbox_span {
  position: absolute;
  top: 0.2rem;
  left: 0;
  height: 1.1rem;
  width: 1.1rem;
  background-color: #192334;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #355577;
}
.checkbox_span.slip{
  position: absolute;
  top: 0.2rem;
  left: 0;
  height: 1.1rem;
  width: 1.1rem;
  background-color: #192334;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #355577;
}

.checkbox_span:after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.05rem;
  width: 0.4rem;
  height: 0.7rem;
  border: solid #FFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox_lable input {
  display: none;
}

.checkbox_lable input:checked + .checkbox_span:after {
  opacity: 1;
}
.checkbox_lable input:checked + .checkbox_span {
  background: #d16186; /* チェック時の色 */
  /*border: 1px solid #2e4b69;*/ /* チェック時の色 */
  border: 0;
}

.checkbox_lable input:checked:disabled + .checkbox_span {
  background: #CECFD1; /* チェック時の色 */
  /*border: 1px solid #2e4b69;*/ /* チェック時の色 */
  border: 0;
}

.checkbox_lable input:disabled + .checkbox_span {
  background: #CECFD1; /* チェック時の色 */
  /*border: 1px solid #2e4b69;*/ /* チェック時の色 */
  border: 0;
}

.width-220 {
  width: 220px;
}

.height-rem-1 {
  height: 1rem;
}

.height-rem-1-25 {
  height: 1.25rem!important;
}
.height-rem-1-3 {
  height: 1.3rem!important;
}
.height-rem-1-4 {
  height: 1.4rem!important;
}
.height-rem-1-5 {
  height: 1.5rem!important;
}
.height-rem-1-6 {
  height: 1.6rem!important;
}
.height-rem-1-65 {
  height: 1.65rem;
}
.height-rem-1-7 {
  height: 1.7rem;
}
.height-rem-1-8 {
  height: 1.8rem;
}
.height-rem-1-9 {
  height: 1.9rem;
}
.height-rem-1-625 {
  height: 1.625rem;
}
.height-rem-2 {
  height: 2rem;
}
.height-rem-2-2 {
  height: 2.2rem;
}
.height-rem-2-3 {
  height: 2.3rem;
}
.height-rem-2-4 {
  height: 2.4rem;
}
.height-rem-2-5 {
  height: 2.5rem;
}
.height-rem-2-6 {
  min-height: 2.6rem;
}

.height-rem-3 {
  height: 3rem;
}
.height-rem-4-5 {
  height: 4.5rem !important;
}
.height-rem-5 {
  height: 5rem;
}
.height-rem-5-5 {
  height: 5.5rem;
}
.height-rem-6 {
  height: 6rem;
}

.height-rem-6-2 {
  height: 6.2rem;
}
.width-rem-1 {
  width: 1rem;
}
.width-rem-1-5 {
  width: 1.5rem;
}
.width-rem-1-6 {
  width: 1.6rem !important;
}

.height-rem-2-2-5 {
  height: 2.25rem;
}

.width-rem-2-5{
  width: 2.5rem !important;
}

.width-rem-2 {
  width: 2rem !important;
}

.width-rem-1-2-5 {
  width: 1.25rem;
}

.width-rem-1-7 {
  width: 1.7rem;
}

.width-rem-3-2 {
  width: 3.2rem;
}

.width-rem-3-5 {
  width: 3.5rem;
}

.width-rem-3-7 {
  width: 3.7rem;
}

.width-rem-4 {
  width: 4rem;
}

.width-rem-4-5 {
  width: 4.5rem;
}

.width-rem-4-7 {
  width: 4.7rem;
}

.width-rem-5 {
  width: 5rem;
}

.width-rem-5-2 {
  width: 5.2rem;
}


.width-rem-5-5 {
  width: 5.5rem;
}

.width-rem-5-6 {
  width: 5.6rem!important;
}

.width-rem-6 {
  width: 6rem!important;
}

.width-rem-6-5 {
  width: 6.5rem!important;
}
.width-rem-7 {
  width: 7rem;
}

.width-rem-7-5 {
  width: 7.5rem!important;
}

.width-rem-7-6 {
  width: 7.6rem!important;
}

.width-rem-8 {
  width: 8rem !important;
}

.width-rem-8-3{
  width: 8.3rem;
}
.width-rem-8-5 {
  width: 8.5rem;
}
.width-rem-8-6 {
  width: 8.6rem!important;
}
.width-rem-8-8 {
  width: 8.8rem!important;
}
.min-width-rem-9 {
  min-width: 9rem;
}
.min-width-rem-5 {
  min-width: 5rem;
}

.width-rem-9 {
  width: 9rem!important;
}

.width-rem-8-4{
  width: 8.4rem;
}

.width-rem-9-3-7{
  width: 9.37rem;
}

.width-rem-9-5 {
  width: 9.5rem;
}

.width-rem-10 {
  width: 10rem!important;
}

.width-rem-10-0-5 {
  width: 10.05rem!important;
}

.width-rem-10-5 {
  width: 10.5rem!important;
}

.width-10-1-8{
  width: 10.18rem;
}

.width-rem-11 {
  width: 11rem;
}

.width-rem-11-5 {
  width: 11.5rem;
}

.width-rem-11-9 {
  width: 11.9rem;
}

.width-rem-12 {
  width: 12rem;
}

.width-rem-12-5 {
  width: 12.5rem;
}

.width-rem-12-6{
  width: 12.6rem;
}

.width-rem-13 {
  width: 13rem;
}

.width-rem-13-5 {
  width: 13.5rem;
}

.width-rem-14 {
  width: 14rem;
}

.width-rem-15 {
  width: 15rem;
}

.width-rem-16 {
  width: 16rem;
}

.width-rem-16-5 {
  width: 16.5rem;
}

.width-rem-16-2 {
  width: 16.2rem;
}

.width-rem-16-9 {
  width: 16.9rem;
}

.width-rem-17 {
  width: 17rem;
}

.width-8-4{
  width: 8.4rem;
}

.width-rem-17-5 {
  width: 17.5rem;
}

.width-rem-6-6{
  width: 6.6rem;
}

.width-rem-18 {
  width: 18rem;
}

.width-rem-18-5 {
  width: 18.5rem;
}

.width-rem-19 {
  width: 19rem;
}

.width-rem-20 {
  width: 20rem;
}

.width-rem-20-5 {
  width: 20.5rem;
}

.width-rem-21 {
  width: 21rem;
}

.width-rem-22 {
  width: 22rem;
}

.width-rem-23 {
  width: 23rem;
}

.width-rem-24 {
  width: 24rem;
}

.width-rem-25 {
  width: 25rem;
}
.width-rem-26 {
  width: 26rem;
}
.width-rem-30 {
  width: 30rem;
}
.width-rem-35 {
  width: 35rem;
}
.width-rem-38-9 {
  width: 38.9rem;
}
.width-rem-39 {
  width: 39rem;
}
.min-width-rem-6 {
  min-width: 6rem;
}
.min-width-rem-6-25 {
  min-width: 6.25rem;
}
.min-width-rem-9-25 {
  min-width: 9.25rem;
}
.margin-bottom-rem-0 {
  margin-bottom: 0;
}
.margin-left-rem-1-2 {
  margin-left: 1.2rem;
}
.margin-left-rem-1-8 {
  margin-left: 1.81rem;
}
.margin-left-rem-2 {
  margin-left: 2rem;
}
.margin-left-rem-6 {
  margin-left: 6rem;
}
.margin-left-rem-7 {
  margin-left: 7rem;
}

.margin-left-rem-9{
  margin-left: 9rem;
}

.margin-left-rem-10 {
  margin-left: 10rem;
}

.margin-left-rem-10-5 {
  margin-left: 10.5rem;
}

.margin-left-rem-11{
  margin-left: 11rem;
}

.margin-left-rem-17-4{
  margin-left: 17.4rem;
}

.margin-left-rem-17 {
  margin-left: 17rem;
}

.margin-left-rem-20 {
  margin-left: 20rem;
}

.margin-right-rem-8 {
  margin-right: 8rem;
}

.line-height2 {
  line-height: 2;
}

.line-height1-4 {
  line-height: 1.4rem;
}

.h-85 {
  height: 85%;
}

.w-2 {
  width: 2%;
}
.w-3 {
  width: 3%;
}
.w-4 {
  width: 4%;
}
.w-5 {
  width: 5%;
}
.w-6 {
  width: 6%;
}
.w-7 {
  width: 7%;
}
.w-7-5 {
  width: 7.5%;
}
.w-8 {
  width: 8%;
}
.w-8-5 {
  width: 8.5%;
}
.w-9 {
  width: 9%;
}
.w-9-5 {
  width: 9.5%;
}
.w-10 {
  width: 10%;
}
.w-11 {
  width: 11%;
}
.w-11-5 {
  width: 11.5%;
}
.w-12 {
  width: 12%;
}
.w-14 {
  width: 14%;
}
.w-15 {
  width: 15%!important;
}
.w-16 {
  width: 16%!important;
}
.w-17 {
  width: 17%;
}
.w-18 {
  width: 18%;
}
.w-18-5 {
  width: 18.5%;
}
.w-19 {
  width: 19%;
}
.w-20 {
  width: 20%;
}
.w-21 {
  width: 21%;
}
.w-22 {
  width: 22%;
}
.w-24 {
  width: 24%;
}
.w-25 {
  width: 25%;
}
.w-27 {
  width: 27%;
}
.w-28 {
  width: 28%;
}
.w-29 {
  width: 29%;
}
.w-30 {
  width: 30%;
}
.w-31 {
  width: 31%;
}
.w-33 {
  width: 33%;
}
.w-35 {
  width: 35%;
}
.w-37 {
  width: 37%;
}
.w-38 {
  width: 38%;
}
.w-40 {
  width: 40%;
}
.w-43 {
  width: 43%;
}
.w-45 {
  width: 45%;
}
.w-46 {
  width: 46%;
}
.w-52 {
  width: 52%!important;
}
.w-55 {
  width: 55%!important;
}
.w-60 {
  width: 60%;
}
.w-65 {
  width: 65%;
}
.w-68 {
  width: 68% !important;
}
.w-69 {
  width: 69%;
}
.w-70 {
  width: 70%;
}
.w-72 {
  width: 72%;
}
.w-75 {
  width: 75%;
}
.w-78 {
  width: 78%;
}
.w-80 {
  width: 80%;
}
.w-83 {
  width: 83%;
}
.w-82 {
  width: 82%;
}
.w-90 {
  width: 90%;
}
.w-92 {
  width: 92%;
}
.w-94 {
  width: 94%!important;
}
.w-95 {
  width: 95%!important;
}
.w-100 {
  width: 100%!important;
}
.max-w-60 {
  max-width: 60%;
}
.max-w-40 {
  max-width: 40%;
}
.overflow-y {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.fs-100rem{
  font-size: 1rem;
}

.border-left-radius-0 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

table tbody {
  display: block;
  height: 100%;
}

/******* 内勤 *******/
.v_line_left_72 {
  border-left: solid #3e5185;
  height: 28%;
}
.s-between{
  justify-content: space-between;
}
.m-w-30-33{
  max-width:27.333333% ;
}
.m-w-29-33{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 30%;
}
.width-rem-36{
  width: 36rem;
}
.v_line_left_1_5 {
  border-left: solid #3e5185;
  height:1.5rem;
}

.result-body {
  padding: 1.25rem;
  margin-left: 1px;
  margin-right: 1px;
}

.maxwidth{
  max-width: 11rem !important;
}
.ml-5-5{
  margin-left: -5rem !important;
}
.ml-m1-2{
  margin-left: -1.2rem !important;
}
.ml-m5{
  margin-left: -0.5rem !important;
}
.ml-2-2{
  margin-left: -2rem;
}
.ml-3-3{
  margin-left: -3rem;
}
.ml-6-6{
  margin-left: -6 rem;
}
/******* 内勤 *******/

.min-width-rem-2 {
  min-width: 2rem;
}

.min-width-rem-3 {
  min-width: 3rem !important;
}

.min-width-rem-3-4 {
  min-width: 3.4rem;
}

.min-width-rem-4 {
  min-width: 4rem;
}

.top-rem-0-4 {
  top: 0.4rem;
}
.top-rem-0-1 {
  top: 0.1rem;
}

.text-align-center {
  text-align:center;
}
.ml-6{
  margin-left: 4rem;
}
/******* 内勤 *******/
/******* 出納帳 *******/
.bcw {
  background-color: #fff;
  color: rgb(26, 23, 23);
}
.word_brk{
    word-wrap: break-word;
    word-break:break-all;
}
.tl{
  text-align: right;
}

/******* 出納帳 *******/
/******* ご利用明細 *******/
.height-325-px {
  height: 325px;
}
/******* ご利用明細 *******/

/******* 伝票検索 *******/
.text-color-red {
  color: #D16489;
}
.text-color-blue {
  color: #2163be;;
}
/* .slip_detail_header {
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  background: rgb(184,193,209);
} */
.modal-header {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #172d46;
  color: #ffffff;
  border-top-left-radius: calc(1rem - 1px);
  border-top-right-radius: calc(1rem - 1px);
}

.modal-body {
  padding: 0.75rem;
  border-bottom-left-radius: calc(1rem - 1px);
  border-bottom-right-radius: calc(1rem - 1px);
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.2);
  border-radius: 1rem;
  outline: 0;
}

.modal-header .close {
  padding: 0;
  margin: 0.1rem 0.5rem 0 auto;
}

.modal-dialog {
  max-width: 1800px;
  position: initial;
}
.modal-body > iframe {
    height: 100%;
}
.header-icon-model {
  width: 30px;
  height: 30px;
  margin-right: 20px;
  margin-top: 10px;
}
/******* 伝票検索 *******/

/******* 元請会社 *******/
.ag-header-cell-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1rem;
}
.ulines {
  border-bottom: 1px solid;
}
.container-detail-right {
  overflow-y: auto;
  border-right: 1px solid #2e4b69;
}
.mtop-2{
  margin-top:2rem;
}
/******* 元請会社 *******/


.div_pagination >nav >ul{
  margin-bottom: 0;
}

.is-invalid~.invalid-tooltip{
  display: none;
}
.is-invalid:focus~.invalid-tooltip, .is-invalid:hover~.invalid-tooltip {
  display: block;
}
.page-link {
  height: 1.85rem;
  width: 1.85rem;
  text-align: center;
  background-color: #355577;
  color: #fff;
  border: 0;
  margin-left: .2rem;
  padding: 0;
  line-height: 1.85rem;
}
.page-item.active .page-link {
  background-color: #d16186;
  border-color: unset;
}
.page-item.disabled .page-link {
  color: #fff;
  background-color: #355577;
  border-color: #dee2e6;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.text-label {
    white-space:normal;
    word-break:break-all;
    word-wrap:break-word
}

.pop-close {
  color: #ffffff !important;
}

.btn-com-darkgray {
  color: #ffffff;
  padding: 1px;
  background-color: #404244;
  border: 1px solid  #404244;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  display: inline-block;
  outline: none;
  border-radius:5px!important;
  text-align: center;
}

.btn-com-darkgray:disabled {
  background-color: #404244 !important;
  border: 1px solid #404244 !important;
}

.btn-com-darkgray:hover {
  background: #d16186;
  color: #ffffff;
  border: 1px solid  #d16186;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  text-decoration: none;
}

.btn-com-darkgray:focus {
  background: #d16186;
  color: #ffffff;
  border: 2px solid  #BC2F69;
  box-shadow: 1px 1px  #ffffff inset, -1px -1px #ffffff inset;
  outline: none;
}

.ag-theme-alpine .ag-row {
  font-size: 1.17rem!important;
}

/*------------------新しいcss START---------------*/
.fs-60{
  font-size: 2.5rem;
}
.fs-36{
  font-size: 1.5rem;
}
.fs-32{
  font-size: 1.33rem;
}
.fs-28{
  font-size: 1.17rem!important;
}
.fs-26{
  font-size: 1.08rem!important;
}
.fs-24{
  font-size: 1rem;
}
.fs-22{
  font-size: 0.91rem;
}
.fs-20{
  font-size: 0.83rem!important;
}
.fs-18{
  font-size: 0.75rem;
}
.fs-17{
  font-size: 0.7rem;
}
.fs-16{
  font-size: 0.67rem;
}
.fs-15{
  font-size: 0.62rem;
}
.fs-14{
  font-size: 0.58rem;
}
.fs-12{
  font-size: 0.5rem;
}
.fs-30{
  font-size: 1.25rem!important;
}

/*------------------新しいcss END-----------------*/
.p-2-rem {
  padding: 2.05rem;
}

.ml-4-px {
  margin-left: 4px;
}
.pt-1-px {
  padding-top: 1px;
}
.pt-2-px {
  padding-top: 2px;
}
.h-85 {
  height: 85% !important;
}

.h-90 {
  height: 90% !important;
}
.h-92 {
  height: 92%;
}

.select2-results__options {
  list-style: auto;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 4px;
  /* user-select: none; */
  -webkit-user-select: none;
  word-break: break-all;
}

.modal.modal-static .modal-dialog {
  -webkit-transform: none !important;
  transform: none !important;
}

.customer-color-radio-disabled .radio_type:disabled:before {
  background-color: #EEEEEE;
  border: 1px solid #ced4da;
}

.mr--50 {
  margin-right: -50px;
}

#place-temp-table .main-content {
  background-color: #f7f7f7;
}

#place-temp-table #card-edit {
  background-color: #f7f7f7;
}

#place-temp-table #card-edit .grid-responsive {
  background-color: #f7f7f7;
}

#place-temp-table .input-time {
  background-color: #f7f7f7;
}

#place-temp-table .header-color-one {
  background-color: #f7f7f7;
}

#place-temp-table .grid-cell {
  color: #172d46;
}

#place-temp-table .select-common {
  background-color: #f7f7f7;
  color: #495057;
}

#place-temp-table .white-line {
  border-right: 0.0625rem solid #172d46;
}

#place-temp-table .box-drop-disable {
  background-color: #EEEEEE !important;
  opacity: 1;
}

#place-temp-table .btn-add #number-add-item {
  background: #f7f7f7;
  color: #495057;
}

#place-temp-table .line-pagination {
  background-color: #f7f7f7;
}

#place-temp-table .number-pagination {
  background-color: #172d46;
  color: #ffffff;
}

#place-temp-table .hr-pagination {
  border-top: 3px solid #172d46;
}

#place-temp-table .box-drop {
  background-color: #ffffff;
}

.select-taxable-items,
.select-deduction-items,
.select-diligence-items {
  background: #f7f7f7;
  color: #495057;
}

.btn-badge-notify {
  position: relative;
  top: 0;
  left: 0;
}
.btn-badge-notify .badge-notify {
  position: absolute;
  background: rgb(209, 97, 134);
  border-radius: 100%;
  font-size: 1rem;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.view-slip {
  position: relative;
}

.view-slip .timestamp-slip {
  padding: 30px 0 0 30px;
  position: absolute;
  bottom: 0;
  left: 30px;
  font-size: 0.5rem;
}

.view-slip .timestamp-slip.visibility-hidden {
  left: 60px;
  visibility: unset !important;
}

.view-slip .timestamp-slip .timestamps {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 500px;
  white-space: nowrap;
}

.view-slip .timestamp-slip .timestamps .row-text {
  width: 3.125rem;
  max-width: 3.125rem;
}

.view-slip .timestamp-slip .timestamps .row-time {
  width: 4.688rem;
  max-width: 4.688rem;
}

.view-slip .timestamp-slip .timestamps .row-name {
  max-width: 9.375rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container-page-error {
  height: 100vh;
  width: 100vw;
}
