@charset "UTF-8";

/*========================================
 staff review
========================================*/
#staff-review-content {
  max-width: 1440px;
  max-width: 92vw;
  margin: 90px auto 0;
}

.staff-review-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

#staff-review-content .c-headline__h2 {
  text-align: center;
}

#staff-review-content .c-headline__h2+p {
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: 400;
}

@media screen and (max-width:767px) {
  .staff-review-content {
    flex-direction: column;
  }
}