@charset "utf-8";

/* 「お問い合わせ・申込フォーム」
---------------------------------------------------*/
.corporateApplyBl {
  padding: 53px 0 120px;
}

.corporateApplyBl.contactBl form {
  margin-top: 0;
}

.corporateApply_label {
  background: #00aaaa;
  border-radius: 5px;
  color: #fff;
  display: block;
  margin-top: 70px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .1);
  cursor: pointer;
  transition: all .5s;
  border: 1px solid #dadada;
  font-size: 1.5rem;
  line-height: 1.93;
  text-indent: -2.8em;
  padding: 2.19em 1em 2.19em 5em;
}

.corporateApply_label:hover {
  opacity: 0.7;
}

.corporateApply_label input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  width: 27px;
  height: 27px;
  border: 1px solid #00aaaa;
  vertical-align: -10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  border-radius: 5px;
  margin-right: 12px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .1);
}

.corporateApply_label input[type="checkbox"]:checked:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 8.5px;
  transform: rotate(45deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #00aaaa;
  border-bottom: 2px solid #00aaaa;
}

.corporateApply_label input[type="checkbox"]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

.contactBl form dl dd p {
  font-size: 1.5rem;
  letter-spacing: 0;
}

.corporateApplyBl .scrollable-wrapper {
  white-space: inherit;
  margin-top: 40px;
}

.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  z-index: 1;
}

.scroll-hint-icon-wrap {
  top: 49.4%;
  height: inherit !important;
}

.corporateApply_table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #9a9a9a;
  table-layout: fixed;
}

.corporateApply_table th,
.corporateApply_table td {
  border: 1px solid #bfbfbf;
  vertical-align: middle;
}

.corporateApply_table th {
  font-size: 1.6rem;
  letter-spacing: .1em;
  text-align: center;
  background-color: #f6f6f6;
  box-sizing: border-box;
  padding: 21px 5px;
}

.corporateApply_table th:nth-child(1) {
  width: 157px;
}

.corporateApply_table th:nth-child(2) {
  width: 217px;
}

.corporateApply_table th:nth-child(3),
.corporateApply_table th:nth-child(7) {
  width: 95px;
}

.corporateApply_table th:nth-child(4),
.corporateApply_table th:nth-child(5),
.corporateApply_table th:nth-child(6),
.corporateApply_table th:nth-child(9),
.corporateApply_table th:nth-child(10) {
  width: 125px;
}

.corporateApply_table th:nth-child(8) {
  width: 100px;
}

.corporateApply_table th small {
  font-weight: normal;
  font-size: 1.4rem;
}

.corporateApply_table td {
  font-size: 1.4rem;
  font-weight: 400;
  padding: 18.3px 21px;
  line-height: 1.4;
}

.corporateApply_table tr:nth-child(1) th:nth-child(n+2) {
  background: linear-gradient(180deg, rgba(226, 243, 244, 1) 0%, rgba(211, 237, 237, 1) 100%);
  font-weight: 500;
}

.corporateApply_table tr:nth-child(1) th:nth-child(n+2) label {
  cursor: pointer;
  transition: all .5s;
}

.corporateApply_table tr:nth-child(1) th:nth-child(n+2) label:hover {
  opacity: 0.7;
}

.corporateApply_table tr:nth-child(1) th:nth-child(n+2) input[type="checkbox"] {
  display: block;
  margin: 4px auto 0;
}

.corporateApply_table td .btn-txtlink.btn-center {
  letter-spacing: 0;
  display: block;
  padding: 0 17px 4px 7px;
  width: fit-content;
  box-sizing: border-box;
  top: 2px;
}

.corporateApply_table .img-check {
  width: 15px;
  margin: 0 1px;
  position: relative;
  top: -1.5px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, .1);
}

/* セルの非表示 */
.hide-cell {
  display: none;
}

/* グレーアウト状態 */
.grayout {
  opacity: 0.4;
  pointer-events: none;
  /* チェックできなくする */
  background: #ececec;
  /* キーボードフォーカスを物理的に当てられなくする */
  /* visibility: collapse; */
}

