@charset "utf-8";
/* CSS Document */
@media(min-width: 1201px) {
  .contact {
    margin-bottom: 80px;
  }
  .contact-title {
  margin: 100px 430px;
}
.contact-title h2 {
  font-size: 4.5rem;
}
.contact-form {
  max-width: 1025px;
  margin: 0 auto 60px;
}
input {
  width: 100%;
  height: 40px;
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.contact-form textarea {
  width: 100%;
  height: 400px;
  border: solid 2px #fff;
  background: #000;
  font-size: 1.8rem;
  
  padding-left: 10px;
  margin-bottom: 5px;
  letter-spacing: 0.12em;
  -webkit-appearance: none;
   border-radius: 0;
   outline: none;
}
::placeholder {
  color: #fff;
  font-weight: 100;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.submit {
  font-size: 2.8rem;
}

}
