@charset "UTF-8";
/*///////////////////////////////////////////////////////
    個別スタイル
///////////////////////////////////////////////////////*/
/*///////////////////////////////////////////////////////
    変数設定
///////////////////////////////////////////////////////*/
/* custom style */
/*///////////////////////////////////////////////////////
    mixin設定
///////////////////////////////////////////////////////*/
.contents-form .contents-form--ttl {
  margin-bottom: 1.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5278em;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-form .contents-form--ttl + .contents-form--subttl {
  margin-top: 3rem;
}
.contents-form .contents-form--subttl {
  margin-bottom: 1.2rem;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
}
.contents-form .contents-form--txt {
  margin-bottom: 3rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.07em;
  text-align: center;
}
.contents-form .contents-form--txt a {
  display: inline;
  font-weight: 700;
  text-decoration: underline;
}
.contents-form .contents-form--txt small {
  display: block;
  margin-top: 0.5em;
  font-size: 1rem;
}
.contents-form .contents-form--back {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4165em;
  letter-spacing: 0.04em;
  text-align: center;
  text-decoration: underline;
}
.contents-form .contents-form--contact {
  margin-top: 3rem;
  padding: 2rem 1.5rem;
  border: 0.2rem solid #0f0f0f;
}
.contents-form .contents-form--contact .contents-form--contact-ttl {
  margin-bottom: 0.6rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4em;
  letter-spacing: 0.04em;
}
.contents-form .contents-form--contact .contents-form--contact-txt {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.5387em;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 961px) {
  .contents-form .contents-form--ttl {
    margin-bottom: 2.8rem;
    font-size: 2.8rem;
    line-height: 1.4287em;
  }
  .contents-form .contents-form--ttl + .contents-form--subttl {
    margin-top: 4.8rem;
  }
  .contents-form .contents-form--subttl {
    margin-bottom: 1.5rem;
    font-size: 2rem;
    line-height: 1.45em;
  }
  .contents-form .contents-form--txt {
    margin-bottom: 4.35rem;
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-form .contents-form--txt small {
    margin-top: 0.8em;
    font-size: 1.2rem;
  }
  .contents-form .contents-form--back {
    font-size: 1.4rem;
    line-height: 1.429em;
  }
  .contents-form .contents-form--contact {
    margin: 6.5rem auto 0;
    padding: 2.5rem 3.5rem;
    width: 50rem;
    box-sizing: border-box;
  }
  .contents-form .contents-form--contact .contents-form--contact-ttl {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    line-height: 1.4445em;
  }
  .contents-form .contents-form--contact .contents-form--contact-txt {
    font-size: 1.6rem;
    line-height: 1.5em;
  }
}