@media screen and (max-width: 740px) {
  #subpage .title {
    background-image: url(/recruit/img/title@sp.jpg) !important;
    background-size: cover;
  }
}
#subpage .textbox01 figure figcaption {
  padding-top: 10px;
  text-align: right;
}
#subpage .textbox01 figure figcaption small {
  display: block;
}
#subpage .textbox01 figure figcaption em {
  color: #444444;
  font-size: 2rem;
  display: block;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 740px) {
  #subpage .textbox01 figure figcaption {
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: right;
  }
  #subpage .textbox01 figure figcaption small {
    font-size: 1.4rem;
  }
  #subpage .textbox01 figure figcaption em {
    font-size: 1.7rem;
  }
}
#subpage .gray_box .history li {
  display: flex;
  justify-content: flex-start;
}
#subpage .gray_box .history li span {
  width: 120px;
}
@media screen and (max-width: 740px) {
  #subpage .gray_box .history li {
    display: block;
  }
  #subpage .gray_box .history li span {
    display: block;
    line-height: 1;
    font-size: 1.2rem;
    width: auto;
  }
  #subpage .gray_box .history li + li {
    padding-top: 14px;
  }
}
#subpage .doctors {
  border-bottom: 1px solid #dadada;
}
#subpage .doctors .item {
  border-top: 1px solid #dadada;
  padding: 30px 0;
  display: flex;
  justify-content: flex-start;
}
#subpage .doctors .item em {
  width: 170px;
  font-size: 2.2rem;
}
#subpage .doctors .item dl dt {
  font-weight: 600;
}
#subpage .doctors .item dl dd {
  display: flex;
  justify-content: flex-start;
}
#subpage .doctors .item dl dd ul + ul {
  margin-left: 2em;
}
@media screen and (max-width: 740px) {
  #subpage .doctors .item {
    padding: 18px 0;
    display: block;
  }
  #subpage .doctors .item em {
    width: 100%;
    font-size: 1.65rem;
  }
  #subpage .doctors .item dl dd {
    display: block;
  }
  #subpage .doctors .item dl dd ul + ul {
    margin-left: 0em;
  }
}
#subpage .gray_box.staff {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#subpage .gray_box.staff li + li {
  margin-left: 1em;
}
