ul {
  padding: 0;
  margin: 0;
  list-style: none; }

#contact {
  background: #fafafa; }
  #contact .head {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 500px;
    background: #dff2fb url(../../img/contact.png) repeat;
    -moz-background-size: 120px;
    -o-background-size: 120px;
    -webkit-background-size: 120px;
    background-size: 120px;
    background-position: 50%;
    position: relative; }
    #contact .head h1 {
      padding: 0 40px;
      margin: 0;
      position: relative;
      z-index: 2;
      font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
      font-size: 50px;
      color: #333;
      text-shadow: 2px 2px 0 #fff; }
    #contact .head .content {
      padding: 0 0 5px 0;
      position: relative;
      z-index: 2;
      background: linear-gradient(rgba(0, 0, 0, 0) 82%, #69c4f2 18%); }
  #contact > .container {
    width: 1200px;
    padding: 40px;
    margin: 0 auto;
    background: #fff; }
  #contact h3 {
    padding: 10px 10px 8px 10px;
    border-bottom: 4px solid #69c4f2;
    margin: 0 0 20px 0;
    font-size: 24px; }
  #contact .description {
    padding: 60px 0 0 0;
    margin: 0 auto;
    font-size: 16px;
    text-align: center; }
    #contact .description p {
      padding: 20px;
      border: 1px solid #eee;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      margin: 0; }
  #contact .form {
    padding: 40px 40px 100px 40px;
    margin: 0 auto; }
    #contact .form .input {
      padding: 10px 0;
      *zoom: 1; }
      #contact .form .input:after {
        content: "";
        display: table;
        clear: both; }
    #contact .form label {
      display: block;
      height: 50px;
      border-bottom: 4px solid #69c4f2;
      margin: 0 0 10px 0;
      font-size: 18px;
      line-height: 50px; }
    #contact .form input {
      display: block;
      width: 100%;
      height: 50px;
      padding: 0 10px;
      border: 1px solid #ccc;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      font-size: 18px; }
    #contact .form textarea {
      width: 100%;
      height: 400px;
      padding: 10px;
      border: 1px solid #ccc;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      font-size: 18px; }
    #contact .form .submit {
      margin: 30px 0 0 0;
      text-align: center; }
    #contact .form .submit button {
      display: inline-block;
      padding: 20px 40px;
      border: none;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background: #69c4f2;
      font-size: 22px;
      color: #fff;
      -moz-transition: border 0.2s ease 0s, color 0.2s ease 0s;
      -o-transition: border 0.2s ease 0s, color 0.2s ease 0s;
      -webkit-transition: border 0.2s ease, color 0.2s ease;
      -webkit-transition-delay: 0s, 0s;
      transition: border 0.2s ease 0s, color 0.2s ease 0s; }
    #contact .form .submit button:active {
      color: #ccebfb; }

@media screen and (max-width: 1200px) {
  #contact > .container {
    width: auto; } }
@media screen and (max-width: 768px) {
  #contact .head h1 {
    font-size: 40px; } }
@media screen and (max-width: 500px) {
  #contact .head h1 {
    font-size: 30px; }
  #contact .form {
    padding: 40px 20px 100px 20px; } }
@media screen and (max-width: 425px) {
  #contact > .container {
    padding: 40px 20px 40px 20px;
    margin: 0; }
  #contact h3 {
    font-size: 20px; }
  #contact .form textarea {
    padding: 20px; }
  #contact .form .submit button {
    display: block;
    width: 100%;
    padding: 20px;
    font-size: 18px; } }
