@charset "UTF-8";

.table_form_add{
  width:100%;
  margin:0 0 50px 0;
  padding:0;
  border-collapse: collapse;
  font-size: 14px;
  line-height:2em;
}
.table_form_add th{
  width:20%;
  margin:0;
  padding:30px 0;
  border-bottom:solid 1px #e5e5e5;
  text-align:left;
  vertical-align:middle;
  box-sizing:border-box;
}
.table_form_add td{
  margin:0;
  padding:30px 0;
  border-bottom:solid 1px #e5e5e5;
  box-sizing:border-box;
}
.table_form_add .input_all{
  width:100%;
  margin:0;
  padding:12px 1em;
  box-sizing:border-box;
}
.table_form_add .input_half{
  width:50%;
  margin:0;
  padding:12px 1em;
  box-sizing:border-box;
}
.table_form_add .input_post{
  width:30%;
  margin:0 0 20px;
  padding:12px 1em;
  box-sizing:border-box;
}
.table_form_add .radio{
  margin:0 5px 0 20px;
}
.table_form_add .radio:first-child{
  margin:0 5px 0 0;
}

.table_form_add .cheackbox{
  margin:0 5px 0 20px;
}
.table_form_add .cheackbox:first-child{
  margin:0 5px 0 0;
}
.table_form_add .text{
  width:100%;
  height:200px;
  padding:12px 1em;
}

.table_form_add td span.caution{
  margin:20px 0 10px;
  padding:0;
  font-size: 14px;
  line-height:1.4em;
  color:#cc0000;
  display: block;
}
.table_form_add span.required{
  margin:0 0 0 1em;
  padding:0;
  font-size: 12px;
  line-height:1em;
  color:#cc0000;
}

.btn_table_form_add{
  width:100%;
  margin:0 auto;
  padding:0; 
  font-size: 14px;
  line-height:1em;
  list-style:none;
  text-align:center;
}
.btn_table_form_add li{
  margin:0 15px ;
  padding:0;
  display: inline-block;
}
.btn_table_form_add li input:hover{
  cursor: pointer;
}

.table_form_add_thanks{
  margin:150px auto;
  font-size: 14px;
  line-height:2em;
  text-align:center;
}

.table_form_add input[type="text"],
.table_form_add input[type="email"],
.table_form_add input[type="submit"],
.table_form_add textarea{
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.table_form_add input[type="text"],
.table_form_add input[type="email"],
.table_form_add input[type="submit"],
.table_form_add textarea{
  outline: none;
  border: 1px solid #ccc;
  -webkit-transition: all .3s;
  transition: all 0.5s;
  background-color: #fff;
}
.table_form_add input[type="text"]:focus,
.table_form_add input[type="email"]:focus,
.table_form_add textarea:focus{
  border: 1px solid #23287f;
}


.btn_table_form_add input[type="submit"]{
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.btn_table_form_add input[type="submit"]{
  width: 10em;
  outline: none;
  -webkit-transition: all .3s;
  transition: all 0.5s;
  background-color: #23287f;
  color:#fff;
  padding:5px 1em;
}
