#page_title{
	height:730px;
	margin:0 auto 160px;
	background:url('../images/sports/pagetitle.webp') no-repeat top center;
}
main section{
	margin:0 auto 160px;
	padding:0 3%;
}
main section h3{
	text-align:center;
	margin:0 auto 40px;
}
#section1{
	text-align:center;
}
main section article{
	max-width:1560px !important;
}
main section article .inner{
	display:flex;
	justify-content:space-between;
	margin:0 auto 50px;
}
main .inner dl{
	width:clamp(560px,36.458dvw,700px);
	box-sizing:border-box;
}
main section article dt{
	font-size:21px;
	font-family: "kozuka-mincho-pr6n", serif;
	font-weight: 400;
	font-style: normal;
	border-bottom:2px solid #ccc;
	margin-bottom:20px;
}
main section article dd ul{
	padding:0;
	list-style:none;
	display:flex;
	gap:20px;
}
main section article dd ul li{
	width:calc((100% - 20px) / 2);
}
#section4 article{
	background:#f3f3f3;
	padding:40px;
	display:flex;
	gap:60px;
	justify-content:center;
}
#section5 dl{ 
	background:#f3f3f3;
	padding:40px;
	border-radius:10px;
}
#section6 article{
	text-align:center;
}
#section6 ul{
	list-style:none;
	padding:0;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	gap:20px;
	padding:40px 0;
}
#section6 ul li{
	width:calc((100% - 40px) / 3);
}