@charset "utf-8";

#visual div.body {
  padding-bottom: 3px;
  border-bottom: 7px solid #060;
}

#contact .contact {
  border-top: 2px solid #060;
  border-bottom: 2px solid #060;
}

#contact .wpcf7 input,
#contact .wpcf7 select,
#contact .wpcf7 textarea {
  font-family: inherit;
}

#contact .wpcf7 p {
  padding: 1em;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
  margin: 1em 0;
}

#contact .wpcf7 p:nth-child(odd) {
  background: #f5f5f5;
  border: none;
}

#contact .wpcf7 p:nth-last-child(2) {
  background: none;
}

#contact .area {
  padding-bottom: 1em;
  border-bottom: 2px solid #060;
}

#contact .area table {
  width: 100%;
  border-collapse: collapse;
}

#contact .area table th,
#contact .area table td {
  padding: 0.5em;
  vertical-align: top;
  border: 1px solid #060;
}

#contact .area table th {
  width: 20%;
  text-align: center;
  color: #060;
  background: #ff9;
}

#contact .area .title {
  color: #fff;
  font-weight: bold;
  text-align: center;
  background: #060;
  padding: 0.25em 0;
  margin-bottom: 1em;
  border-radius: 3px;
  box-shadow: 3px 3px 3px #aaa;
}

#contact div.flex-map {
  padding-bottom: 30%;
  margin-top: 1em;
}

@media screen and (max-width:768px) {
  #contact .wpcf7 input,
  #contact .wpcf7 select,
  #contact .wpcf7 textarea {
    width: 100%;
  }
  #contact .area table th {
    width: 1em;
  }
  #contact div.flex-map {
    padding-top: 50%;
  }
}
