#contents2,#contents3{
	background:url('../images/common/section_line.png') no-repeat top center;
	padding:50px 0 0;
}
.telephone{
	display:flex;
	justify-content:center;
	gap:10px;
}
main section strong{
	font-size:30px;
}
main section th {
	white-space: nowrap;
	text-align: left;
	font-weight:normal;
	vertical-align: top;
	padding:10px 0;
	width:200px;
}
main section th .th_inner{
	display:block;
	border-bottom:2px solid #003889;
}
main section td {
	padding: 10px 10px 10px 40px;
	vertical-align: top;
}

.hissu {
	color: #cf6b4b;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 100%;
	padding: 5px;
	box-sizing: border-box;
}

select {
	border: 1px solid #ccc;
	border-radius: 6px;
	width: 200px;
	padding: 5px;
	box-sizing: border-box;
}

.year {
	width: 100px !important;
}

.gakureki {
	width: 300px !important;
	margin: 0 0 10px;
}

.month,
.day {
	width: 60px !important;
	margin-left: 20px !important;
}

input.radio {
	width: auto;
}

#tel {
	width: 320px !important;
}

#submit_btn{
	text-align:center;
}
#submit_btn input {
	margin:50px auto;
	width:320px;
	line-height:60px;
	border:0;
	border-bottom:2px solid #003889;
	padding:0 40px 0 20px;
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	background:#fff url('../images/common/arrow2.svg') no-repeat right 20px center;
	cursor:pointer;
}
#address1 {
	width: 100px;
}
#contents3 h4{
	padding:50px 0 0;
}
#contents4{
	background:#eeeeee;
	padding:60px 0;
}
#contents4 h5{
	color:#003889;
	border:0;
	padding:30px 0 10px;
	margin:0;
}