@import url('../css/reset.css');
#content {
  width: 1280px;
  padding: 24px 100px;
  margin: 0 auto;
}
#content h2 {
  font-size: 24px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  margin-bottom: 24px;
}
#content input {
  width: 100%;
  height: 52px;
  background: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  border: none;
  text-indent: 1em;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 12px;
}
#content textarea {
  width: 100%;
  height: 200px;
  background: #F5F5F5;
  border-radius: 4px 4px 4px 4px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 24px;
  border: none;
  padding: 16px;
  box-sizing: border-box;
}
#content button {
  width: 100%;
  height: 52px;
  background: #F27821;
  border-radius: 40px 40px 40px 40px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #FFFFFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  #content {
    padding: 10px 16px;
    width: 100%;
  }
}
