@charset "UTF-8";

/*共通*/
body {
  background-color: #edeef1;
}
.sp__br {
  display: block;
}
.pc__br {
  display: none;
}
.navbar-nav .nav-item.dropdown {
  font-size: 10px;
}

.main__title {
  font-size: 24px;
  font-weight: bold;
  color: #223042;
  letter-spacing: 0.05em;
}
.main__title-border {
  padding-bottom: 10px;
  border-bottom: 1px solid #c2c5d0;
  font-size: 24px;
  font-weight: bold;
  color: #223042;
  letter-spacing: 0.05em;
}
.sub__title {
  font-size: 20px;
  font-weight: bold;
  color: #223042;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
.sub__title-line {
  font-size: 24px;
  font-weight: bold;
  color: #223042;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  border-left: 5px solid #0171d9;
  padding-left: 14px;
}
.alert-info {
  background-color: #dde6f3;
  border: none;
  color: #223042;
}
.bi-asterisk::before {
  color: #dc2929;
}
.mgt20 {
  margin-top: 20px;
}
.mgt30 {
  margin-top: 30px;
}
.mgb40 {
  margin-bottom: 40px;
}
.bg__back {
  background-color: #223042;
}
.bg__light {
  background-color: #e4edf5;
}
.bg__body {
  background-color: #edeef1;
}
.container-fluid.mt-3 {
  margin-top: 3rem !important;
}
.btn i {
  margin-right: 5px;
}

.flex02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sidebarMenu .nav-item {
  font-size: 16px;
  padding: 4px 0;
}

@media print, screen and (min-width: 1024px) {
  .sp__br {
    display: none;
  }
  .pc__br {
    display: block;
  }
  .main__title {
    font-size: 28px;
  }
  .main__title-border {
    font-size: 28px;
  }
  .sub__title {
    font-size: 24px;
  }
  .sub__title-line {
    font-size: 28px;
  }
  #sidebarMenu {
    width: 14.66666667%;
  }
  .offset-lg-2 {
    margin-left: 14.66666667%;
  }
  .navbar-nav .nav-item.dropdown {
    font-size: 12px;
  }
  #sidebarMenu .nav-item {
    font-size: 14px;
    padding: 0;
  }
}
/*共通*/

/*ナビバー*/
.navbar > .container,
.navbar > .container-fluid,
.navbar > .container-lg,
.navbar > .container-md,
.navbar > .container-sm,
.navbar > .container-xl,
.navbar > .container-xxl {
  background-color: #223042;
}
.navbar-expand {
  flex-wrap: wrap;
}
.d-md-none {
  display: none;
}
.navbar-brand.fs-6 {
  display: none;
}
.navbar-brand.fs-6.sp__show {
  display: block;
}

@media print, screen and (min-width: 1024px) {
  .navbar-brand.fs-6 {
    display: block;
  }
}
/*ナビバー*/

/*ボタン*/
.button__normal {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  max-width: 100%;
  height: 40px;
  background-color: #0171d9;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-in 0.3s;
  font-size: 14px;
  margin: 0 auto;
  text-decoration: none;
}

.button__normal:hover {
  background-color: #223042;
  color: #fff;
}
.button__back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  max-width: 100%;
  height: 40px;
  background-color: #0171d9;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-in 0.3s;
  font-size: 14px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
.button__back::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) rotate(-45deg);
}

.button__back:hover {
  background-color: #223042;
  color: #fff;
}
.button__sub {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  height: 50px;
  background-color: #fff;
  color: #0171d9;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-in 0.3s;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.button__sub:hover {
  background-color: #0171d9;
  color: #fff;
}

.button__add {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px;
  max-width: 100%;
  height: 40px;
  background-color: #0171d9;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: ease-in 0.3s;
  font-size: 14px;
  margin: 0 auto;
  text-decoration: none;
  position: relative;
}
.button__add:before,
.button__add:after {
  display: block;
  content: "";
  margin: auto;
  background-color: #fff;
  border-radius: 10px;
}
.button__add:before {
  width: 2px;
  height: 12px;
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
}
.button__add:after {
  width: 12px;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 17px;
  transform: translateY(-50%);
}

.button__add:hover {
  background-color: #223042;
  color: #fff;
}
.btn__middle {
  width: 140px;
  max-width: 100%;
  height: 40px;
}

.btn-danger {
  background-color: #dc2929;
}
.btn-dark {
  background-color: #223042;
}
.btn__primary {
  background-color: #0171d9;
  color: #fff;
}
.btn__primary:hover {
  opacity: 0.6;
  background-color: #0171d9;
  color: #fff;
}
.btn__second {
  background-color: #4d7a91;
  color: #fff;
}
.btn__second:hover {
  opacity: 0.6;
  background-color: #4d7a91;
  color: #fff;
}

.button__list {
  list-style: none;
  padding-left: 0;
}
.flex__btns a {
  margin-top: 10px;
}
@media print, screen and (min-width: 1024px) {
  .button__list {
    display: flex;
    flex-wrap: wrap;
    max-width: 800px;
  }
  .button__list li {
    margin-right: 30px;
  }
  .button__sub {
    width: 240px;
    font-size: 13px;
  }
  .button__add {
    width: 240px;
  }
  .flex__btns a {
    margin-top: 0;
    margin-left: 20px;
  }
  .flex__btns .nav-item:first-child a {
    margin-left: 0;
  }
}
/*ボタン*/

