@charset "utf-8";

/* form table {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 30px auto;
  border: solid 5px #e4e4e4;
  border-collapse: collapse;
  font-size: 12px;
}

form table th {
  width: 115px;
  padding: 10px;
  text-align: left;
  background-color: #f9f7f0;
  border-bottom: 1px dotted #cccccc;
}

form table td {
  padding: 10px;
  border-bottom: 1px dotted #cccccc;
} */

.caution {
  margin: 15px auto 0;
  /* width: 500px;
  font-size: 11px; */
}

.caution ul {
  margin-left: 1em;
  margin-bottom: 15px;
}
.caution ul li {
  text-indent: -1em;
}

.caution ul li span {
  font-weight: bold;
}
input {
  padding: 0.5em;
  font-size: 100%;
}
textarea {
  width: 100%;
  font-size: 100%;
}

