@charset "UTF-8";
main {
  background: #f5f5f5;
}

.doctors {
  padding: 32px 0 60px;
}
.doctors__inner {
  max-width: 880px;
  margin: 0 auto;
  background: #fff;
  border-radius: 16px;
  padding: 64px 8px;
}
.doctors__top {
  text-align: center;
  margin-bottom: 32px;
}
.doctors__top .kata {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 7px;
}
.doctors__top .nickname {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 5px;
}
.doctors__top .name {
  font-size: 14px;
  margin-bottom: 5px;
}
.doctors__top .img {
  max-width: 180px;
  margin: 0 auto;
}
.doctors__list {
  max-width: 620px;
  margin: 0 auto;
}
.doctors__item {
  margin-bottom: 32px;
}
.doctors__item:last-child {
  margin-bottom: 0;
}
.doctors__item .ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}
.doctors__item ul li {
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  padding-left: 1.2em;
}
.doctors__item ul li:before {
  content: "・";
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.doctors__item .txt {
  font-size: 14px;
  line-height: 1.6;
}