@charset "UTF-8";
/* ========================================
   JOIN ページ共通スタイル
   各セクションの番号 SVG 画像 (①②③)
======================================== */
.join-section__number {
  width: 45px;
  height: 45px;
  margin: 0 auto;
}

/* JOIN セクション共通 __body（member / other 共通） */
.join-section__body {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  line-height: 29px;
  max-width: 676px;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 960px) {
  .join-section__number {
    width: 35px;
    height: 35px;
  }
  .join-section__body {
    max-width: 359px;
    text-align: justify;
    font-size: 14px;
  }
}