main section article strong{
	font-size:24px;
}
#section2 .inner{
	display:flex;
	justify-content:space-between;
}
#section2 .inner dl{
	width:450px;
}
.gallery{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	gap:20px;
	padding:40px 0 0;
}
.gallery li{
	width:calc((100% - 40px) / 3);
}
.gallery li img{
	display:block;
}
#section5 article{
	text-align:center;
}
#section5 article strong{
	display:block;
	padding:20px 0 0;
	font-size:36px;
}
.bx-wrapper,
.bx-viewport,
#kaigishitsu_slide1,
.kaigishitsu_slide2{
	width:100%;
	height:337px;
}
#section4 dl{
	display:flex;
	gap:40px;
}
#section4 dt{
	width:50%;
	flex:none;
}