/*フォーム入力画面　入力画面 不要な文字消す*/
.inquiry_form form table td,
.inquiry_form form table .input_address div{
    font-size:0;
}
.lower_section .ttl_wrap + .lower_section_inner .textArea {
  margin: 60px auto 40px;
  text-align: center;
}
@media screen and (max-width: 768px){
    .lower_section .ttl_wrap + .lower_section_inner .textArea {
      text-align: left;
    }
}
.inquiry_form {
    padding: 0 0 60px;
}