/*ログイン*/
.login__wrap .container {
  width: 90%;
  max-width: 600px;
  margin: 0 auto;
  padding: 30px 20px;
}

.login__wrap .main__title {
  text-align: center;
}
/*ログイン*/

/*検索*/
.serach__table > :not(caption) > * > * {
  padding: 10px;
}

.serach__form {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.serach__form .form-control {
  width: calc(100% - 110px);
}
.serach__form .button__normal {
  width: 100px;
  font-size: 13px;
  height: 30px;
}

.serach__form.csv__form {
  display: block;
}
.csv__form .form__btns {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}
.csv__form .form__btns .btn.btn__second {
  width: 160px;
  margin: 10px 0 0;
}
.serach__form.csv__form .form-control {
  width: 100%;
}
.button__normal.button__pdf {
  background-color: #dc2929;
}
.serach__form.form-control .datepicker {
  width: calc(50% - 20px);
}
.serach_datepicker {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.serach__form .form-check {
  margin-top: 10px;
}
.serach__form.csv__form .button__serach {
  width: 100%;
}
.csv__form .form__btns .button__normal.button__pdf {
  margin-top: 10px;
  margin-left: 10px;
}
.serach__form.csv__form .summary__btns .button__serach {
  width: 100px;
  margin: 10px 0 0;
}
@media print, screen and (min-width: 1024px) {
  .serach__table {
    max-width: 600px;
    margin-left: auto;
  }

  .csv__form .form__btns {
    margin-top: 0;
  }
  .serach__form.csv__form .form-control {
    width: calc(100% - 280px);
  }
  .serach__form.csv__form .serach_item {
    display: flex;
    align-items: center;
  }
  .serach__form.csv__form .serach_item .serach_acount .form-select {
    width: calc((70% - 140px) / 2);
  }
  .serach__form.csv__form .serach_item .form-select {
    width: calc((70% - 140px) / 2);
  }

  .serach_datepicker {
    margin: 0;
    margin-right: 10px;
    width: 30%;
  }
  .serach_check {
    display: flex;
    width: 140px;
  }
  .serach__form .form-check {
    margin-top: 0;
    margin-left: 10px;
  }
  .serach__form.csv__form .button__serach {
    width: 100px;
    margin: 10px 0 0;
  }
  .serach__form.csv__form .form-control.datepicker {
    width: calc(50% - 20px);
  }
  .csv__form .form__btns .btn.btn__second {
    margin-left: 10px;
  }
}

/*テーブル*/
.table__responsive .d-md-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.table__responsive .d-md-block .btn {
  /*   width: 30%; */
  min-width: auto;
  max-width: 100%;
  margin-top: 4px;
  font-size: 12px;
}
.table__responsive .thead th {
  color: #223042;
  padding: 4px 10px;
  vertical-align: middle;
}
.table__responsive td {
  padding: 4px 10px;
  color: #223042;
  vertical-align: middle;
}

.table__responsive.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: #f7f9fc;
}
.table__responsive tr:nth-child(even) td {
  background-color: #ffff;
}
.table__responsive tfoot td {
  background-color: #fff !important;
}

@media print, screen and (max-width: 1023px) {
  .table__responsive .thead {
    display: none;
  }
  .table__responsive tr td:first-child {
    padding-top: 10px;
  }
  .table__responsive tr td:last-child {
    padding-bottom: 10px;
    border-bottom: none;
  }
  .table__responsive td {
    display: block;
    width: 100%;
    padding: 4px 10px;
    border-bottom: 1px solid #dee2e6;
  }
  .table__responsive td::before {
    content: attr(data-label);
    display: block;
    color: #0171d9;
    width: 100%;
    font-size: 12px;
    margin-bottom: 4px;
  }
  .table__responsive .d-md-block .btn {
    width: 32%;
    margin-top: 0;
  }
  .table__responsive .text-center {
    text-align: left !important;
  }
  .table__responsive tfoot td {
    border: none;
  }
  .table__responsive tfoot .text-center {
    text-align: center !important;
  }
  .table__responsive.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: #fff;
  }
  .table__responsive tr:nth-child(even) td {
    background-color: #f7f9fc;
  }
}
/*テーブル*/

/*確認*/
.confirm__box {
  padding: 20px 10px;
  background-color: #fff;
}
.confirm__box .col-3 {
  color: #0171d9;
}
@media print, screen and (max-width: 1023px) {
  .confirm__box .col-3 {
    color: #0171d9;
    width: 100%;
  }
  .confirm__box .col-9 {
    width: 100%;
    padding-top: 4px;
  }
  .account__password .gx-1.row {
    display: block;
  }
  .account__password .gx-1 .col {
    margin-top: 4px;
  }
}
/*確認*/

/*総重量*/
.gross__weight {
  display: flex;
  background: #fff;
  border: 1px solid #0171d9;
  width: 100%;
  margin: 30px 0;
}
.gross__weight div {
  padding: 4px 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  width: 65%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gross__weight div:first-child {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  width: 35%;
  background-color: #0171d9;
  border-right: 1px solid #0171d9;
}

.gross__weight div .unit {
  display: block;
  padding-left: 2px;
  font-weight: 400;
  font-size: 12px;
}
