#contact .title {
  margin-bottom: 50px;
  text-align: left;
}

@media screen and (max-width: 1024px) {
  #contact .title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 640px) {
  #contact .title {
    margin-bottom: 30px;
  }
}

#contact .title .container {
  max-width: 960px;
}

@media screen and (max-width: 1024px) {
  #contact .title .container {
    max-width: 95%;
  }
}

#contact .title h1 {
  font-size: 7.5vw;
  color: #f1f1f1;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #contact .title h1 {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #contact .title h1 {
    font-size: 20vw;
  }
}

#contact .title h1 span {
  font-size: 7.5vw;
  color: #ccc;
  font-weight: 700;
  line-height: 1.15;
}

@media screen and (max-width: 1024px) {
  #contact .title h1 span {
    font-size: 13vw;
  }
}

@media screen and (max-width: 640px) {
  #contact .title h1 span {
    font-size: 20vw;
  }
}

#contact .title_bottom {
  margin-left: 15px;
  margin-bottom: 25px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #contact .title_bottom {
    margin-left: 10px;
    margin-bottom: 17px;
  }
}

#contact .title_bottom h2 {
  font-size: 1.55vw;
  color: #333;
  font-weight: 700;
  line-height: 1.75;
}

@media screen and (max-width: 1024px) {
  #contact .title_bottom h2 {
    font-size: 2.5vw;
  }
}

@media screen and (max-width: 640px) {
  #contact .title_bottom h2 {
    font-size: 3.5vw;
  }
}

#contact .title_arrow {
  width: 156px;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  #contact .title_arrow {
    width: 17%;
  }
}

#contact .complete_cont_top {
  margin-bottom: 40px;
  text-align: center;
}

#contact .complete_cont_top h3 {
  font-size: 26px;
  color: #333;
  font-weight: 700;
  margin-bottom: 25px;
}

@media screen and (max-width: 640px) {
  #contact .complete_cont_top h3 {
    font-size: 20px;
  }
}

#contact .complete_cont_top h4 {
  font-size: 18px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact .complete_cont_top h4 {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  #contact .complete_cont_top h4 {
    font-size: 13px;
  }
}

#contact .complete_cont_bottom {
  width: 100%;
  padding: 20px 7%;
  box-sizing: border-box;
  margin-bottom: 170px;
  text-align: center;
  border: 1px solid #E00429;
  border-radius: 7px;
}

@media screen and (max-width: 768px) {
  #contact .complete_cont_bottom {
    padding: 20px 5%;
  }
}

@media screen and (max-width: 640px) {
  #contact .complete_cont_bottom {
    padding: 20px 3%;
  }
}

#contact .complete_cont_bottom p {
  font-size: 14px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact .complete_cont_bottom p {
    font-size: 13px;
  }
}

#contact .complete_cont_bottom p span {
  font-size: 14px;
  color: #E00429;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact .complete_cont_bottom p span {
    font-size: 13px;
  }
}

#contact .contact_cont_txt {
  margin-bottom: 40px;
  text-align: center;
}

#contact .contact_cont_txt p {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_txt p {
    font-size: 15px;
  }
}

#contact .contact_cont_form ul {
  margin-bottom: 85px;
}

#contact .contact_cont_form_item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  margin: 0 auto;
  border-bottom: 1px solid #bfbfbf;
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_item {
    flex-wrap: wrap;
  }
}

#contact .contact_cont_form_item:first-of-type {
  border-top: 1px solid #bfbfbf;
}

#contact .contact_cont_form_item_name {
  width: 37.5%;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_item_name {
    width: 95%;
    margin: 0 auto 10px;
  }
}

#contact .contact_cont_form_item_name label {
  font-size: 17px;
  color: #333;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_item_name label {
    font-size: 15px;
  }
}

#contact .contact_cont_form_item_name .required {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  padding: 3px 13px;
  margin-left: 7%;
  background-color: #333;
  border-radius: 3px;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_item_name .required {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_item_name .required {
    padding: 0 13px;
  }
}

#contact .contact_cont_form_item_form {
  width: 57.5%;
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_item_form {
    width: 95%;
    margin: 0 auto;
  }
}

#contact .contact_cont_form_item_form input {
  display: block;
  width: 100%;
  height: 33px;
  padding: 7px 3%;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_item_form input {
    font-size: 15px;
  }
}

#contact .contact_cont_form_item_form p {
  font-size: 12px;
  color: #333;
  font-weight: 400;
  margin-top: 3px;
}

#contact .contact_cont_form_item_form textarea {
  display: block;
  width: 100%;
  padding: 7px 3%;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
  resize: none;
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_item_form textarea {
    font-size: 15px;
  }
}

@media screen and (max-width: 414px) {
  #contact .contact_cont_form_item_form textarea {
    font-size: 12px;
  }
}

#contact .contact_cont_form_check {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 17px;
}

#contact .contact_cont_form_check p {
  display: flex;
}

#contact .contact_cont_form_check input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border: 1px solid #bfbfbf;
  border-radius: 5px;
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_check input {
    width: 25px;
    height: 25px;
  }
}

#contact .contact_cont_form_check label {
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_check label {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_check label {
    font-size: 13px;
  }
}

#contact .contact_cont_form_check label a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: underline;
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_check label a {
    font-size: 15px;
  }
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_check label a {
    font-size: 13px;
  }
}

#contact .contact_cont_form_check label img {
  width: 20px;
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_check label img {
    width: 17px;
  }
}

#contact .contact_cont_form_submit {
  margin-bottom: 170px;
}

#contact .contact_cont_form_submit input {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
  padding: 20px 0;
  margin: 0 auto;
  background-color: #333;
  border-radius: 40px;
  border: none;
  outline: none;
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  #contact .contact_cont_form_submit input {
    font-size: 20px;
  }
}

@media screen and (max-width: 640px) {
  #contact .contact_cont_form_submit input {
    width: 90%;
  }
}

@media screen and (max-width: 414px) {
  #contact .contact_cont_form_submit input {
    font-size: 17px;
  }
}
/*# sourceMappingURL=contact.css.map */