@charset "utf-8";
/* お問い合わせ */

/***************************
 ** お問い合わせフォーム
 */
.contact_form_box {
  margin-bottom: 5rem;
}

@media screen and (max-width: 736px) {
  .contact_form_box {
    margin-bottom: 3rem;
  }
}