@charset "UTF-8";
/*
  style.css
 */

/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // basic // */
/* //                                                                         */
html {
  outline: none;
  overflow-x: none;
  overflow-y: none;
  scroll-behavior: smooth;
}
body {
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  font: 1rem/1.5 var(--bs-font-sans-serif);
  font-weight: normal;
  color: #404040;
  background: #ffffff;
  scrollbar-arrow-color: #eeeeee;
  letter-spacing: 0;
  text-align: justify;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  min-width: 370px;
  max-width: 1400px;
  margin: auto;
  overflow-x: none;
}

a {
  color: var(--bs-blue);
}
div,span,p {
  margin: 0;
  padding: 0;
}

/* // font // */
.fs-7 {
  font-size: 0.8rem;
}
.fs-8 {
  font-size: 0.6rem;
}
.fw-b {
  font-weight: bold;
}
.fw-n {
  font-weight: normal;
}

/* // narrow // */
.narrow {
  line-height: 0.8;
}
/* // scroll // */
.scroll {
  overflow-y: scroll;
}
/* // hidden // */
.hidden {
  white-space: nowrap;
  overflow: hidden;
}

/* // underline // */
.underline {
  text-decoration: underline;
  cursor: pointer;
}
.nounderline {
  text-decoration: none;
  cursor: pointer;
  color: #404040;
}

/* // pointer // */
.pointer {
  cursor: pointer;
}

/* // link // */
a.link {
  text-decoration: none;
}
a.link:hover {
  text-decoration: none;
}
a.link.btn-input-ctrl:hover {
  text-decoration: underline;
}


/* // display/visibility // */
/* .visible / .invisible を使用する。*/



/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // bootstrap layout // */
/* //                                                                         */
.row {
  margin-top: 0px !important;
  margin-right: 0px !important;
  margin-bottom: 0px !important;
  margin-left: 0px !important;
  padding: 0;
  --bs-gutter-x: 0;
}
.col {
  margin: 0;
  padding: 0;
}

/* // modal // */
.modal-content {
  box-shadow: 0 0 0 1240px rgba(153, 153, 153, 0.4);
}
.modal-content {
  border-radius: 0;
}
.modal-header {
  border-radius: 0;
  border: none;
  padding: 0.5rem 1rem 0.2rem 1rem;
}
.modal-header h5.modal-title {
  padding-left: 0;
  font-size: 0.9rem;
}
.modal-body {
  overflow-x: hidden;
  padding: 0 1rem 0 1rem;
}
.modal-body .container {
  padding: 0 1rem 0 1rem;
}

.modal-footer {
  border: none;
}
.modal-footer .btn {
  width: 140px;
}

/* // badge // */
.badge {
  padding: 0.35em 0.35em;
}



/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // input // */
/* //                                                                         */
[v-cloak] {
  display:none;
}
.form-label {
  letter-spacing: 0;
  font-size: 0.8rem;
  font-weight: bold;
  margin: 0 0 0 -2px;
  padding: 0;
  color: #888;
}
.form-label::after {
  font-size: 0.7rem;
  content: ' :';
}
.form-label .required::after {
  margin: 0 0 0 0.3rem;
  padding: 0 8px 0 8px;
  font-size: 0.7rem;
  font-weight: bold;
  color: #ffffff;
  background-color: #ff7f7f;
  border-radius: 4px;
  content: '必須';
}


input[type='text'],
input[type='number'],
input[type='tel'],
input[type='search'],
input[type='email'],
input[type='file'] {
  min-height: 1rem;
}

