#container.form {
  padding: 0 15px;
}

@media (max-width: 640px) {
  #container.form {
    padding: 0 10px;
  }
}

#container.form .top-contents {
  padding: 29px 0 0;
  text-align: center;
  letter-spacing: .035em;
}

@media (max-width: 640px) {
  #container.form .top-contents {
    padding: 20px 0 0;
  }
}

#container.form .top-contents__title {
  font-size: 44px;
  font-weight: 500;
  line-height: 1.4;
}

@media (max-width: 640px) {
  #container.form .top-contents__title {
    font-size: 22px;
  }
}

#container.form .top-contents__sub-title {
  font-size: 24px;
  line-height: 1.4;
  color: #999;
  margin: 11px auto 0;
}

@media (max-width: 640px) {
  #container.form .top-contents__sub-title {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.166;
    margin: 8px auto 0;
  }
}

#container.form .top-contents__intro-copy {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
  color: #999;
  margin: 20px auto 0;
  padding: 0 0 15px;
}

@media (max-width: 640px) {
  #container.form .top-contents__intro-copy {
    font-size: 10px;
    font-weight: normal;
    line-height: 1.4;
    margin: 10px auto 0;
    padding: 0;
  }
}

#container.form .top-contents__intro-copy--list {
  display: inline-block;
  text-align: left;
  padding: 0;
}

#container.form .form-area {
  max-width: 1140px;
  min-height: 405px;
  margin: 35px auto 0;
  padding: 65px 60px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}

@media (max-width: 640px) {
  #container.form .form-area {
    margin: 23px auto 0;
    padding: 25px 20px 35px;
    min-height: 0;
  }
}

#container.form .form-area__title {
  font-size: 36px;
  font-weight: 500;
  color: #90c31f;
  line-height: 1;
  text-align: center;
}

@media (max-width: 640px) {
  #container.form .form-area__title {
    font-size: 20px;
  }
}

#container.form .form-area__title--second {
  padding-top: 20px;
}

@media (max-width: 640px) {
  #container.form .form-area__title--second {
    padding-top: 30px;
  }
}

#container.form .form-area__red {
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: #c31f1f;
  margin: 15px auto 0;
}

@media (max-width: 640px) {
  #container.form .form-area__red {
    font-size: 10px;
    margin: 10px auto 0;
  }
}

#container.form .form-area__error {
  margin: 25px auto 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #c31f1f;
}

@media (max-width: 640px) {
  #container.form .form-area__error {
    font-size: 12px;
    margin: 15px auto 0;
  }
}

#container.form .form-area__error .err-list {
  margin: 12px auto 0;
}

@media (max-width: 640px) {
  #container.form .form-area__error .err-list {
    margin: 10px auto 0;
  }
}

#container.form .form-area__error .err-list .err-item {
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.8;
}

#container.form .form-area__thanks {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin: 25px auto 0;
  color: #333;
}

@media (max-width: 640px) {
  #container.form .form-area__thanks {
    font-size: 12px;
    margin: 10px auto 0;
  }
}

#container.form .form-area .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 640px) {
  #container.form .form-area .column {
    display: block;
  }
}

#container.form .form-area .column__left, #container.form .form-area .column__right {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

#container.form .form-area .column__left {
  padding: 0 20px 0 0;
}

@media (max-width: 640px) {
  #container.form .form-area .column__left {
    padding: 0;
  }
}

#container.form .form-area .column__right {
  padding: 0 0 0 20px;
}

@media (max-width: 640px) {
  #container.form .form-area .column__right {
    padding: 0;
  }
}

#container.form .form-area .column--first {
  margin-top: 55px;
}

@media (max-width: 640px) {
  #container.form .form-area .column--first {
    margin-top: 30px;
  }
}

#container.form .form-area .input {
  position: relative;
  margin: 0 0 50px;
  letter-spacing: .035em;
}

@media (max-width: 640px) {
  #container.form .form-area .input {
    margin: 0 0 25px;
  }
}

#container.form .form-area .input::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background: #dbdbdb;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#container.form .form-area .input__placeholder, #container.form .form-area .input__body, #container.form .form-area .input__front {
  font-size: 18px;
  font-weight: 500;
  color: #999;
  width: 100%;
  cursor: text;
}

@media (max-width: 640px) {
  #container.form .form-area .input__placeholder, #container.form .form-area .input__body, #container.form .form-area .input__front {
    font-size: 12px;
  }
}

#container.form .form-area .input__placeholder {
  position: absolute;
  top: 14px;
  left: 0;
  line-height: 1;
  -webkit-transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 640px) {
  #container.form .form-area .input__placeholder {
    top: 6px;
  }
}

#container.form .form-area .input__sup {
  color: #c31f1f;
}

#container.form .form-area .input__sup--gray {
  color: #999;
}

#container.form .form-area .input__selectbox {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  max-height: 400px;
  background: #fff;
  overflow: auto;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform 0.3s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media (max-width: 640px) {
  #container.form .form-area .input__selectbox {
    max-height: 300px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
}

