/* STAFF */
.staff_contents {
  display: block;
  width: 80%;
  margin: 80px auto 50px auto;
  text-align: left;
}
.staff_contents p {
  font-size: 20px;
  line-height: 1.5em;
}
@media screen and (max-width:480px) {
  /* ここにスマホ版だけの記述 */
  .staff_contents {
    width:95%;
    margin: 30px auto 30px auto;
  }
  .staff_contents p {
    font-size: 15px;
  }
}
