@charset "UTF-8";
/*//////////////////////////////////////////////////

会員登録フォーム

//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.signup .signup__form {
  margin-bottom: 40px; }
.signup .signup__btn {
  margin-top: 40px; }

.flex-wrap {
  align-items: center; }
  .flex-wrap .joint {
    flex: 0 1 2%;
    width: 2%;
    max-width: 2%;
    text-align: center; }
  .flex-wrap.birthday {
    align-items: flex-end; }
    .flex-wrap.birthday input[type="text"] {
      max-width: 80px; }
    .flex-wrap.birthday .joint {
      flex: 0 1 auto;
      width: auto;
      max-width: auto;
      max-width: 100%;
      text-align: center; }

.step2 .form__ttl + p {
  margin-left: 15px; }

.tentative .tentative__ttl {
  margin-bottom: 40px; }
.tentative .tentative__copy {
  text-align: center;
  margin-bottom: 40px;
  line-height: 2.4; }

/*# sourceMappingURL=style.css.map */
