@charset "UTF-8";
/* contact */
#contact div.h2box {
  background-image: url(../img/contact/contact_thum.jpg);
}
#contact div.contents {
  width: 1000px;
  margin: 0 auto;
}
#contact div.contents p.required_txt {
  color: #AB6F43;
  font-size: 0.8em;
}
#contact div.contents form#form table {
  width: 100%;
  margin-bottom: 2em;
}
#contact div.contents form#form table th, #contact div.contents form#form table td {
  padding: 1em 0;
  font-size: 1.3em;
}
#contact div.contents form#form table th input, #contact div.contents form#form table td input {
  width: 91%;
  padding: 0.8em 1em;
  color: #353535;
}
#contact div.contents form#form table th {
  text-align: left;
  width: 34%;
  vertical-align: middle;
  color: #42a0ab;
}
#contact div.contents form#form table th span {
  font-weight: normal;
  margin-left: 1em;
  font-size: 0.8em;
}
#contact div.contents form#form table th span.required::after {
  content: "※";
  color: #AB6F43;
  position: relative;
  bottom: -1px;
  margin-left: 3px;
}
#contact div.contents form#form table td input::-moz-placeholder, #contact div.contents form#form table td textarea::-moz-placeholder {
  opacity: 0.5;
}
#contact div.contents form#form table td input::placeholder,
#contact div.contents form#form table td textarea::placeholder {
  opacity: 0.5;
}
#contact div.contents form#form table td input[name=nameSei],
#contact div.contents form#form table td input[name=nameMei],
#contact div.contents form#form table td input[name=nameSeiKana],
#contact div.contents form#form table td input[name=nameMeiKana] {
  width: 61%;
}
#contact div.contents form#form table td input[name=nameSei],
#contact div.contents form#form table td input[name=nameSeiKana] {
  margin-right: 1em;
}
#contact div.contents form#form table td input[name=postcode] {
  width: 130px;
}
#contact div.contents form#form table td input[name=tel] {
  width: 250px;
}
#contact div.contents form#form table td label {
  color: #ff0000;
  font-size: 0.8em;
  display: block;
}
#contact div.contents form#form table td.nameArea {
  display: flex;
}
#contact div.contents form#form table td.nameArea div {
  margin-right: 2em;
}
#contact div.contents form#form table td textarea {
  width: 91%;
  height: 170px;
  padding: 0.8em 1em;
}
#contact div.contents form#form div.privacyCk {
  text-align: center;
}
#contact div.contents form#form div.privacyCk a {
  text-decoration: underline;
}
#contact div.contents form#form div.btnWrap {
  margin: 1em auto 3em auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
#contact div.contents form#form div.btnWrap button[type=submit],
#contact div.contents form#form div.btnWrap button[type=button] {
  display: block;
  width: 250px;
  height: 60px;
  margin: 0 1em;
}
#contact div.contents form#form div.btnWrap button[type=submit]:hover,
#contact div.contents form#form div.btnWrap button[type=button]:hover {
  cursor: pointer;
}

/* sp用 */
@media screen and (max-width: 480px) {
  #contact div.contents {
    width: auto;
  }
  #contact div.contents p.required_txt {
    text-align: center;
  }
  #contact div.contents form#form table tr {
    display: flex;
    flex-direction: column;
  }
  #contact div.contents form#form table tr th {
    text-align: center;
    width: auto;
    padding: 1em 0 0 0;
  }
  #contact div.contents form#form table tr td {
    padding: 10px 0 0 0;
    text-align: center;
  }
  #contact div.contents form#form table tr td input {
    width: 80%;
  }
  #contact div.contents form#form table tr td input[name=nameSei],
  #contact div.contents form#form table tr td input[name=nameMei],
  #contact div.contents form#form table tr td input[name=nameSeiKana],
  #contact div.contents form#form table tr td input[name=nameMeiKana] {
    width: 64%;
  }
  #contact div.contents form#form table tr td input[name=nameSei],
  #contact div.contents form#form table tr td input[name=nameSeiKana] {
    margin-right: 0;
  }
  #contact div.contents form#form table tr td input[name=tel] {
    width: 80%;
  }
  #contact div.contents form#form table tr td.nameArea {
    display: flex;
    justify-content: center;
  }
  #contact div.contents form#form table tr td.nameArea div {
    margin-right: 0;
  }
  #contact div.contents form#form table tr td textarea {
    width: 80%;
    height: 170px;
    padding: 0.8em 1em;
  }
}/*# sourceMappingURL=contact.css.map */