.cnt_sub_dct {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

.cnt_sub_box {
  width: 570px;
  margin: 0 auto;
  margin-bottom: 40px;
}

.cnt_sub_box_tl {
  width: 100%;
  font-size: 30px;
  margin-bottom: 20px;
}

.cnt_sub_box_txt {
  width: 100%;
}

.cnt_sub_pict {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}
.cnt_sub_pict img {
  width: 30%;
}

.cnt_sub_phi {
  width: 100%;
  box-sizing: border-box;
  font-size: 20px;
  padding-left: 28px;
}

.cnt_sub_phi_inner {
  width: 100%;
  box-sizing: border-box;
  padding-left: 25px;
  position: relative;
  margin-bottom: 15px;
}
.cnt_sub_phi_inner p {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.cnt_sub_phi_inner.big {
  font-size: 25px;
}
.cnt_sub_phi_inner.small {
  font-size: 16px;
  margin-bottom: 7px;
}

.cnt_sub_w100 {
  width: 100%;
  margin-bottom: 50px;
}

.tbl_div {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 20px;
}

.overview_tr {
  width: 100%;
  border-bottom: 1px solid #DDDDDD;
}

.overview_tbl {
  width: 100%;
  border: 1px solid #DDDDDD;
  border-collapse: collapse;
}

.overview_td1 {
  width: 150px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  background-color: #F5F5F5;
  box-sizing: border-box;
  font-family: Hiragino Kaku Gothic W6 JIS2004;
}

.overview_td2 {
  width: calc(100% - 150px);
  box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  padding-right: 25px;
}
.overview_td2.address {
  position: relative;
}

.hospital_map {
  position: absolute;
  bottom: -307px;
  right: 0;
}

.hospital_gmap {
  position: relative;
  overflow: hidden;
  height: 300px;
}
.hospital_gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.overview_td2_tl {
  width: 100%;
  box-sizing: border-box;
}

.overview_td2_subtl {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
}

.overview_td2_cnt {
  width: 100%;
  box-sizing: border-box;
  padding-left: 20px;
  color: #666666;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1240px) {
  .hospital_map {
    position: unset;
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  .cnt_sub_box {
    width: 100%;
  }

  .cnt_sub_phi {
    padding-left: 0;
    font-size: 17px;
  }

  .tbl_div {
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .overview_td1 {
    width: 105px;
  }

  .overview_td2 {
    width: calc(100% - 105px);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
