/* components */
@import url("./../components/h1.css");
@import url("./../components/h2.css");
@import url("./../components/breadcrumb.css");

/* form styles */
@import url("./../form.css");

/* ==================== メンバーシップについてセクション ==================== */
.membership-about {
  max-width: 600px;
  margin: 0 auto 64px auto;
  padding: 0 16px;
}

.membership-about__image {
  width: 100%;
  margin-bottom: 40px;
}

.membership-about__image img {
  width: 100%;
  height: auto;
  display: block;
}

.membership-about__title {
  font-size: 26px;
  font-weight: var(--font-weight-black);
  color: var(--color-main);
  margin-bottom: 24px;
  line-height: var(--line-height-175);
}

.membership-about__text {
  color: var(--color-body);
  font-size: var(--font-size-16);
  line-height: var(--line-height-175);
}

.membership-about__text p {
  margin-bottom: 24px;
}

.membership-about__text p:last-child {
  margin-bottom: 0;
}

/* ==================== レスポンシブ ==================== */
@media (max-width: 768px) {
  .membership-about {
    padding: 0;
  }

  .membership-about__title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .membership-about__text {
    font-size: 16px;
  }

  .membership-about__image {
    margin-bottom: 32px;
  }
}
