.secForm {
  margin-top: -0.75em;
}
@media screen and (min-width: 768px) {
  .secForm {
    margin-top: -0.875em;
  }
}
.secForm__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 2.5em;
}
@media screen and (min-width: 992px) {
  .secForm__container {
    grid-gap: 60px;
  }
}
.secForm__cautionList {
  font-size: 87.5%;
  display: grid;
  grid-gap: 10px;
}
.secForm__cautionList > li {
  padding-left: 1em;
  margin: 0;
  position: relative;
}
.secForm__cautionList > li::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  background-color: var(--main);
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0.5em;
  left: 0;
}
.secForm__cautionList a {
  color: var(--main);
  text-decoration: underline;
}
.secForm__cautionList a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .secForm__cautionList {
    font-size: 100%;
  }
}
.secForm__formWrap {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
}
.secForm__formTable {
  border: 0;
  font-size: 87.5%;
}
.secForm__formTable th, .secForm__formTable td {
  font-size: 100%;
  font-weight: 500;
  border: 0;
}
.secForm__formTable th:has(.wpcf7cf-hidden), .secForm__formTable td:has(.wpcf7cf-hidden) {
  padding: 0;
}
.secForm__formTable input[type=text], .secForm__formTable [type=tel], .secForm__formTable [type=email], .secForm__formTable [type=date], .secForm__formTable textarea, .secForm__formTable select {
  width: 100%;
  height: 2.8571em;
  padding: 0.7143em 0;
  background-color: #fff;
  border-color: var(--text);
  border-style: solid;
  border-radius: 0;
}
.secForm__formTable input[type=text]::-moz-placeholder, .secForm__formTable [type=tel]::-moz-placeholder, .secForm__formTable [type=email]::-moz-placeholder, .secForm__formTable [type=date]::-moz-placeholder, .secForm__formTable textarea::-moz-placeholder, .secForm__formTable select::-moz-placeholder {
  color: rgba(31, 92, 44, 0.3);
}
.secForm__formTable input[type=text]::placeholder, .secForm__formTable [type=tel]::placeholder, .secForm__formTable [type=email]::placeholder, .secForm__formTable [type=date]::placeholder, .secForm__formTable textarea::placeholder, .secForm__formTable select::placeholder {
  color: rgba(31, 92, 44, 0.3);
}
.secForm__formTable input[type=text].fm_formS, .secForm__formTable [type=tel].fm_formS, .secForm__formTable [type=email].fm_formS, .secForm__formTable [type=date].fm_formS, .secForm__formTable textarea.fm_formS, .secForm__formTable select.fm_formS {
  max-width: 11.25em;
}
.secForm__formTable input[type=text].disabled, .secForm__formTable [type=tel].disabled, .secForm__formTable [type=email].disabled, .secForm__formTable [type=date].disabled, .secForm__formTable textarea.disabled, .secForm__formTable select.disabled {
  color: rgba(31, 92, 44, 0.8);
  pointer-events: none;
}
.secForm__formTable input[type=text], .secForm__formTable [type=tel], .secForm__formTable [type=email], .secForm__formTable [type=date] {
  border-width: 0 0 1px 0;
}
.secForm__formTable input[type=text]:focus, .secForm__formTable [type=tel]:focus, .secForm__formTable [type=email]:focus, .secForm__formTable [type=date]:focus {
  outline: 0;
}
.secForm__formTable textarea, .secForm__formTable select {
  border-width: 1px;
}
.secForm__formTable textarea:focus, .secForm__formTable select:focus {
  outline: 0;
}
.secForm__formTable textarea {
  height: 10.7143em;
  padding: 0.7143em 1.1429em;
}
.secForm__formTable select {
  padding: 0.7143em 2.8571em 0.7143em 1.1429em;
}
.secForm__formTable input[type=radio], .secForm__formTable input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.secForm__formTable label {
  font-weight: 600;
}
.secForm__formTable label.required::after {
  content: "*";
  margin-left: 0.5em;
  color: #e74c3c;
  font-size: 10px;
}
.secForm__formTable a {
  color: var(--main);
  text-decoration: underline;
}
.secForm__formTable a:hover {
  text-decoration: none;
}
.secForm__formTable small {
  font-size: 90%;
}
.secForm__formTable .selectWrap {
  display: inline-block;
  position: relative;
  cursor: pointer;
}
.secForm__formTable .selectWrap::before {
  content: "";
  width: 1em;
  height: 0.5em;
  background-color: var(--main);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  position: absolute;
  top: 1.25em;
  right: 1em;
  z-index: 1;
  pointer-events: none;
}
.secForm__formTable .dateWrap {
  width: 80%;
}
@media screen and (min-width: 768px) {
  .secForm__formTable .dateWrap {
    width: 40%;
    margin-right: 10px;
    display: inline-block;
  }
}
.secForm__formTable .humanWrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  grid-gap: 20px;
}
.secForm__formTable .humanWrap__blk {
  width: 100%;
  display: flex;
  align-items: center;
}
.secForm__formTable .humanWrap__blk > p {
  flex-shrink: 0;
}
.secForm__formTable .humanWrap__blk input {
  width: 10em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .secForm__formTable .humanWrap {
    flex-direction: row;
    align-items: center;
  }
  .secForm__formTable .humanWrap__blk {
    width: auto;
  }
  .secForm__formTable .humanWrap__blk input {
    width: 8em;
  }
}
.secForm__formTable .wpcf7-list-item {
  margin-left: 0;
}
.secForm__formTable .wpcf7-form-control#your-catalog .wpcf7-list-item:not(:last-child) {
  margin-bottom: 1em;
}
.secForm__formTable .wpcf7-form-control#your-method .wpcf7-list-item:not(:first-child) {
  margin-left: 1em;
}
.secForm__formTable .wpcf7-form-control.js-question {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 1.5em;
}
.secForm__formTable .wpcf7-form-control.js-question .wpcf7-list-item > label {
  display: flex;
  align-items: center;
  grid-gap: 0.2em;
}
.secForm__formTable .wpcf7-form-control.js-question .wpcf7-list-item > label input[type=checkbox] {
  transform: translateY(2px);
}
.secForm__formTable .wpcf7-form-control.wpcf7-radio .wpcf7-list-item:not(:first-child) {
  margin-left: 1em;
}
.secForm__formTable .btnWrap > p {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .secForm__formTable th, .secForm__formTable td {
    width: 100%;
    display: block;
  }
  .secForm__formTable th {
    padding: 0 0 0.5714em;
  }
  .secForm__formTable td {
    padding: 0 0 1.7857em;
  }
}
@media screen and (min-width: 768px) {
  .secForm__formTable th {
    padding: 1em;
    white-space: nowrap;
  }
  .secForm__formTable td {
    padding: 0.5em 1em 1em;
  }
  .secForm__formTable td:has(.js-question) {
    padding: 1em 1em 1em;
  }
  .secForm__formTable .wpcf7-form-control#your-catalog {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (min-width: 992px) {
  .secForm__formTable {
    font-size: 100%;
  }
}
.secForm:has(#wpcf7cpcnf) .inputOnly {
  display: none !important;
}
.secForm #wpcf7cpcnf table {
  border: 0;
  font-size: 87.5%;
}
.secForm #wpcf7cpcnf table th, .secForm #wpcf7cpcnf table td {
  font-size: 100%;
  border: 0;
}
.secForm #wpcf7cpcnf table th {
  color: var(--main);
  font-weight: 600;
}
.secForm #wpcf7cpcnf table tr:last-child th {
  display: none;
}
.secForm #wpcf7cpcnf table tr:last-child td {
  border-bottom: 0;
  text-align: center;
}
.secForm #wpcf7cpcnf table tr:last-child td p::before {
  content: "";
  width: 1em;
  height: 1em;
  margin-right: 0.25em;
  background: url('data:image/svg+xml;charset=utf8,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M11.6635 0.251789C12.0767 0.618201 12.1146 1.25023 11.7482 1.66346L4.79311 9.50729L0.251789 4.38568C-0.114623 3.97245 -0.0766688 3.34042 0.336563 2.97401C0.749795 2.6076 1.38182 2.64555 1.74823 3.05879L4.79311 6.49273L10.2518 0.336563C10.6182 -0.0766688 11.2502 -0.114623 11.6635 0.251789Z" fill="%231F5C2C"/></svg>') center/contain no-repeat;
  display: inline-block;
  transform: translateY(0.2143em);
}
.secForm #wpcf7cpcnf .wpcf7cp-btns {
  width: 100%;
  margin-bottom: 2.1429em;
  display: grid;
  grid-gap: 1.4286em;
}
.secForm #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control {
  width: 100%;
  height: 4.2857em;
  margin-bottom: 0;
  border: 1px solid #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.secForm #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn {
  font-size: 1rem;
  border: 1px solid var(--vk-color-primary-dark);
  background-color: #fff;
  color: var(--vk-color-primary-dark);
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
  transition: background-color 0.5s ease;
}
.secForm #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7cp-cfm-edit-btn:hover {
  background-color: var(--vk-color-primary);
  color: #fff;
}
.secForm #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7-submit {
  border: 1px solid var(--vk-color-primary-dark);
  background-color: var(--vk-color-primary);
  color: #fff;
  font-size: 1rem;
  padding: 0.5em 2em;
  border-radius: var(--vk-size-radius);
  transition: background-color 0.5s ease;
}
.secForm #wpcf7cpcnf .wpcf7cp-btns .wpcf7-form-control.wpcf7-submit:hover {
  background-color: #fff;
  color: var(--vk-color-primary-dark);
}
@media screen and (max-width: 767px) {
  .secForm #wpcf7cpcnf table th, .secForm #wpcf7cpcnf table td {
    width: 100%;
    display: block;
  }
  .secForm #wpcf7cpcnf table th {
    padding: 1.7857em 0 0.5714em;
    padding-top: 25px;
    padding-bottom: 8px;
  }
  .secForm #wpcf7cpcnf table td {
    padding: 0 0 0.7143em;
    padding-bottom: 10px;
    border-bottom: 1px solid #F3F3F3;
  }
  .secForm #wpcf7cpcnf table tr:first-child th {
    padding-top: 0;
  }
  .secForm #wpcf7cpcnf table tr:last-child td {
    padding: 1.7857em 0;
  }
}
@media screen and (min-width: 768px) {
  .secForm #wpcf7cpcnf table {
    /*width: 100%;*/
    display: grid;
    grid-template-columns: 15em auto;
    /*align-items: stretch;*/
    grid-gap: 0;
  }
  .secForm #wpcf7cpcnf table tr {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: span 2;
  }
  .secForm #wpcf7cpcnf table tr:last-child td {
    grid-column: span 2;
  }
  .secForm #wpcf7cpcnf table tr:last-child td p::before {
    transform: translateY(0.2143em);
  }
  .secForm #wpcf7cpcnf table th, .secForm #wpcf7cpcnf table td {
    padding: 1em 1em;
    border-bottom: 1px solid #F3F3F3;
  }
  .secForm #wpcf7cpcnf .wpcf7cp-btns {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .secForm #wpcf7cpcnf table {
    font-size: 100%;
  }
}