#gnav1 a{
	color:#fff !important;
	border:2px solid #156a90 !important;
	background:#156a90;
}
#page_title {
	background: url('../images/about/pagetitle.webp') no-repeat bottom center;
	margin-bottom:20px;
}
#page_title h2{
	font-size:60px;
	line-height:200px;
}
main{
	max-width:1100px;
	display:flex;
	flex-wrap:wrap;
	gap:0px 80px;
	margin:0 auto;
	justify-content:flex-start;
}
main section{
	width:calc((100% - 80px) / 2);
	margin:0 0 100px;
}
main section h3{
	font-size:26px;
}
main section article{
	height:100%;
}
#contents1{
	width:100% !important;
}
main article .item{
	height:100%;
	flex-direction:column;
	gap:30px;
}
main article .item .comment{
	width:100%;
}
main article figure{
	width:100% !important;
	margin-top:auto;
	display:flex;
}
main article figure img{
	display:block;
}