.topArea {
  display: flex;
}
.topArea .photoWrap {
  flex: 0 0 270px;
}
.topArea .photo {
  display: block;
  max-width: 100%;
}
.topArea .textWrap {
  flex: 1;
  padding-left: 32px;
}
.membership-btn a {
  display: block;
  margin: 0 auto;
  width: 300px;
  background-color: var(--color-white);
  text-align: center;
  border: 1px solid #ff8d4f;
  line-height: 48px;
  font-family: 'Kosugi Maru', sans-serif;
  color: var(--color-link);
}
.chart {
  margin-bottom: 80px;
}
@media (max-width: 640px) {
  .topArea {
    flex-direction: column;
    flex: 1;
  }
  .topArea .photo {
    width: 80%;
    margin: 0 auto 24px;
  }
  .topArea .textWrap {
    padding-left: 0;
  }
  .chart {
    margin-bottom: 32px;
  }
}

.membership-btn.wide a {
  width: 440px;
  max-width: 100%;
}
.visible-sp {
  display: none !important;
}
@media (max-width: 640px) {
  .membership-btn.wide a {
    font-size: var(--fs-16);
  }
}
@media (max-width: 439px) {
  .membership-btn.wide a {
    padding: 8px var(--space-16);
    font-size: var(--fs-14);
    line-height: 1.5;
  }
  .visible-sp {
    display: block !important;
  }
}