.grayout-forced {
  opacity: 0.4;
  pointer-events: none;
  /* チェックできなくする */
  background: #ececec;
}

/* アコーディオンのスタイル */
#accordion {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

/* 子チェックボックスは最初は非表示 */
.child-checkbox {
  display: none;
}

/* 有効化されたときに表示 */
.child-checkbox.enabled {
  display: inline-block;
}

span.wpcf7-list-item-label {
  display: none;
}

.corporateApply_table .taL {
  text-align: left !important;
}

.corporateApply_table .bg-white {
  background: #fff;
}

.corporateApply_table .bb-lightgray {
  border-bottom: 1px solid #f2f2f2;
}

.corporateApply_table .bb-gray {
  border-bottom: 1px solid #bfbfbf !important;
}

.corporateApply_table tbody td:nth-child(n+2) {
  text-align: center;
}

#accordion>div>table>tr:nth-child(1)>td:nth-child(2),
#accordion>div>table>tr:nth-child(4)>td:nth-child(2) {
  text-align: left;
}

.contactBl form .requestinfo-dl .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 11px;
}

.contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(3n+1) {
  width: 29%;
  margin-right: 3%;
}

.contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(3n+2) {
  width: 32%;
  margin-right: 3%;
}

.contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(3n+3) {
  width: 33%;
}

.contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(n+4) {
  margin-top: 17px;
}

.contactBl form #accordion>dl:nth-child(4) .wpcf7-radio {
  display: flex;
  flex-wrap: wrap;
}

.contactBl form #accordion>dl:nth-child(4) .wpcf7-radio .wpcf7-list-item {
  width: 22%;
  margin-right: 1%;
}

.contactBl form #accordion>dl:nth-child(4) .wpcf7-radio .wpcf7-list-item:nth-child(n+5) {
  margin-top: 17px;
}

.contactBl .corporateApply_table input[type="checkbox"] {
  margin-right: 0;
}

.txt-normal-m.corporateApply_chuki {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 23px;
  padding-bottom: 63px;
  position: relative;
}

.txt-normal-m.corporateApply_chuki::after {
  content: '';
  display: block;
  width: 121%;
  height: 1px;
  background: linear-gradient(90deg, rgba(176, 176, 176, 1) 0%, rgba(219, 218, 218, 1) 50%, rgba(255, 255, 255, 1) 90%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.corporateApply_last-text {
  text-align: center;
  margin-top: 65px;
}

.wpcf7-list-item-label {
  display: inline-block;
  position: relative;
  padding: 0 0 0 1.5em;
  cursor: pointer;
}

.contactBl .corporateApply_table tbody input[type="checkbox"] {
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.contactBl .corporateApply_table tbody input[type="checkbox"]:checked:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 3.5px;
  transform: translateY(-50%);
  background: #00aaaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  box-sizing: border-box;
  border: none;
}

.contactBl .corporateApply_table tbody td.grayout input[type="checkbox"],
.contactBl .corporateApply_table tbody td.grayout-forced input[type="checkbox"] {
  border: 1px solid #bfbfbf;
}

.sticky01,
.sticky02 {
  position: sticky;
  top: 0;
  z-index: 1;
}

.sticky01 {
  left: 1px;
}

.sticky02 {
  left: 158px;
}

.sticky01::before,
.sticky02::before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 100%;
  height: 100%;
  border-left: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  z-index: -1;
}

.contactBl .patients-num-dl input[type="checkbox"] {
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.contactBl .patients-num-dl input[type="checkbox"]:checked:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 3.5px;
  transform: translateY(-50%);
  background: #00aaaa;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  box-sizing: border-box;
  border: none;
}

.contactBl .patients-num-dl .wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
}

.contactBl .patients-num-dl span.wpcf7-list-item {
  width: 22%;
  margin-right: 3%;
}

.contactBl .patients-num-dl span.wpcf7-list-item:nth-child(n+5) {
  margin-top: 17px;
}


