@charset "UTF-8";
/*
    !!!不要な場合は消してください!!!

    calc + vwの公式
    font-size: calc(A + B * (100vw - C)/D);

    A・・・最小文字サイズ
    B・・・最大文字サイズ – 最小文字サイズ
    C・・・最小画面幅
    D・・・最大画面幅 – 最小画面幅

    適用すれば画面幅によって文字が大小します
*/
/** section copy **/
.js-header .pc .global-nav .nav-list:nth-child(8) a {
  color: #8fc31f;
  position: relative;
}
.js-header .pc .global-nav .nav-list:nth-child(8) a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #8fc31f;
  bottom: -6px;
  left: 0;
}

h3 {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 60px auto;
  font-size: 2.4rem;
  color: #8fc31f;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 24px;
  }
}
h3::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  width: 90%;
  height: 1px;
  background-color: #8fc31f;
}
@media screen and (max-width: 767px) {
  h3 {
    width: 90%;
    font-size: 1.8rem;
  }
}
h3 span {
  padding: 0 16px 0 0;
  background-color: #fff;
}

.btn {
  display: block;
  display: -ms-block;
  display: -webkit-block;
  display: -moz-block;
  width: 500px;
  padding: 20px;
  margin: 0 auto 30px;
  border: solid 1px #8fc31f;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .btn {
    width: 100%;
    max-width: 500px;
    font-size: 14px;
    padding: 10px;
  }
}
.btn:after {
  content: "";
  background: url(../img/patients/download.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: 0 0 3px 15px;
  vertical-align: bottom;
}

body {
  font-family: "Noto Serif JP", serif;
}

.sp-br {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

#consultation {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
#consultation .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #consultation .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
}
#consultation .container .img {
  width: 100%;
  max-width: 420px;
  height: auto;
}
@media screen and (max-width: 767px) {
  #consultation .container .img {
    max-width: 100%;
  }
}
#consultation .container .img img {
  border-radius: 20px;
}
#consultation .container .txt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}
#consultation .container .txt_box .title {
  font-size: 2rem;
  color: #8fc31f;
}
@media screen and (max-width: 767px) {
  #consultation .container .txt_box .title {
    font-size: 1.6rem;
    letter-spacing: -0.04em;
  }
}
#consultation .container .txt_box .txt {
  text-align: left;
}
#consultation .container .txt_box-cau {
  font-weight: bold;
}

.hp-inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hp-inner {
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
}
.hp-inner .catch ul {
  padding-bottom: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.hp-inner .catch ul li {
  font-size: 1em;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-left: 30px;
  margin-bottom: 10px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hp-inner .catch ul li {
    font-size: 14px;
    padding-left: 25px;
  }
}
.hp-inner .catch ul li:before {
  content: "";
  background: url(../img/common/icon-01.png) no-repeat center;
  background-size: cover;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 767px) {
  .hp-inner .catch ul li:before {
    width: 15px;
    height: 15px;
  }
}

.catch p {
  font-size: 1.625em;
  color: #8fc31f;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .catch p {
    font-size: 18px;
    margin-bottom: 30px;
  }
}

/** section recovery **/
.subject-name {
  font-size: 22px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .subject-name {
    font-size: 18px;
  }
}
.subject table {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.subject table tr th {
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  vertical-align: middle;
  padding: 10px 4px;
  background: #8fc31f;
}
@media screen and (max-width: 767px) {
  .subject table tr th {
    padding: 12px;
  }
}
.subject table tr td {
  text-align: center;
  border: 1px solid #8fc31f;
  vertical-align: middle;
  padding: 10px 4px;
}
@media screen and (max-width: 767px) {
  .subject table tr td {
    padding: 12px;
  }
}
.subject table tr td:first-of-type {
  width: 60%;
  text-align: left;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .subject table tr td:first-of-type {
    width: 64%;
    text-align: justify;
    padding: 12px;
  }
}
.subject .attention {
  text-align: right;
  color: #898989;
  margin: 0 0 50px;
}

#h_flow .inner {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 767px) {
  #h_flow .inner {
    width: 90%;
  }
}
#h_flow .inner .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 24px;
  padding: 0 0 40px 0;
}
@media screen and (max-width: 767px) {
  #h_flow .inner .item {
    gap: 0 16px;
  }
}
#h_flow .inner .item:last-child {
  padding-bottom: 0;
}
#h_flow .inner .item:last-child .box::after {
  content: "";
  display: none;
}
#h_flow .inner .item .box {
  position: relative;
  width: 120px;
  height: 120px;
  border: 1px solid #8fc31f;
  border-radius: 50%;
  color: #8fc31f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  #h_flow .inner .item .box {
    width: 80px;
    height: 80px;
  }
}
#h_flow .inner .item .box::after {
  content: "";
  position: absolute;
  bottom: -100%;
  width: 1px;
  height: 100%;
  background-color: #8fc31f;
}
@media screen and (max-width: 767px) {
  #h_flow .inner .item .box::after {
    bottom: -200%;
    height: 200%;
  }
}
#h_flow .inner .item .box .step {
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #h_flow .inner .item .box .step {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  #h_flow .inner .item .box .txt {
    font-size: 1.2rem;
    text-align: center;
    line-height: 1.4;
  }
}
#h_flow .inner .body_txt {
  width: 72%;
  margin-top: 24px;
}

.needs ul {
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (max-width: 767px) {
  .needs ul {
    width: 100%;
  }
}
.needs li {
  margin-left: 20px;
  position: relative;
}
.needs li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: -16px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #8fc31f;
}
.needs li .attention {
  margin-left: 8px;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
}
.needs li .attention.mini {
  margin: 0;
  font-size: 1.2rem;
}
.needs .kome {
  font-size: 1.4rem;
  width: 100%;
  max-width: 760px;
  margin: 20px auto 0 auto;
  color: #898989;
}
@media screen and (max-width: 767px) {
  .needs .kome {
    width: 90%;
  }
}

.reservation_lists-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-align: center;
  border: solid 1px #93C434;
}
.reservation_lists-item:nth-child(1) {
  margin: 0 0 50px;
}
.reservation_lists-item-ttl {
  width: 30%;
  background: #e9f3d6;
  color: #93C434;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .reservation_lists-item-ttl {
    font-size: 2rem;
  }
}
@media screen and (max-width: 555px) {
  .reservation_lists-item-ttl {
    width: 100%;
    padding: 20px 0;
  }
}
.reservation_lists-item-link {
  width: 70%;
  padding: 30px;
}
@media screen and (max-width: 555px) {
  .reservation_lists-item-link {
    width: 100%;
    padding: 20px;
  }
}
.reservation_lists-item-link a {
  display: block;
  margin: 10px 0;
}
@media screen and (max-width: 555px) {
  .reservation_lists-item-link a {
    margin: 0 0 10px;
  }
}
.reservation_lists-item-link a img {
  max-width: 630px;
  width: 100%;
}
.reservation_lists-item-link p {
  color: #93C434;
  line-height: 1;
}
@media screen and (max-width: 555px) {
  .reservation_lists-item-link p {
    margin: 0 0 10px;
  }
}
.reservation_lists-item-link-txt {
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .reservation_lists-item-link-txt {
    font-size: 16px;
  }
}
.reservation_lists-item-link-tel {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .reservation_lists-item-link-tel {
    font-size: 3rem;
  }
}/*# sourceMappingURL=health-check.css.map */