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

#main-content > section > .kubun {
  margin: 0 auto;
  padding: 0.5em 0;
  width: 8em;
  font-size: 1em;
  line-height: 1em;
  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;
}

#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);
}

.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;
  text-align: left;
}

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

#main-content > section > .interview {
  margin-top: 1em;
  font-size: 0.9em;
} 

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

.keireki .org {
  font-size: 0.8em;
  line-height: 1.4em;
}

.keireki > section {
  margin-top: 1em;
  font-size: 0.8em;
  line-height: 1.5em;
}

.keireki > section > h1 {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0.4em;
  padding: 0.3em 0.8em;
  font-size: 0.9em;
  line-height: 1em;
  font-weight: normal;
  color: var(--site-main-color);
  //border: solid 1px var(--site-main-color);
  border: solid 1px #5fa1be;
}

.keireki > section > table {
  width: 100%;
}

.keireki > section > table tr th,
.keireki > section > table tr td {
  font-weight: normal;
  padding: 0.3em 0;
  font-size: 1em;
  line-height: 1.4em;
}

.keireki > section > table tr th {
  width: 6em;

}
