@charset "utf-8";

/* 共通テーブル
---------------------------------------------------*/
.corporateCommonBl {
  padding: 53px 0 0;
}

.corporateCommonBl .second-tit {
  padding-left: 39px;
}

.corporateCommonBl .second-tit::before {
  width: 23px;
  height: 27px;
  background: url(../img/common/icn_plan_green.svg) no-repeat center / contain;
  top: 9px;
}

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

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

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

.corporateCommon_table th,
.corporateCommon_table td {
  font-size: 1.4rem;
  line-height: 1.75;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  word-break: keep-all;
}

.corporateCommon_table th {
  background-color: #ececec;
  text-align: center;
  font-weight: 500;
  box-sizing: border-box;
  padding: 16px 5px;
}

.corporateCommon_table th:nth-child(1) {
  width: 18.5%;
}

.corporateCommon_table th:nth-child(2) {
  width: 81.5%;
}

.corporateCommon_table td {
  font-weight: 400;
  padding: 16px 28px;
  letter-spacing: .05em;
  background-color: #fff;
}

.corporateCommon_table td .btn-txtlink {
  margin: 0 0 0 20px;
  display: inline-block;
}

.corporateCommon_table td .txt-link.pdf.arrow {
  margin: 0 0 0 26px;
}


@media screen and (max-width: 767px) {
  .corporateCommonBl {
    padding: 19px 0 23px;
  }

  .corporateCommonBl .inner790,
  .corporateCommonBl .inner860,
  .corporateCommonBl .inner970 {
    padding: 0;
  }

  .corporateCommonBl .second-tit {
    padding-left: 30px;
    letter-spacing: 0;
  }

  .corporateCommonBl .second-tit::before {
    width: 15px;
    height: 20px;
    top: 6px;
  }

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

  .scroll-hint-icon-wrap {
    height: 100% !important;
  }

  .corporateCommon_table {
    width: 700px;
    margin-top: 0;
  }

  .corporateCommon_table th,
  .corporateCommon_table td {
    font-size: 1.2rem;
    padding: 10px 10px;
    word-break: inherit;
  }

  .corporateCommon_table th:nth-child(1),
  .corporateCommon_table th:nth-child(2) {
    width: 20%;
  }

}


/* 「企業・団体向けコース 一覧表」
---------------------------------------------------*/
.corporateCourseBl {
  padding: 121px 0 0;
}

.corporateCourseBl .second-tit {
  padding-left: 39px;
}

.corporateCourseBl .second-tit::before {
  width: 23px;
  height: 27px;
  background: url(../img/common/icn_plan_green.svg) no-repeat center / contain;
  top: 9px;
}

.corporateCourseBl .txt-normal-m {
  margin-top: 56px;
  letter-spacing: .03em;
}

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

.corporateCourse_table th,
.corporateCourse_table td {
  font-size: 1.4rem;
  line-height: 1.75;
  text-align: center;
  border: 1px solid #bfbfbf;
  vertical-align: middle;
  padding: 16px 5px;
  word-break: keep-all;
}

.corporateCourse_table th {
  background-color: #ececec;
  font-weight: 500;
  box-sizing: border-box;
}

.corporateCourse_table th:nth-child(1) {
  width: 4%;
}

.corporateCourse_table th:nth-child(2) {
  width: 37%;
}

.corporateCourse_table th:nth-child(3) {
  width: 31%;
}

.corporateCourse_table th:nth-child(4) {
  width: 28%;
}

.corporateCourse_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%);
}

.corporateCourse_table tr:nth-child(1) th:nth-child(1),
.corporateCourse_table td:nth-child(1) {
  background-color: #ececec;
}

.corporateCourse_table td {
  font-weight: 400;
}

.corporateCourse_table td:nth-child(n+2) {
  text-align: left;
  padding: 16px 13px;
}

.corporateCourse_table td:nth-child(1) {
  font-weight: 500;
}

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

.corporateCourse_table td .btn-txtlink::after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  transform: rotate(90deg);
}

.corporateCourse_notes {
  padding: 86px 0 0;
}

.corporateCourse_notes .third-tit-left {
  margin-left: 66px;
}

.corporateCourseBl .corporateCourse_notes .txt-normal-m {
  margin-top: 45px;
}


