.table{
    width: 100%;
}

.table dl.ftm_dl{
	margin-bottom: 0px;
}
dt.dt_ti{
	font-size: 1rem;
	font-weight: bold;
}

dd{
text-align:left;
}

dd input.ftm_inp{
    width: 100%;
    height: 50px;
    padding: 10px;
}

dd textarea.ftm_txa{
    width: 87%;
    height: 150px;
    padding: 10px;
}



.btn,
a.btn,
button.btn {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
  display: inline-block;
  padding: 0.7rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #eb6100;
}
.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}