.contact_message {
    text-align: center;
    margin-bottom: 30px;
}
.required_item {
    color: #e31b13;
}
form table {
    width: 100%;
}
form th {
	display: block;
	text-align: left;
	font-weight: normal;
	padding-bottom: 0.5em;
}
form td {
	display: block;
	padding-bottom: 1.5em;
    position: relative;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  user-select: none;
}
  .custom-select-wrapper select {
    display: none;
  }
  .custom-select {
    position: relative;
	width: 100%;
  }
    .custom-select-trigger {
      position: relative;
      display: block;
      padding: 0.2em 84px 0.2em 0.5em;
		border: solid 1px #dad8d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
      cursor: pointer;
    }
      .custom-select-trigger:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 15px;
        margin-top: -3px;
        border-bottom: 1px solid #e31b13;
        border-right: 1px solid #e31b13;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
      }
      .custom-select.opened .custom-select-trigger:after {
        margin-top: 3px;
        transform: rotate(-135deg) translateY(-50%);
      }
  .custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    margin: 5px 0;
	  padding: 0.5em 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    box-sizing: border-box;
    background: #e31b13;
    transition: all .3s ease-in-out;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
	  z-index: +1;
  }
  .custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
      z-index: 2;
  }
    .option-hover:before {
      background: #f9f9f9;
    }
    .custom-option {
      position: relative;
      display: block;
      padding: 0 15px;
      color: #fff;
      cursor: pointer;
    }
    .custom-option:first-of-type {
//      border-radius: 5px 5px 0 0;
    }
    .custom-option:last-of-type {
//      border-radius: 0 0 5px 5px;
    }
    .custom-option:hover,
    .custom-option.selection {
      background: #ff2217;
    }

form select,
form input[type="text"],
form textarea {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-size: 1.6rem;
    padding: 3px 0.5em;
    width: 100%;
    max-width: 100%;
	background: #fff;
		border: solid 1px #dad8d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
form .select_area {
	position: relative;
}
form select::-ms-expand {
	display: none;
}
      form .select_area:after {
        position: absolute;
        display: block;
        content: '';
        width: 10px; height: 10px;
        top: 50%; right: 15px;
        margin-top: -3px;
        border-bottom: 1px solid #e31b13;
        border-right: 1px solid #e31b13;
        transform: rotate(45deg) translateY(-50%);
        transition: all .4s ease-in-out;
        transform-origin: 50% 0;
		  pointer-events: none;
      }

form input#discovery_ex {
	margin-top: 0.5em;
}
form input#zip {
	width: 6em;
    margin-left: 0.5em;
}
form input#address1 {
	margin-top: 0.5em;
}
form input#email2 {
	margin-top: 0.5em;
}

form .policy_check {
	text-align: center;
}
form .policy_check a {
    font-weight: bold;
    color: #e31b13;
    text-decoration: underline;
}
form .policy_check a:hover {
    text-decoration: none;
}
form .policy_check label {
  padding: 0px 8px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
  cursor: pointer;
}
form .policy_check input {
  margin: 0;
  width: 0;
  opacity: 0;
}
form .policy_check input:checked + span:before {
  content: "\002713";
    font-size: 1.5em;
    font-weight: bold;
    line-height: 1;
    color: #e31b13;
  display: block;
  position: absolute;
  top: -0.1em;
  left: -0.1em;
  width: 100%;
  height: 100%;
}
form .policy_check span {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 1.5em;
  height: 1.5em;
    margin-right: 8px;
  border: solid 2px #dad8d9;
  background: #FFFFFF;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

form .button_area {
    text-align: center;
    margin-top: 2em;
}
form .button_area button {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
	font-size: 1.6rem;
	width: 17em;
	margin-top: 1.5rem;
	padding: 0.5em 1.5em;
	background: #0e2b7e;
    border: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	transition: color 0.4s;
    cursor: pointer;
}
form .button_area button:before {
  content: "";
  display: block;
  background-color: #e31b13;
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 100%;
  transform-origin: right top;
  transform: skewX(-30deg) scaleX(0);
  transition: transform 0.4s;
}
form .button_area button:hover::before {
  transform-origin: left top;
  transform: skewX(-30deg) scaleX(1);
}
form .button_area button span {
	font-size: 1.6rem;
	font-weight: 400;
	color: #fff;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
  position: relative;
  z-index: 1;
	transition: .3s;
}
form .button_area button img {
	width: 15px;
	vertical-align: middle;
	transition: .3s;
}
form .button_area button:hover img {
	filter: brightness(1500%);
	transition: .3s;
}

@media (min-width: 375px) {
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
.contact_message {
    margin-bottom: 50px;
}
form th {
	display: table-cell;
    width: 18em;
	padding: 4px 1em 0 0;
    white-space: nowrap;
    vertical-align: top;
}
form td {
	display: table-cell;
	padding-bottom: 1.5em;
}
form input#discovery_ex {
	margin-top: 1em;
}
form input#address1 {
	margin-top: 1em;
}
form input#email2 {
	margin-top: 1em;
}
form .button_area button span {
	font-size: 1.8rem;
}
}

@media (min-width: 1200px) {
.contact_message {
    margin-bottom: 70px;
}
}

@media (min-width: 1400px) {
}

