@charset "UTF-8";
/* 診療科共通CSS -------------------- */
.page-head-aside .ttl-md {
  color: #fff;
}
.page-head-aside .center-links a {
  border: none;
}

.page-tab-btns.page-tab-btns-type2::before {
  content: "";
  grid-column: 2/4;
  grid-row: 1;
  visibility: hidden;
  pointer-events: none;
}
.page-tab-btns.page-tab-btns-type3::before {
  content: "";
  grid-column: 3/4;
  grid-row: 1;
  visibility: hidden;
  pointer-events: none;
}

.doctors-list {
  gap: 96px;
  margin: 0 auto 80px;
}
.doctors-list .doctors-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.doctors-list .doctor-img {
  width: 350px;
  margin: 0 auto;
  text-align: center;
}
.doctors-list .doctor-img + .doctor-profile {
  width: calc(100% - 390px);
}
.doctors-list .doctor-profile {
  width: 100%;
}
.doctors-list .doctor-profile dt {
  padding-bottom: 0.8em;
  font-size: 1.625rem;
}
.doctors-list .doctor-profile dt {
  font-weight: 500;
  font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "YuMincho", "Hiragino Mincho Pro", serif;
  color: #4A6088;
}
.doctors-list .doctor-profile table {
  width: 100%;
}
.doctors-list .doctor-profile table th {
  width: 6em;
  vertical-align: top;
}

.center-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.center-links li {
  display: inline-block;
}
.center-links li a {
  padding: 0.6em;
  font-size: 0.875rem;
}
.center-links li a {
  font-weight: 400;
  line-height: 1.4em;
  color: #4A6088;
  background: #fff;
  border: 1px solid #4A6088;
  border-radius: 3px;
}
.center-links li a::after {
  content: "";
  display: inline-block;
  width: 0.4em;
  height: 0.4em;
  margin-left: 0.8em;
  border-top: 1px solid #4A6088;
  border-right: 1px solid #4A6088;
  transform: rotate(45deg);
}

.page-department-guide .doctors-list {
  gap: 50px;
  margin: 0 auto 80px;
}
.page-department-guide .doctors-list .doctors-list-item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-department-guide .doctors-list .doctor-img {
  width: 200px;
  text-align: center;
}
.page-department-guide .doctors-list .doctor-img figure {
  margin: 0 auto 1em;
}
.page-department-guide .doctors-list .doctor-img .btn {
  order: 3;
}
.page-department-guide .doctors-list .doctor-profile {
  width: calc(100% - 224px);
}
.page-department-guide .doctors-list .doctor-profile dt {
  font-size: 1.375rem;
}
.page-department-guide .doctors-list .doctor-profile table th {
  width: 4em;
}

.page-department-schedule .schedule-table {
  table-layout: fixed;
  width: 100%;
}
.page-department-schedule .schedule-table tbody th {
  width: 100px;
}
.page-department-schedule .schedule-table tbody td {
  vertical-align: top;
}
.page-department-schedule .schedule-table tbody td .note {
  display: block;
  padding-left: 0;
  text-indent: 0;
  font-size: 0.875rem;
}
.page-department-schedule .schedule-table tbody td .note {
  color: #4A6088;
  line-height: 1.4em;
}
.page-department-schedule .last-update {
  margin-bottom: 1em;
}
@media screen and (max-width: 767px){
  .doctors-list {
    margin-bottom: 20.5128205128vw;
  }
  .doctors-list .doctors-list-item {
    flex-direction: column;
    align-items: center;
  }
  .doctors-list .doctor-img {
    width: 100%;
  }
  .doctors-list .doctor-img figure {
    width: 65%;
    margin: 0 auto clamp(24px, 1.5rem + 1.2vw, 48px);
  }
  .doctors-list .doctor-img + .doctor-profile {
    width: 100%;
  }
  .doctors-list .doctor-profile dt {
    font-size: 5.1282051282vw;
  }
  .center-links {
    gap: 8px;
  }
  .center-links li a {
    font-size: 3.5897435897vw;
  }
  .page-department-guide .doctors-list {
    margin-bottom: 20.5128205128vw;
  }
  .page-department-guide .doctors-list .doctor-img {
    display: contents;
    width: 100%;
  }
  .page-department-guide .doctors-list .doctor-img figure {
    width: 65%;
    margin: 0 auto clamp(24px, 1.5rem + 1.2vw, 48px);
    order: 1;
  }
  .page-department-guide .doctors-list .doctor-profile {
    width: 100%;
    margin: 0 auto clamp(24px, 1.5rem + 1.2vw, 48px);
    order: 2;
  }
  .page-department-guide .doctors-list .doctor-profile dt {
    font-size: 5.1282051282vw;
  }
  .page-department-schedule .schedule-table tbody td .note {
    font-size: 3.5897435897vw;
  }
}
@media screen and (min-width: 768px){
  .center-links li a:hover {
    background: #DFEAF7;
  }
}