@charset "UTF-8";

.rf {
  color: #868686;
  font-size: 9pt;
  font-weight: lighter;
}

#contact {
  width: 100%;
  overflow: hidden;
}

#contact h2{
  font-size: 30pt;
}

#contact .conts_text01 {
  text-align: center;
  max-width: 820px;
}
#contact .conts_text02 {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
  max-width: 820px;
}

#contact #form_wrap {
  margin: 0 auto;
  max-width: 820px;
}


#contact #form_wrap table {
  margin-bottom: 20px;
}

#contact #form_wrap table .h01 th {
  line-height: 16px;
  height: 60px;
}
#contact #form_wrap table .h01 td {
  height: 60px;
}
#contact #form_wrap table .h02 th {
  line-height: 16px;
  height: 280px;
}
#contact #form_wrap table .h02 td {
  height: 280px;
}
#contact #form_wrap table th {
  padding-top: 10px; 
  vertical-align: top;
  text-align: left;
  width: 30%;
  font-size: 14pt;
}
#contact #form_wrap table td {
  vertical-align: top;
  width: 70%;
}
#contact #form_wrap table .err_msg {
  padding-top: 3px;
  color: #cf0101;
}
.input_txt {
  height: 40px;
  border: 0;
  font-size: 14pt;
  color: #000;
  width: 100%;
  background-color: #efeff0;
}

.input_area {
  height: 280px;
  border: 0;
  font-size: 14pt;
  color: #000;
  width: 100%;
  background-color: #efeff0;
}

.btn_reset {
  float: left;
  height: 40px;
  font-size: 14pt;
  margin-right: 1%;
  width: 49%;
  color: #fff;
  background-color: #fff;
  border-style: none;
  outline: none;
  border: 2px solid #898989;
  color: #898989;
  cursor: pointer;
}
.btn_send {
  float: right;
  height: 40px;
  font-size: 14pt;
  margin-left: 1%;
  width: 49%;
  color: #fff;
  background-color: #fff;
  border-style: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 2px solid #000;
  color: #000;
  cursor: pointer;
}
#contact #form_wrap input[type="button"].btn_send:hover{
  background-color: #000;
  color: #fff;
}


#contact #form_wrap .comp_message{
  padding-top: 150px;
  font-size: 30pt;
  text-align: center;
  height: 300px;
}

#contact .btn{
  height: 40px;
  width: 100%;
}

#contact .attention{
  max-width: 820px;
  padding: 30px 0px 30px 0px;
}