/*
.form-control:not(.form-check-input):not(.form-range) {
  margin: 0;
  border: 1px solid #999999;
  border-radius: 2px;
  font-size: 1rem;
  background-color: #ffffff;
}
input.form-control:not(.form-check-input):not(.form-range),
textarea.form-control,
select.form-control {
  padding-top: 0.5rem;
  padding-bottom: 0.4rem;
}
input.form-control:not(.form-check-input):not(.form-range),
select.form-control {
  min-height: 3rem;
}

.form-control:focus:not(.form-check-input):not(.form-range) {
  border-color: #0095d9;
  box-shadow: 0px 0px 2px 0px var(--accent_color, #0095d9);
  background-color: #fffff0;
}

.form-control.alert-danger:not(.form-check-input):not(.form-range) {
  background: #f8d7da;
}

.form-control.readonly:not(.form-check-input):not(.form-range) {
  background: #eeeeee;
}

.form-control.form-range {
  border: none;
}
.form-control.form-range:focus {
  box-shadow: none;
}

.form-control.no-border {
  border: none;
}

.input-group-text {
  border-color: #909090;
  background-color: #fdfdfd;
} */

/* // form-switch // */
/* .form-switch .form-check-input {
  width: 2.4em;
  height: 1.4em;
}
.form-switch .form-check-label {
  padding: 4px 8px 0 0;
} */

/* // placeholder // */
/* .form-control::-webkit-input-placeholder {
  color: #c0c0c0;
}
.form-control::-moz-placeholder {
  color: #c0c0c0;
}
.form-control:-ms-input-placeholder {
  color: #c0c0c0;
} */