@media screen and (max-width: 1000px) {

  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(3n+1),
  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(3n+2),
  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(3n+3) {
    width: auto;
    margin-right: 0;
  }

  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(2n+1) {
    width: 48%;
    margin-right: 4%;
  }

  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(2n+2) {
    width: 48%;
  }

  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(n+3) {
    margin-top: 17px;
  }

  .contactBl form #accordion>dl:nth-child(4) .wpcf7-radio .wpcf7-list-item {
    width: 30%;
    margin-right: 1%;
  }

  .contactBl form #accordion>dl:nth-child(4) .wpcf7-radio .wpcf7-list-item:nth-child(n+4),
  .contactBl .patients-num-dl span.wpcf7-list-item:nth-child(n+3) {
    margin-top: 17px;
  }

  .contactBl .patients-num-dl span.wpcf7-list-item {
    width: 48%;
    margin-right: 2%;
  }

  .contactBl .patients-num-dl span.wpcf7-list-item:nth-child(2n+2) {
    margin-right: 0;
  }

}


@media screen and (max-width: 767px) {
  .corporateApplyBl {
    padding: 22px 0 67px;
  }

  .corporateApplyBl.contactBl form {
    margin: 40px 0 0 0;
  }

  .contactBl form dl dd p {
    font-size: 1.4rem;
  }

  .corporateApplyBl .scrollable-wrapper {
    margin-top: 27px;
  }

  .corporateApply_table th,
  .corporateApply_table td {
    font-size: 1.1rem;
    padding: 10px 5px;
    word-break: inherit;
  }

  .corporateApply_table th:nth-child(1) {
    width: 86px;
  }

  .corporateApply_table th:nth-child(2) {
    width: 80px;
  }

  .corporateApply_table th:nth-child(3),
  .corporateApply_table th:nth-child(7) {
    width: 60px;
  }

  .corporateApply_table th:nth-child(4),
  .corporateApply_table th:nth-child(5),
  .corporateApply_table th:nth-child(6),
  .corporateApply_table th:nth-child(9),
  .corporateApply_table th:nth-child(10) {
    width: 90px;
  }

  .corporateApply_table th:nth-child(8) {
    width: 65px;
  }

  .corporateApply_table tr:nth-child(1) th:nth-child(n+2) label:hover {
    opacity: 1;
  }

  .corporateApply_table .taL {
    text-align: center !important;
  }

  .corporateApply_table th small {
    font-size: 1.15rem;
  }

  .corporateApply_table .img-check {
    width: 12px;
    margin: 0 3px;
  }

  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(2n+1) {
    width: 49%;
    margin-right: 2%;
  }

  .contactBl form .requestinfo-dl .wpcf7-list-item:nth-child(2n+2) {
    width: 49%;
  }

  .contactBl input[type="checkbox"]+.wpcf7-list-item-label {
    font-size: 1.3rem;
    letter-spacing: 0;
    text-align: left;
    top: -2px;
  }

  .corporateApply_label {
    margin-top: 50px;
    font-size: 1.4rem;
    line-height: 1.93;
    text-indent: -35px;
    padding: 20px 20px 20px 50px;
  }

  .corporateApply_label:hover {
    opacity: 1;
  }

  .corporateApply_label input[type="checkbox"] {
    width: 24px;
    height: 24px;
    vertical-align: -8px;
    margin-right: 6px;
  }

  .corporateApply_label input[type="checkbox"]:checked:before {
    top: 2px;
    left: 7px;
  }

  .corporateApply_last-text {
    text-align: left;
    margin-top: 40px;
  }

  .sticky01 {
    left: 0;
  }

  .sticky02 {
    left: 86px;
  }

  .txt-normal-m.corporateApply_chuki {
    margin-top: 16px;
    padding-bottom: 23px;
    margin-bottom: 20px;
  }
}


@media screen and (max-width: 350px) {
  .contactBl input[type="checkbox"]+.wpcf7-list-item-label {
    font-size: 1.1rem;
  }

}