
.doctor img[src*="dummy-dr"] {
  visibility: hidden;
}
.subpage.recruit .lnav-rich .lnav-subttl a{
  text-decoration: none;
  pointer-events: none;
}
.subpage.recruit .lnav-rich .lnav-subttl a::after{
  display: none;
}
.subpage #contents{
  margin-bottom: 40px;
}

.img-wrap{
  position: relative;
}
.fig01{
  width: 33.3333%;
  position: absolute;
  bottom: 10%;
  left: 5%;
}
.fig02 {
  width: 33.3333%;
  position: absolute;
  bottom: 10%;
  right: 5%;
}
@media screen and (max-width: 560px) {
.fig01,.fig02 {
    width: 50%;
  }
}

