:root {
  --clr-white: #eee;
  --clr-black: #333;
  --clr-err: #e53935;
  --clr-weak: #a0a0a0;
  --clr-strong: #ff6633;
  --clr-link: #0277bd;
  --clr-hover: #0277bd;
  --fw-regular: 400;
  --fw-bold: 600;
  --cubic: cubic-bezier(0.13, 1.05, 0.96, 1);
  --cubicHigh: cubic-bezier(.18,1.07,.55,1.07);
}

.contact_form {
  background: #ffdaa9;
  padding: 4rem 2rem;
}

.contact_form .submit {
  text-align: center;
}

.contact_form input[type="submit"] {
  font-size: 1.8rem;
  background: #F7991D;
  color: #ffffff;
  padding: 1.8rem 7rem;
  min-width: 26rem;
  text-align: center;
  position: relative;
  display: inline-block;
}

.contact_formWrap {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  margin: 0 auto 3rem;
}

.contact_formWrap dt {
  width: 100%;
  font-weight: 600;
  font-size: 1.8rem;
  display: flex;
  margin-bottom: 1em;
}

.contact_formWrap dt span {
  background: #f69925;
  color: #fff;
  font-size: .8em;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  padding: 0 .5rem;
  margin-left: .5rem;
}

.contact_formWrap dd {
  width: 100%;
  margin-bottom: 2rem;
  font-weight: 400;
}

.contact_formWrap input, .contact_formWrap textarea {
  background: #fff;
  min-height: 2em;
  width: 100%;
  padding: 1rem;
}

.contact_formWrap select {
  cursor: pointer;
  background: #F7991D;
  color: #fff;
  width: 100%;
  font-size: 1.8rem;
  padding: 1rem;
  appearance: none;
  border-radius: 5px;
  border: none;
  background-image: url(../images/common/icon_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 10px;
  background-position: right 10px center;
}
/*# sourceMappingURL=contact.css.map */