.contact__title {
    width: 100%;
    padding: 11px 24px;
    position: relative;
    background-color: #1F64AA;
    color: white;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0.08em;
}

.contact__title.second {
    margin-top: 120px;
}

.contact-form {
    margin-top: 48px;
    background-color: #F8FBFD;
    border-radius: 16px;
    padding: 64px 0px;
    position: relative;
    width: 100%;
}

.contact-form__content {
    width: 80.357%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}
  
.contact-form__row {
    flex-shrink: 0;
    width: 100%;
    position: static;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form__text {
    color: #1F64AA;
    text-align: left;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 160%;
    letter-spacing: 0.08em;
}

.contact-form__text-required {
    color: #de1313;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0.08em;
    font-weight: bold;
}

.contact-form__input {
    background: #ffffff;
    border-style: solid;
    border-color: #E5E5E5;
    border-width: 2px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    padding: 0 16px;
}

.contact-form__textarea {
    background: #ffffff;
    border-style: solid;
    border-color: #E5E5E5;
    border-width: 2px;
    width: 100%;
    height: 300px;
    font-size: 16px;
    padding: 16px;
}

.contact-form__privacy {
    margin-top: 0;
    width: fit-content;
    margin: 0 auto;
    margin-top: 64px;
    display: flex;
    align-items: center;
}

.contact-form__privacy a {
    color: unset;
}

.contact-form_checkbox {
    width: 16px;
    height: 16px;
    margin-right: 16px;
}

.contact-form__btn {
    display: block;
    width: 50%;
    min-width: 280px;
    height: 90px;
    margin: 0 auto;
    margin-top: 45px;
    background: #1F64AA;
    color: #ffffff;
    text-align: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.08em;
}

.contact__privacy {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact__privacy-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contact__privacy-row {
  display: flex;
  align-items: center;
}

.contact__privacy-row-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6; 
}

@media screen and (max-width: 760px) {
  .contact__privacy-row-text {
    width: 80%;
  }
}

.contact__privacy-row-image {
  width: 60px;
  height: 60px;
  margin-left: 24px;
}

.contact__privacy-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
  letter-spacing: 0.08em;
  color: #1F64AA;
}

.contact__privacy-text {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.6; 
}
