.membership {
  margin: 48px 0;
  width: 1024px;
}
.membership .sp {
  display: none;
}
.membership__headline {
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.membership__message {
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 40px;
}
.membership__list {
  width: 1024px;
  margin-bottom: 64px;
  display: flex;
  justify-content: center;
}
.membership__list__item {
  max-width: 244px;
  background-color: #efeeee;
  padding: 40px 32px;
}
.membership__list__item:not(:last-of-type) {
  margin-right: 16px;
}
.membership__list__item__label {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 16px;
  text-align: center;
}
.membership__list__item__image {
  display: block;
  margin: 0 auto;
  margin-bottom: 24px;
}
.membership__list__item__text {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
}
.membership__button {
  width: 311px;
  height: 56px;
  background-color: #000;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.membership__button::before {
  position: absolute;
  top: 50%;
  right: 14px;
  display: block;
  width: 7px;
  height: 7px;
  margin-top: -5px;
  content: "";
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.membership__button__label {
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
}