.p-only-member-company {
  background-color: #F6F6FF;
  padding-bottom: 136px;
}
.p-only-member-company__hd {
  color: #0000CC;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 100px;
  text-align: center;
}
.p-only-member-company__image {
  margin-top: 40px;
  text-align: center;
}
.p-only-member-company__image img {
  max-width: 100%;
}

.p-bnr-member {
  margin-bottom: 100px;
  margin-top: 100px;
}

.p-only-member-foreigner {
  background-color: #F6F6FF;
  padding-bottom: 136px;
}
.p-only-member-foreigner__hd {
  color: #0000CC;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 100px;
  text-align: center;
}
.p-only-member-foreigner__image {
  margin-top: 40px;
  text-align: center;
}
.p-only-member-foreigner__image img {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .p-only-member-company {
    padding-bottom: 21.3333333333vw;
  }
  .p-only-member-company__hd {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-only-member-company__image {
    margin-top: 10.6666666667vw;
  }
  .p-bnr-member {
    margin-bottom: 0;
    margin-top: 0;
  }
  .p-only-member-foreigner {
    padding-bottom: 21.3333333333vw;
  }
  .p-only-member-foreigner__hd {
    font-size: 5.3333333333vw;
    margin-top: 10.6666666667vw;
  }
  .p-only-member-foreigner__image {
    margin-top: 10.6666666667vw;
  }
}