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

#section1 h3 {
	line-height: 80px;
	border-radius: 40px;
	background: #fff9c4;
	max-width: 1100px;
}

#section1 article {
	display: flex;
	align-items: center;
}

#section1 article h4 {
	width: 400px;
	flex: none;
	margin: 0;
}

#section1 article .comment {
	width: 700px;
	flex: none;
}

#section2 article {
	border: 5px solid #333;
	background: #e4f8ed;
	padding: 40px;
	box-sizing: border-box;
	border-radius: 10px;
	display: flex;
	gap: 70px;
}

#section2 article figure {
	width: 454px;
	flex: none;
}

#section2 article figure img {
	display: block;
}

#section2 article .comment {
	width: calc(100% - 524px);
	flex: none;
}

#section3 ul li ul {
	list-style: disc;
}