#teacher {
  padding-top: 2em;
}

.teacher-box {
  text-align: center;
  padding-bottom: 4em;
}

@media screen and (min-width: 1000px) {
  .teacher-box {
    font-size: 1.1em;
    padding-bottom: 6em;
  }
}

.teacher-box .photo {
/*  width: 100%;*/
  max-width: 800px;
  margin: 1em auto;
}

.teacher-box .personal-ttl {
  font-size: 1.3em;
}

@media screen and (min-width: 768px) {
  .teacher-box .personal-ttl {
    margin-bottom: 1em;
  }
}

.teacher-box .name {
  font-size: 1.3em;
  margin-left: .5em;
}

.teacher-box .message {
  text-align: left;
  padding-top: 1em;
}

.images {
  text-align: center;
  padding-bottom: 8em;
}

.images img {
  padding-bottom: 2em;
}
/*# sourceMappingURL=teacher.css.map */