#staff {
  text-align: center;
  width: 1000px;
  margin: 0 auto; }

#staff h2 {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
  font-size: 275%; }

#staff .wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 50px; }

#staff_list li {
  margin-top: 90px;
  overflow: hidden; }

#s_left {
  width: 31%;
  float: left;
  margin-right: 7%; }

#s_left img {
  width: 100%; }

#s_right {
  text-align: left;
  width: 62%;
  float: left;
  margin-top: 10px; }

#s_right .position {
  font-family: "Times New Roman", "ff-serif", "Yu Mincho", "Hiragino Mincho Pro", "Hiragino Mincho ProN", "MS PMincho", "Times New Roman", serif; }

#s_right h3 {
  margin-top: 20px;
  font-size: 1.5rem;
  font-weight: normal;
  letter-spacing: 1px; }

#s_right h3 .s_font {
  font-size: 1rem;
  margin-left: 15px;
  font-family: 'Crimson Text', serif; }

#s_right dl {
  margin-top: 20px;
  overflow: hidden;
  font-size: 90%;
  line-height: 1.6;
  padding-top: 15px;
  border-top: 1px solid #ddd; }

#s_right dt {
  width: 125px;
  clear: both;
  float: left; }

#s_right dd {
  padding-left: 125px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  letter-spacing: 0; }

.message {
  margin-top: 5px;
  line-height: 1.75;
  font-size: 0.9rem; }

.point {
  font-size: 115%;
  color: #d00000;
  display: block;
  margin-bottom: 5px; }

@media screen and (max-width: 768px) {
  #staff {
    width: 90%; }
  #staff_list li {
    margin-top: 60px; }
  #s_left,
  #s_right {
    width: auto;
    float: none; }
  #s_left {
    width: 45%;
    float: left;
    margin-bottom: 25px; }
  #s_left img {
    width: 100%; }
  #s_right {
    margin-top: 0; }
  #s_right .position {
    margin-top: 30px;
    line-height: 1.6; }
  #s_right h3 span {
    display: block;
    width: 100%;
    margin-top: 15px; }
  #s_right h3 .s_font {
    font-size: 0.9rem;
    margin-top: 10px;
    letter-spacing: 1px; }
  #s_right dl {
    width: 100%;
    clear: both; }
  #s_right dl dt {
    width: 115px; }
  #s_right dl dd {
    width: 60%;
    padding-left: 115px; }
  .comment br {
    display: none; }
  .point {
    line-height: 1.6; } }

@media screen and (max-width: 475px) {
  #staff h2 {
    font-size: 1.75rem; }
  .position {
    margin-top: 30px; } }
