#staff section {
  margin: 75px auto;
  width: 100%;
  max-width: 710px;
}
#staff section p {
  font-family: 'Noto Serif JP';
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 2em;
  line-height: 1.5em;
}
#staff h2 {
  margin-bottom: 95px;
}
#staff .name {
  font-family: 'Noto Serif JP';
  font-size: 26px;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 16px;
}
#staff .name .kana {
  font-family: 'Noto Serif JP';
  font-size: 12px;
  font-weight: 300;
}
#staff table {
  width: 100%;
  max-width: 710px;
  margin: 20px auto 95px;
}
#staff td, #staff th {
  vertical-align: top;
}
#staff th {
  width: 65px;
}
#staff th span {
  display: inline-block;
  width: 100%;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  padding: 3px 4px 5px 4px;
  background: #2766a7;
  border-radius: 5px;
  font-family: 'Noto Sans JP';
  font-size: 13px;
  font-weight: 500;
}
#staff td {
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 25px;
  font-family: 'Noto Serif JP';
  font-size: 15px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  #staff td {
    padding-right: 0;
  }
}
#staff td li {
  margin-bottom: 8px;
  word-break: break-all;
  line-height: 1.2em;
}
