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

#section1 {
	text-align: center;
}

#section2 article {
	display: flex;
	gap: 40px;
}

#section2 article dl {
	width: calc((100% - 80px) / 3);
	flex: none;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

#section2 dt {
	width: 100%;
	font-size: 30px;
	line-height: 70px;
	border: 5px solid #333333;
	border-radius: 40px;
	margin: 0 auto 25px;
	text-align: center;
	font-weight: 700;
}

#section2 .comment1 {
	min-height: 130px;
}

#section2 .comment2 {
	border: 5px solid #333333;
	border-radius: 10px;
	background: #fff9c4;
	padding: 20px;
	min-height: 510px;
	box-sizing: border-box;
}

#section2 .more {
	margin-top: auto;
}

#section2 .more a {
	display: block;
	line-height: 58px;
	border: 2px solid #088943;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0 4px 0 #cccccc;
	text-decoration: none;
	font-weight: 700;
	color: #222;
}

#section2 .more a:hover {
	background: #088943;
	color: #fff;
}