@charset "UTF-8";
.doctor__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 40px;
}
@media screen and (max-width: 736px) {
  .doctor__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.doctor__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.doctor__image {
  text-align: center;
}

@media screen and (max-width: 736px) {
  .doctor__box--left {
    width: 100%;
  }
}

@media screen and (max-width: 736px) {
  .doctor__box--right {
    width: 100%;
  }
}

h3._smallttl::before {
  content: "";
  border-left: solid 6px #2e70a7;
  padding-left: 5px;
}

.doctor__box--left ul {
  list-style: none;
  margin-left: 10px;
}

.doctor__box--left li {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.doctor__box--left li:before {
  content: "●";
  color: #2e70a7;
  padding-right: 5px;
}

.doctor__box--right ul {
  list-style: none;
  margin-left: 10px;
}

.doctor__box--right li {
  list-style: none;
}

.doctor__box--right li:before {
  content: "●";
  color: #2e70a7;
  padding-right: 5px;
}

.bio-year {
  width: 140px;
}

.txt01 {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 100%;
}
@media screen and (max-width: 736px) {
  .txt01 {
    display: inline;
  }
}

#about .article-body {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  #about .section-in {
    padding: 10px 15px 65px;
  }
}/*# sourceMappingURL=doctor.css.map */