

.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;
}

.wp_entry p.f {
  font-size: 0.8em;
  line-height: 1.4;
  margin-top: 5px;
}

.text-red {
  color: red !important;
}

.flex>* {
  margin-bottom: 20px;
}

.wp_entry .section {
  margin: 0;
  padding: 50px;
  width: auto;
}

.wp_entry .h1-bg-img {
  margin: 0;
}

.subpage .container {
  border-radius: 15px;
}
.wp_entry .h1-bg-img {
  height: 150px;
}
.subpage .content-body{
  background-color: #fff;
  margin-top: 10px;
  border-radius: 15px;
  padding: 30px;
}
@media (width <= 560px) {
.subpage .content-body{
  padding: 10px;
}
.wp_entry .section{
  padding: 20px;
}
}
@media (width <= 960px) {
.subpage .mainimg {
  display: none;
}
}


.wp_entry .h1 {
  width: auto;
}

.wp_entry .content-body > *:first-child{
  margin-top: 0;
}

.lnav-rich:has(+ .breadcrumbs){
  margin-top: 0 !important;
}
.container > .lnav-rich {
  margin-top: 30px !important;
}
.lnav-rich ul li a{
  border-radius: 15px;
}

.container > .lnav-rich .lnav-subttl a {
  color: #fff;
}

.subpage .container #information {
  background-color: #fff;
  padding: 30px;
  border-radius: 15px;
}
.breadcrumbs,
.breadcrumbs a{
  color: #fff;
}

.gnav-search .search-form .search-form-submit{
  position: absolute;
  right:0;
  width: 40px;
  background-color: transparent;
  z-index: 1;
  cursor: pointer;
}
@media (width >=961px) {
  .gnav-primary-subpage {
    min-height: 437px;
  }
}

@media screen and (max-width: 768px) {
  .subpage #contents {
    padding: 0;
    margin-top: 0;
  }
}


.wp_entry .lnav-rich .lnav-rich-thumb img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.wp_entry h4:has(+ .section-doctors:empty),
.wp_entry .section-doctors:not(:has(section)){
  display: none;
}
body.dept .wp_entry .h1-bg-img {
  background: none;
}

.wp_entry table.alt.table-narrow{
  border-spacing: 5px;
}
.wp_entry .elastic.alt + .elastic.alt dt{
  border-top: none;
}


.rel-nav.rel-nav-checkup ul li a>figure {
  margin-right: 20px;
  width: 12%;
}
.rel-nav.rel-nav-checkup ul li a>figure img{
  filter: invert(32%) sepia(65%) saturate(443%) hue-rotate(177deg) brightness(96%) contrast(85%);
}
.rel-nav.rel-nav-checkup ul li a:hover > figure img {
  filter: brightness(0) invert(1);
}

.rel-nav.rel-nav-checkup ul li a>span {
  bottom: 15px;
  right: 25px;
}

.rel-nav.rel-nav-checkup ul li a>p {
  margin-right: 0;
  line-height: 1.8;
}

@media screen and (max-width: 560px) {
  .rel-nav.rel-nav-checkup ul li a {
    display: block;
  }

  .rel-nav.rel-nav-checkup ul li a>figure {
    width: 100px;
    float: left;
  }
}

