#pagetitle{
	background:url('../images/contact/pagetitle.webp') no-repeat top center;
}
main section h5{
	color:#00a3e8;
	font-size:20px;
	border-bottom:1px solid #ccc;
}
#contents1{
	text-align:center;
}
#contents2 .tel{
	text-align:center;
	padding:30px 0;
}
#contents2 .tel strong{
	font-size:48px;
	vertical-align:middle;
}
#contents2 .inner{
	max-width:820px;
	padding:20px;
	background:#f3f3f3;
	border-radius:10px;
	box-sizing:border-box;
	margin:0 auto;
}


form table{
	width:100%;
	border:0 !important;
	margin:40px auto 50px;
}
form th {
	white-space: nowrap;
	text-align: left;
	font-weight:normal;
	vertical-align: top;
	padding:10px 0;
	border:0 !important;
}

form td {
	padding: 10px 10px 10px 40px;
	vertical-align: top;
	border:0 !important;
}

.accent1 {
	color: #005491;
	float:right;
}

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{
	width:100%;
	margin:50px auto;
	color:#fff;
	max-width:80%;
	line-height:50px;
	border-radius:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	padding:0 40px;
	box-sizing:border-box;
	display:block;
	text-decoration:none;
	border:0;
	background:#00a3e8;
	cursor:pointer;
}