@charset "utf-8";
/* CSS Document */
/* ===============================
	common
 =============================== */
#increase_form_wrap {
  margin-top: 80px;
  /* margin-bottom: 56px; */
}
#contact_flow {
  margin-bottom: 3em;
}
.shrink_none {
  flex-shrink: 0;
}
.your-reason_etc {
  width: 100%;
}
@media screen and (max-width: 750px) {
  #increase_form_wrap {
    margin-top: 15.46666666666667vw;
    /* margin-bottom: 10.66666666666667vw; */
  }
  .your-reason_etc {
    display: block;
  }
}
/* ===============================
	input
 =============================== */
.mw_wp_form_input #contact_btn .back_btn {
  display: none;
}
.contact_con select {
  width: 40%;
}
@media screen and (max-width: 750px) {
  .contact_con select {
    width: 100%;
  }
}
/* ===============================
	confirm
 =============================== */
.mw_wp_form_confirm .contact_con {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
 /* ===============================
	thanks
 =============================== */