input[type=radio] {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}

.privacyCheck input[type=checkbox] {
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
}
.privacyCheck [id=consent-error] {
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  margin: 10px 0 0;
  line-height: 1.4;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}
.privacyCheck [id=consent-error]:before, .privacyCheck [id=consent-error]:after {
  display: none;
}

.gender {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gender [id=gender-error] {
  background-color: transparent;
  font-weight: normal;
  padding: 0;
  margin: 0;
  line-height: 1.4;
  width: 100%;
  text-align: left;
  font-size: 1rem;
}

.confirm-input {
  width: 100%;
  padding: 15px 20px;
  background-color: rgb(245, 245, 245);
  min-height: 1em;
}

.inputbox .error {
  display: block;
  color: tomato;
  margin-top: 10px;
}

.sendtitle {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
#contact .sendtitle {
  color: #00A7EA;
}
#entry .sendtitle {
  color: #F46117;
}

.sendbody {
  padding: 0 40px;
  text-align: left;
  margin-bottom: 1em;
}

.sendbody ul {
  margin: 10px;
  margin-left: 2em;
  list-style: disc;
}