p { margin-bottom: 0 !important; }
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  display: inline-block;
  color: #fff;
  background-color: #514f87;
  border: 0;
  padding: 0 3rem;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  height: 50px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.wpcf7c-force-hide { display: none !important; }
#page form .tbl {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 70px;
}
#page form .tbl th {
  width: 200px;
  padding: 40px 0 35px 4.5rem;
  border-bottom: solid 1px #b5b5b5;
  font-weight: 700;
  vertical-align: top;
  position: relative;
  white-space: nowrap;
}
#page form .tbl th .mus {
  display: inline-block;
  position: absolute;
  top: 46px;
  left: 0;
  background: #d40000;
  padding: 0.3em;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin: 0 0.4em;
}
#page form .tbl tr.bdno th {
  padding: 20px 0 0 4.5rem;
  border: none;
}
#page form .tbl tr.bdno th .mus { top: 25px; }
#page form .tbl td {
  width: 440px;
  padding: 30px 0 25px 30px;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
}
#page form .tbl tr.bdno td { padding-top: 0; }
#page form .tbl td select {
  padding: 0 1rem;
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}
#page form .privacy {
  height: 200px;
  border: solid 1px #dcdcdc;
  background: rgba(51,51,51,.05);
  padding: 20px 30px;
  overflow: scroll;
  margin-bottom: 20px;
}
#page form .btnArea #confirm01,
#page form .btnArea #back01,
#page form .btnArea #submit01 {
  display: block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  border: none;
  cursor: pointer;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  border-radius: 0;
}
#page form .btnArea #submit01 { background-color: #f3663d; }
@media screen and (max-width: 991px){
  #page form .tbl th,
  #page form .tbl td {
    display: block;
    width: 100%;
  }
  #page form .tbl th,
  #page form .tbl tr.bdno th {
    padding: 1.5rem 0 1.5rem 4.5rem;
    border: 0;
  }
  #page form .tbl th .mus,
  #page form .tbl tr.bdno th .mus { top: 2rem; }
  #page form .tbl td { padding: 0 0 1.5rem; }
  #page form .btnArea #confirm01,
  #page form .btnArea #back01,
  #page form .btnArea #submit01 {
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
  }
}
