@charset "utf-8";
/* CSS Document */
.contact img {
  width: 100%;
}
.contact-title {
  margin: 30px 20px;
}
.contact-title h2 {
  font-size: 2.3rem;
  text-align: left;
  letter-spacing: 0.08em;
}
.contact-form {
  margin: 0 20px 60px;
}

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

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

/*::placeholder {
  color: #ffffff;
  font-weight: 100;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}*/


.submit {
  width: 260px;
  margin: 0 auto;
  display: block;
  height: 60px;
  border-radius: 10px;
  font-size: 2.0rem;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
  background: #dc4624;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  letter-spacing: 0.5em;
  border: 2px solid #dc4624;
  transition: .3s;
}
.submit:hover {
  color: #fff;
  background: #c02623;
}
