.contactWrap {
  padding: 140px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactWrap {
    padding: 80px 0;
  }
}

.contactCheckWrap {
  padding: 140px 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .contactCheckWrap {
    padding: 80px 0 0;
  }
}

.contactFormWrap h2 {
  color: #59380f;
  font-family: "Zen Maru Gothic", serif;
  font-size: 2rem;
  text-align: center;
}

.contactThanksWrap {
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .contactThanksWrap {
    margin: 0 auto 60px;
  }
}

#formWrap {
  font-size: 16px;
  margin: 0 auto;
  max-width: 900px;
}
@media screen and (max-width: 768px) {
  #formWrap {
    padding: 0 24px;
  }
}
#formWrap dl {
  color: #555;
  margin: 0;
}
#formWrap dl dt {
  box-sizing: border-box;
  color: #51380f;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.6em;
  padding: 15px 0 0;
}
#formWrap dl dt .req {
  color: #fa3500;
  font-size: 1.2rem;
  padding-right: 20px;
  margin: 0 0 0 20px;
}
#formWrap dl dd {
  box-sizing: border-box;
  padding: 12px 0;
  margin: 0;
  min-height: 62px;
}
#formWrap dl dd .form_l {
  background-color: #fafafa;
  border: 2px solid #dcdcdc;
  width: 100%;
}
#formWrap input {
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
}
#formWrap select {
  padding: 10px;
}
#formWrap textarea {
  background-color: #fafafa;
  border: 2px solid #dcdcdc;
  box-sizing: border-box;
  font-size: 16px;
  padding: 10px;
  width: 100%;
}
#formWrap .submitWrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 50px 0 30px;
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap {
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
  }
}
#formWrap .submitWrap .submitInner {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap .submitInner {
    margin: 0 0 20px;
    width: 100%;
  }
}
#formWrap .submitWrap .submitInner .submitBtn button, #formWrap .submitWrap .submitInner a.button, #formWrap .submitWrap .submitInner input[type=button], #formWrap .submitWrap .submitInner input[type=reset], #formWrap .submitWrap .submitInner input[type=submit] {
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  padding: 16px 56px;
  position: relative;
  transition: all 0.4s;
}
#formWrap .submitWrap .submitInner .submitBtn {
  background-color: #e47c6d;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 1.6rem;
  height: 60px;
  margin: 0 20px;
  width: 400px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  #formWrap .submitWrap .submitInner .submitBtn {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap .submitInner .submitBtn {
    margin: 0;
    height: 50px;
    width: 300px;
  }
}
#formWrap .submitWrap .submitInner .submitBtn:hover {
  transition: all 0.4s;
  opacity: 0.8;
}
#formWrap .submitWrap .returnBtn {
  background-color: #b4b4b4;
  border: none;
  cursor: pointer;
  height: 60px;
  margin: 0 20px;
  width: 400px;
  transition: all 0.4s;
}
@media screen and (max-width: 1024px) {
  #formWrap .submitWrap .returnBtn {
    width: 260px;
  }
}
@media screen and (max-width: 768px) {
  #formWrap .submitWrap .returnBtn {
    margin: 0;
    height: 50px;
    width: 300px;
  }
}
#formWrap .submitWrap .returnBtn:hover {
  background: #d0d0d6;
}
#formWrap input[type=submit] {
  border: none;
}
@media screen and (max-width: 768px) {
  #formWrap input[type=submit] {
    padding: 0 20px;
  }
}
#formWrap .formThanks {
  text-align: center;
}
#formWrap .contactTopTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  text-align: center;
}
#formWrap .contactBottomTxt {
  font-size: 1.6rem;
  line-height: 1.8em;
  margin: 50px 0 0;
}
#formWrap .contactBottomTxt span {
  color: #0068b7;
  font-weight: bold;
}
#formWrap .thanksTxt {
  text-align: center;
}
#formWrap .contactCheckTitle {
  padding: 100px 0 0;
}
@media screen and (max-width: 768px) {
  #formWrap .contactCheckTitle {
    padding: 50px 0 0;
  }
}
#formWrap .contactThanks {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #formWrap .contactThanks {
    text-align: left;
  }
}
#formWrap .contactThanks p {
  font-size: 1.6rem;
  line-height: 2.2em;
}
#formWrap .contactThanks p.thanksTitle {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 100px 0 20px;
}
@media screen and (max-width: 768px) {
  #formWrap .contactThanks p.thanksTitle {
    padding: 70px 0 20px;
  }
}

.returnBg input[type=submit] {
  background-color: #999;
}

.returnBg input[type=submit]:hover {
  background-color: #666;
}

#formTxtArea h2 {
  color: #009944;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 50px;
}

#check .submitWrap {
  justify-content: space-between;
}
#check .submitInner {
  width: 48%;
}
#check .submitBtn {
  width: 100%;
}
#check .returnBtn {
  width: 100%;
}/*# sourceMappingURL=contact.css.map */