.preset-err-wrapper {
  margin: 12px auto;
  text-indent: -24px;
  padding-left: 24px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  color: #e02412;
}
.preset-err-wrapper img {
  margin-right: 8px;
  margin-top: -4px;
  width: 16px;
  height: 15px;
  vertical-align: middle;
}
.mktoForm input[type="text"].preset-field,
.mktoForm input[type="tel"].preset-field,
.mktoForm input[type="email"].preset-field {
  border: 1px solid #3b870c !important;
  background: #ebf8dc !important;
}
.mktoForm select.preset-field {
  border: 1px solid #3b870c !important;
  background: #ebf8dc !important;
}
.preset-complete-wrapper {
  margin: 12px auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-align: left;
  color: #3b870c;
}
.preset-complete-wrapper img {
  margin-right: 8px;
  margin-top: -4px;
  width: 16px;
  height: 16px;
  vertical-align: bottom;
}
.presetButtonArea {
  display: none;
  max-width: 752px;
  margin: 0 auto;
  font-size: 12px;
}
.presetButtonArea .preset_button {
  display: inline-block;
  width: 260px;
  padding: 13px 26px 11px;
  background-color: #fafafa;
  border: 1px solid #c7c7c7;
  border-bottom: 2px solid #c7c7c7;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  color: #666;
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  @media only screen and (max-width: 699px) {
    margin: 16px auto 0;
  }
}
.presetButtonArea .presetButtonAreaInner {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media only screen and (max-width: 699px) {
  .presetButtonArea .presetButtonAreaInner {
    display: block;
    padding: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}
.presetButtonArea .presetButtonAreaInner .flexLeft {
  width: 62%;
  text-align: left;
}
@media only screen and (max-width: 699px) {
  .presetButtonArea .presetButtonAreaInner .flexLeft {
    width: 100%;
  }
}
.presetButtonArea .presetButtonAreaInner .flexLeft h3 {
  margin: 0 0 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}
.presetButtonArea .presetButtonAreaInner .flexLeft p {
  margin: 0;
  font-size: 12px;
  line-height: 16.8px;
}
.presetButtonArea .presetButtonAreaInner .flexRight {
  display: flex;
  align-items: center;
  max-width: 659px;
}
@media only screen and (max-width: 699px) {
  .presetButtonArea .presetButtonAreaInner .flexRight {
    display: block;
    max-width: none;
    width: 100%;
    text-align: center;
    a {
      display: block;
    }
  }
}