#container.form .form-area .input__selectbox .selectbox-item {
  font-size: 18px;
  font-weight: 500;
  line-height: 50px;
  padding: 0 12px;
  cursor: pointer;
}

@media (max-width: 640px) {
  #container.form .form-area .input__selectbox .selectbox-item {
    font-size: 15px;
    line-height: 28px;
    padding: 0 8px;
    margin-bottom: 15px;
  }
}

#container.form .form-area .input__selectbox .selectbox-item--current {
  background: #eee;
}

#container.form .form-area .input__selectbox .selectbox-item--hide {
  display: none;
}

#container.form .form-area .input__selectbox .selectbox-item:hover {
  background: #ccc;
}

#container.form .form-area .input__selectbox--top {
  top: 100%;
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

#container.form .form-area .input__selectbox--bottom {
  bottom: 100%;
  -webkit-transform-origin: bottom left;
          transform-origin: bottom left;
}

#container.form .form-area .input__body, #container.form .form-area .input__front {
  display: block;
  line-height: 50px;
  height: 50px;
  color: #000;
  border: none;
}

@media (max-width: 640px) {
  #container.form .form-area .input__body, #container.form .form-area .input__front {
    line-height: 28px;
    height: 28px;
  }
}

#container.form .form-area .input__body--multi, #container.form .form-area .input__front--multi {
  line-height: 1.5;
  padding: .5em 0 0;
}

#container.form .form-area .input__body--hidden {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

#container.form .form-area .input__suggest {
  display: block;
  color: #000;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  font-size: 18px;
  font-weight: 500;
}

@media (max-width: 640px) {
  #container.form .form-area .input__suggest {
    font-size: 12px;
  }
}

#container.form .form-area .input--top {
  margin-top: 65px;
}

@media (max-width: 640px) {
  #container.form .form-area .input--top {
    margin-top: 30px;
  }
}

#container.form .form-area .input--top-password {
  margin-top: 45px;
}

@media (max-width: 640px) {
  #container.form .form-area .input--top-password {
    margin-top: 10px;
  }
}

#container.form .form-area .input--select .input__placeholder, #container.form .form-area .input--focus .input__placeholder, #container.form .form-area .input--selected .input__placeholder, #container.form .form-area .input--disabled .input__placeholder {
  top: -1em;
  font-size: 16px;
}

@media (max-width: 640px) {
  #container.form .form-area .input--select .input__placeholder, #container.form .form-area .input--focus .input__placeholder, #container.form .form-area .input--selected .input__placeholder, #container.form .form-area .input--disabled .input__placeholder {
    font-size: 10px;
  }
}

#container.form .form-area .input--focus::before, #container.form .form-area .input--selected::before, #container.form .form-area .input--disabled::before {
  background: #90c31f;
  height: 2px;
}

#container.form .form-area .input--select::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 5px 0 5px;
  border-color: #90c31f transparent transparent transparent;
  position: absolute;
  top: 27px;
  right: 20px;
}

@media (max-width: 640px) {
  #container.form .form-area .input--select::after {
    border-width: 5px 4px 0 4px;
    top: 14.5px;
    right: 7px;
  }
}

#container.form .form-area .input--focus .input__selectbox {
  -webkit-transform: scale(1);
          transform: scale(1);
}

#container.form .form-area .input--focus .input__front {
  opacity: 0;
}

#container.form .form-area .input--focus .input__suggest {
  opacity: 1;
}

#container.form .form-area .input--disabled .input__body {
  background: #fff;
}

#container.form .form-area .input--disabled .input__body:disabled {
  background: #fff;
}

#container.form .form-area__last-txt {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
  color: #999;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #container.form .form-area__last-txt {
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 0 0;
  }
}

#container.form .form-area__privacy {
  margin: 10px auto 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 640px) {
  #container.form .form-area__privacy {
    font-size: 10px;
    margin: 5px auto 0;
  }
}

#container.form .form-area__privacy .privacy-link {
  display: inline-block;
  color: #90c31f;
  text-decoration: underline;
}

#container.form .form-area__privacy .privacy-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  vertical-align: middle;
  margin: 0 0 0 4px;
  background: url(../img/common/icon_blank.png) no-repeat 0 0;
  background-size: 100%;
}

@media (max-width: 640px) {
  #container.form .form-area__privacy .privacy-link::after {
    width: 8px;
    height: 8px;
  }
}

#container.form .form-area__privacy .privacy-agree {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.95;
  color: #999;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 640px) {
  #container.form .form-area__privacy .privacy-agree {
    font-size: 10px;
    line-height: 1.4;
    padding: 5px 0 0;
  }
}

#container.form .form-area__privacy .privacy-check {
  display: inline-block;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
}

#container.form .form-area__bye {
  margin: 20px auto 0;
  text-align: center;
  font-size: 13px;
  font-weight: 500;
}

@media (max-width: 640px) {
  #container.form .form-area__bye {
    font-size: 10px;
    margin: 15px auto 0;
  }
}

