#subpage .wide_content .text {
  width: 100%;
  overflow: hidden;
  display: grid;
  grid-template-columns: 130px 1fr;
  grid-template-rows: auto 1fr;
}
#subpage .wide_content .text picture {
  grid-column: 1/2;
  grid-row: 1/3;
}
#subpage .wide_content .text h3 {
  grid-column: 2/3;
  grid-row: 1/2;
  color: #39a2d2;
}
#subpage .wide_content .text p {
  grid-column: 2/3;
  grid-row: 2/3;
  color: #39a2d2;
}
@media screen and (max-width: 768px) {
  #subpage .wide_content .text {
    margin-top: -40px;
    width: 100%;
    overflow: hidden;
    display: block;
    text-align: center;
  }
  #subpage .wide_content .text picture {
    display: block;
    margin-bottom: 16px;
  }
  #subpage .wide_content .text picture img {
    width: 18vw;
  }
  #subpage .wide_content .text h3 {
    text-align: center;
  }
}
#subpage .clinic_box {
  padding: 40px;
  border-radius: 50px;
  background: #fff;
  margin-bottom: 40px;
}
#subpage .clinic_box h4 {
  font-size: 2.8rem;
  padding-bottom: 30px;
  padding-left: 36px;
}
#subpage .clinic_box h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  width: 26px;
  height: 26px;
  background: #42b9d0;
  border-radius: 50%;
  opacity: 0.5;
}
#subpage .clinic_box h4 a:after {
  position: relative;
  top: -3px;
  font-size: 1.3rem;
}
#subpage .clinic_box h4 a:hover {
  color: #39a2d2;
}
#subpage .clinic_box figure {
  margin-bottom: 30px;
}
#subpage .clinic_box figure img {
  width: 100%;
  border-radius: 14px;
}
#subpage .clinic_box .table_type01.clinic {
  margin-bottom: 30px;
}
#subpage .clinic_box .table_type01.clinic tbody tr th {
  width: 280px;
}
#subpage .clinic_box .table_type01.clinic tbody tr td {
  text-align: justify;
  line-height: 1.5;
}
#subpage .clinic_box .table_type01.clinic tbody tr:nth-child(1) th {
  border-radius: 14px 0 0 0;
  border-top: 1px solid #42b9d0;
}
#subpage .clinic_box .table_type01.clinic tbody tr:nth-child(1) td {
  border-radius: 0 14px 0 0;
  border-top: 1px solid #42b9d0;
}
#subpage .clinic_box .table_type01.time {
  margin-bottom: 0;
}
#subpage .clinic_box .table_type01.time thead tr tr {
  font-size: 1.4rem;
}
#subpage .clinic_box .table_type01.time thead tr th:nth-child(1) {
  width: 280px;
}
#subpage .clinic_box .table_type01.time tbody tr th {
  font-size: 1.7rem;
  color: #040404;
}
#subpage .clinic_box .table_type01.time tbody tr th small {
  font-size: 1.2rem;
}
#subpage .clinic_box .table_type01.time tfoot tr td {
  color: #040404;
}
@media screen and (max-width: 768px) {
  #subpage .clinic_box {
    padding: 16px;
    border-radius: 30px;
    margin-bottom: 32px;
  }
  #subpage .clinic_box h4 {
    font-size: 1.8rem;
    padding-bottom: 16px;
    padding-left: 24px;
  }
  #subpage .clinic_box h4:before {
    top: 6px;
    width: 16px;
    height: 16px;
  }
  #subpage .clinic_box figure {
    margin-bottom: 16px;
  }
  #subpage .clinic_box figure img {
    width: 100%;
    height: 30vw;
    object-fit: cover;
    border-radius: 10px;
  }
  #subpage .clinic_box .table_type01.clinic {
    margin-bottom: 16px;
  }
  #subpage .clinic_box .table_type01.clinic tbody tr th {
    width: 130px;
    padding: 8px 0;
  }
  #subpage .clinic_box .table_type01.clinic tbody tr:nth-child(1) th {
    border-radius: 10px 0 0 0;
  }
  #subpage .clinic_box .table_type01.clinic tbody tr:nth-child(1) td {
    border-radius: 0 10px 0 0;
  }
  #subpage .clinic_box .table_type01.time thead tr tr {
    font-size: 1rem;
  }
  #subpage .clinic_box .table_type01.time thead tr th:nth-child(1) {
    width: 130px;
  }
  #subpage .clinic_box .table_type01.time tbody tr th {
    font-size: 1.3rem;
    color: #040404;
  }
  #subpage .clinic_box .table_type01.time tbody tr th small {
    display: block;
    font-size: 1rem;
  }
  #subpage .clinic_box .table_type01.time tfoot tr td {
    color: #040404;
  }
}

/*# sourceMappingURL=style.css.map */
