@charset "UTF-8";

.form .form_in .mktoFormRow {
  flex-direction: column;
}

.complete {
  max-width: 660px;
  margin: 50px auto 0;
}

.desc {
  max-width: 660px;
  margin: 0 auto 60px;
  line-height: 1.5;
}

.desc p  {
  margin: 0 0 20px;
}

.desc h2 {
  font-size: 20px;
  font-weight: 700;
  margin: 40px 0 20px;
}

.desc ul {
  list-style-type: disc;
  padding-left: 24px;
}

@media screen and (max-width: 768px){
  .desc h2 {
    font-size: 16px;
    margin: 30px 0 10px;
  }
}
