@charset "UTF-8";
*, ::before, ::after {
	box-sizing: inherit;
	background-repeat: no-repeat;
}
::before, ::after {
	vertical-align: inherit;
	text-decoration: inherit;
}
#contact table th, #contact table td {
    width: 100%;
    display: block;
    border: none;
  }
  #contact table th {
    width: calc(100% - 20px);
    min-width: auto;
    padding: 10px;
  }
  #contact table td {
    padding: 10px 0 20px;
  }
  #contact table td input[type=text],
  #contact table td input[type=email],
  #contact table td textarea {
    width: calc(100% - 10px);
  }
  #contact table td div {
    margin-bottom: 10px;
  }
  #contact table td select {
    margin: 0 5px 0 10px;
    min-width: 50px;
	padding: 0;
  }
  #contact table td .mwform-tel-field input[type=text],
  #contact table td .mwform-zip-field input[type=text] {
    width: auto;
	  padding: 0;
  }
  #contact input[type=submit] {
    font-size: 1.0rem;
	padding: 0;
  }
  #contact .mw_wp_form_input .check input[type=submit] {
    width: 300px;
  }
  #contact .mw_wp_form_input .check:before {
    top: 30px;
  }
  #contact .mw_wp_form_input .privacy td {
    border: solid 1px #e8e8e8;
    padding: 0;
  }
  #contact .mw_wp_form_input .privacy td .scroll {
    padding: 10px;
  }
  #contact .mw_wp_form_confirm input[type=submit] {
    width: 140px;
    margin: 20px 5px 0;
  }