
.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-top: 150px;
}
.wp_entry .news-list .category {
  width: 8em;
  margin-right: 2em;
}

@media screen and (max-width: 560px) {
  .wp_entry .h1-bg-img {
    background: url(../img/h1-bg-sp.jpg) no-repeat center center / cover;
  }
}
.is-hidden{
  display: none !important;
}