.secContact {
  padding-bottom: 130px;
}

.secTopArea {
  padding: 100px 0;
}
.secTopArea * {
  letter-spacing: 0.1em;
}
.secTopArea .txDetail {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(1.563rem, -6.25rem + 12.5vw, 3.125rem);
}
.secTopArea .txDetail > div {
  text-align: left;
}
.secTopArea .txDetail .title {
  font-size: clamp(1.125rem, 0.714rem + 0.86vw, 1.25rem);
  font-weight: bold;
  padding-bottom: 30px;
}
.secTopArea .wrapInfo p {
  font-size: 17px;
  line-height: 190%;
  text-align: center;
}
.secTopArea .wrapInfo .time {
  font-size: 13px;
  text-align: center;
}
.secTopArea .wrapInfo .btnArea {
  margin: 30px auto 13px;
  width: 315px;
  height: 63px;
  background: #2D342A;
  justify-content: center;
}
.secTopArea .wrapInfo .btnArea p {
  color: #ffffff;
  font-size: 22px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .secTopArea {
    padding: 60px 0 20px;
  }
  .secTopArea .txDetail {
    grid-template-columns: 1fr;
  }
}
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

::-moz-placeholder {
  color: #B3B3B3;
  font-weight: 400 !important;
}

::placeholder {
  color: #B3B3B3;
  font-weight: 400 !important;
}

.content {
  width: 100%;
  padding: 13px 0;
  display: grid;
  -moz-column-gap: 68px;
       column-gap: 68px;
  grid-template-columns: 240px 1fr;
}
.content .title {
  font-size: 15px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .title span {
  border-radius: 5px;
  background: #B12404;
  color: #fff;
  height: 26px;
  padding: 2px 3px 1px;
  font-size: 14px;
  margin-left: 16px;
  font-weight: 500;
}
.content .title .any {
  color: #0079D1;
  background: #fff;
  border: 1px solid #0079D1;
}
.content input, .content textarea, .content select {
  padding: 10px 13px;
  font-size: 15px;
  line-height: 25.6px;
  letter-spacing: 0.05em;
  width: 100%;
  font-weight: 400;
  border: 1px solid #ADADAD;
  background: #fff;
  border-radius: 5px;
}
.content textArea {
  height: 140px;
}

.arrow .wpcf7-form-control-wrap {
  position: relative;
}
.arrow .wpcf7-form-control-wrap::after {
  content: "";
  border-bottom: 1px solid #838383;
  border-right: 1px solid #838383;
  width: 8px;
  height: 8px;
  right: 10px;
  position: absolute;
  top: 45%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}

.pc_350 input {
  width: 352px;
}

.content .dataWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 34px;
  column-gap: 34px;
  row-gap: 12px;
}
.content .dataWrap .dataWrapIn {
  display: flex;
  align-items: center;
  -moz-column-gap: 34px;
       column-gap: 34px;
}

.checkArea .wpcf7-list-item, .radioArea .wpcf7-list-item {
  margin: 0 1em 8px 0 !important;
  display: inline-block;
}
.checkArea input, .radioArea input {
  width: initial;
}
.checkArea .wpcf7-radio, .radioArea .wpcf7-radio {
  display: grid;
}

.checkboxContent {
  text-align: center;
  font-weight: 400;
}
.checkboxContent p {
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.checkboxContent label {
  display: flex;
  align-items: center;
  gap: 5px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 !important;
  padding: 0 !important;
}
.checkboxContent label span {
  line-height: 0;
}
.checkboxContent label input {
  margin: 0 !important;
  padding: 0 !important;
  width: initial !important;
}
.checkboxContent label input[type=checkbox] {
  transform: scale(1) !important;
}

.calendarArea input, .calendarArea select {
  width: 200px;
}

.birthArea {
  display: flex;
  align-items: center;
  gap: 8px;
}
.birthArea .wpcf7-form-control-wrap:first-child {
  width: 100px;
}
.birthArea .wpcf7-form-control-wrap {
  width: 80px;
}

.privacy {
  padding: 40px 0 10px;
  text-align: center;
  font-weight: 400;
}
.privacy p {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.privacy a {
  display: inline-block;
  text-decoration: underline;
}

.submitBtn {
  margin: 40px auto 24px;
  width: 180px;
  position: relative;
}
.submitBtn input {
  transition: all 0.3s;
  cursor: pointer;
  border-radius: 60px;
  background: #454C3E;
  color: #fff;
  font-size: 16px;
  border: none;
  text-align: center;
  height: 44px;
  width: 100%;
}

.submitBtn.ro {
  transition: all 0.3s !important;
  opacity: 1;
}

.submitBtn:hover input {
  background: #ffffff;
  color: #000000;
  border: 1px solid #000000;
}
.submitBtn:hover input * {
  filter: invert(1);
}

.secForm {
  max-width: 900px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .secForm .content {
    grid-template-columns: 1fr;
    padding: 15px 0;
    row-gap: 7px;
  }
  .secForm input, .secForm textarea, .secForm select {
    padding: 11px 15px;
  }
  .secForm .pc_350 input {
    width: 100% !important;
  }
  .secForm .dataWrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .secForm .privacy {
    font-size: 14px;
  }
  .secForm .submitBtn input {
    font-size: 18px;
  }
}
.btn {
  margin: 40px auto 24px;
  max-width: 360px;
  width: 80%;
  position: relative;
  border: 1px solid #25ADEA;
}
.btn a {
  display: block;
  background: #fff;
  color: #25ADEA;
  font-size: 16px;
  letter-spacing: 0.08px;
  font-weight: 700;
  text-align: center;
  padding: 22px 0px;
  width: 100%;
}/*# sourceMappingURL=form.css.map */