/* =========================
   お問い合わせページ
========================= */

#contact-form button[type="submit"] {

  background: #d3edff;

  color: #727272;

  border: none;

  border-radius: 12px;

  padding: 12px 24px;

  font-size: 16px;

  font-weight: bold;

  cursor: pointer;

  transition: 0.2s;

}

#contact-form button[type="submit"]:hover {

  background: #e5f5ff;

}

#contact-form select {

  width: 100%;

  border-radius: 12px;

  padding: 10px 12px;

  border: 1px solid #d0d0d0;

  background: #ffffff;

}