#main-content > section {
  margin-top: 40px;
}

#main-content > section > .kubun {
  margin: 0 auto;
  padding: 0.5em 0;
  width: 8em;
  font-size: 1em;
  line-height: 1em;
  text-align: center;
  color: var(--site-white-color);
  background-color: var(--site-main-color);
  border-radius: 1em;
}

#main-content > section > h1 {
  margin-top: 10px;
  margin-bottom: 0;
  line-height: 1.3em;
  color: var(--site-main-color);
}

#main-content > section > h2 {
  //margin-top: 5px;
  font-size: 1.2em;
  line-height: 1.3em;
  color: var(--site-main-color);
  font-weight: normal;
  text-align: center;
}

#main-content > section > .lecturer-photo {
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 2px #5fa1be;
}

.lecturer-photo .lecturer {
  display: inline-block;
  vertical-align: top;
  margin-left: 170px;
  width: calc(100% - 340px);
  text-align: center;
}

.lecturer .name {
  font-size: 1.3em;
}

.lecturer .org {
  margin-top: 10px;
  line-height: 1.5em;
}
.lecturer-photo .photo {
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  width: 140px;
}

.lecturer-photo .photo img {
  width: 140px;
}

#main-content > section > .gaiyou {
  margin-top: 1em;
  padding-top: 1em;
  border-top: solid 1px #cccccc;
}

#main-content > section > .gaiyou .junbichu {
  margin: 1em;
  text-align: center;
}