#container.form .form-area__bye .privacy-link {
  display: inline-block;
  color: #90c31f;
  text-decoration: underline;
}

#container.form .form-area .privacy-indent {
  padding: 10px 0 0 60px;
}

@media (max-width: 640px) {
  #container.form .form-area .privacy-indent {
    padding: 5px 0 0 30px;
  }
}

#container.form .form-area .privacy-txt {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
  color: #333;
}

@media (max-width: 640px) {
  #container.form .form-area .privacy-txt {
    font-size: 14px;
  }
}

#container.form .form-area .privacy-txt__head {
  display: inline-block;
  text-indent: 0;
  font-style: normal;
  width: 1.25em;
}

#container.form .form-area .privacy-txt--large {
  font-size: 21px;
  line-height: 1.15;
  margin: 20px 0 0;
  text-indent: -1.25em;
  padding-left: 1.25em;
  color: #000;
}

@media (max-width: 640px) {
  #container.form .form-area .privacy-txt--large {
    font-size: 17px;
    margin: 10px 0 0;
  }
}

#container.form .form-area .privacy-txt--head-double {
  text-indent: -1.75em;
  padding-left: 1.75em;
}

#container.form .form-area .privacy-txt--head-double .privacy-txt__head {
  width: 1.75em;
}

#container.form .form-area .privacy-txt--border {
  border: solid 1px #000;
  padding: 3px 7px;
}

@media (max-width: 640px) {
  #container.form .form-area .privacy-txt--border {
    padding: 2px 5px;
  }
}

#container.form .form-area__submit-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 25px auto 0;
}

#container.form .form-area__submit-row .form-area__submit {
  margin: 0;
}

#container.form .form-area__submit-row .form-area__submit__back {
  margin: 0;
}

#container.form .form-area__submit-row .form-area__submit:nth-child(1) {
  margin: 0 50px 0 0;
}

#container.form .form-area__submit {
  width: 500px;
  height: 75px;
  border-radius: 37.5px;
  background: #90c31f;
  margin: 25px auto 0;
  text-align: center;
  cursor: pointer;
  -webkit-box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
          box-shadow: 0 3px 7px rgba(204, 204, 204, 0.35);
  -webkit-transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-box-shadow 0.25s cubic-bezier(0.39, 0.575, 0.565, 1);
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

#container.form .form-area__submit::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #container.form .form-area__submit {
    width: 190px;
    height: 43px;
    border-radius: 21.5px;
    margin: 18px auto 0;
    -webkit-box-shadow: 0 1px 3px rgba(204, 204, 204, 0.35);
            box-shadow: 0 1px 3px rgba(204, 204, 204, 0.35);
  }
}

#container.form .form-area__submit .submit-btn {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  border-radius: 37.5px;
  border: none;
  cursor: pointer;
  opacity: 0;
}

@media (max-width: 640px) {
  #container.form .form-area__submit .submit-btn {
    border-radius: 21.5px;
  }
}

#container.form .form-area__submit::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 32px;
  background: url(../img/common/icon_contact.png) no-repeat 0 0;
  background-size: 100%;
  vertical-align: middle;
  margin: 0 20px 0 0;
}

@media (max-width: 640px) {
  #container.form .form-area__submit::before {
    width: 25px;
    height: 19px;
    margin: 0 5px 0 0;
  }
}

#container.form .form-area__submit .submit-txt {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
}

@media (max-width: 640px) {
  #container.form .form-area__submit .submit-txt {
    font-size: 14px;
  }
}

#container.form .form-area__submit--small {
  width: 330px;
}

@media (max-width: 640px) {
  #container.form .form-area__submit--small {
    width: 190px;
  }
}

#container.form .form-area__submit--back {
  width: 330px;
  margin: 50px auto 0;
}

@media (max-width: 640px) {
  #container.form .form-area__submit--back {
    width: 190px;
    margin: 35px auto 0;
  }
}

#container.form .form-area__submit--back::before, #container.form .form-area__submit--back::after {
  display: none;
}

#container.form .form-area__submit--back .submit-txt {
  display: block;
  height: 100%;
  line-height: 75px;
}

@media (max-width: 640px) {
  #container.form .form-area__submit--back .submit-txt {
    line-height: 43px;
  }
}

#container.form .form-area__submit--back--large {
  width: 350px;
}

@media (max-width: 640px) {
  #container.form .form-area__submit--back--large {
    width: 200px;
  }
}

@media (max-width: 640px) {
  #container.form .form-area__submit--sp-large {
    width: 240px;
  }
}

#container.form .form-area__submit:hover {
  -webkit-box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
          box-shadow: 0 3px 3px rgba(187, 187, 187, 0.6), 0 5px 5px rgba(204, 204, 204, 0.5);
}

@media (max-width: 640px) {
  #container.form .form-area__submit:hover {
    -webkit-box-shadow: 0 0 0 transparent;
            box-shadow: 0 0 0 transparent;
  }
}
