#sp #teacher2 {
  clear: left;
}
#sp #teacher2 .part {
  margin: 0 0 20px;
}
@media screen and (min-width: 1025px) {
  #sp #teacher2 .part {
    margin: 0 20px 20px;
  }
}
#sp #teacher2 h3 {
  font-size: 24px;
  color: #565656;
  margin: 0 0 40px;
}
@media screen and (min-width: 1025px) {
  #sp #teacher2 h3 {
    margin: 0 20px 40px;
  }
}
#sp #teacher2 div {
  height: auto;
  overflow: hidden;
  clear: right;
}
#sp #teacher2 div figure {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 1025px) {
  #sp #teacher2 div figure {
    float: right;
    margin-left: 40px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
#sp #teacher2 div:not(:first-of-type) {
  margin-top: 40px;
}
#sp #teacher2 div span {
  font-weight: 700;
}