.page-ttl {
  margin: 0 0 3rem;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
}

.page-desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.5;
  text-align: center;
}
.page-desc strong {
  font-weight: 700;
}

.benefit-list {
  --icon-size: 4.8rem;
  --gap: 1.2rem;
  display: flex;
  max-width: 32rem;
  margin: 0 auto 3.2rem;
}
.benefit-list__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 0 var(--gap);
}
.benefit-list__item::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1rem;
  height: var(--icon-size);
  background: #eee;
  content: "";
}
.benefit-list__item:first-child::after {
  content: none;
}
.benefit-list figure {
  width: 4.8rem;
  margin: 0 auto;
  aspect-ratio: 1/1;
}
.benefit-list figure img {
  width: 100%;
  margin: 0 auto;
}
.benefit-list p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.42857;
  text-align: center;
}
.benefit-list p strong {
  font-weight: 700;
  color: var(--primary);
}

@media (min-width: 370px) {
  .benefit-list p {
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=member.css.map */
