/* common
==================================*/
.cf { zoom:1; }
.cf:before, .cf:after { content:""; display:table; }
.cf:after { clear:both; }

span.need{
	display: inline-block;
	color: #fff;
	background: #a90000;
	width: 40px;
	height: 20px;
	margin-left: 10px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	text-align: center;
}

/*-------- table --------*/
	form table{
		border-right: solid 1px #ccc;
		border-bottom: solid 1px #ccc;
	}
	form table th{
		background: #F3F7FC;
		padding: 0 0 0 25px;
		border-top: solid 1px #ccc;
		border-left: solid 1px #ccc;
		border-bottom: none;
		font-weight: normal;
	  line-height: 24px;
	  text-align: left;
		vertical-align: middle;
	}
	form table td{
		width: 64%;
		padding: 15px 50px 15px 30px;
		border-top: solid 1px #ccc;
		border-left: solid 1px #ccc;
		border-bottom: none;
	}
/*-------- //table --------*/


/*-------- form --------*/
	input, textarea{
  	box-sizing: border-box;
	  margin: 0;
	  padding: 0 16px;
	  background: #fff;
	  border: solid 1px #ccc;
	  border-radius: 0;
	  outline: none;
	  -webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	}
	select {
  	position: relative;
  	z-index: 1;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: solid 1px #ccc;
    outline: none;
    background: transparent;
    margin: 0 8px 0 0;
	  padding: 0px 24px 0 16px;
	  font-size: 18px;
	}
	select::-ms-expand {
    display: none;
	}
	label{
  	position: relative;
  	margin: 0 15px 0 0;
  }
  /*label::before{
  	position: absolute;
  	top: 0;
  	left: 0;
  	content: "";
  	background: #fff;
  	width: 100%;
  	height: 100%;
  }*/
  label::after{
  	position: absolute;
  	top: 12px;
  	right: 31px;
  	content: "";
		border-style: solid;
		border-width: 6.9px 4px 0 4px;
		border-color: #000000 transparent transparent transparent;
  }

  label.rdo::after{
	  position: absolute;
  	top: 12px;
  	right: 31px;
  	content: none;
	border: none;
  }
  label[for="time"]::after{
  	right: 15px;
  }
	input{
		height: 36px;
	}
	input.text01{
		width: 320px;
	}
	input.text02{
		width: 580px;
	}
	input.text03{
		width: 160px;
	}
	input.text04 {
    width: 90px;
    margin-right: 8px;
	}

	input.text05 {
    width: 90px;
    margin-right: 0px;
	}
	input[type="button"]{
		color: #1A1D86;
		margin: 0 0 0 8px;
		padding: 0;
		border: none;
		font-weight: bold;
		cursor: pointer;
	}
	input[type="button"]:hover{
		text-decoration: underline;
	}
	textarea{
		width: 100%;
		height: 186px;
		padding: 10px 16px;
		resize: vertical;
	}
	.address .text02{
		margin: 7px 0 0;
	}

	.submit_area{
		margin-bottom: 100px;
		text-align: center;
	}
	input[type="submit"]{
		color: #fff;
		background: #1F2289;
		height: auto;
		margin: auto;
		padding: .75rem 3.25rem;
		border-radius: 3px;
		font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.2;
		transition: .3s;
		cursor: pointer;
	}
	input[type="submit"]:hover{
		text-decoration: underline;
	}

	#birth02_s,#birth03_s{
		width: 60px;
		margin-right: 0;
	}
/*-------- //form --------*/


/* form02
==================================*/
span.ERR, p.ERR{
	color: #a90000;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.form02{
	padding-top: 90px;
}
.form02 table td p{
	margin: 0;
}
.form02 table td p.ad_num{
	margin: 0 0 5px;
}
.form02 .submit_wrap{
	width: 276px;
	margin-top: 10px;
}
.form02 ul.koumoku{
	width: 520px;
	margin: auto;
	padding: 0;
	list-style: none;
}
.form02 ul.koumoku .right{
	float: right;
}
.form02 ul.koumoku .left{
	float: left;
}
.submit_area .btn_back{
	text-align: center;
}

/* send_comp
==================================*/
.send_comp{
	max-width: 1000px;
	margin: auto;
	padding: 90px 0 140px;
}
.send_comp p{
	line-height: 24px;
}
.contact_back{
	text-align: center;
}
.contact_back a{
	display: inline-block;
  color: #fff;
	background: #1F2289;
	height: auto;
	margin: 30px auto 0;
	padding: .75rem 3.25rem;
	border-radius: 3px;
	font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
	transition: .3s;
	cursor: pointer;
}
.contact_back a:hover{
	text-decoration: underline;
}



.radio02-input{
  display: none;
}
.radio02-input + label{
  padding-left: 20px;
  position:relative;
  margin-right: 20px;
}
.radio02-input + label::before{
  content: "";
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}
.radio02-input:checked + label{

}
.radio02-input:checked + label::after{
  content: "";
  display: block;
  position: absolute;
  top: 8px;
  left: 2px;
  width: 11px;
  height: 11px;
  background: #7d7d7d;
  border-radius: 50%;
}




@media screen and (max-width: 900px){
	form table th,
	form table td{
		display: block;
		width: 100%;
		padding: 15px 10px;
	}
	form input.text01,
	form input.text02{
		width: 100%;
	}
	input.text03{
		width: 133px;
	}
	select{
		margin-bottom: 5px;
	}
	.form02{
		padding: 0;
	}
	.form02 ul.koumoku{
		width: 100%;
	}
	.submit_area{
		margin-bottom: 50px;
	}
	input[type="submit"]{
		padding: .75rem 2rem;
	}
	.send_comp{
		padding: 0 0 50px;
	}
}