

/* セミナーフォーム
----------------------------------------------------------------------------------------------- */
#pre-form-wrap .seminar-form:not(.normal-complete) .wrap-framework {
  border-bottom: none;
}
#pre-form-wrap .seminar-form .sentence {
  margin: 40px 0 50px;
  line-height: 30px;
  text-align: center;
}
#pre-form-wrap .seminar-form .easy-form {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  /* セミナー申込フォーム内の dl 間余白 */
  display: flex;
  flex-direction: column;
  row-gap: 24px; /* デザインに応じて 16〜32px */
}
#pre-form-wrap .seminar-form .easy-form dt {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
}
#pre-form-wrap .seminar-form .easy-form input {
  box-sizing: border-box;
  width: 100%;
  padding: 14px 15px;
  font-size: 20px;
  line-height: 1.5;
  background-color: rgb(255 242 199);
}
#pre-form-wrap .seminar-form .easy-form input.input-success,
#pre-form-wrap .seminar-form .easy-form input:focus {
  background: #fcfcfc;
}
#pre-form-wrap .seminar-form .required-mark-02 {
  position: static;
  margin-top: 0;
  margin-right: 5px;
  margin-left: 0;
}
#pre-form-wrap .seminar-form-comp .w960 {
  text-align: center;
}
#pre-form-wrap .seminar-form-comp .circle {
  width: 60px;
  height: 60px;
  margin: 25px auto 0;
  border: 6px solid #239fa5;
  border-radius: 100%;
}
#pre-form-wrap .seminar-form-comp h3 {
  margin: 20px auto 25px;
  font-size: 20px;
  font-weight: 700;
}
#pre-form-wrap .seminar-form-comp .box-sentence {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 40px;
  margin: 0 auto 20px;
  font-size: 15px;
  font-weight: 700;
  color: #f15a52;
  text-align: center;
  background: #ffffff;
  border: 1px solid #c3c3c3;
}
#pre-form-wrap .seminar-form-comp p[class^="sentence"] {
  line-height: 30px;
}
#pre-form-wrap .seminar-form-comp .sentence01 {
  margin-bottom: 35px;
}
#pre-form-wrap .seminar-form-comp .sentence02 {
  margin-bottom: 45px;
}

@media screen and (width <= 670px) {
  #pre-form-wrap .seminar-form .sentence {
    margin: 20px 0 40px;
  }
  #pre-form-wrap .seminar-form .sentence br {
    display: none;
  }
  #pre-form-wrap .seminar-form-comp .box-sentence {
    font-size: 13px;
  }
  #pre-form-wrap .seminar-form-comp .sentence01 {
    margin-bottom: 15px;
  }
  #pre-form-wrap .seminar-form-comp .sentence02 {
    margin-bottom: 25px;
  }
  #pre-form-wrap .seminar-form-comp .circle {
    margin-top: 10px;
  }
  #pre-form-wrap .seminar-form-comp p[class^="sentence"] {
    font-size: 13px;
    line-height: 25px;
  }
}

/* 個人情報の取り扱い
----------------------------------------------------------------------------------------------- */
#pre-form-wrap .seminar-form .privacy-checkbox-label {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}
#pre-form-wrap .seminar-form .privacy-checkbox-label p {
  order: 99;
  grid-column: 1 / -1;
}
