@charset "utf-8";

/* pardot override */
form.form p label {
  font-size: 16px;
  font-weight: bold;
  color: #000000 !important;
}
.pg-form-column1 {
  display: block;
  width: 100%;
}
form.form p.last_name {
  width: 100%;
}
form.form p.first_name {
  width: 100%;
  margin-bottom: 0 !important
}
.formError {
  top: 76px !important;
  left: 0!important;
  right: 0!important;
  margin-top: 0!important;
  opacity: 1 !important;
}
.formErrorContent {
  font-size: 13px;
  font-weight: bold;
  color: #ff0000;
}
.form-field-carrier .formError {
  top: 123px !important;
  left: 20px !important;
}
.form-field-check .formError {
  top: 30px !important;
  left: 20px !important;
}
form.form {
  padding: 0 80px 40px !important;
}
form.form p label {
  margin-top: 0 !important;
}
.form-field {
  position: relative;
  padding-bottom: 34px !important;
}
form.form .submit input, .pg-SmartForm__submit {
  border-radius: 30px !important;
  border: 3px solid #FFFFFF !important;
  background-color: #E3077B !important;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
form.form p.submit {
  margin: 0 0 30px !important;
}
form.form p.last_name {
  margin-bottom: 0 !important;
}
img.wp-smiley,
img.emoji {
  display: inline !important;
  border: none !important;
  box-shadow: none !important;
  height: 1em !important;
  width: 1em !important;
  margin: 0 .07em !important;
  vertical-align: -0.1em !important;
  background: none !important;
  padding: 0 !important;
}
.sg-card-contents {
  background-color: #FFFFFF !important;
}
.sg-header {
  border-bottom: 1px solid #DDDDDD;
}
.pg-wrapper-column1 {
  width: 782px;
  margin: auto;
  border-top: none;
}
.pg-wrapper-column1-border {
  border: 1px solid #707070;
}
p {
  padding-bottom: 0 !important;
}
h2 + p {
  margin-top: 0 !important;
}

/* utility */
.u-pb-40 {
  padding-bottom: 40px !important;
}
.u-pb-50 {
  padding-bottom: 50px !important;
}

/* layout */
.l-form-horizontal {
  display: flex;
  justify-content: space-between;
}
.l-form-horizontal p {
  width: 300px !important;
}

/* unique */
.form-kv {
  padding-bottom: 50px;
}
.form-kv img {
  width: 100%;
  height: auto;
}
.form-heading-wrap {
  padding-bottom: 22px;
  text-align: center;
}
.form-heading-wrap-thanks {
  padding-bottom: 60px;
}
.form-heading {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
}
.form-heading-thanks {
  margin: 0 0 40px;
}
.form-description {
  padding-bottom: 12px;
  font-weight: bold;
}
.form-required-description {
  font-size: 14px;
  font-weight: bold;
}
.form-required-description--thanks {
  margin-top: 0;
  font-weight: normal;
}
.form-required {
  font-size: 12px;
  font-weight: bold;
  color: #FA301E;
}
.form-note {
  font-size: 12px;
  color: #999999;
}
.form-agree {
  font-weight: bold !important;
  color: #000000;
  text-align: center;
}
.form-agree a {
  padding-right: 3px;
  color: #000000;
  text-decoration: underline;
}
.form-agree a:hover {
  text-decoration: none;
}
.form-link {
  margin-top: 0 !important;
  padding-bottom: 70px !important;
  text-align: center;
}
.form-link a {
  font-size: 12px;
  color: #187C94;
}
.form-credit {
  font-size: 12px;
  color: #8D8D8D;
  text-align: center;
}
.form-summary {
  margin: auto;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 14px;
  text-align: left;
  border: 1px solid #8D8D8D;
}
.form-summary th,
.form-summary td {
  vertical-align: top;
}
.form-summary th {
  padding-bottom: 8px;
}

@media screen and (max-width:767px) {
  /* override*/
  .sg-card-contents {
    padding: 0 !important;
  }
  select.select.select-column2 {
    width: 96%;
  }
  /* unique */
  .pg-wrapper-column1 {
    width: 100%;
  }
  .pg-wrapper-column1-border {
    border: none;
  }
  form.form {
    width: 90%;
    margin: auto;
    padding: 8.4375vw 0 !important;
  }
  .form-field-carrier .formError {
    top: 200px !important;
  }
  .form-kv {
    padding-bottom: 7.5vw;
  }
  .form-heading {
    font-size: 24px;
  }
  .form-heading-wrap-thanks {
    width: 90%;
    margin: auto;
  }
  .form-summary {
    width: 100%;
  }
}