@charset "utf-8";
/* CSS Document */
@media screen and (min-width:768px) and (max-width:1200px) { 

.contact-title {
  margin: 40px 80px;
}
.contact-title h2 {
  font-size: 4.0rem;
}
.contact-form {
  margin: 0 80px 60px;
}
input {
  width: 100%;
  height: 35px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.contact-form textarea {
  width: 100%;
  height: 150px;
  border: solid 2px #fff;
  background: #000;
  font-size: 1.6rem;
  
  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.5rem;
}

}
