#contact {
  padding: 20vw 0;
}
#contact .fcform .tel dt {
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 0;
}
#contact .fcform .tel dd {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.1em;
  color: var(--primary);
}
#contact .fcform .tel dd .tel-number {
  font-size: 31px;
}
#contact .fcform .gr {
  padding: 5vw 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}
#contact .fcform .gr .opening {
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}
#contact .fcform .txtnote {
  margin-top: 15vw;
  font-family: "Hiragino Kaku Gothic StdN", sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #333;
}
#contact .fcform .privacy-box {
  margin-top: 10vw;
  padding: 5vw;
  border: 1px solid #e0e0e0;
  line-height: 1.5;
}
#contact .fcform .privacy-box dt {
  font-weight: 500;
}
#contact .fcform .form-button .btn-style-1 {
  font-weight: 500;
}
#contact .fcform .form-button .btn-style-1 > span::before {
  display: none;
}
#contact .fcform .fcform__main {
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  #contact {
    padding: 80px 0 175px;
  }
  #contact .fcform {
    width: 100%;
    max-width: 940px;
    margin: 0 auto;
  }
  #contact .fcform .tel {
    min-width: 330px;
  }
  #contact .fcform .tel dd {
    margin-top: 9px;
  }
  #contact .fcform .gr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0 20px;
  }
  #contact .fcform .gr .opening {
    -ms-flex-item-align: end;
        align-self: flex-end;
    line-height: 24px;
  }
  #contact .fcform .txtnote {
    margin-top: 63px;
    line-height: 28px;
  }
  #contact .fcform .privacy-box {
    margin-top: 56px;
    padding: 10px 15px;
    line-height: 26px;
  }
  #contact .fcform .form-button .submit-confirm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #contact .fcform .form-button .submit-confirm .form-block {
    margin: 0 30px;
  }
  #contact .fcform .fcform__main {
    margin-top: 20px;
  }
}