.footerContact {
  display: none;
}

.contactWrap .inner-box {
  padding: 0;
}
.contactWrap .flow {
  padding: 0 2rem;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contactWrap .flow li {
  color: #666;
  font-size: 1.3rem;
  text-align: center;
  margin-right: 0.5rem;
  margin-bottom: 0;
  padding: 0.8em 1em;
  background-color: #E9EAEC;
  flex: 1;
}
.contactWrap .flow li:last-of-type {
  margin-right: 0;
}
.contact .contactWrap .flow li:first-of-type, .confirm .contactWrap .flow li:nth-of-type(2), .done .contactWrap .flow li:last-of-type {
  color: #423461;
  font-weight: 500;
  background-color: #F6F6F8;
}
.contactWrap .flow li span {
  display: none;
}

.formWrap {
  padding: 3rem 2rem;
  background-color: #F6F6F8;
}
.formWrap p {
  text-align: center;
}
.formWrap p a {
  color: #036BB3;
  font-size: inherit;
  text-decoration: underline;
}
.formWrap p a:hover {
  text-decoration: none;
}
.formWrap dt {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.5em;
}
.formWrap dt .caution {
  color: #D70051;
  font-size: 0.8em;
  line-height: 1.2;
  margin-top: 0.5em;
  display: block;
}
.formWrap dd {
  font-size: 1.5rem;
  margin-bottom: 1.5em;
}
.formWrap .req {
  color: #FFF;
  font-size: 0.8rem;
  margin-right: 0.8em;
  padding: 0.3em 0.3em 0.4em;
  display: inline-block;
  background-color: #D70051;
  transform: translateY(-0.15em);
}
.formWrap input[type=text],
.formWrap input[type=email],
.formWrap textarea {
  font-size: 1.5rem;
  width: 100%;
  padding: 0.3em;
  border: solid 1px #CACACA;
}
.formWrap input[type=button],
.formWrap input[type=submit],
.formWrap button.btn {
  margin: 0 0.5rem;
}
.formWrap input[type=button].back,
.formWrap input[type=submit].back,
.formWrap button.btn.back {
  color: #333;
  text-indent: 0.5em;
  padding-left: 2em;
  padding-right: 2em;
  background-color: #E9EAEC;
  background-image: url("../img/common/arrow-left-gray.svg");
  background-position: left center;
  border: solid 1px #aaa;
}

@media print, screen and (min-width: 768px) {
  .contactWrap .flow li {
    font-size: 1.6rem;
  }
  .contactWrap .flow li span {
    display: inline;
  }

  .formWrap {
    padding: 3rem 4rem;
  }
  .formWrap dl {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .formWrap dl dt {
    font-size: 1.6rem;
    width: 25%;
    margin-right: 5%;
    padding-top: 0.4em;
  }
  .formWrap dl dd {
    font-size: 1.6rem;
    width: 70%;
  }
  .formWrap input[type=text],
  .formWrap input[type=email],
  .formWrap textarea {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1000px) {
  .contactWrap .flow {
    padding: 0;
  }
  .contactWrap .flow li {
    margin-right: 1rem;
  }

  .formWrap {
    padding: 4rem;
  }
}

/*# sourceMappingURL=contact.css.map */
