@charset "utf-8";
/* CSS Document */

.section-staff_image {
  width:60%;
  margin: 0 auto;
}
.section-staff_image img {
  width: 100%;
}
.section-staff h2 {
  color: #f19ec2;
  font-size: 1.6rem;
  margin: 10px 0 30px;
}
.section-staff h2 span {
  display: block;
  margin-top: 5px;
  font-size: 2rem;
}
.section-staff p {
  display: block;
  width: 90%;
  margin: 0 auto;
  text-align: left;
  font-size: 1.4rem;
}