@charset "UTF-8";
#contact-2020 {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#contact-2020 form > div {
  margin-top: 20px;
}
#contact-2020 form > div.step2 .buttons button {
  background: #7b8d42;
}
#contact-2020 form > div .buttons button:disabled {
  background: #999;
  color: #000;
}
#contact-2020 form > div > label {
  display: block;
  margin-bottom: 5px;
  text-align: center;
}
#contact-2020 form > div input[type=text], #contact-2020 form > div input[type=tel], #contact-2020 form > div input[type=email] {
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  background: #eee;
  border: solid 1px #999;
}
#contact-2020 form > div input:read-only {
  background: #ccc;
}
#contact-2020 form > div input::placeholder {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
}
#contact-2020 form > div select::placeholder {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
}
#contact-2020 form > div textarea::placeholder {
  color: #000;
  text-align: center;
  font-size: 1.4rem;
  padding-top: 54px;
}
#contact-2020 form > div input:focus::placeholder, #contact-2020 form > div select:focus::placeholder, #contact-2020 form > div textarea:focus::placeholder {
  color: transparent;
}
#contact-2020 form > div select {
  width: 100%;
  margin-bottom: 10px;
  border: none;
  margin-bottom: 20px;
  padding: 5px;
  background: #eee;
  border: solid 1px #999;
}
#contact-2020 form > div textarea {
  width: 100%;
  height: 120px;
  border: none;
  padding: 0 5px;
  border: solid 1px #999;
  background: #eee;
}
#contact-2020 form .row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contact-2020 form .row2 > div {
  width: 50%;
}
#contact-2020 form .row2.l7 > div:nth-of-type(odd) {
  width: 70%;
}
#contact-2020 form .row2.l7 > div:nth-of-type(even) {
  width: 30%;
}
#contact-2020 form .row2.l6 > div:nth-of-type(odd) {
  width: 60%;
}
#contact-2020 form .row2.l6 > div:nth-of-type(even) {
  width: 40%;
}
#contact-2020 form .row2 > div:nth-of-type(odd) {
  padding-right: 5px;
}
#contact-2020 form .row2 > div:nth-of-type(even) {
  padding-left: 5px;
}
#contact-2020 form .half {
  width: 50%;
  padding-right: 10px;
}
#contact-2020 form .agree-box {
  position: relative;
  padding-top: 10px;
}
#contact-2020 form .agree-box > input {
  position: absolute;
  left: -2px;
  top: 12px;
  transform-origin: 0 0;
  transform: scale(2);
}
#contact-2020 form .agree-box > label {
  display: block;
  padding-left: 30px;
  line-height: 1.2;
}
#contact-2020 form .buttons button {
  display: block;
  width: 100%;
  height: 36px;
  border: solid 1px #ccc;
  margin-top: 10px;
  background: #63A9CD;
  color: #fff;
  line-height: 30px;
}

#contact-2020 form #recaptcha{
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 10px -25px 0;
}
#contact-2020 form #recaptcha iframe{
  max-width: 100%;
}
#contact-2020 form .buttons{
  position: relative;
  z-index: 2;
}

#contact-form-2020 > div.disable {
  display: none;
}

#contact-2020 form .notice {
  margin: -0.5em 0 0 0;
  font-size: 1.4rem;
}
#contact-2020 form label.type {
  display: none;
}
#contact-2020 form label.type.active {
  display: block;
}
#contact-2020 form .step2s > H3 {
  margin: 10px 0;
}
#contact-2020 form .step2s > label {
  font-size: 2rem;
}
#contact-2020 form a.prev {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
  font-size: 2.4rem;
  text-decoration: none;
}
#contact-2020 form .prev:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#to-top.no-cta {
  right: 0;
}