#popup-sep .popup-content {
  width: 700px;
  height: 500px;
  padding: 0 15px;
  background-image: url(../images/hero/popup-back.png);
  background-image: -webkit-image-set(url("../images/hero/popup-back.png") 1x, url("../images/hero/popup-back@2x.png") 2x);
}

#popup-sep .popup-close {
  width: auto;
  height: auto;
  top: 0;
  right: 0;
  padding: 24px;
}

#popup-sep form {
  margin-top: 20px;
  margin-bottom: 0;
}

#popup-sep form select,
#popup-sep form input {
  border-color: #a3a3a6;
}

#popup-sep .button {
  font-size: 1.15em;
  width: 10.5em;
  height: 2.2em;
  border-radius: 1.1em;
  padding: 0;
  margin-top: 14px;
}

#popup-sep p {
  margin-bottom: 0;
}

#popup-sep .form-text {
  font-size: 37.5px;
  line-height: 41.5px;
  color: #ffffff;
  text-align: center;
}

#popup-sep .thanks-top {
  font-size: 32.5px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 128px;
}

#popup-sep .thanks-text {
  font-size: 22.5px;
  line-height: 27.5px;
  color: #ffffff;
  text-align: center;
}

#popup-sep .thanks-text1 {
  margin-bottom: 20px;
  max-width: 462px;
}

#popup-sep .thanks-text2 {
  max-width: 400px;
}

#popup-sep .thanks-note {
  font-size: 21.5px;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  margin-top: 10px;
}

#popup-sep .thanks-img {
  top: -6.5em;
  left: 50%;
  transform: translateX(-50%);
}

@supports (background: -webkit-named-image(i)) {
  #popup-sep .button {
    padding-top: 2px;
  }
}

@media screen and (max-width: 567px) {
  #popup-sep .popup-content {
    width: 100%;
    height: 100%;
    background-image: url(../images/hero/popup-back-m.png);
    background-image: -webkit-image-set(url("../images/hero/popup-back-m.png") 1x, url("../images/hero/popup-back-m@2x.png") 2x);
  }

  #popup-sep form {
    margin-top: 22px;
  }

  #popup-sep .form-text {
    font-size: 32.5px;
    line-height: 36.5px;
    padding: 0 38px;
  }

  #popup-sep .thanks-top {
    font-size: 30px;
    margin-top: 0;
  }

  #popup-sep .thanks-text {
    max-width: unset;
    padding: 0 20px;
  }

  #popup-sep .thanks-note {
    font-size: 22.5px;
    padding: 0 15px;
  }

  #popup-sep .thanks-img {
    top: unset;
    margin-top: -45px;
  }
}