@charset "UTF-8";
/*============================
main
============================*/
/* line 12, contact.scss */
#chapter_1 {
  margin-bottom: 7%;
  overflow: hidden;
  /*==========================
  table
  ============================*/
  /*==========================
  submit btn
  ============================*/
  /*==========================
  error
  ============================*/
}
/* line 17, contact.scss */
#chapter_1 h2 {
  text-align: center;
  margin-bottom: 3%;
  padding-top: 2%;
  color: #345473;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 60px;
  line-height: .43;
  color: #007837;
}
/* line 154, ../../common/css/_mixin.scss */
#chapter_1 h2:after {
  content: "\ainquiry";
  font-size: 15px;
  white-space: pre;
  word-spacing: 1em;
}
/* line 25, contact.scss */
#chapter_1 h2 + p {
  text-align: center;
  margin-bottom: 5%;
}
/* line 33, contact.scss */
#chapter_1 .required:after {
  content: "c";
  font-family: "fontello";
  font-size: 70%;
  color: #ff7f50;
  padding-left: .3em;
}
/* line 42, contact.scss */
#chapter_1 input, #chapter_1 option, #chapter_1 textarea {
  margin: 1% 0.5% 1% 2%;
  font-size: 16px;
  line-height: 23px;
}
/* line 48, contact.scss */
#chapter_1 small {
  font-size: 8px;
  vertical-align: text-bottom;
}
/* line 58, contact.scss */
#chapter_1 table {
  margin: 5% auto 0 auto;
  table-layout: auto;
  border-collapse: collapse;
  border-spacing: 5px;
  width: 100%;
}
@media only screen and (max-width: 499px) {
  /* line 58, contact.scss */
  #chapter_1 table {
    table-layout: fixed;
  }
}
/* line 73, contact.scss */
#chapter_1 table th, #chapter_1 table td {
  box-sizing: border-box;
  padding: 2%;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 1px rgba(105, 105, 105, 0.5);
  -webkit-box-shadow: 0px 0px 1px rgba(105, 105, 105, 0.5);
  box-shadow: 0px 0px 1px rgba(105, 105, 105, 0.5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.Shadow(Color='#80696969', Direction=135, Strength=1);
}
@media only screen and (max-width: 499px) {
  /* line 73, contact.scss */
  #chapter_1 table th, #chapter_1 table td {
    display: block;
    width: 100%;
  }
  /* line 85, contact.scss */
  #chapter_1 table th textarea, #chapter_1 table td textarea {
    width: 100%;
  }
}
/* line 93, contact.scss */
#chapter_1 table th {
  white-space: nowrap;
  background: #ffffff;
}
/* line 103, contact.scss */
#chapter_1 #btn_block {
  text-align: center;
  margin: 10% 0 10% 0;
}
/* line 107, contact.scss */
#chapter_1 #btn_block .inp_btn {
  text-align: center;
  font-size: 100%;
  color: #555555;
  text-decoration: none;
  padding: 1% 3%;
  cursor: pointer;
  background: #ffffff;
  border: 1px solid #345473;
}
/* line 117, contact.scss */
#chapter_1 #btn_block .inp_btn:hover {
  background: #f3f7e3;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
/* line 122, contact.scss */
#chapter_1 #btn_block .inp_btn:active {
  background: #345473;
  color: #ffffff;
}
/* line 139, contact.scss */
#chapter_1 .error table {
  line-height: 35px;
}
/* line 142, contact.scss */
#chapter_1 .error table td {
  padding-left: 5%;
}
/* line 149, contact.scss */
#chapter_1 th {
  border-bottom: 1px solid #DCDCDC;
  text-align: center;
}
@media only screen and (max-width: 499px) {
  /* line 193, ../../common/css/_mixin.scss */
  #chapter_1 p {
   /* display: none;*/
  }
  /* line 197, ../../common/css/_mixin.scss */
  #chapter_1 h2 {
    margin-top: 10%;
    margin-bottom: 10%;
  }
  /* line 202, ../../common/css/_mixin.scss */
  #chapter_1 h2 + p {
    text-align: center;
  }
}
