@media screen and (min-width: 720px) {
  .p-syuroSupporter .p-fv {
    padding-top: 6rem;
  }
}
.p-syuroSupporter .p-staffRole {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 2rem;
}
.p-syuroSupporter .p-staffRole-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.p-syuroSupporter .p-staffRole-img {
  width: 4.4rem;
}
.p-syuroSupporter .p-staffRole .m-heading4 {
  width: calc(100% - 5.4rem);
}
/*# sourceMappingURL=supporter.css.map */