.L02-002__iframe {
  height: 980px;
}

#pardot-form .form-field {
  margin-top: 15px;
}
#pardot-form .errors,
#pardot-form .error  {
  font-size: 13px;
  color: #c00;
  margin-left: 0;
}
#pardot-form .field-label {
  display: block;
  margin: 0 0 5px;
  font-size: 13px;
  line-height: 1;
  color: #005c55;
  padding: 0;
}

/* input */

#pardot-form .text{
  width: 100%;
  height: 38px;
  padding: 0 8px;
  border: 2px solid #d8d8d8;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  font-family: inherit;
  line-height: 1;
}
#pardot-form .text:focus {
  border: 2px solid #13a398;
  outline: 0;
}
#pardot-form .description {
  font-size: 13px;
  line-height: 1.3;
  color: #65676a;
}

/* checkbox */

#pardot-form .value {
  position: relative;
  margin-left: 2px;
}
#pardot-form input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  display: block;
  width: 18px;
  height: 18px;
  top: -1px;
  left: 1px;
  border: 2px solid transparent;
  border-radius: 3px;
}
#pardot-form input[type="checkbox"]:focus {
  opacity: 1;
  outline-color: #13a398;
}

/* privacy_policy */

#pardot-form .privacy_policy .description {
  display: block;
  padding-left: 25px;
}
#pardot-form .privacy_policy .inline {
  font-size: 13px;
  padding-left: 26px;
}
#pardot-form .privacy_policy.pd-checkbox .value span {
  float: none !important;
}

/* checkbox */

input[type="checkbox"] {
  display: none
}

input[type="checkbox"]+label {
  display: inline-block;
  position: relative;
  padding-left: 26px;
  font-size: 13px;
  cursor: pointer
}

.view_sp input[type="checkbox"]+label {
  font-size: 16px
}

input[type="checkbox"]+label::before {
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border: 2px solid #d8d8d8;
  border-radius: 4px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  content: ""
}

.view_sp input[type="checkbox"]+label::before {
  margin-top: -6px
}

input[type="checkbox"]:checked+label::before {
  position: absolute;
  border-color: #0a847b;
  background-color: #0a847b
}

input[type="checkbox"]:checked+label::after {
  position: absolute;
  top: 1px;
  left: 4px;
  width: 12px;
  height: 8px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: ""
}

/* submit */

#pardot-form .submit {
  margin-top: 25px;
  text-align: center;
}
#pardot-form .submit input[type="submit"] {
  display: inline-block;
  min-width: 320px;
  min-height: 50px;
  padding: 14px 30px 16px;
  border: none;
  border-radius: 25px;
  font-size: 16px;
  font-family: inherit;
  line-height: 1.3;
  text-align: center;
  background-color: #0a847b;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 10px 20px 0 rgb(0 0 0 / 10%);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
}
#pardot-form .submit input[type="submit"]:hover {
  background-color: #13a398;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}