#page_title {
	background: #fffef1 url('../images/contact/pagetitle.webp') no-repeat center center;
	background-size: cover;
}

main section h3 {
	text-align: left;
}

#section1 {
	text-align: center;
}

#section2 .tel {
	font-size: 60px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

#section2 article,
#section3 article,
#section4 article {
	box-sizing: border-box;
	padding: 40px 50px;
	border: 4px solid #986c20;
	border-radius: 20px;
}

.hissu {
	color: #fff;
	background: #fd4e01;
	border-radius: 5px;
	padding: 0 5px;
	float: right;
}

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

input[type="date"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

input[type="tel"] {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 5px;
	box-sizing: border-box;
}

main section td ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
}

main section td ul li {
	width: 50%;
}

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

.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;
}

#submitbutton input {
	display: block;
	width: 100%;
	border: 1px solid #126F3E;
	background: #fff;
	background-image: url('../images/index/arrrow_green.svg');
	background-repeat: no-repeat;
	background-position: left 10px center;
	margin: 40px 0 0;
	color: #126F3E;
	line-height: 62px;
	text-align: center;
	text-decoration: none;
	text-align: center;
}

#section4 a:hover {
	background: #126F3E;
}

.shortbox {
	width: 80px !important;
}

#section4 h4 {
	margin: 0;
	padding: 30px 0 10px;
}