#page_title{
	background:rgba(241,225,178,0.4);
}
main section strong{
	font-size:30px;
}
main section th {
	white-space: nowrap;
	text-align: left;
	font-weight:normal;
	vertical-align: top;
	padding:10px 0;
}

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-radius:30px;
	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:#fff url('../images/common/more.png') no-repeat right 20px center;
	cursor:pointer;
}
#submit_btn input:hover{
	background:#f3e5e7 url('../images/common/more.png') no-repeat right 20px center;
}
#address1 {
	width: 100px;
}
#contents3 h4{
	padding:50px 0 0;
}
@media (max-width: 768px) {
	main section th {
		display:block;
	}

	main section td {
		padding: 0 10px;
		display:block;
	}
}