#contactImage img {
  width: 100%;
  margin-bottom: 60px;
}

#contactImage h2 {
  margin-bottom: 60px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: normal;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
  width: 90%;
  height: 3rem;
  padding-left: 12px;
  font-size: 1.25rem;
}

textarea {
  width: 90%;
  height: 10rem;
  padding: 8px 0 8px 12px;
  font-size: 1.1rem;
}

#submit {
  text-align: center;
}

input[type="submit"] {
  width: 200px;
  height: 60px;
  margin: 0 auto;
  background-color: #3a2750;
  color: #ffffff;
}

/* 確認画面 */

#contents dl {
  margin-bottom: 40px;
  padding: 0 20px;
}

#contents dl dt {
  font-weight: bold;
  color: #3a2750;
}

#contents dl dd {
  margin-bottom: 30px;
}

.confirmMsg {
  margin-bottom: 80px;
}
/* スマホ */

@media (max-width: 767px) {
  #contactImage h2 {
    font-size: 1.25rem;
  }
}
