@media screen and (max-width: 767.999px) {
  #subpage_title_area h1 {
    font-size: 24px;
  }
  #contact main {
    background-image: linear-gradient(to bottom, #f8f8f5, #FFFFFF);
  }
  #contact section#form {
    border-top: none;
    padding-top: 25px;
  }
  #contact section#form .form_contents_area {
    margin-top: 0;
  }
}
