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 {
  border-bottom: 1px solid #9A9A9A;
  width: 100%;
  padding: 30px 0;
}
.secEntry .content:first-of-type, .secForm .content:first-of-type {
  padding: 0px 0 30px;
}
.secEntry .content.readonly input, .secForm .content.readonly input {
  background: #efefef;
  color: #a1a1a1;
}
.secEntry .content .title, .secForm .content .title {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: left;
  align-items: center;
  color: #000;
  gap: 10px;
}
.secEntry .content .title > span, .secForm .content .title > span {
  background: #033E86;
  color: #fff;
  padding: 0px 6px;
  font-size: 14px;
  line-height: 0;
  letter-spacing: 0.05em;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: 24px;
}
.secEntry .content .title .color, .secForm .content .title .color {
  background: initial;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.secEntry .content .title .any, .secForm .content .title .any {
  color: #033E86;
  background: #fff;
  border: 1px solid #033E86;
}
.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: 25.6px;
  letter-spacing: 0.05em;
  width: 100%;
  font-weight: 400;
  background: #F0F0F0;
  border-radius: 10px;
}
.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_530 input {
    width: 530px !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;
}

.radioArea .wpcf7-form-control-wrap .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}
.radioArea .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item label {
  display: grid;
  grid-template-columns: max-content 1fr;
  gap: 5px;
}
.radioArea .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type=radio] {
  width: 16px;
  height: 16px;
  border: 1px solid #033E86;
  border-radius: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 8px;
  top: 4px;
  position: relative;
}
.radioArea .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  padding: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #033E86;
  content: "";
}
.radioArea .wpcf7-form-control-wrap .wpcf7-form-control .wpcf7-list-item span {
  font-weight: 500;
}

.submitBtn {
  cursor: pointer;
  margin: 80px auto 0;
  max-width: 225px;
  width: 90%;
  position: relative;
  background: #033E86;
  border-radius: 5px;
}
.submitBtn input {
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  border: none;
  text-align: left;
  padding: 17px !important;
  width: 100%;
  position: relative;
}
.submitBtn .wrap {
  position: relative;
}
.submitBtn .wrap::after {
  content: "";
  background-image: url(../../shared/images/btn_arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .secForm, .secEntry {
    padding-bottom: 30px;
  }
  .secForm .content, .secEntry .content {
    padding: 25px 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: 60px;
  }
  .secForm .submitBtn, .secEntry .submitBtn {
    margin: 40px auto 0;
  }
  .secForm .submitBtn input, .secEntry .submitBtn input {
    font-size: 18px;
  }
}
.secEntry .btn, .secForm .btn {
  margin: 40px auto 24px;
  max-width: 360px;
  width: 80%;
  position: relative;
  border: 1px solid #25ADEA;
}
.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%;
}/*# sourceMappingURL=form.css.map */