@charset "UTF-8";._background_118s4_1 {
  background: #fafafa;
  min-height: 100%;
}

._content_118s4_6 {
  padding: 65px 90px 45px;
}

._passwordIcon_118s4_10 {
  position: absolute;
  right: 4px;
  bottom: 4px;
  font-size: 1.2rem;
  color: #a1a1a1;
}

._separator_118s4_18 {
  display: flex;
  align-items: center;
  color: #9b9b9b;
  font-size: 8px;
}
._separator_118s4_18::before, ._separator_118s4_18::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: #b4b4b4;
}

@media only screen and (max-width: 767px) {
  ._content_118s4_6 {
    padding: 65px 30px 45px;
  }
}
html, body {
  font-family: Meiryo, "メイリオ", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Helvetica, sans-serif;
  color: #333;
  width: 100%;
  height: 100%;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

a:hover, a:focus {
  color: inherit;
  text-decoration: none;
}

button {
  appearance: none;
  border: 0;
  background-color: transparent;
  padding: 0;
  color: inherit;
}

pre {
  white-space: pre-wrap;
  margin: 0;
  font-size: inherit;
  display: inline;
  font-family: inherit;
}

.bg-light01 {
  background: #ededed;
}

.bg-head01 {
  background: #6c757d;
  color: #fff;
}

.bg-hc {
  background: #0a326e;
  color: #fff;
}

.btn-hc {
  color: #fff;
  background-color: #0a326e;
  border-color: #0a326e;
}
.btn-hc:hover {
  color: #fff;
  background-color: #0F4699;
  border-color: #0F4699;
}

.btn-outline-hc {
  color: #0a326e;
  border-color: #0a326e;
}
.btn-outline-hc:hover {
  color: #fff;
  background-color: #0a326e;
  border-color: #0a326e;
}

.link01 {
  display: inline;
  text-decoration: underline;
}
.link01:hover {
  text-decoration: none;
}

.btn-light01 {
  color: #8d8d8d;
  background-color: #ededed;
  border-color: #ededed;
}

.form01 {
  border: 1px solid #ddd;
  padding: 20px 0;
}

.form01-labelbox {
  display: flex;
  align-items: center;
}

.form01-label {
  font-size: 18px;
  font-weight: bold;
}

.form01-required {
  font-size: 11px;
  background: #d39cbe;
  color: #fff;
  border-radius: 5px;
  padding: 4px 8px;
  margin-left: 5px;
}

.form01-required:before {
  content: "必";
}

.header {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.header-logo {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -1px;
  padding: 8px 0;
}

.header-right {
  padding-top: 8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.header-right-button {
  display: block;
  border: 1px solid #777;
  border-radius: 5px;
  padding: 5px 9px;
  position: relative;
  margin-bottom: 8px;
  font-size: 13px;
  letter-spacing: -0.5px;
}
.header-right-button:hover {
  background: #ddd;
}

.header-logout-button {
  display: block;
  padding: 1px 5px;
  border-bottom: 1px solid #777;
  font-size: 13px;
  letter-spacing: -1.9px;
}
.header-logout-button:hover {
  background: #ddd;
}

.header-right-batch {
  position: absolute;
  background: red;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  padding: 2px 6px;
  top: -6px;
  right: -7px;
}

.html-area a {
  text-decoration: underline;
}
.html-area a:hover {
  text-decoration: none;
}
.html-area img {
  max-width: 100%;
}

.image01 {
  max-width: 100%;
  width: auto;
}

.link-opacity {
  transition-duration: 0.3s;
}
.link-opacity:hover {
  opacity: 0.7;
}

.btn-sort-asc, .btn-sort-desc {
  border: 1px solid #777;
  background: #eee;
  width: 18px;
  height: 18px;
  position: relative;
}
.btn-sort-asc:hover, .btn-sort-desc:hover {
  background: #FFD700;
}
.btn-sort-asc.active, .btn-sort-desc.active {
  background: #FFD700;
}
.btn-sort-asc:before, .btn-sort-desc:before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: 4px;
  left: 2px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid #555;
}

.btn-sort-desc:before {
  border-top: 8px solid #555;
  border-bottom: 0;
}

.flex-space-between {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.scroll-top {
  position: fixed;
  border: 1px solid #ccc;
  bottom: 5px;
  right: 5px;
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 8px;
}
.scroll-top:before {
  content: "";
  position: absolute;
  border: solid #444;
  border-width: 0 2px 2px 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-5px, -11px) scale(2, 1.5) rotate(-135deg);
}
.scroll-top:after {
  content: "TOP";
  position: absolute;
  width: 100%;
  font-size: 12px;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translate(0, 3px);
}

.table {
  margin-bottom: 0;
}

.table-responsive {
  margin-bottom: 1rem;
  white-space: nowrap;
}
.table-responsive::-webkit-scrollbar {
  appearance: none;
}
.table-responsive::-webkit-scrollbar:horizontal {
  position: absolute;
  top: -10px;
  height: 11px;
}
.table-responsive::-webkit-scrollbar-thumb {
  position: absolute;
  top: -10px;
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.5);
}

.table-cell-fixed-right {
  position: sticky;
  right: 0;
}
.table-cell-fixed-right > * {
  position: relative;
}
.table-cell-fixed-right:before {
  content: "";
  position: absolute;
  top: -1px;
  right: -1px;
  left: -1px;
  bottom: -1px;
  border: 1px solid #dee2e6;
}

.table > :not(caption) > * > .table-cell-fixed-right {
  background: #fff;
}

.modal-default {
  position: absolute;
  inset: 0;
  border: 1px solid rgb(204, 204, 204);
  background: rgb(255, 255, 255);
  overflow: auto;
  border-radius: 4px;
  padding: 0;
  outline: none;
}

.modal-confirm {
  position: absolute;
  inset: 40px;
  border: 1px solid #ccc;
  background: #fff;
  overflow: auto;
  border-radius: 4px;
  outline: none;
  padding: 20px;
  top: 50%;
  left: 50%;
  right: auto;
  bottom: auto;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.pagination {
  align-items: center;
  display: flex;
  flex-direction: row;
  height: 60px;
  list-style-type: none;
  position: relative;
}
.pagination li {
  justify-content: center;
  align-items: center;
  color: #FFF;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  height: 40px;
  width: 40px;
  background-color: #a0a0a0;
  margin-left: 5px;
  margin-right: 5px;
}
.pagination .break {
  background-color: transparent;
  color: inherit;
  width: 20px;
}
.pagination .selected {
  background: #f0f0f0;
  color: inherit;
}
.pagination {
  /*
  .previous {
    border-right: solid 1px #808e9b;
    font-size: 4px;
    height: 60px;
    width: 150px;
  }

  .next {
    border-left: solid 1px #808e9b;
  }
  */
}

@media (min-width: 576px) {
  .modal-default {
    padding: 20px;
    inset: 40px;
  }
}
.ReactModal__Body--open {
  overflow-y: hidden;
}

.input-group .btn {
  z-index: auto;
}