.contact-body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact-body input {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}


.contact-body .tbl-form input {
    border: 1px solid #264b77;
    background-color: #fff;
    color: #000;
    font-size: 100%;
    font-weight: normal;
    padding: 1%;
}

.contact-body input {
    border: none;
    border-radius: 30px;
    padding: 2% 10%;
    font-size: 140%;
    color: #fff;
    font-weight: bold;
    background-color: #ff7f72;
}


.contact-body textarea {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media (max-width: 768px) {
  .contact-body #error {
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .contact-body #com {
    padding-left: 10px;
    margin-bottom: 10px;
  }
}
.contact-body #error {
  color: #ff0000;
  padding-left: 40px;
  margin-bottom: 10px;
  text-align: left;
}
.contact-body #com {
  padding-left: 30px;
  margin-bottom: 20px;
  text-align: left;
}
.contact-body .tbl-form {
  width: 90%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #aaa;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #aaa;
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: #aaa;
}
.contact-body .tbl-form th {
  width: 200px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaa;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  background-color: #eee;
}
.contact-body .tbl-form td {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #aaa;
  text-align: left;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

 p.tbl-form-paragraph{
  margin: 0;
}

@media (max-width: 768px) {
  .contact-body .tbl-form {
    width: 100%;
  }
  .contact-body .tbl-form tr {
    display: block;
  }
  .contact-body .tbl-form th, .contact-body .tbl-form td {
    display: list-item;
    list-style: none;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 5px;
  }
}
.contact-body .input01 {
  width: 350px;
}
.contact-body .input02 {
  width: 65px;
}

.contact-body .postal-code {
  width: 10em;
  border: 1px solid #0085CC;
}

.contact-body .input03 {
  width: 100%;
}
.contact-body .submit {
  width: 120px;
  height: 40px;
  font-size: 120%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .contact-body .input01 {
    width: 96%;
  }
  .contact-body .input02 {
    width: 65px;
  }
  .contact-body .input03 {
    width: 96%;
  }
  .contact-body .submit {
    width: 110px;
    height: 35px;
  }
  .contact-body .kubun span {
    display: block;
  }
}
.contact-body .b-red {
  color: #ff0000;
  font-weight: bold;
}

.enquete-button-area{
  text-align: center;
}