@charset "UTF-8";
footer .footerArea {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

.wpcf7-response-output {
  display: none !important;
}

.wpcf7-spinner {
  display: none;
}

.wpcf7-list-item {
  margin: 0 0 0 0em !important;
}

.secEntry, .secForm {
  padding-bottom: 140px;
  max-width: initial;
}
.secEntry .content, .secForm .content {
  width: 100%;
  padding: 20px 0;
}
.secEntry .content:first-of-type, .secForm .content:first-of-type {
  padding: 0px 0 20px;
}
.secEntry .content.lastContent, .secForm .content.lastContent {
  padding: 20px 0 0px;
}
.secEntry .content .title, .secForm .content .title {
  padding-bottom: 6px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #2E2E2E;
  gap: 10px;
}
.secEntry .content .title > span, .secForm .content .title > span {
  color: #fff;
  padding: 3px;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 24px;
  background: #2E2E2E;
  font-weight: 500;
}
.secEntry .content .title .color, .secForm .content .title .color {
  background: initial;
  color: #2E2E2E;
  font-size: 16px;
  font-weight: 500;
}
.secEntry .content .title .any, .secForm .content .title .any {
  background: #fff;
  border: 1px solid #2E2E2E;
  color: #2E2E2E;
}
.secEntry .content input, .secEntry .content textarea, .secEntry .content select, .secForm .content input, .secForm .content textarea, .secForm .content select {
  padding: 16px;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.05em;
  width: 100%;
  font-weight: 400;
  color: #2E2E2E;
  border: 1px solid #BFBFBF;
  border-radius: 2px;
}
.secEntry .content textArea, .secForm .content textArea {
  height: 140px;
}

form .firstContent {
  padding: 0px 0 26px;
}

.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);
}

@media screen and (min-width: 768px) {
  .pc_510 input {
    width: 510px !important;
  }
}
.privacy {
  margin-top: 80px;
  padding-bottom: 10px;
  text-align: center;
  font-weight: 400;
}
.privacy p {
  align-items: end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.privacy a {
  display: inline-block;
  color: #0079D1;
  text-decoration: underline;
}

.checkboxContent {
  text-align: center;
  font-weight: 400;
}
.checkboxContent p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25.6px;
  letter-spacing: 0.05em;
}
.checkboxContent label {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 18px;
  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;
  position: relative;
  top: 2px;
}
.checkboxContent label .wpcf7-list-item-label {
  font-weight: bold;
}

.submitBtn {
  cursor: pointer;
  margin: 80px auto 0;
  max-width: 300px;
  width: 90%;
  position: relative;
  border-radius: 45px;
  background: #2E2E2E;
}
.submitBtn input {
  cursor: pointer;
  color: #fff;
  font-size: clamp(22px, 2vw, 24px);
  font-weight: 500;
  border: none;
  padding: 25px 17px !important;
  width: 100%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .secForm, .secEntry {
    padding-bottom: 70px;
  }
  .secForm .content, .secEntry .content {
    padding: 15px 0;
  }
  .secForm .content .title, .secEntry .content .title {
    gap: 5px;
    padding-bottom: 10px;
    font-size: 16px;
  }
  .secForm input, .secForm textarea, .secForm select, .secEntry input, .secEntry textarea, .secEntry select {
    padding: 11px 23px;
  }
  .secForm .pc_350 input, .secEntry .pc_350 input {
    width: 100% !important;
  }
  .secForm .dataWrap, .secEntry .dataWrap {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
  .secForm .privacy, .secEntry .privacy {
    font-size: 14px;
    text-align: center;
    margin-top: 40px;
  }
  .secForm .submitBtn, .secEntry .submitBtn {
    max-width: 200px;
    margin: 40px auto 0;
  }
  .secForm .submitBtn input, .secEntry .submitBtn input {
    font-size: 18px;
    padding: 15px 17px !important;
  }
}
.secEntry .btn, .secForm .btn {
  margin: 40px auto 24px;
  max-width: 360px;
  width: 80%;
  position: relative;
}
.secEntry .btn a, .secForm .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%;
}

.checkbox-cl01 {
  display: grid;
}

.checkbox-cl01 input[type=checkbox] {
  display: none;
}

.checkbox-cl01 .wpcf7-list-item-label {
  position: relative;
  padding-left: 18px;
  display: inline-block;
  overflow: hidden;
}

.checkbox-cl01 .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #A6A6A6;
  position: absolute;
  border-radius: 3px;
  left: 0;
  top: 7px;
  box-sizing: border-box;
}

.checkbox-cl01 input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background: #2E2E2E;
  border-radius: 3px;
  border: 1px solid #2E2E2E;
}

.checkbox-cl01 input[type=checkbox]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 9px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(130deg);
  position: absolute;
  left: 3px;
  top: 9px;
}

/* ラジオボタンカスタマイズ */
.radio-cl01 {
  display: grid;
}

.radio-cl01 input[type=radio] {
  display: none;
}

.radio-cl01 .wpcf7-list-item-label {
  position: relative;
  padding-left: 20px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
}

.radio-cl01 .wpcf7-list-item-label::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 1px solid #A6A6A6;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 7px;
  box-sizing: border-box;
}

/* 選択時の外枠 */
.radio-cl01 input[type=radio]:checked + .wpcf7-list-item-label::before {
  border: 1px solid #2E2E2E;
}

/* 選択時の中の丸 */
.radio-cl01 input[type=radio]:checked + .wpcf7-list-item-label::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: #2E2E2E;
  border-radius: 50%;
  position: absolute;
  left: 3px;
  top: 10px;
}/*# sourceMappingURL=form.css.map */