.contactContent {
  margin-top: 80px;
}
.contactContent__block {
  margin-top: 60px;
}
.contactContent__title {
  display: flex;
  align-items: center;
  gap: 15px;
  .num {
    color: #fff;
    background-color: var(--color-blue);
    line-height: 1;
    width: 37px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-en);
    font-size: 18px;
  }
  .text {
    font-size: 18px;
    font-weight: bold;
    color: var(--color-blue);
  }
}
.contactTel {
  margin-top: 30px;
}
.contactTel__tel {
  font-size: 28px;
  color: var(--color-blue);
  font-family: var(--font-en);
}
.contactTel__time {
  font-size: 16px;
  color: var(--color-blue);
}
.contactForm {
  margin-top: 50px;
  background-color: #e8ebf5;
  border-radius: 15px;
  padding: 60px 75px 70px;
  @media screen and (max-width: 750px){
    padding: 40px 20px;
  }
}
.contactFormTable {
  margin-top: 70px;
  @media screen and (max-width: 750px){
    margin-top: 40px;
  }
}
.contactFormTable__item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #b2bcde;
  @media screen and (max-width: 750px){
    flex-direction: column;
  }
}
.contactFormTable__left {
  padding: 30px 0;
  width: 320px;
  font-weight: 16;
  font-weight: bold;
  color: var(--color-blue);
  @media screen and (max-width: 750px){
    width: 100%;
    padding-bottom: 0;
  }
}
.contactFormTable__small {
  font-size: 12px;
  color: var(--color-text);
}
.contactFormTable__right {
  padding: 20px 0;
  width: calc(100% - 320px);
  @media screen and (max-width: 750px) {
    width: 100%;
  }
}
.icon-required {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background-color: var(--color-blue);
  padding: 1px 0.8em;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: -1px;
}
.icon-free {
  font-size: 12px;
  font-weight: bold;
  color: var(--color-blue);
  background-color: #fff;
  border: 1px solid var(--color-blue);
  padding: 1px 0.8em;
  display: inline-block;
  margin-left: 0.5em;
  position: relative;
  top: -1px;
}
.form-text {
  width: 318px;
  height: 40px;
  background-color: #fff;
  border: 1px solid var(--color-blue);
  padding: 0 0.5em;
  font-size: 14px;
  font-weight: 500;
  &::placeholder {
    opacity: 0.7;
  }
  @media screen and (max-width: 750px){
    width: 100%;
  }
}
.form-textarea {
  width: 100%;
  height: 148px;
  background-color: #fff;
  border: 1px solid var(--color-blue);
  padding: 0.5em;
  font-size: 14px;
  font-weight: 500;
  &::placeholder {
    opacity: 0.7;
  }
}
.contcatForm__privacy {
  margin-top: 70px;
  text-align: center;
  font-size: 14px;
}
.contact__btn {
  margin-top: 40px;
  text-align: center;
}
.contactNote {
  margin-top: 70px;
}
.contactNote__title {
  font-size: 16px;
  font-weight: bold;
  color: var(--color-blue);
}