form .txt {
    text-align: left;
  }
  a .tel {
    text-align: center;
  }
  #contact .main {
    margin: 30px auto 0;
    width: 776px;
    max-width: 95%;
  }
  h2 {
    background: transparent !important;
    border: none !important;
  }
  h3 {
      box-shadow: none !important;
      border: none !important;
  }
  #contact .form-table {
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    border-top: 1px solid #e5e5e5;
    border-collapse: collapse;
    border-spacing: 0;
  }
  .form-table .th {
    background: #ececec none repeat scroll 0 0;
    font-weight: normal;
    padding: 16px;
    width: 30%;
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
  }
  .form-table .th, .form-table .td {
    border-left: 2px solid #ccc;
    border-top: 2px solid #ccc;
    box-sizing: border-box;
    font-size: 18px;
    text-align: left;
    vertical-align: top;
}
  .form-table .td {
    padding: 16px;
    width: 70%;
}
  .form-table-title {
    display: inline-block;
    margin: 0;
    width: 70%;
}
.form-table-required, .form-table-arbitrary {
  color: #fff;
    display: inline-block;
    float: right;
    font-size: 12px;
    height: auto;
    line-height: 18px;
    margin: 8px 0 0;
    padding: 0 10px;
}
.form-table-required {
    background: #dd1718 none repeat scroll 0 0;
}
.form-table-arbitrary {
    background: #999 none repeat scroll 0 0;
}
.form-address-item-text {
    display: inline-block;
    line-height: 1.2;
    margin: 0;
    vertical-align: middle;
    width: 115px;
}
.form-address-item-body {
    display: inline-block;
    padding: 4px 0 0;
    vertical-align: middle;
    width: 385px;
    max-width: 90%;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0;
}
.btn-cols {
    text-align: center;
}
.btn-contact.is-small {
    font-size: 28px;
    height: 90px;
    line-height: 70px;
    width: 350px;
    max-width: 100%;
}
.btn-contact {
    background: #e52726 none repeat scroll 0 0;
    border: 0 none;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 30px;
    height: 90px;
    line-height: 90px;
    margin-top: 40px;
    text-decoration: none;
}
.btn-cols-item:empty {
    display: none;
}
.btn-contact input {
  border: none;
    color: #fff;
    width: 100%;
    height: 100%;
}
@media (max-width: 768px) {
  .form-table .th {
    background: #ececec none repeat scroll 0 0;
    display: block;
    font-weight: normal;
    padding: 10px 8px 12px;
    width: 100%;
}
.form-table .td {
    display: block;
    padding: 10px 8px 12px;
    width: 100%;
}
.form-address-item-body {
  width: auto;
}
.noneSP {
    display: none;
}
}