.form_table{
  margin:60px auto 0;
  text-align: left;
}
.form_table tr th{
  padding:30px 7px 10px;
}
.form_table tr td input,
.form_table tr td textarea{
  width: 100%;
  border: 2px solid #ddd;
  border-radius: 5px;
  background-color: #fff;
  height: 50px;
  padding: 0.5%;
  box-sizing: border-box;
  font-size: 16px;
}
.form_table tr td textarea{
  height:250px;
}
.check{
  text-align: center;
  margin-top:60px;
  font-size:20px;
}
.check a{
  text-decoration: none;
  color:blue;
  font-weight: bold;
}
.form_btn{
  width:80%;
  margin:80px auto;
  display: flex;
  justify-content: space-between;
}
.form_btn input,
a.top_link{
  width:48%;
  background-color: var(--orange);
  height:80px;
  font-size: 26px;
  color: #fff;
  font-weight: bold;
  border-radius: 7px;
}
a.top_link{
  display: block;
  line-height:80px;
  text-decoration: none;
  text-align: center;
  margin:80px auto;
}
.thanks_text{
  text-align: left;
}