.sec-form {
  padding: 0 0 100px;
}
.sec-form .inner {
  max-width: 800px;
}

.form-control {
  display: block;
  width: 100%;
  height: 45px;
  background: white;
  border: 1px solid #ccc;
  font-weight: 500;
  padding: 5px 10px;
  font-size: 1.5rem;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

textarea.form-control {
  height: 100px;
}

select.form-control {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url(../images/arrow-dow.png) no-repeat 95%;
  background-size: 13px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.form-note {
  margin-bottom: 100px;
}
@media screen and (max-width: 834px) {
  .form-note {
    margin-bottom: 50px;
  }
}
.form-note .required {
  display: inline-block;
  color: white;
  background: #af997f;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 10px 0 0;
}

.form-block dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #ccc;
  padding: 15px 0;
}
.form-block dl.flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-block dl.flex-start dt {
  padding-top: 10px;
}
.form-block dl dt {
  width: 240px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: bold;
}
@media screen and (max-width: 834px) {
  .form-block dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.form-block dl dt .required {
  display: block;
  color: white;
  background: #af997f;
  line-height: 1;
  padding: 5px 10px;
  margin: 0 0 0 10px;
}
.form-block dl dt .form-control {
  margin-bottom: 7px;
}
.form-block dl dt .form-control:last-child {
  margin-bottom: 0;
}
.form-block dl dd {
  width: calc(100% - 240px);
}
@media screen and (max-width: 834px) {
  .form-block dl dd {
    width: 100%;
  }
}
.form-block__col {
  display: grid;
}
.form-block__col--02 {
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}
@media screen and (max-width: 834px) {
  .form-block__col--02 {
    gap: 20px;
    grid-template-columns: 1fr;
  }
}
.form-block__col--03 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
@media screen and (max-width: 834px) {
  .form-block__col--03 {
    gap: 15px;
  }
}
.form-block__col-ttl {
  display: block;
  padding: 7px 0 0;
  width: 20px;
  text-align: center;
}
.form-block__col .form-control {
  width: calc(100% - 30px);
}
.form-block__col li {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.form-block .error {
  position: relative;
  padding: 0 0 0 18px;
  color: #F00;
  width: 100%;
}
.form-block .error:before {
  content: "";
  width: 13px;
  height: 13px;
  background: url("../images/error.gif") no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
}
.form-block__code {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  max-width: 200px;
  margin-bottom: 15px;
}
.form-block__code .form-control {
  width: 80px;
  margin: 0 10px;
}
.form-block__fill {
  margin-bottom: 15px;
}
.form-block__fill:last-child {
  margin-bottom: 0;
}
.form-block__sub {
  padding: 30px 0 0;
}
.form-block__sub .c-btn__01 {
  cursor: pointer;
}

.wpcf7-form-control {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.wpcf7-form-control .wpcf7-list-item {
  margin: 0 20px 0 0;
}
.wpcf7-form-control .wpcf7-list-item label {
  display: block;
  position: relative;
}
.wpcf7-form-control .wpcf7-list-item label input {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 33px;
  width: 100%;
}
.wpcf7-form-control .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7-form-control .wpcf7-list-item label span {
  display: block;
  padding: 0 0 0 23px;
  line-height: 1;
  cursor: pointer;
}
.wpcf7-form-control .wpcf7-list-item label span:before {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7-form-control .wpcf7-list-item label span:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #5858b3;
  opacity: 0;
  visibility: hidden;
}
/*# sourceMappingURL=maps/form.css.map */
