@charset "utf-8";

.btn-primary {
  background-color: #00479d !important;
  border-color: #00479d !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #003b80 !important;
  border-color: #003b80 !important;
  box-shadow: none !important;
}

.cmp-site .cmp a {
  color: #0645ad;
  text-decoration: underline;
}
.cmp-site .cmp a:hover {
  color: #0b0080;
  text-decoration: none;
}

.cmp-site table th {
  font-weight: 700;
}

.cmp-site input[type="checkbox"],
.cmp-site input[type="radio"] {
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  background-color: transparent;
  border: none;
  padding: 0;
}

.cmp-site .inquiryform input,
.cmp-site .inquiryform textarea,
.cmp-site .inquiryform select,
.cmp-site .inquiryform button {
  font: inherit;
}

.cmp-site .scroll-hint {
  display: none;
  font-size: 1.3rem;
  color: #666;
  margin: 0 0 8px;
}

@media screen and (max-width: 768px) {
  .cmp-site .scroll-hint {
    display: block;
  }
  .cmp-site .scroll_tbl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    background: #fff;
  }
}

.cmp-site.page-instrument-detail .price_table {
  border-collapse: collapse;
  width: 100%;
}

.cmp-site.page-instrument-detail .price_table th,
.cmp-site.page-instrument-detail .price_table td {
  padding: 18px 16px;
  line-height: 1.8;
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: none;
  border-right: none;
  vertical-align: top;
}

.cmp-site.page-instrument-detail .price_table th {
  font-weight: 700;
  background: #f5f7fa;
  color: #00479d; /* CMPカラー寄せ */
}

.cmp-site.page-instrument-detail .dl01 > div {
  margin: 0 0 12px;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  overflow: hidden;
}

.cmp-site.page-instrument-detail .dl01 dt {
  background: #e5ecf4;
  color: #00479d;
  font-weight: 700;
  padding: 12px 16px;
  border: none;
  font-size: 1.8rem;
}

.cmp-site.page-instrument-detail .dl01 dd {
  padding: 14px 16px;
  border: none;
  background: #fff;
  margin: 0;
}

@media screen and (max-width: 768px) {
  .cmp-site.page-instrument-detail .dl01 dt {
    font-size: 1.6rem;
    padding: 10px 12px;
  }
  .cmp-site.page-instrument-detail .dl01 dd {
    padding: 12px;
  }
}

.cmp-site .btn01--long {
  max-width: 420px;
  height: auto; /* 2行OK */
  padding: 12px 44px 12px 16px; /* 右側は矢印分 */
  box-sizing: border-box;
}

.cmp-site .btn01--long .btn01__text {
  display: block;
  text-align: center;
  line-height: 1.4;
  word-break: break-word;
}

.cmp-site .btn01--long::before {
  top: 50%;
  transform: translateY(-50%);
}

.cmp-site .tar {
  text-align: right;
}
.cmp-site .tac {
  text-align: center;
}
.cmp-site .tal {
  text-align: left;
}

.cmp-faq {
  font-size: 1.7rem;
}
.cmp-faq .cmp-catbtn {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 10px 14px;
  border: 1px solid #00479d;
  color: #00479d;
  background: #fff;
  border-radius: 999px;
}
.cmp-faq .cmp-catbtn.is-active {
  background: #00479d;
  color: #fff;
  border-color: #00479d;
}
.cmp-faq .accordion-button.cmp-faq-q {
  font-size: 1.8rem;
  font-weight: 700;
}
.cmp-faq .accordion-body.cmp-faq-a {
  font-size: 1.8rem;
  line-height: 1.8;
  background: #f8f9fb;
  border-top: 1px solid #e3e6ea;
}
.cmp-faq .cmp-pagination .page-link {
  font-size: 1.5rem;
  padding: 10px 14px;
}
.cmp-faq-search input.form-control {
  font-size: 1.6rem;
  padding: 10px 12px;
  max-width: 420px; /* ←広さ調整 */
}
.cmp-faq-search .btn {
  font-size: 1.5rem;
  padding: 10px 18px;
}
.cmp-faq-search {
  margin-bottom: 14px;
}

.pagination {
  list-style: none;
  padding-left: 0 !important;
  margin-left: 0 !important;
  font-size: 1.8rem;
}
.pagination .page-item {
  margin-left: 0;
  padding-left: 0;
}
.pagination .page-link {
  padding: 0.6rem 1rem;
}
.pagination .page-item::marker {
  content: "";
}

.staff_list td.job strong {
  font-weight: 700 !important;
}

.fw-bold {
  color: #00479d;
}
