@charset "UTF-8";
.commonWidth.content {
  max-width: 900px;
  margin-bottom: 120px;
}

.contentArea .topTitleArea {
  padding-top: 130px;
}

@media only screen and (max-width: 767px) {
  .commonWidth.content {
    margin-bottom: 40px;
  }
  .contentArea .topTitleArea {
    padding-top: 90px;
    padding-bottom: 32px;
  }
}
.wpcf7-form.sent .wpcf7-response-output {
  display: none;
}

.contentArea .topTitleArea .nav {
  display: none;
}

footer {
  border-top: 1px solid #c1c1c1;
}

.caution {
  background: #f0f0f0;
  padding: 40px;
  margin-bottom: 40px;
}
.caution h3 {
  font-size: 17px;
  display: grid;
  grid-template-columns: 14px 1fr;
  gap: 2px;
  align-items: baseline;
  margin-bottom: 4px;
}
.caution h3 span {
  display: block;
  position: relative;
  height: 1em;
}
.caution h3 span:after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  height: 1px;
  width: 12px;
  background-color: #000;
}
.caution p {
  font-size: 13px;
  margin-left: 14px;
  margin-bottom: 24px;
}
.caution ul {
  margin-left: 14px;
  padding-left: 16px;
}
.caution ul li {
  font-size: 13px;
}

.subtxt {
  margin-bottom: 54px;
  font-size: 14px;
}

.form .formWrap {
  display: grid;
  grid-template-columns: 168px 1fr;
  align-items: start;
  gap: 10%;
  margin-bottom: 40px;
}
.form .formWrap .formTtl {
  display: grid;
  grid-template-columns: 1fr 30px;
  align-items: center;
}
.form .formWrap .formTtl p {
  font-size: 16px;
}
.form .formWrap .formTtl span {
  font-size: 14px;
  color: #d70202;
}
.form .formWrap .kome {
  letter-spacing: 0.01em;
  display: flex;
  align-items: baseline !important;
  font-size: 14px !important;
  margin-bottom: 8px !important;
  flex-wrap: nowrap !important;
  gap: 2px !important;
}
.form .formWrap .kome:before {
  content: "※";
  font-size: 14px;
}
.form .formWrap input,
.form .formWrap select,
.form .formWrap textarea {
  border: 1px solid #ccc;
  padding: 2px 12px;
}
.form .formWrap select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
.form .formWrap .formDay .formDayInner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}
.form .formWrap .formDay .formDayInner br {
  display: none;
}
.form .formWrap .formDay .formDayInner p {
  display: flex;
  gap: 4px;
  align-items: center;
}
.form .formWrap .formDay .formDayInner .box {
  display: flex;
  align-items: center;
  gap: 4px;
}
.form .formWrap .formDay .formDayInner .box select {
  padding: 0px 12px;
}
.form .formWrap .error .wpcf7-not-valid-tip {
  display: none;
}
.form .formWrap .error .error-message {
  color: #dc3232;
  display: none;
}
.form .formWrap .error:has(.wpcf7-not-valid-tip) .error-message {
  display: block;
  font-size: 1em;
  font-weight: normal;
  letter-spacing: 0.03em;
}
.form .formWrap .formTxt input {
  width: 100%;
}
.form .formWrap .formTxt textarea {
  width: 100%;
  field-sizing: content;
  min-height: 80px;
}
.form .formWrap input, .form .formWrap select {
  border-radius: 0px !important;
}

.submitArea, .backBtn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  position: relative;
}
.submitArea input[type=submit], .submitArea .back, .backBtn input[type=submit], .backBtn .back {
  cursor: pointer;
  width: 164px;
  height: 40px;
  display: block;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 19px;
  color: #fff;
  font-size: 16px;
  padding: 4px 20px;
  position: relative;
  margin: auto;
  text-align: center;
}
.submitArea input[type=submit]:hover, .submitArea .back:hover, .backBtn input[type=submit]:hover, .backBtn .back:hover {
  transition: 0.3s;
}
.submitArea input[type=submit], .backBtn input[type=submit] {
  background: #EC692C;
  margin: 0 auto 20px;
}
.submitArea .back, .backBtn .back {
  background: #000;
}
.submitArea:after, .backBtn:after {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  width: 3px;
  height: 3px;
  background: #fff;
  border-radius: 50%;
}

.margintop16 {
  margin-top: 16px;
}

@media only screen and (max-width: 767px) {
  .caution {
    padding: 24px 16px;
    margin-bottom: 24px;
  }
  .caution h3 {
    grid-template-columns: 10px 1fr;
  }
  .caution h3 span:after {
    width: 8px;
  }
  .caution p {
    font-size: 13px;
    margin-bottom: 18x;
  }
  .subtxt {
    margin-bottom: 32px;
  }
  .form .formWrap {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 5px;
    margin-bottom: 32px;
  }
  .form .formWrap .formTtl {
    display: grid;
    grid-template-columns: auto 30px;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
  }
  .form .formWrap .formTtl p {
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
  }
  .form .formWrap .formTtl span {
    font-size: 14px;
    color: #d70202;
  }
  .form .formWrap .kome {
    display: flex;
    align-items: baseline !important;
    font-size: 14px !important;
    margin-bottom: 8px !important;
    flex-wrap: nowrap !important;
    gap: 2px !important;
  }
  .form .formWrap .kome:before {
    content: "※";
    font-size: 14px;
  }
  .form .formWrap input,
  .form .formWrap select,
  .form .formWrap textarea {
    border: 1px solid #ccc;
  }
  .form .formWrap .formDay .formDayInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 18px;
  }
  .form .formWrap .formDay .formDayInner br {
    display: none;
  }
  .form .formWrap .formTxt input {
    width: 100%;
  }
  .form .formWrap .formTxt textarea {
    width: 100%;
    field-sizing: content;
    min-height: 80px;
  }
}
.wpcf7-date {
  width: 150px !important;
  height: 35px;
}

.wpcf7-spinner {
  display: none !important;
}/*# sourceMappingURL=style.css.map */