.p-formSection {
  padding-top: 157px;
  padding-bottom: 142px;
}

.p-entryPage .p-formSection {
  padding-bottom: 120px;
}

.p-formSection__inner {
  width: 100%;
  max-width: 924px;
  margin-inline: auto;
}

.formWrap {
  width: 100%;
}

.p-formSection .formRow {
  display: flex;
  flex-direction: column;
  margin-right: 0;
  margin-left: 0;
}

.p-formSection .formRow > .col,
.p-formSection .formRow > .col-md-4,
.p-formSection .formRow > .col-md-6,
.p-formSection .formRow > .col-md-8 {
  flex: unset;
  width: 100%;
  max-width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.formRow + .formRow {
  margin-top: 46px;
}

.formTh {
  display: flex;
  align-items: center;
  gap: 10px;
}

.requiredText,
.anyText {
  width: 32px;
  height: 18px;
  margin: 0;
  border-radius: 3px;
  text-align: center;
}

.requiredText {
  background: #d80e0e;
}

.anyText {
  background: #5a5a5a;
}

.formTd {
  margin-top: 18px;
}

.formInput,
.formSelect,
.formTextArea {
  width: 100%;
  padding: 0 14px;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background: #f6f6f6;
}
.formInput:focus-visible,
.formSelect:focus-visible,
.formTextArea:focus-visible {
  outline: 2px solid #009142;
  outline-offset: 1px;
}

.formInput,
.formSelect {
  height: 50px;
}

.formTextArea {
  display: block;
  min-height: 197px;
  padding: 14px;
  resize: vertical;
}

.selectArea {
  position: relative;
  width: 210px;
  max-width: 100%;
}

.p-formSection .selectArea > div {
  width: 100%;
}

.formSelect {
  appearance: none;
  padding-right: 36px;
}

.selectArea::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 7.33px;
  margin-top: -3.5px;
  background: #495966;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}

.formMemo {
  margin-top: 10px;
}

.p-formSection .formRow:has(> .formTd > .d-md-inline-block) {
  flex-direction: row;
  align-items: center;
}

.p-formSection .formRow:has(> .formTd > .d-md-inline-block) > .formTh {
  flex-shrink: 0;
  width: 87px;
  margin-top: 0;
}

.p-formSection .formRow:has(> .formTd > .d-md-inline-block) > .formTd {
  width: auto;
  margin-top: 0;
}

.p-formSection .formTd > .d-md-inline-block {
  display: inline-block;
  margin-right: 3px;
  white-space: nowrap;
}

.p-formSection .formTd > .d-md-inline-block .formSelect {
  width: 57px;
  height: 40px;
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
  text-align-last: center;
  vertical-align: middle;
}

.labelText02 {
  margin: 0 0 0 6px;
  vertical-align: middle;
}

.p-formSection .formRow > .formRow {
  margin-top: 5px;
}

.p-formSection .formRow > .formTh + .formRow {
  margin-top: 15px;
}

.fileArea {
  width: 100%;
}

.p-entryFile__field {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 60px;
  margin: 0;
  padding: 0 20px;
  overflow: hidden;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background: #f6f6f6;
  cursor: pointer;
  text-align: center;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}

.p-entryFile__field:hover,
.p-entryFile__field.is-dragover {
  border-color: #009142;
  background: rgba(0, 145, 66, 0.04);
}

.p-entryFile__input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.p-entryFile__text {
  width: 100%;
  pointer-events: none;
}

.fileCaution {
  margin-top: 12px;
}
.fileCaution + .fileCaution {
  margin-top: 4px;
}

.p-formSection .formRow:has(.privacy-policy) {
  margin-top: 41px;
}

.p-formSection .formRow:has(.formAgree) {
  margin-top: 23px;
}

.p-formSection .formRow:has(.formBtn) {
  margin-top: 62px;
}

.privacy-policy {
  height: 155px;
  padding: 30px;
  overflow-y: auto;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  background: #f6f6f6;
}

.privacy-policy__item + .privacy-policy__item {
  margin-top: 48px;
}

.privacy-policy__title {
  display: flex;
  align-items: center;
  gap: 28px;
  padding-bottom: 15px;
  border-bottom: 1.5px solid #d0d0d0;
}
.privacy-policy__title::before {
  content: "";
  flex-shrink: 0;
  width: 13px;
  height: 13px;
  border-radius: 4px;
  background: #a9d05f;
}

.privacy-policy__text {
  margin-top: 36px;
}

.privacy-policy__text.privacy-policy__text02 {
  margin-top: 0;
}

.formAgree {
  display: flex;
  align-items: center;
  gap: 10px;
}

.formCheck {
  flex-shrink: 0;
  width: 15px;
  height: 15px;
  margin: 0;
  accent-color: #009142;
}

.privacyLabel {
  margin: 0;
}

.formBtnTd {
  text-align: center;
}

.formBtn {
  display: inline-grid;
  place-items: center;
  width: 183px;
  height: 47px;
  border: 1px solid transparent;
  border-radius: 23.5px;
  background: #009142;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .formBtn:hover {
    background: #fff;
    border-color: #009142;
  }
}

.p-complete {
  padding-top: 157px;
  padding-bottom: 152px;
}

.p-complete__inner {
  width: 100%;
  max-width: 924px;
  margin-inline: auto;
  text-align: center;
}

.p-complete__text {
  margin-top: 32px;
}

.p-complete__back {
  margin-top: 56px;
}

@media screen and (max-width: 1200px) {
  .p-formSection,
  .p-complete {
    padding-top: 110px;
    padding-bottom: 140px;
    padding-inline: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-formSection .formTd > .d-md-inline-block {
    display: inline-block !important;
  }
  .p-formSection .formRow:has(> .formTd > .d-md-inline-block) {
    flex-direction: column;
    align-items: stretch;
  }
  .p-formSection .formRow:has(> .formTd > .d-md-inline-block) > .formTh {
    width: auto;
  }
  .p-formSection .formRow > .formRow {
    margin-top: 16px;
  }
  .formRow + .formRow {
    margin-top: 24px;
  }
  .formTd {
    margin-top: 12px;
  }
  .formTextArea {
    min-height: 160px;
  }
  .p-formSection .formRow:has(.privacy-policy) {
    margin-top: 56px;
  }
  .p-formSection .formRow:has(.formAgree) {
    margin-top: 46px;
  }
  .p-formSection .formRow:has(.formBtn) {
    margin-top: 64px;
  }
  .formBtn {
    width: 100%;
    max-width: 280px;
  }
}
@media screen and (max-width: 600px) {
  .p-formSection,
  .p-complete {
    padding-top: 80px;
    padding-bottom: 100px;
  }
}
