#contact table th {
  font-weight: normal;
  width: 6rem;
}

#contact table td span {
  display: block;
}

#go-inquiry img {
  max-width: 100%;
  height: auto;
  width: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

@media print, screen and (min-width: 769px) {
  #contact table td span {
    display: inline;
    margin-right: 1rem;
  }
  #go-inquiry {
    text-align: center;
  }
}
#necessity h3 {
  margin: 0;
  padding: 0;
  color: #b34c4c;
}/*# sourceMappingURL=style.css.map */