@charset "UTF-8";
/*
*　追加
*/
.w-auto {
  width: auto !important;
}

@media (min-width: 768px) {
  .w-auto-md {
    width: auto !important;
  }
}

.print-off {
  display: none;
  }

.w-5em {
  width: 5em !important;
}

.positon-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
}

.header-fixed-under {
  padding-top: 112px;
}

.equal > th {
  min-width: 60px;
}

/*
*　カスタム
*/
.errmsg {
  margin-bottom: .25rem;
  font-size: 85.7142857%;
  color: #d63939;
}

.form-control.is-err {
  border-color: #d63939;
  padding-right: calc(1.4285714em + .875rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23d63939' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cline x1='18' y1='6' x2='6' y2='18'%3e%3c/line%3e%3cline x1='6' y1='6' x2='18' y2='18'%3e%3c/line%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(.3571429em + .21875rem) center;
  background-size: calc(.7142857em + .4375rem) calc(.7142857em + .4375rem);
}

.table.table-border th,
.table.table-border td {
  border: 1px solid #eee;
  border-bottom: 0;
}

.table.table-border tbody tr.tr td {
  border-top: 1px solid #ddd;
}

.table.table-border-3 tbody tr:nth-child(6n + 4) td, .table.table-border-3 tbody tr:nth-child(6n + 5) td, .table.table-border-3 tbody tr:nth-child(6n + 6) td {
  --tblr-table-accent-bg: var(--tblr-table-striped-bg);
  color: var(--tblr-table-striped-color);
}

.table.table-border-4 tbody tr:nth-child(8n + 5) td, .table.table-border-4 tbody tr:nth-child(8n + 6) td, .table.table-border-4 tbody tr:nth-child(8n + 7) td, .table.table-border-4 tbody tr:nth-child(8n + 8) td {
  --tblr-table-accent-bg: var(--tblr-table-striped-bg);
  color: var(--tblr-table-striped-color);
}

.table.table-border tbody {
  border-bottom: 1px solid #ddd;
}

.table-hover > tbody > tr:hover {
  cursor: pointer;
  background-color: #d9efff;
}

.tbody-hover > tbody:hover {
  cursor: pointer;
  background-color: #d9efff;
}

.my-custom-scrollbar {
position: relative;
height: 70vh;
overflow: auto;
}

.table-wrapper-scroll-y {
display: block;
}

.sticky_table thead th {
  position: -webkit-sticky;
  position: sticky;
  white-space: nowrap;
  background-color: #fafafa;
}
.sticky_table thead tr:nth-child(1) th {
  top: 0;
}
.sticky_table thead tr:nth-child(2) th {
  top: 2rem;
}

.table-scroll {
  width: 100%;
  overflow-x: auto;
}

.table-scroll table {
  width: 100%;
}

.text-small {
  font-size: 0.625em;
}

.text-small select,
.text-small input[type="text"] {
  /* font-size: 0.625em; */
  font-size: 1em;
}

.text-small input[type="number"] {
  /* font-size: 0.625em; */
  font-size: 1em;
  padding:  0.4375rem 0.6rem;
}

.text-small .form-control {
  padding: 0.4375rem 0.25rem;
}

.text-small .form-select {
  padding: 0.4375rem 0.25rem;
  background-position: right 0.05rem center;
}

.text-small .input-icon-addon {
  min-width: 1.5rem;
}

.text-small .input-icon .form-control:not(:last-child) {
  padding-right: 1.5rem;
}

.text-small .time {
  min-width: 70px;
}

.sunday,
.jp-holiday {
  color: #d63939;
}

.saturday {
  color: #206bc4;
}

.flatpickr-calendar.inline {
  max-width: 300px;
  margin: 0 auto;
  padding: 0.75rem;
  border: 1px solid rgba(101, 109, 119, 0.16);
  border-radius: 15px;
}

.flatpickr-input[readonly] {
  display: none;
}

select.placeholder {
  color: #aaa;
}

.bd-right-strong{
	border-right-color: #aaa!important;
}

.bd-strong{
	border: 5px #aaa solid;
}


/*# sourceMappingURL=style.css.map */
