@charset "UTF-8";
/* =====
 * / register レイアウト
============================================================================= */
.section-container {
  padding-top: 10px;
  margin-top: 100px;
}

.section-container:first-of-type {
  margin-top: 25px;
}

.section-container .caution {
  margin-bottom: 50px;
  text-align: center;
  font-size: 12px;
  font-size: 0.75rem;
}

.head-lead {
  text-align: center;
  margin: 60px 0 0;
}

/** 会員規約 **/
.agreement {
  margin-bottom: 0;
}

.agreement .inner-text {
  height: 250px;
  padding: 20px;
  background: #fff;
  overflow-y: auto;
  line-height: 1.66;
}

.agreement .title {
  margin: 0 0 0.2em;
  font-weight: 700;
}

.agreement dl {
  margin: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.agreement dl dd {
  margin: 0 0 0.5em 1.5em;
  font-size: 12px;
  font-size: 0.75rem;
}

.agreement dl dd:last-child {
  margin: 2em 0 1em;
}

.agreement dl dd ol {
  padding: 0 0 0 1.5em;
}

.agreement-check {
  margin: 35px 0 0;
  text-align: center;
  font-weight: 700;
}

.form-container.-register {
  margin-bottom: 35px;
}

.form-container.-register .form-row dt {
  width: 250px;
}

.form-container.-lost-password {
  margin-bottom: 35px;
}

.form-container.-lost-password .form-row dt {
  width: 280px;
}

.form-bottom-text {
  margin: 60px 0 0;
}

.form-bottom-text .privacy-link {
  margin-top: 1.8em;
}

/** 完了ページ **/
.thanks-text.-compleate .return-button {
  margin-top: 46px;
}

/* -----
 * responsive
----------------------------------------------------------------------------- */
@media screen and (min-width: 944px) {
  /* PC */
}

@media screen and (min-width: 768px) and (max-width: 943px) {
  /* tablet */
}

@media screen and (max-width: 767px) {
  /* smart phone */
  .section-container {
    margin-top: 50px;
  }
  .section-container:first-of-type {
    margin-top: 15px;
  }
  .section-container .caution {
    width: 21em;
    margin: auto;
    text-align: left;
    font-size: 0.714rem;
  }
  .head-lead {
    margin-top: 50px;
  }
  /** 会員規約 **/
  .agreement .inner-text {
    height: 200px;
    padding: 15px;
  }
  .agreement .title {
    font-size: 0.929rem;
  }
  .agreement dl {
    font-size: 0.857rem;
  }
  .agreement dl dd {
    font-size: 1em;
  }
  .agreement-check {
    margin: 12px 0 0;
  }
  .form-container.-register {
    margin-bottom: 25px;
  }
  .form-container.-register .form-row dt {
    width: 100%;
  }
  .form-container.-lost-password {
    margin-bottom: 25px;
  }
  .form-container.-lost-password .form-row dt {
    width: 100%;
  }
  .form-bottom-text {
    margin-top: 20px;
  }
  .form-bottom-text .privacy-link {
    margin-top: 2.8em;
  }
  /** 完了ページ **/
  .thanks-text.-compleate .return-button {
    margin-top: 55px;
  }
}
