html {
  height: 100% !important;
}

label.col-form-label {
  word-break: break-word;
}

/* position */
.fixed-right {
  position: fixed;
  top: .25rem;
  right: 1rem;
}

/* 別タブ表示パネル用 */
div.link-panel {
  position: absolute;
  top: 1.1rem;
  right: 1.7rem;
}

/* button */
.btn {
  white-space: normal;
  width: 14rem;
}

.btn-xxl {
  height: 10rem;
  display: inline-block;
  white-space: normal;
  letter-spacing: -1rem;
}

.btn-xxl h5 span {
  letter-spacing: normal;
}

.btn-xxl:hover  small.text-muted {
  color: #ced4da !important;
}

.btn-xxl small {
  line-height: 1.3;
  letter-spacing: -1rem;
}

.btn-xxl small span {
  letter-spacing: normal;
}

.btn.btn-link {
  width: auto;
}

.btn-toggle:not(:disabled):not(.disabled).active, .btn-outline-toggle:not(:disabled):not(.disabled):active, .show>.btn-outline-toggle.dropdown-toggle {
  color: #495057;
  background-color: #e9ecef;
  border-color: #ced4da;
}

.btn-toggle {
  color: #ced4da;
  background-color: transparent;
  background-image: none;
  border-color: #ced4da;
}

/* fileupload */
.custom-file-input:lang(ja) ~ .custom-file-label::after {
  content: "参照";
}

/* table */
table {
  margin-bottom: 0 !important;
}

thead>tr>th {
  display: table-cell;
  white-space: nowrap !important;
  flex: 1 1 auto!important;
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

.min-w2 {
  min-width: 2rem !important;
}

.min-w14 {
  min-width: 14rem !important;
}

tbody>tr>td {
  display: table-cell;
  vertical-align: middle !important;
  word-break: break-word;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  min-width: 9rem;
}

.alt-table-responsive {
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}

td>button {
  width: auto !important;
}

.input-group.is-invalid>.form-control {
  border: .06rem solid #dc3545;
}

/* color */
.bg-ag {
  background-color: #563d7c;
}

.border-header {
  border: .125rem solid #37274f;
}

.bg-label {
  background-color: #c1b8cf;
}

.form-control::placeholder {
  color: #ced4da;
}

/* toggleのエラー時の枠色 */
label.is-invalid-toggle {
  border-color: #dc3545;
}

/* footer */
footer li:before {
  color: #1a0dab;
  content: "▶";
}

footer .btn-link {
  color: #1a0dab;
}

.terms-content {
  border: solid .06rem #808080;
  width: 100%;
  height: 20rem;
  padding: 1.5em 0.5em;
  overflow: auto;
}

.alt-table-responsive {
  display: inline-block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}