@charset "utf-8";
main h2 {
  margin-bottom: 0;
  padding: 1em;
  border-radius: 15px;
  background-color: rgba(190, 99, 99, 0.3);
  text-align: center;
}
main h3 {
  margin: 0.5em 0;
  padding: 0.5em;
  border-radius: 10px;
  background-color: rgba(255, 60, 60, 0.15);
  text-align: center;
  color: #c00;
  text-shadow: none;
}
table + h2 {
  margin-top: 3em;
}
table {
  width: 100%;
  background-color: #fefefe;
}
table,
table th,
table td {
  border: 1px solid rgba(190, 0, 0, 0.3);
}
table th,
table td {
  padding: 1ex;
}
table tr:nth-child(even) {
  background-color: rgba(90, 0, 0, 0.035);
}
table th {
  width: 6em;
}
table th span {
  display: block;
  color: #d00;
}
table [type=text],
table textarea {
  line-height: 1.5em;
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}
table textarea {
  height: 6em;
}
table textarea:-ms-input-placeholder {
  color: #aaa;
}
table textarea::placeholder {
  color: #aaa;
}
table .error {
  margin-bottom: 0.5ex;
  color: #f00;
}
table .strong {
  color: #d00;
}
.navi {
  margin-top: 1em;
  text-align: center;
}
.submit-mail {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em 0;
}
.submit-mail * {
  font-size: 13px;
  font-weight: bold;
}
.submit-mail span {
  display: inline-block;
  white-space: nowrap;
  margin: 1.5em 0;
  padding: 0.8em;
  border: 3px double rgba(190, 0, 0, 0.25);
  border-radius: 8px;
  background-color: #ffdede;
}
.submit-mail span img {
  height: 1.2em;
  background-color: #fff;
  vertical-align: text-bottom;
}
.submit-mail .attention.yet p {
  color: #d00;
  text-indent: -1em;
}
.submit-mail .attention.yet p + p {
  margin: 1ex 0;
  text-indent: 0;
}
.submit-mail .attention.spam {
  margin-top: 1em;
}
.submit-mail .attention.spam p {
  text-align: center;
  font-weight: bold;
  line-height: 1.5em;
}
.admin_message {
  display: block;
  text-align: center;
  color: #ccc;
  font-size: 9px;
}
/*# sourceMappingURL=confirm.css.map */