/*---------------------------------------------------------------------------*/
.section-contact .container {
  max-width: 700px;
}

.section-contact .req {
  color: #e60012;
}

.section-contact .contact-txt {
  text-align: center;
  border-bottom: 1px solid #eae9e9;
  padding-bottom: 2.5rem;
  margin-bottom: 1.5rem;
}

.section-contact table {
  width: 100%;
}

.section-contact table th, .section-contact table td {
  padding: 1rem 0;
  vertical-align: middle;
}

.section-contact table th {
  width: 14rem;
  text-align: left;
}

.section-contact .ipt {
  width: 100%;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  padding: 0.7rem 1rem;
}

.section-contact .ipt.are {
  height: 25rem;
}

.section-contact .slc {
  width: 100%;
  max-width: 16.5rem;
  border: 1px solid #e8e8e8;
  background: #f2f2f2;
  padding: 0.7rem 1rem;
}

.section-contact .contact-btn {
  border: 1px solid #2e2725;
  background: #fff;
  display: block;
  width: 18.5rem;
  text-align: center;
  padding: 1rem 0;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  margin: 2rem auto 0;
}

.section-contact .contact-btn:hover {
  background: #2e2725;
  color: #fff;
}

.wp-btn {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-btn .contact-btn {
  margin: 0;
}

.thank_ttl {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  line-height: 1.5;
}

.thank_txt {
  font-size: 1.6rem;
}
