.houmon {
  max-width: 800px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .houmon {
    grid-template-columns: 1fr;
  }
}
.houmon .item02 {
  width: 100%;
  height: 380px;
}
@media screen and (max-width: 960px) {
  .houmon .item02 {
    height: 520px;
  }
}
.houmon .item02 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.houmon .item01 .md {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1em;
}
.houmon.wide {
  grid-template-columns: 1fr 420px;
}
@media screen and (max-width: 960px) {
  .houmon.wide {
    grid-template-columns: 1fr;
  }
}
.houmon.wide .item02 {
  height: 315px;
}

.hide_960 {
  display: inline-block;
}
@media screen and (max-width: 960px) {
  .hide_960 {
    display: none;
  }
}

.active_960 {
  display: none;
}
@media screen and (max-width: 960px) {
  .active_960 {
    display: inline-block;
  }
}

.sub_area {
  width: min(100%, 800px);
  margin: 30px auto 0;
}
.sub_area_title {
  box-sizing: border-box;
  font-size: 18px;
  line-height: 2;
  padding-left: 1em;
  font-weight: 700;
  border-left: 10px solid #4f73be;
  background: #fff;
}
.sub_area_contents {
  margin-top: 30px;
}
.sub_area_contents ul {
  display: grid;
  grid-template-columns: 1fr 320px;
  align-items: start;
  gap: 30px;
}
@media screen and (max-width: 960px) {
  .sub_area_contents ul {
    grid-template-columns: 1fr;
  }
}
.sub_area_contents ul li.item01 {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
}
.sub_area_contents ul li.item01 .box .box_md {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  border-bottom: 3px solid #e7bc71;
  padding-bottom: 3px;
  margin-bottom: 0.5em;
}
.sub_area_contents ul li.item02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.radiology_twin {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.radiology_twin div {
  width: 100%;
  aspect-ratio: 1/1;
}
.radiology_twin div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 960px) {
  .radiology_twin {
    grid-template-columns: 1fr;
  }
  .radiology_twin div {
    aspect-ratio: 1000/486;
  }
}/*# sourceMappingURL=update.css.map */