@charset "UTF-8";
table{
  width:100%;
}
table tr{
    border:none;
}
table th,
table td{
  padding:12px 0;
}
table th{
  width:30%;
  text-align:center;
  color:#000;
  border:solid 1px transparent;
}
table td{
  width:70%;
  padding:12px 24px;
  border:solid 1px transparent;
}
@media screen and (max-width:640px){
  table th,
  table td{
    display:block;
    width:100%;
  }
}
.require{
  font-size:14px;
  background-color:#f00;
  padding:2px 5px;
  margin-left:5px;
  color:#fff;
}
input[type="text"]{
  width:100% !important;
  color:#000;
}
textarea{
  width:100%;
  height:100px;
}
.form_button a{
  width:60px;
  height:41px;
}
input[type="submit"],
.form_button a{
  background-color:transparent;
  color:#212121;
  font-size:18px;
  padding:5px 10px;
  border:solid 2px #212121;
  margin:24px auto 0 auto;
  display:block;

}
input[type="submit"]:hover,
.form_button a:hover{
  background-color:#0AA0F6;
  color:#fff;
  border:solid 2px #0AA0F6;
  transition:0.3s;
}
select{
  color:#000;
}
textarea{
  color:#000;
}