#form {
  width: 100%;
  background-color: #fff;
  margin: 40px auto;
}
#form input,
#form textarea {
  border: 0.5px solid #ccc;
}

table th {
  width: 30%;
}

#formWrap {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
#formWrap p {
  margin-bottom: 10px;
}
#formWrap h4 {
  margin-bottom: 2em;
}

.btn {
  margin: 20px auto;
}
.btn input {
  padding: 0.5em 1em;
  border-radius: 10px;
}

.tit_box,
.sub_tit {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.tit {
  margin-bottom: 1em;
}
.tit img {
  width: 100%;
}

textarea {
  width: 100%;
  height: 200px;
}

.input {
  margin-bottom: 10px;
}

.caution {
  text-align: center;
  margin: 2em 0;
}
.caution a {
  color: #0066ff;
  text-decoration: underline;
}

.pdf {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.pdf span {
  font-size: 1.6em;
  font-weight: 600;
}/*# sourceMappingURL=form.css.map */