#form {
  width: 100%;
  background-color: #fff;
  margin: 20px auto;
}

#formWrap {
  max-width: 700px;
  width: 100%;
  margin: 2em auto;
  line-height: 120%;
  font-size: 90%;
}
#formWrap p {
  margin-bottom: 10px;
}
#formWrap h3 {
  padding: 1em 0;
  font-size: 1.5em;
  display: block;
}

table.formTable {
  width: 100%;
  margin: 0 auto;
}

table.formTable td,
table.formTable th {
  border-right: 1px solid rgba(204, 204, 204, 0.4);
  border-bottom: 1px solid rgba(204, 204, 204, 0.4);
  padding: 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  white-space: normal;
}

table.formTable th {
  background-color: #0066ff;
  color: white;
}
table.formTable th span {
  background-color: white;
  border-radius: 5px;
  padding: 4px;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

table.formTable tr {
  display: grid;
  grid-template-columns: minmax(0, 30%) minmax(0, 70%);
  justify-content: start;
  border-collapse: collapse;
  border-left: 1px solid rgba(204, 204, 204, 0.4);
}

table.formTable tr:nth-of-type(2) {
  border-top: 1px solid rgba(204, 204, 204, 0.4);
}

table.formTable tr:nth-of-type(1) {
  border: 2px solid #0066ff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 2em;
}

table.formTable th {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-content: space-between;
  align-items: center;
}

table.formTable .work {
  width: 50%;
  display: flex;
  align-items: center;
}

input {
  margin: 0 0.25em 0 0;
}

#workType {
  width: 100%;
}
#workType .select {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
#workType .select label {
  display: flex;
  align-items: center;
}

.btn {
  margin: 10px auto;
}

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

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

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

.input {
  margin-bottom: 10px;
}

.name {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, auto));
  justify-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}
.name input {
  width: 100%;
  justify-self: center;
}

.year_box {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, auto));
  justify-content: flex-start;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

.year {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
}

tr.koyou {
  border-radius: 20px;
  background-color: #0066ff;
}
tr.koyou th {
  border: none !important;
  color: #fff;
}
tr.koyou td {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #fff;
  border: none !important;
  color: #0066ff;
}

.caution {
  text-align: center;
  margin: 2em 0;
}
.caution a {
  color: #0066ff;
  text-decoration: underline;
}/*# sourceMappingURL=form.css.map */