@charset "utf-8";
@import url("page.css");
/* CSS Document */
#contact {
  display: block;
  margin: 30px auto;
  width: 96%;
}
#contact th {
  text-align: left;
  display: block;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
#contact td {
  display: block;
  padding: 5px 10px;
  width: 100%;
  box-sizing: border-box;
}
.require {
  margin-left: 10px;
  padding: 2px 3px;
  vertical-align: middle;
  color: #FFFFFF;
  background-color: #ff5400;
  font-size: 11px;
  font-weight: bold;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}
.textarea {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 100%;
  padding: 10px;
  border: solid 1px #BBBBBB;
  font-size: 15px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
.zip {
  display: block;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 50%;
  padding: 3px;
  border: solid 1px #BBBBBB;
}
#btn_form {
  text-align: right;
  display: block;
  margin: 20px auto;
  width: 100%;
}
#btn_form input {
  text-align: center;
  font-weight: 600;
  color: #333;
  display: block;
  background-color: #BBD4EF;
  padding: 5px 10px;
  float: right;
  width: 100px;
  border: none;
  cursor: pointer;
  cursor: hand;
}
#btn_form input:hover {
  opacity: 0.7;
  border: none;
}
.privacy {
  margin: 30px auto;
  width: 100%;
  line-height: 1.5em;
}
@media only screen and (min-width: 769px) {
  #contact {
    display: block;
    margin: 0 auto 10px;
    width: 980px;
  }
  #contact table {
    margin: 50px 0 0;
    width: 100%;
  }
  #contact th {
    text-align: left;
    display: table-cell;
    padding: 5px 10px;
    width: 180px;
    box-sizing: border-box;
  }
  #contact td {
    display: table-cell;
    padding: 5px 10px;
    width: auto;
    box-sizing: border-box;
  }
}