@charset "utf-8";
/* division.css */

/* l-main
---------------------------------------------------------*/
.l-main .m-ttl-lv1:first-of-type {
  margin-bottom: 20px;
}

.m-location-item {
  margin: 0 0 20px;
}
.m-location-floor {
  background: #1a4d96;
  color: #fff;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  min-width: 120px;
  padding: 7px;
  text-align: center;
  vertical-align: middle;
}
.m-location-link {
  display: inline-block;
  margin-left: 13px;
}
.m-location-link a {
  background: url(/files/000000031.png) no-repeat top left;
  display: inline-block;
  font-size: 1rem;
  padding-left: 24px;
  position: relative;
  text-decoration: none;
  top: 3px;
}
.is-fz-m .m-location-link a {
  background-position: top 2px left;
}
.is-fz-l .m-location-link a {
  background-position: top 4px left;
}
.is-fz-2l .m-location-link a {
  background-position: top 6px left;
}
.is-fz-3l .m-location-link a {
  background-position: top 8px left;
}
.is-fz-4l .m-location-link a {
  background-position: top 10px left;
}
.m-main-visual {
  margin-bottom: 25px;
}
.m-main-visual img {
  max-width: 100%;
}

.m-lead {
  margin-bottom: 23px;
}

.m-anchor {
  margin: 23px 0 20px;
}

/* スタッフ紹介 */
.m-box-staff {
  margin-bottom: 29px;
  width: 100%;
}
.m-img-staff {
  display: table-cell;
  max-width: 455px;
  padding-right: 30px;
  vertical-align: top;
}
.m-img-staff-item {
  margin: 0;
}
.m-img-staff-item img {
  max-width: 425px;
}
.m-txt-staff {
  display: table-cell;
  vertical-align: top;
  width: 100%;
}
.l-main .m-ttl-staff {
  border: none;
  border-bottom: 1px solid #c8dfef;
  border-radius: 0;
  border-top: 1px solid #c8dfef;
  font-size: 1.125rem;/* 18px */
  margin: 0 0 24px;
  padding: 11px 0;
}
.l-main .m-ttl-staff:after {
  content: none;
}
.m-box-staff .m-mline {
  margin: 0;
}
/* /スタッフ紹介 */

/* 担当外来 */
.m-data-number {
  float: left;
  margin: 0;
}
.m-data-date {
  float: right;
  margin: 0;
}
.m-note {
  margin: 0;
  padding: 0;
}
.m-note-item {
  display: block;
  line-height: 1.4;
  margin: 0 0 10px 1rem;
  text-indent: -1rem;
}
.ext-android .m-note-item {
  margin: 0 0 10px 0.79rem;
  text-indent: -0.79rem;
}
.m-note-item:last-child {
  margin-bottom: 0;
}

.ext-doctor table {
  margin-bottom: 10px;
  width: 100%;
}
/* /担当外来 */

.ext-ie .m-location-floor {
  padding: 10px 7px 5px;
}
.ext-ie .m-location-link {
  display: inline-block;
  margin-left: 13px;
}
.ext-ie .m-location-link a {
  background-position: top 2px left;
  padding-top: 4px;
}
.ext-ie .l-main .m-ttl-staff {
  margin: 0 0 27px;
  padding: 15px 0 9px;
}

/* safari用記述 */
.ext-safari .m-location-link a {
  background-position: top 1px left;
}
/* /safari用記述 */