#page_title {
	background:url('../images/magazine/pagetitle.webp') no-repeat bottom center;
}

main section{
	background:transparent !important;
	margin:0 auto 70px;
	padding:0 !important;
}
main #section1 article{
	padding:40px;
	background:#fff;
	border-radius:20px;
	box-sizing:border-box;
}
#section1:before,
#section1:after{
	display:none;
}
#section1 dl{
	display:flex;
	gap:40px;
}
#section1 dl dt{
	width:300px;
	flex:none;
}
#section1 dl dd{
	width:calc(100% - 340px);
	flex:none;
	position:relative;
}
#section1 dd a{
	position:absolute;
	bottom:0;
	left:0;
}
main section dd a{
	width:100%;
	display:block;
	border:2px solid #ffab25;
	text-align:center;
	line-height:46px;
	max-width:570px;
	background:#ffebcb;
	border-radius:10px;
	color:#333;
	text-decoration:none;
}
main section dd a:hover{
	background:#ffab25;
	color:#fff;
}
#section2 article{
	display:flex;
	flex-wrap:wrap;
	gap:20px;
}
#section2 article dl{
	width:calc((100% - 60px) / 4);
	padding:20px;
	box-sizing:border-box;
	background:#fff;
	border-radius:20px;
}
#section2 article dl h5{
	font-size:20px;
}
#section2 article dt img{
	display:block;
	width:100%;
	height:350px;
	object-fit:cover;
	object-position:top center;
	margin-bottom:10px;
}