@charset "utf-8";
.pcUser {
  display: block;
}
.spUser {
  display: none;
}
strong {
  font-weight: bold;
}
.textR {
  text-align: right;
}
.section-wrap{
  max-width: 1078px;
  margin: 0 auto;
  padding: 32px 83px;
  box-sizing: border-box;
}
.contributor-wrap{
  margin-top: 40px;
}
#fp_pf,#ed_pf{
  line-height: 1.4;
  letter-spacing: normal;
}
.fp_pf-img img{
  margin: 0 auto;
}
.fp_pf-sns img{
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 500px){
  .spUser {
    display: block;
  }
  .pcUser {
    display: none;
  }
  .centerTxt {
    text-align: center;
  }
  .section-wrap{
    padding: 64px 4%;
  }
}
