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

main {
	display: block;
}

#section1 {
	border: 0;
}

#section2 .photo_comment {
	gap: 65px;
	margin: 0 auto 80px;
}

#section2 .photo_comment .comment {
	width: 735px;
	flex: none;
}

#section2 .photo_comment figure {
	width: calc(100% - 800px);
	flex: none;
}

#section2 .photo_comment figure img {
	display: block;
	margin: 0 auto 15px;
}

#section2 .photo_comment figcaption a {
	display: block;
	background: #11a1da;
	line-height: 60px;
	border-radius: 30px;
	color: #fff;
	margin-bottom: 10px;
	text-decoration: none;
	text-align: center;
}

main section h3 {
	margin-bottom: 30px;
}

main section h4 {
	padding: 30px 0 10px;
	margin: 0;
}

article dl dt{
	font-weight: bold;
	padding: 10px 10px 0px 0;
	border-radius: 4px;
	margin: 10px 0;
	font-size: 125%;
	/* background-color: #DBEFF8; */
	color: #11a1da;
}
