#gnav3 a{
	color:#fff !important;
	background:#156a90;
	border:2px solid #156a90 !important;
}
#page_title{
	background:url('../images/about/pagetitle.webp') no-repeat bottom -50px center !important;
	margin:0 auto 100px;
	position:relative;
	z-index:2;
}
.message{
	position:absolute;
	top:-40px;
	left:-40px;
}
main section h3{
	text-align:center;
}
main section h3:after{
	display:none;
}
#contents1 article{
	width:80%;
	max-width:1280px;
	padding:60px 8.3dvw 60px;
	background:#f6f0c8;
	box-sizing:border-box;
	position:relative;
	border-radius:20px;
}
#contents1 .photo_comment{
	align-items:center;
}
#contents1 figure{
	order:2;
}
#contents1 .comment{
	order:1;
}
#contents2{
	position:relative;
	z-index:2;
	margin:0 auto;
}
#contents2 article{
	width:80%;
	max-width:1280px;
	padding:60px 8.3dvw;
	background:#c4ecea;
	box-sizing:border-box;
	position:relative;
	border-radius:20px;
}
#contents3{
	position:relative;
	z-index:1;
	margin-top:-70px;
}
#contents3 article{
	max-width:100% !important;
}
#contents4 th{
	background:#ebf4f8;
}
#contents5 .line{
	border-bottom:1px solid #1da2b2;
}
#contents5 .inner{
	display:flex;
	justify-content:center;
}
.photo_comment{
	display:flex;
	gap:50px;
}
.photo_comment .comment{
	width:calc(100% - 350px);
	flex:none;
}
.photo_comment figure{
	text-align:center;
	width:300px;
	flex:none;
}