#page_title {
	background: url('../images/about/pagetitle.webp') no-repeat center center;
}
#section1 article{
	font-size:30px;
	text-align:center;
	line-height:2em;
}
#section2 h4{
	border:1px solid #11a1da;
	border-radius:5px;
	padding:5px 15px;
}
#section3 .photo_comment{
	align-items:flex-start;
}
#section3 figure{
	width:200px;
	text-align:center;
	flex:none;
}
#section6 ul{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
#section6 ul li{
	width:calc((100% - 20px) / 3);
	height:167px;
	flex:none;
}
#section6 ul li a{
	display:block;
	width:100%;
	height:100%;
}
#section6 ul li a img{
	display:block;
	width:100%;
	height:100%;
	object-fit:cover;
}