@media screen and (max-width: 767px) {
  .corporateCourseBl {
    padding: 19px 0 23px;
  }

  .corporateCourseBl .inner790,
  .corporateCourseBl .inner860,
  .corporateCourseBl .inner970 {
    padding: 0;
  }

  .corporateCourseBl .second-tit {
    padding-left: 30px;
    letter-spacing: 0;
  }

  .corporateCourseBl .second-tit::before {
    width: 15px;
    height: 20px;
    top: 6px;
  }

  .corporateCourseBl .txt-normal-m {
    margin-top: 14px;
  }

  .corporateCourse_table {
    width: 810px;
  }

  .corporateCourse_table th,
  .corporateCourse_table td,
  .corporateCourse_table td:nth-child(n+2) {
    font-size: 1.2rem;
    padding: 10px 5px;
    word-break: inherit;
  }

  .corporateCourse_notes {
    padding: 45px 0 0;
  }

  .corporateCourse_notes .third-tit-left {
    margin-left: 0;
  }

  .corporateCourseBl .corporateCourse_notes .txt-normal-m {
    margin-top: 20px;
  }
}


/* 「日帰り人間ドック」エリア
---------------------------------------------------*/


/* 「生活習慣病健診・協会けんぽ健診」エリア
---------------------------------------------------*/


/* 「各種健康診断」エリア
---------------------------------------------------*/
.corporateVariousBl .corporateCommon_table {
  width: 100%;
  box-sizing: border-box;
  border-collapse: collapse;
  border: 1px solid #9a9a9a;
  table-layout: fixed;
  margin-top: 1px;
}


@media screen and (max-width: 767px) {
  .corporateVariousBl .corporateCommon_table {
    width: 700px;
  }
}


/* 「特定保健指導」エリア
---------------------------------------------------*/
.corporateGuideBl {
  padding: 53px 0 110px;
}

.corporateGuideBl .second-tit {
  padding-left: 49px;
}

.corporateGuideBl .second-tit::before {
  width: 30px;
  height: 37px;
  background: url(../img/common/icn_doctor_green.svg) no-repeat center / contain;
  top: 3px;
}

.corporateGuideBl .txt-normal-m {
  margin-top: 56px;
  letter-spacing: 0;
}

.corporateGuide_notes {
  padding: 91px 0 0;
}

.corporateGuide_notes .third-tit-left {
  margin-left: 66px;
}

.corporateGuideBl .corporateGuide_notes .txt-normal-m {
  margin-top: 45px;
}


@media screen and (max-width: 767px) {
  .corporateGuideBl {
    padding: 19px 0 45px;
  }

  .corporateGuideBl .inner790,
  .corporateGuideBl .inner860,
  .corporateGuideBl .inner970 {
    padding: 0;
  }

  .corporateGuideBl .second-tit {
    padding-left: 30px;
    letter-spacing: 0;
  }

  .corporateGuideBl .second-tit::before {
    width: 15px;
    height: 20px;
    top: 6px;
  }

  .corporateGuideBl .txt-normal-m {
    margin-top: 14px;
  }

  .corporateGuide_notes {
    padding: 45px 0 0;
  }

  .corporateGuide_notes .third-tit-left {
    margin-left: 0;
  }

  .corporateGuideBl .corporateGuide_notes .txt-normal-m {
    margin-top: 20px;
  }
}


/* 「お問い合わせ・申込はこちら」ボタンエリア
---------------------------------------------------*/
.corporateEtcBl {
  margin-top: -22px;
  padding: 110px 0 150px;
  background: url(../img/common/bg_lightgreen_4.jpg) no-repeat top center / cover;
  position: relative;
}

.corporateBtn_catch {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: .2em;
  text-align: center;
  line-height: 1.5;
  position: relative;
  margin-bottom: .4em;
}

.corporateEtcBl .btn_big,
.corporateEtcBl .btn_big:visited,
.corporateEtcBl .btn_big:link {
  font-size: 2.4rem;
}


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

  .corporateEtcBl .btn_big,
  .corporateEtcBl .btn_big:visited,
  .corporateEtcBl .btn_big:link {
    font-size: 1.6rem;
  }

  .corporateBtn_catch {
    font-size: 1.3rem;
  }
}