body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

header .img-mark {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 50px;
}

#nav-menu {
  padding: 10px 0px;
}
#nav-menu .btn-group {
  width: 100%;
}
#nav-menu .btn-menu-head {
  width: 2em;
}

.btn-assist {
  text-align: left;
  background: #7db532;
  color: #fff;
}

.btn-asssit:hover {
  background: #7db532;
}

#nav-function {
  width: 100vw;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}
#nav-function .col {
  color: #fff;
  background: #666;
  min-height: 2em;
  border: 1px solid #333;
}

#main .row {
  gap: 10px;
}
#main .btn {
  width: 100%;
  text-align: left;
}
#main .btn-menu-head {
  width: 2em;
}
#main .btn-menu-tail {
  text-align: center;
}

main {
  padding-top: 1rem;
}
main .col-form-label {
  text-align: right;
  padding-right: 0.5rem;
}
main img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
  height: auto;
}
main .number {
  font-size: 1.5rem;
  font-weight: bold;
  width: 3rem;
  height: 3rem;
  padding: 0.5rem;
  margin-right: 0.5rem;
  text-align: center;
  display: inline-block;
  background-color: #ededed;
  border-radius: 50%;
  font-family: "M PLUS 1 Code", monospace;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
main h1 {
  font-size: 1.5rem;
  border-bottom: 1px solid silver;
  padding-bottom: 0.4rem;
  margin-bottom: 1rem;
}
main h2 {
  font-size: 1.5rem;
}
main h3 {
  font-size: 1.1rem;
}
main hr {
  margin: 20px 10px;
}
main .title {
  font-weight: 600;
}
main .title i {
  margin-right: 0.5rem;
}
main .badge-id {
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
  z-index: 1001;
  font-size: 0.6rem;
}
main .loading {
  animation: loading 1s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#table-data {
  border-collapse: collapse;
}
#table-data thead {
  position: sticky;
  top: 100px;
  left: 0;
  background: #fff;
  border-bottom: double 3px #666;
  z-index: 100;
}
#table-data thead th {
  font-size: 0.8rem;
  position: relative;
}
#table-data thead th i {
  min-width: 1em;
  position: absolute;
  top: 0.1rem;
  right: 0.1rem;
  cursor: pointer;
}
#table-data tbody .cell-command button {
  font-size: 0.86rem;
  min-width: 6rem;
}
#table-data tbody td {
  font-size: 0.85rem;
}

.modal-dialog-scrollable .modal-body {
  height: 84vh;
}
