@charset "UTF-8";

/* --------------------------------------------------------
-----------------------------------------------------------
 cancel
-----------------------------------------------------------
----------------------------------------------------------- */
.form-hidden {
  display: none;
}
/*
-----------------------------------------------------------
 from-sub-item
----------------------------------------------------------- */
.from-sub-item {
  margin: 3rem 0 0;
}

.from-sub-item dt {
  margin-bottom: 0.8rem;
  line-height: 1.55;
}
/*
-----------------------------------------------------------
 top-block
----------------------------------------------------------- */
.suppout-block {
  margin-top: 2rem;
  border: 0.3rem solid #ff6614;
  border-radius: 1.2rem;
}

.suppout-block .block-title {
  text-align: center;
  color: #FFF;
  background: #ff6614;
  padding: 0.8rem 1rem;
  font-size: 1.6rem;
}

.suppout-block .block-body {
  padding: 1rem 0.8rem 1.2rem;
  font-size: 1.3rem;
  line-height: 1.55;
}

.suppout-block dl {
  margin: 1.4rem 0 0;
}

.suppout-block dt {
  font-weight: bold;
  margin-bottom: 0.5rem;
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.35;
  color: #ff6614;
  font-size: 1.4rem;
}

.suppout-block dd {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.35;
}

.top-block .top-text02 {
  margin-top: 1rem;
}

/*
-----------------------------------------------------------
 確認画面
----------------------------------------------------------- */
.mw_wp_form_confirm .form-hidden {
  display: block;
}

.from-sub-item:has(.form-input:empty) {
  display: none !important;
}