@charset "UTF-8";
.content-inner {
  padding: 5vw 5vw 10vw;
  max-width: 90rem;
  margin: 0 auto;
}
@media only screen and (max-width:767px) {
  .content-inner-form {
    padding-bottom: 2rem;
  }
}
.content-inner-form-button {
  text-align: center;
  padding-top: 3.5rem;
}
@media only screen and (max-width:767px) {
  .content-inner-form-button {
    padding-top: 2rem;
  }
}
.content-inner-form-button p {
  padding-bottom: 2rem;
}
.content-inner-form-button input[type=submit] {
  width: 100%;
  max-width: 32rem;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 0.3rem;
  margin: 0 auto;
  cursor: pointer;
}
.content-inner-form-button input[type=submit]:hover {
  background: #000;
}
@media only screen and (max-width:767px) {
  .content-inner-form-button input[type=submit] {
    max-width: 24rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.content-inner-form .wpforms-container .wpforms-field {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .content-inner-form .wpforms-container .wpforms-field {
    flex-direction: column;
    align-items: start;
  }
}
.content-inner-form .wpforms-container .wpforms-field .wpforms-field-limit-text {
  display: none;
}
.content-inner-form .wpforms-container .wpforms-field textarea {
  max-width: 60%;
}
.content-inner-form .wpforms-container .wpforms-submit {
  width: 100%;
  max-width: 32rem;
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #333333 !important;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  border: none;
  outline: none;
  border-radius: 0.3rem;
  margin: 0 auto;
  cursor: pointer;
}
.content-inner-form .wpforms-container .wpforms-submit:hover {
  background: #000 !important;
}
@media only screen and (max-width:767px) {
  .content-inner-form .wpforms-container .wpforms-submit {
    max-width: 24rem;
    height: 4rem;
    font-size: 1.3rem;
  }
}
.content-inner-form .dl-form > div {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 2rem 0.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1.3;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form > div {
    flex-direction: column;
  }
}
.content-inner-form .dl-form > div.req {
  position: relative;
}
.content-inner-form .dl-form > div.req > dt:before {
  content: "必須";
  background: #ff410b;
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 50%;
  margin-right: 0.5rem;
  border-radius: 0.3rem;
  padding: 0.2rem 0.8rem;
  display: inline-block;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form > div.req > dt:before {
    font-size: 0.8rem;
    padding: 0.1rem 0.5rem;
    position: relative;
    top: -0.3rem;
  }
}
.content-inner-form .dl-form > div > dt {
  width: 22rem;
  color: #333333;
  flex-shrink: 0;
  padding: 0 1.5rem 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media only screen and (max-width:1024px) and (max-width:767px) {
  .content-inner-form .dl-form > div > dt {
    width: 100%;
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
    padding: 0;
    align-items: baseline;
  }
  .content-inner-form .dl-form > div > dt br {
    display: none;
  }
}
.content-inner-form .dl-form > div > dd {
  width: 100%;
}
.content-inner-form .dl-form > div > dd p {
  padding-bottom: 1rem;
}
.content-inner-form .dl-form > div > dd p small {
  font-size: 1.1rem;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form > div > dd p small {
    font-size: 0.8rem;
  }
}
.content-inner-form .dl-form > div > dd ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form > div > dd ul {
    font-size: 1.1rem;
  }
}
.content-inner-form .dl-form > div > dd ul li {
  margin-bottom: 1rem;
}
.content-inner-form .dl-form > div > dd ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}
.content-inner-form .dl-form .error-mes {
  color: #ff410b;
  font-weight: 700;
  padding: 0.5rem 0 0;
  font-size: 1.2rem;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form .error-mes {
    font-size: 0.9rem;
  }
}
.content-inner-form .dl-form input[type=email], .content-inner-form .dl-form input[type=text], .content-inner-form .dl-form input[type=tel], .content-inner-form .dl-form input[type=date] {
  width: 100%;
  height: 4.8rem;
  background: #fff;
  border-radius: 0.3rem;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.5rem;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form input[type=email], .content-inner-form .dl-form input[type=text], .content-inner-form .dl-form input[type=tel], .content-inner-form .dl-form input[type=date] {
    padding: 1rem 1.5rem;
    height: 4rem;
    font-size: 1.2rem;
  }
}
.content-inner-form .dl-form input[type=email].error, .content-inner-form .dl-form input[type=text].error, .content-inner-form .dl-form input[type=tel].error, .content-inner-form .dl-form input[type=date].error {
  border-color: #ff410b;
}
.content-inner-form .dl-form input[type=email]::placeholder, .content-inner-form .dl-form input[type=text]::placeholder, .content-inner-form .dl-form input[type=tel]::placeholder, .content-inner-form .dl-form input[type=date]::placeholder {
  color: #ccc;
}
.content-inner-form .dl-form textarea {
  width: 100%;
  height: 12rem;
  background: #fff;
  border-radius: 0.6rem;
  border: 1px solid rgba(51, 51, 51, 0.1);
  padding: 1.5rem;
}
@media only screen and (max-width:767px) {
  .content-inner-form .dl-form textarea {
    padding: 1rem 1.5rem;
    height: 10rem;
    font-size: 1.2rem;
  }
}
.content-inner-form .dl-form textarea.error {
  border-color: #ff410b;
}
.content-inner-form .dl-form textarea::placeholder {
  color: #ccc;
}

/*# sourceMappingURL=form.css.map */
