




.form-content{
  width: 100%;
  height: 1150px;
  margin: 0 auto 0 auto;
}

.form-content form{
  height: 100%;
  width: 100%;
	position: relative;
}
.form-content table{
  margin: auto;
  width: 50%;
	min-width: 600px;
  height: 95%;
  border-collapse: separate;
 border-spacing: 30px 56px;
	padding-left: 30px;
}
.form-content table tr{
  height: 5%;

}
.form-content table th{
  text-align: left;
  width: 30%;
  white-space: nowrap;
  font-size: 20px;
  padding-left: 10px;
  line-height: 20px;
    
    
}
.flex{
    display: flex;
    vertical-align: middle;
}
.text--caution{
    color: red;
    font-size: 12px;
}
.coment-heading{
    align-items: flex-start;
    display: block;
    padding-top: 20px;
}
.form-content table td{
  width: 50%;
 
}
.form-content table #sex-man{
  width: 16%;
}
.form-content table #man{
	width: 15px;
}
.form-content table #sex-woman{
	width: 16%;
}
.form-content table #woman{
	width: 15px;
}
.radio-content{
  justify-content: flex-start;
	gap: 10%;
	 display: flex;
  align-items: center;
}
input{
  width: 80%;
  height: 48px;
  border-radius: 8px;
  border: solid 1px #cdcdcd;
  background-color: #fff;
  padding: 5px;
  font-size: 1.0em;
}
textarea {
  width: 80%;
  height: 300px;
  border-radius: 8px;
  background-color: #fff;
  padding: 5px;
  border: solid 1px #cdcdcd;
}
#btn{
  width: 15%;
  height: 48px;
  border-radius: 8px;
  background-color: #cdcdcd;
  left: 50%;
	position: absolute;
	transform: translateX(-50%);
  transform-webkit-: translateX(-50%);
  transform-ms-: translateX(-50%);
    cursor: pointer;
}




@media screen and (max-width: 800px) {

  .form-content{
  width: 100%;
  height: 750px;
  margin: 0 auto 0 auto;
}

.form-content table{
  margin: auto;
  width: 95%;
  min-width: 280px;
  height: 90%;
 border-spacing: 16px 18px;
	padding-left: 0px;
}
.form-content table tr{
  height: 3%;

}
.form-content table th{
  width: 20%;
  font-size: 14px;
  padding-left:20px;

}
.form-content table td{
  width: 50%;
 
}
.form-content table #man{
	width: 12px;
}

.form-content table #woman{
	width: 12px;
}
.coment-heading{
  
    padding-top: 40px;
}
input{
  width: 80%;
  height: 32px;
  border-radius: 8px;
  border: solid 1px #cdcdcd;
  background-color: #fff;
  padding: 5px;
  font-size: 1.0em;
}
textarea {
  width: 80%;
  height: 200px;
  border-radius: 8px;
  background-color: #fff;
  border: solid 1px #cdcdcd;
}
#btn{
  width: 80px;
  height: 48px;
  border-radius: 8px;
}
}
