@charset "utf-8";
/*                contact
======================================================= */
/* line 7, ../sass/contact.scss */
.contact .bgW_wrapper p + p {
  margin-top: 1em;
}
/* line 10, ../sass/contact.scss */
.contact .bgW_wrapper span.required {
  color: #ff001b;
}
/* line 13, ../sass/contact.scss */
.contact .bgW_wrapper .mainKey {
  width: 100%;
  max-width: 723px;
  margin: 0 auto 2em;
}
/* line 19, ../sass/contact.scss */
.contact .bgW_wrapper .intro ul {
  margin-bottom: 1em;
}
/* line 21, ../sass/contact.scss */
.contact .bgW_wrapper .intro ul li {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}
/* line 28, ../sass/contact.scss */
.contact .bgW_wrapper table {
  margin: 1em 0;
}
/* line 31, ../sass/contact.scss */
.contact .bgW_wrapper table tr th {
  font-size: 92.9%;
  text-align: left;
  width: 26%;
  padding-left: 1em;
  padding-right: 1em;
}
/* line 37, ../sass/contact.scss */
.contact .bgW_wrapper table tr th .max480 {
  display: none;
}
/* line 41, ../sass/contact.scss */
.contact .bgW_wrapper table tr td {
  width: 74%;
}
/* line 43, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input {
  border: 1px #e2e2e2 solid;
  padding: 0 5px;
}
/* line 46, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input[type=text], .contact .bgW_wrapper table tr td input[type=tel] {
  height: 2em;
  width: 100%;
  max-width: 20em;
}
/* line 50, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input[type=text]#zipNo, .contact .bgW_wrapper table tr td input[type=tel]#zipNo {
  max-width: 7em;
}
/* line 53, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input[type=text]#address, .contact .bgW_wrapper table tr td input[type=tel]#address {
  max-width: 30em;
}
/* line 57, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input[type=email] {
  height: 2em;
  width: 100%;
  max-width: 30em;
}
/* line 62, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input[type=button] {
  background: -moz-linear-gradient(top, white 0%, #eeeeee);
  background: -webkit-gradient(linear, left top, left bottom, from(white), to(#eeeeee));
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  cursor: pointer;
  height: 28px;
  width: 11em;
}
/* line 72, ../sass/contact.scss */
.contact .bgW_wrapper table tr td input[type=radio] {
  cursor: pointer;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
/* line 79, ../sass/contact.scss */
.contact .bgW_wrapper table tr td label {
  margin-right: 1em;
}
/* line 82, ../sass/contact.scss */
.contact .bgW_wrapper table tr td textarea {
  border: 1px #e2e2e2 solid;
  padding: 5px;
  height: 10em;
  width: 100%;
}
/* line 88, ../sass/contact.scss */
.contact .bgW_wrapper table tr td .max480 {
  display: none;
}
/* line 91, ../sass/contact.scss */
.contact .bgW_wrapper table tr td .wpcf7-list-item {
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  /* line 102, ../sass/contact.scss */
  .contact .bgW_wrapper table tr td input[type=button] {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 114, ../sass/contact.scss */
  .contact .bgW_wrapper table tr th .max480 {
    display: block;
  }
  /* line 120, ../sass/contact.scss */
  .contact .bgW_wrapper table tr td input[type=button] {
    margin-top: 5px;
  }
  /* line 124, ../sass/contact.scss */
  .contact .bgW_wrapper table tr td .max480 {
    display: block;
  }
}
/* line 131, ../sass/contact.scss */
.contact .bgW_wrapper .btnArea {
  overflow: hidden;
  width: 70%;
  margin: 0 auto;
}
/* line 135, ../sass/contact.scss */
.contact .bgW_wrapper .btnArea button {
  background-color: #ffe74a;
  cursor: pointer;
  float: left;
  width: 48.5%;
  padding: 1em 0;
  margin-left: 2%;
}
/* line 142, ../sass/contact.scss */
.contact .bgW_wrapper .btnArea button.button-confirm {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  /* line 149, ../sass/contact.scss */
  .contact .bgW_wrapper .btnArea button {
    font-size: 100%;
  }
}
@media only screen and (max-width: 480px) {
  /* line 155, ../sass/contact.scss */
  .contact .bgW_wrapper .btnArea {
    width: 100%;
  }
}
