@charset "utf-8";

/* Bootstrap 4 Table CSS */
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}

.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}

.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table th {
  background-color: #f8f9fa;
  color: #333;
  font-weight: 600;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Additional Utilities */
.d-inline-block {
  display: inline-block !important;
}

.group {
  margin-bottom: 0.5rem;
}

.small {
  font-size: 80%;
  font-weight: 400;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.w-auto {
  width: auto !important;
}

.table {
  min-width: 50%;
}

.table thead tr th {
  text-align: center !important;
  vertical-align: middle !important;
  line-height: 1.45 !important;
  white-space: nowrap !important;
  vertical-align: middle !important;
  font-weight: 600;
}

.table tbody tr td {
  text-align: center;
  padding-left: 1rem;
  padding-right: 1rem;
  vertical-align: middle;
  line-height: 1.45;
}

.table tbody tr td:first-child {
  text-align: left;
}

p.price-note {
  padding-top: 3px;
  font-size: 90% !important;
  line-height: 1.45 !important;
  padding-left: 0.9rem !important;
  text-indent: -0.9rem !important;
  margin-bottom: 45px !important;
}

small {
  font-size: 80% !important;
  line-height: 1.65 !important;
}

.tokusyo-link {
  text-align: center;
  font-size: 90%;
  margin: 5px 0 !important;
}

.d-inline-block {
  display: inline-block !important;
}

.mr-1 {
  margin-right: 0.25rem !important;
}


.btn_a a {
    max-width: initial !important;
}

.btn_a a:hover::before {
    height: 750% !important;
}