@charset "UTF-8";

.p-contact {
  padding-block: calc(60 / 375 * 100vw);
}

.p-contact__inner {
  margin-inline: auto;
  max-width: 940px;
  padding-inline: 20px;
}

.container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.col-md-4,
.col-md-8,
.col-md-6 {
  flex: unset;
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.row {
  margin: 0;
}

.row label {
  color: #5a5a5a;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 1.4285714286;
}

.row > .formTh > .requiredText {
  background: #d80e0e;
  border-radius: 2px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  margin-left: 10px;
  padding: 3px 2px;
  text-align: center;
  width: 32px;
}

.row > .formTd > textarea {
  height: 180px;
}

.row > .formTd > input,
.row > .formTd > textarea,
.row > .formTd > div > select {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-sizing: border-box;
  color: inherit;
  font: inherit;
  padding: 15px;
  vertical-align: top;
  width: 100%;
}

.row > .formTd > div > select {
  appearance: none;
  width: 235px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("../images/arrow-down.svg");
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-right: 20px;
}

.row > .formTd > input::-moz-placeholder, .row > .formTd > textarea::-moz-placeholder {
  color: #5a5a5a;
}

.row > .formTd > input::placeholder,
.row > .formTd > textarea::placeholder {
  color: #5a5a5a;
}

:focus-visible {
  outline: #163b85 auto 1px;
}

.privacy-policy {
  background: #ffffff;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  height: 155px;
  margin-inline: auto;
  margin-top: 25px;
  overflow-y: scroll;
  padding: 30px 20px;
  width: 100%;
}

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

.privacy-policy__title {
  align-items: center;
  border-bottom: 1.5px solid #d0d0d0;
  color: #464646;
  display: flex;
  font-size: 18px;
  font-weight: 500;
  gap: 28px;
  letter-spacing: 1.08px;
  padding: 0 0 15px 0;
}

.privacy-policy__title::before {
  background: #343434;
  border-radius: 4px;
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
}

.privacy-policy__text {
  color: #464646;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 2.2;
  margin-top: 36px;
}
.privacy-policy__text a {
  color: inherit;
  text-decoration: underline;
  transition: opacity 0.3s ease;
}
.privacy-policy__text a:hover {
  opacity: 0.6;
  text-decoration: underline;
}
.privacy-policy__text.privacy-policy__text02 {
  margin-top: 20px;
  padding-right: 20px;
}
.privacy-policy__text + .privacy-policy__text {
  margin-top: 30px;
}

.privacy-policy__text-link {
  text-decoration: underline;
  transition: opacity 0.3s ease;
}

.privacy-policy__text-link:hover {
  opacity: 0.6;
  text-decoration: underline;
}

.formBtnTd {
  width: 100%;
}

.formBtn {
  background: #163b85;
  border: 1px solid #163b85;
  color: #fff !important;
  display: block;
  font-size: 14px;
  letter-spacing: 0.7px;
  line-height: 1;
  margin: 50px auto 0;
  padding: 20px 0;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  width: 220px;
}
.formBtn:hover {
  background: #fff;
  color: #163b85 !important;
}

.privChek {
  align-items: center;
  display: flex;
  gap: 3px;
  margin-top: -14px;
}

.privacyLabel {
  color: #424d58;
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 1px;
}

.privacyformError {
  margin-top: -36.5px !important;
}

@media (min-width: 1024px) {
  .p-contact {
    padding-top: calc(70 / 1366 * 100vw);
  }
}

@media (min-width: 768px) {
  .privacy-policy {
    padding-block: 16px;
    padding-inline: 29px 29px;
  }
}