.re-medical__table {
  border-spacing: unset;
}
.re-medical__table th,
.re-medical__table td {
  padding: 20px 25px;
  border-bottom: 1px solid #C0C0C0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
.re-medical__table thead th:first-of-type,
.re-medical__table tbody th:first-of-type {
  padding-left: 23px;
  text-align: left;
  width: 148px;
}
.re-medical__table th.on,
.re-medical__table td.on {
  color: #A89660;
  font-weight: 600;
}
@media only screen and (max-width: 600px) {
  .re-medical__table {
    max-width: none !important;
    width: 100% !important;
    margin: 0 auto;
  }
  .re-medical__table th,
  .re-medical__table td {
    font-size: 13px;
    padding: 20px 0 !important;
  }
  .re-medical__table thead th:first-of-type,
  .re-medical__table tbody th:first-of-type {
    width: 83px;
  }
  .re-medical__table thead th:not(:first-of-type), 
  .re-medical__table td {
    width: 31px !important;
  }
  .re-medical__table thead th:last-of-type, 
  .re-medical__table td:last-of-type {
    width: 41px !important;
  }
}


/* ------------------------------
re-footer
------------------------------ */
.re-footer {
  padding-bottom: 60px;
}
.re-footer .re-footer__banner {
  position: relative;
  min-height: 295px;
  height: calc(295 / 1600 * 100vw);
  overflow: hidden;
}
.re-footer .re-in {
  margin-top: 49px;
  padding-top: 42px;
  border-top: 1px solid rgba(112, 112, 112, 0.22);
}
.re-footer .re-footer__banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.re-footer div {
  background: none;
  color: #2E2E2E;
  padding: 0;
}
.re-footer .sns ul {
  justify-content: center;
}
.re-footer .re-footer__logo {
  max-width: 293px;
  margin: 0 auto 42px;
}
.re-footer .sns {
  margin-top: 38px;
}
.re-footer .contact .opening {
  margin-top: 13.7px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 15px;
}
.re-footer .copy {
  margin-top: 74px;
  padding: 7.5px;
  background: #54A9D1;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 600px) {
  .re-footer {
    padding-bottom: 66px;
  }
  .re-footer .re-footer__banner {
    min-height: 101px;
    height: calc(101 / 375 * 100vw);
  }
  .re-footer .re-in {
    padding-top: 53px;
    margin: 43px 15px 0;
  }
  .re-footer .re-footer__logo {
    max-width: 233px;
  }
  .re-footer .contact .phone {
    font-size: 24px;
  }
  .re-footer .contact .opening {
    margin-top: 10px;
    font-size: 13px;
  }
  .re-footer .sns {
    margin: 35px auto 45px;
  }
  .re-footer .copy {
    margin-top: 45px;
    padding: 9.5px;
    font-size: 10px;
  }
}