/* mv */
.section__mv__wrap {
  position: relative;
}
.section__mv__wrap .section__mv {
  margin-right: auto;
  margin-left: auto;
}
.section__mv picture {
  display: block;
  overflow: hidden;
}
.section__mv picture img {
  width: 100%;
  height: auto;
}
.section__mv__wrap h1 {
  position: absolute;
  top: calc(50% - .5em);
  text-align: center;
  color: #fff;
  width: 100%;
}


.form__wrap {}
.form__wrap .form__item:not(:first-child) {
  border-top: 2px solid #f3f5f6;
}
.form__item.req > label {
  text-align: left;
  font-weight: bold;
}
.form__item.req > label:before {
  content: '必須';
  background: #ba0a00;
  border-radius: 3px;
  color: #fff;
  margin-right: 1em;
  line-height: 1;
  padding: 0.2em 0.3em;
}
form#mailformpro {
  padding: 0;
}
.form__item .input input[type=text],
.form__item .input input[type=email],
.form__item .input input[type=tel] {
  width: 100%;
  max-width: none;
  background-color: #fff;
  box-shadow: none;
  border: 2px solid #c0c9cc;
  border-radius: 4px;
}
.form__item .input textarea {
  width: 100% !important;
  max-width: none;
  border: 2px solid #c0c9cc;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: none;
}


/* 確認画面 */
div#mfp_phase_confirm h4 {
  padding: 0 0 1em;
  text-align: center;
  font-weight: normal;
}
.thanks {
  text-align: center;
}
.thanks p,
.thanks dl {
  font-size: 1.4rem;
}
.thanks p {
  margin: 3em auto;
}
.thanks dl dt {
  font-weight: bold;
  margin-bottom: 1em;
}
.thanks dl dd {
  line-height: 1.8;
}


@media all and (max-width: 768px) {


  .section__mv__wrap {
    margin-bottom: 10%;
  }
  .section__mv__wrap h1 {
    font-size: 2.6rem;
  }



  .section__contact {
    margin-bottom: 20%;
  }
  .form__wrap .form__item {
    margin-bottom: 15px;
  }
  .form__wrap .form__item > label {
    font-size: 1.6rem;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
  }
  .form__wrap .form__item:not(.check__row) > label {
    padding-top: 1.25em;
  }
  .form__wrap .form__item.check__row > label {
    padding-top: 1.25em;
  }
  .form__item.req > label:after {
    font-size: 1.4rem;
    margin-left: 1em;
  }
  .form__wrap .form__item .input {
    margin-top: 1em;
    font-size: 1.4rem;
  }
  .form__item .input input[type=text],
  .form__item .input input[type=email],
  .form__item .input input[type=tel] {
    height: 55px;
    padding: 0 2em;
    font-size: 1.6rem;
  }
  .form__item .input.date input {
    max-width: 256px;
  }
  .form__item .input textarea {
    width: 100% !important;
    min-height: 255px;
    padding: 1em 2em;
  }
  div#mfp_phase_confirm h4 {
    font-size: 2rem;
  }

  div.mfp_thanks {
    padding: 0;
  }
  #mfp_thanks {
    font-size: 1.4em;
  }

}

@media all and (min-width: 769px) {


  .section__mv__wrap {
    margin-bottom: 70px;
  }
  .section__mv__wrap h1 {
    font-size: 42px;
  }


  .section__contact {
    margin-bottom: 110px 
  }
  .form__wrap .form__item {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding: 27px 0;
  }
  .form__wrap .form__item > label {
    width: 28.57%;
    font-size: 16px;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin: 0;
    height: 45px;
  }
  .form__wrap .form__item:not(.check__row) > label {
    /* padding-top: 1.25em; */
  }
  .form__wrap .form__item.check__row > label {
    /* padding-top: .25em; */
  }
  .form__item.req > label:before {
    font-size: 14px;
  }
  .form__wrap .form__item .input {
    flex: 1;
    font-size: 1.4rem;
  }
  .form__item .input input[type=text],
  .form__item .input input[type=email],
  .form__item .input input[type=tel] {
    height: 45px;
    padding: 0 1em;
    font-size: 16px;
  }
  .form__item .input textarea {
    width: 100% !important;
    min-height: 400px;
    font-size: 16px;
    padding: .5em 1em;
  }
  .more__btn__wrap {
    margin-top: 110px;
  }
  .more__btn__wrap > * {
    width: 280px;
    height: 66px;
  }
  .more__btn__wrap > * span {
    font-size: 18px;
  }

  div#mfp_phase_confirm h4 {
    font-size: 3rem;
  }

  #mfp_thanks {
    font-size: 1.6em;
  }


}

div.mfp_err {
  background-position: 0px 50%;
}




