#contact #contactTop h3 {
  font-size: 28px;
  font-weight: bold;
  color: #10218B;
  margin-top: 2em;
}

#contact #contactTop p {
  margin: 1em 0 2em;
}

@media only screen and (max-width: 768px) {
  #contact #contactTop p {
    margin: 0.3em 0 2em;
  }
}

#contact #contactTop .flex.column3 > div {
  margin-bottom: 1.3em;
}

#contact #contactTop .flex.column3 > div div {
  font-weight: 600;
}

#contact #contactTop .flex.column3 > div div * {
  font-weight: 600;
}

#contact #contactForm {
  margin-top: 3em;
}

#contact #contactForm,
#contact #salesLocation {
  padding-bottom: 80px;
}

@media only screen and (max-width: 768px) {
  #contact #contactForm,
  #contact #salesLocation {
    padding-bottom: 0;
  }
}

#contact #contactForm h3,
#contact #salesLocation h3 {
  margin-bottom: 16px;
}

#contact #contactForm h3,
#contact #salesLocation h3 {
  font-size: 28px;
  font-weight: bold;
  color: #10218B;
  margin-top: 2em;
}

@media only screen and (max-width: 768px) {
  #contact #contactForm h3,
  #contact #salesLocation h3 {
    margin-top: 0;
  }
}

#contact #contactForm .flex > div,
#contact #salesLocation .flex > div {
  border: 1px #D9E3EC solid;
}

@media only screen and (max-width: 768px) {
  #contact #contactForm .flex > div,
  #contact #salesLocation .flex > div {
    margin-bottom: 3vw;
  }
}

#contact #contactForm .flex > div a,
#contact #salesLocation .flex > div a {
  display: block;
  height: 100%;
  text-decoration: none;
  padding: 2.5em;
  color: #333;
}

@media only screen and (max-width: 768px) {
  #contact #contactForm .flex > div a,
  #contact #salesLocation .flex > div a {
    padding: 1.0em;
  }
}

#contact #contactForm .flex > div a:hover,
#contact #salesLocation .flex > div a:hover {
  background-color: #D9E3EC;
}

#contact #contactForm .flex > div h4,
#contact #salesLocation .flex > div h4 {
  color: #10218B;
  font-size: 24px;
  font-weight: bold;
  display: flex;
  margin-bottom: 8px;
}

@media only screen and (max-width: 768px) {
  #contact #contactForm .flex > div h4,
  #contact #salesLocation .flex > div h4 {
    font-size: min(5.5vw, 22px);
  }
}

#contact #contactForm .flex > div h4 span.icon,
#contact #salesLocation .flex > div h4 span.icon {
  margin-left: 10px;
}

#contact .other_contact {
  margin: 80px 0;
}

#contact #salesLocation {
  padding-bottom: 0;
}

#contact #salesLocation .flex > div {
  padding: 2.5em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 768px) {
  #contact #salesLocation .flex > div {
    padding: 1.0em;
    margin-bottom: 1em;
  }
}

#contact #salesLocation .top_btn01 {
  margin-top: 3em;
}

#contact #salesLocation .top_btn01 a {
  max-width: 680px;
  margin: auto;
}
