p.error {
  color: red;
}

.error input,
.error textarea {
  background-color: #F9E9E9;
}

#confirmArea dl {
  margin-top: 15px;
}
#confirmArea dl dt {
  font-weight: bold;
}
#confirmArea dl dd {
  margin-bottom: 10px;
}

/* ============================================
 Media Queries
============================================ */
@media screen and (min-width: 768px) {
  #confirmArea dl {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.16667rem;
  }
  #confirmArea dl dd {
    margin-bottom: 15px;
  }
}

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