/*
/* // checkbox // */
.checkbox {
  position: relative;
  margin-bottom: 0;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  font-weight: normal;
  display: inline-block;
  min-height: 3rem;
  cursor: pointer;
}
.checkbox input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.checkbox .indicator {
  position: relative;
  margin-right: 1rem;
  padding: 2px 4px 0 28px;
}
.checkbox .indicator::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #777777;
  border-radius: 5px;
  background-color: #ffffff;
}
.checkbox .indicator::after {
  display: none;
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  width: 20px;
  transform: rotate(40deg);
  border-bottom: 6px solid #0d6efd;
  border-right: 6px solid #0d6efd;
}
.checkbox .indicator.font-xs {
  padding: 4px 0 0 24px;
}
.checkbox input[type='checkbox']:focus ~ .indicator::before {
  border-color: #0d6efd;
  box-shadow: 0px 0px 2px 0px var(--accent_color, #0d6efd);
}
.checkbox input[type='checkbox']:checked:focus ~ .indicator::before {
  border-color: #0d6efd;
  box-shadow: 0px 0px 2px 0px var(--accent_color, #0d6efd);
}
.checkbox input[type='checkbox']:checked ~ .indicator {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0d6efd;
}
.checkbox input[type='checkbox']:checked ~ .indicator::after {
  display: block;
}
.checkbox input[type='checkbox'].readonly ~ .indicator {
  color: #777777;
  pointer-events: none;
}
.checkbox input[type='checkbox'].readonly ~ .indicator::before {
  background: #eeeeee;
}
.checkbox input[type='checkbox'].readonly ~ .indicator::after {
  border-color: #777777;
}
.checkbox input[type='checkbox'].alert-danger + .indicator {
  background: #f8d7da;
}
.checkbox input[type='checkbox'].readonly.alert-danger + .indicator {
  background: transparent;
}

/* // radio // */
.radio {
  position: relative;
  margin-bottom: 0;
  padding-top: 0.8rem;
  padding-bottom: 0.4rem;
  font-weight: normal;
  display: inline-block;
  min-height: 3rem;
  cursor: pointer;
}
.radio input[type='radio'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.radio .indicator {
  position: relative;
  margin-right: 1rem;
  padding: 2px 4px 0 28px;
}
.radio .indicator::before {
  display: block;
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #777777;
  border-radius: 50%;
  background-color: #ffffff;
}
.radio .indicator::after {
  display: none;
  content: '';
  position: absolute;
  top: 4px;
  left: 2px;
  height: 20px;
  width: 20px;
  background: #0d6efd;
  border-radius: 50%;
}
.radio .indicator i {
  vertical-align: top;
}
.radio input[type='radio']:focus ~ .indicator::before {
  border-color: #0d6efd;
  box-shadow: 0px 0px 2px 0px var(--accent_color, #0d6efd);
}
.radio input[type='radio']:checked:focus ~ .indicator::before {
  border-color: #0d6efd;
  box-shadow: 0px 0px 2px 0px var(--accent_color, #0d6efd);
}
.radio input[type='radio']:checked ~ .indicator {
  font-weight: bold;
  text-decoration: underline;
  text-decoration-color: #0d6efd;
}
.radio input[type='radio']:checked ~ .indicator::after {
  display: block;
}
.radio input[type='radio'].readonly ~ .indicator {
  color: #777777;
  pointer-events: none;
}
.radio input[type='radio'].readonly ~ .indicator::before {
  background: #eeeeee;
}
.radio input[type='radio'].readonly ~ .indicator::after {
  background: #808080;
}
.radio input[type='radio'].alert-danger + .indicator {
  background: #f8d7da;
}
.radio input[type='radio'].readonly.alert-danger + .indicator {
  background: transparent;
}

/* // file //
.file {
  padding: 0;
  margin: 0;
}
.file input[type='file'] {
  cursor: pointer;
  display: none;
}
.file label {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #17a2b8;
}
.file label:focus,
.file label:hover {
  background-color: #17a2b8;
  color: #ffffff;
  border-color: #17a2b8;
}
.file label.changed {
  background-color: #17a2b8;
  color: #ffffff;
  border-color: #17a2b8;
}
.file > input[type='file'].readonly + label,
.file > input[type='file'].disabled + label {
  background-color: #ffffff;
  color: #777777;
  border-color: #e0e0e0;
}
.file img {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.file .filename {
  padding-left: 0.8rem;
  padding-right: 1rem;
  display: inline-block;
} */

/* error style */
/* input[type='text']:required,
input[type='tel']:required,
input[type='email']:invalid,
input[type='number']:invalid,
textarea:required {
  color: #202020;
  border-color: #e0e0e0;
  background-color: #f8d7da;
  box-shadow: none;
}
input[type='text']:required:focus,
input[type='tel']:required:focus,
input[type='email']:invalid:focus,
input[type='number']:invalid:focus,
textarea:required:focus {
  border-color: #0095d9;
  box-shadow: 0px 0px 2px 0px var(--accent_color, #0095d9);
}

.bg_disabled {
  background-color: #e9ecef;
  opacity: 1;
} */



/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // button // */
/* //                                                                         */
/* // btn-none // */
.btn-border {
  border: 1px solid #999999;
  border-radius: 0.3rem;
  padding: 0.4rem 0.5rem 0.4rem 0.5rem;
}
.btn-none {
  border: none;
  background-color: transparent;
  box-shadow: none;
}
.btn-none::selection,
.btn-none:focus,
.btn.focus {
  box-shadow: none;
  text-decoration: underline;
}



/* ////////////////////////////////////////////////////////////////////////// */
/* //                                                                         */
/* // table // */
/* //                                                                         */
.table {
  background-color: #ffffff;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(135, 206, 250, 0.01);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(255, 250, 205, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(255, 250, 205, 0.1);
}
.table .border {
  border: 1px solid #dee2e6;
}
.table thead {
  border-top: 1px solid #f0f0f0;
}
.table thead th {
  border-bottom: 2px solid #0095d9 !important;
}
.table .th,
.table .td {
  line-height: 1rem;
  padding: 0 0 0 1rem;
  overflow: hidden;
}
.table th,
.table td {
  padding-top: 1rem;
}

/* // table-grid // */
.table-grid thead,
.table-grid tbody,
.table-grid th,
.table-grid td {
  margin: 0;
  padding: 0;
  border: none !important;
}

.table-grid .th,
.table-grid .td {
  line-height: 1;
  margin: 0;
  padding: 0.75rem;
  overflow: hidden;
}
.table-grid .th {
  color: #ffffff;
  background: #0095d9;
  font-weight: bold;
}
.table-grid .row {
  margin: 0;
}
.table-grid .th {
  border-top: 1px solid hsl(0, 0%, 100%);
  border-right: 1px solid #ffffff;
}
.table-grid .td {
  border-right: 1px solid #0095d9;
  border-bottom: 1px solid #0095d9;
}
.table-grid tbody {
  border-left: 1px solid #0095d9 !important;
}

.table-grid .end-th {
  border-right-color: #0095d9;
}
.table-grid .end-th-sm {
  border-right: 1px solid #0095d9;
}
.table-grid .end-th-md {
  border-right: 1px solid #0095d9;
}
.table-grid .end-th-lg {
  border-right: 1px solid #0095d9;
}
.table-grid .end-th-xl {
  border-right: 1px solid #0095d9;
}
@media (min-width: 576px) {
  .table-grid .end-th {
    border-right-color: #ffffff;
  }
  .table-grid .end-th-sm {
    border-right: 1px solid #0095d9;
  }
  .table-grid .end-th-md {
    border-right: 1px solid #0095d9;
  }
  .table-grid .end-th-lg {
    border-right: 1px solid #0095d9;
  }
  .table-grid .end-th-xl {
    border-right: 1px solid #0095d9;
  }
}
@media (min-width: 768px) {
  .table-grid .end-th {
    border-right-color: #ffffff;
  }
  .table-grid .end-th-sm {
    border-right: 1px solid #ffffff;
  }
  .table-grid .end-th-md {
    border-right: 1px solid #0095d9;
  }
  .table-grid .end-th-lg {
    border-right: 1px solid #0095d9;
  }
  .table-grid .end-th-xl {
    border-right: 1px solid #0095d9;
  }
}
@media (min-width: 992px) {
  .table-grid .end-th {
    border-right-color: #ffffff;
  }
  .table-grid .end-th-sm {
    border-right: 1px solid #ffffff;
  }
  .table-grid .end-th-md {
    border-right: 1px solid #ffffff;
  }
  .table-grid .end-th-lg {
    border-right: 1px solid #0095d9;
  }
  .table-grid .end-th-xl {
    border-right: 1px solid #0095d9;
  }
}
@media (min-width: 1200px) {
  .table-grid .end-th {
    border-right-color: #ffffff;
  }
  .table-grid .end-th-sm {
    border-right: 1px solid #ffffff;
  }
  .table-grid .end-th-md {
    border-right: 1px solid #ffffff;
  }
  .table-grid .end-th-lg {
    border-right: 1px solid #ffffff;
  }
  .table-grid .end-th-xl {
    border-right: 1px solid #0095d9;
  }
}

/* // table-fixed // */
.table-fixed {
  width: 100%;
  table-layout:auto;
  display: block;
  overflow-y: auto;
  border-collapse: collapse;
}
.table-fixed thead th {
  position: sticky;
  top: 0;
  z-index: 1000;
}
.table-fixed tbody th {
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-fixed tbody td {
  white-space:nowrap
}


::-webkit-scrollbar {
  background: #eeeeee;
}
::-webkit-scrollbar-button {
  background: eeeeee;
  height: 0;
}
::-webkit-scrollbar-thumb {
  background: #c0c0c0;
}
::-webkit-scrollbar-arrow-color {
  background: #eeeeee;
}


/* // sort-link // */
.sort-link {
  font-size: 80%;
  text-decoration: underline;
  cursor: pointer;
}
.sort-link-asc::before {
  color: #999999;
  content: '▲';
  padding: 0 4px 0 0;
}
.sort-link-desc::before {
  color: #999999;
  content: '▼';
  padding: 0 4px 0 0;
}


/* // table-bordered // */
.table-bordered {
  line-height: 1;
}
.table-bordered td {
  overflow: hidden;
}

/* // pagination // */
.page-link {
  color: #0095d9;
  border: 1px solid #0095d9;
}

.page-link:hover {
  color: #ffffff;
  background-color: #005caf;
  border-color: #005caf;
}
.page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 149, 217, 0.25);
}
.page-item.active .page-link {
  background-color: #0095d9;
  border-color: #0095d9;
}
.page-item.disabled .page-link {
  color: #6c757d;
  background-color: #dcdcdc;
  border-color: #6c757d;
}

.pagination-top {
  margin: 0.5rem 0 0 0;
}
