/*=============================================
*
* extend
*
=============================================*/
.link-hover {
  transition: opacity 0.3s;
}
.link-hover:hover {
  opacity: 0.8;
}

.flex-box {
  display: flex;
  flex-wrap: wrap;
}

/*=============================================
*
* signup
*
=============================================*/
#main {
  background: url(../images/auth/auth-page-back.svg) no-repeat center bottom;
}
@media screen and (max-width: 750px) {
  #main {
    background-size: 1200px;
  }
}

.h-area {
  padding: 60px 16px 0;
}
@media screen and (max-width: 640px) {
  .h-area {
    padding: 20px 16px 0;
  }
}
.h-area h1.heading.type1 {
  margin-bottom: 0;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .h-area h1.heading.type1 {
    font-size: 2.4rem;
  }
}

#form-section {
  padding-bottom: 10px;
  padding-top: 0;
}
@media screen and (max-width: 406px) {
  #form-section {
    padding: 0 23px;
  }
}
#form-section > .inner {
  background: #fff;
  border: 1px #E6E6E6 solid;
  margin: 0 auto;
  max-width: 360px;
}
@media screen and (max-width: 1230px) {
  #form-section > .inner {
    padding: 0;
  }
}
#form-section > .inner .notice {
  border-bottom: 1px #E6E6E6 solid;
  font-size: 1.3rem;
  line-height: 1.8;
  padding: 32px;
  text-align: left;
}
#form-section > .inner .notice a {
  color: #F07534;
  text-decoration: underline;
}
#form-section > .inner form {
  padding: 32px 32px 0;
}
#form-section > .inner form fieldset {
  margin-bottom: 15px;
}
#form-section > .inner form fieldset.check-area {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
  margin: 20px auto 24px;
  text-align: center;
}
#form-section > .inner form fieldset.check-area [type=checkbox] {
  margin-right: 5px;
}
#form-section > .inner form fieldset label {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0;
  text-align: left;
}
#form-section > .inner form input {
  padding: 11px 20px;
}
#form-section .to-login-area {
  padding: 0 0 32px;
  text-align: center;
}
#form-section .to-top-area {
  padding: 0 0 32px;
  text-align: center;
}
#form-section .message-area {
  padding: 32px;
}
#form-section .message-area .message {
  line-height: 1.8;
}/*# sourceMappingURL=signup.css.map */