#section1 article figure{
	width:440px;
	flex:none;
}
#section1 article .comment{
	width:calc(100% - 490px);
	flex:none;
}
#section2 article{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
#section2 article dl{
	padding:40px 30px;
	box-sizing:border-box;
	background:#ffd658;
	border-radius:20px;
	width:calc((100% - 10px) / 2);
}
#section2 dt{
	font-size:28px;
	color:#00479d;
	text-align:center;
	margin:0 auto 20px;
	font-weight:700;
}
#section2 article dl:nth-child(1){
	width:100%;
	background:#96e7fb;
}
#section2 article dl:nth-child(1) ul{
	display:flex;
	flex-wrap:wrap;
}
#section2 article dl:nth-child(1) ul li{
	width:50%;
	flex:none;
}
#section2 article dl:nth-child(1) ul li:last-child{
	width:100%;
}
#section2 article dd ul{
	padding:0;
	list-style:none;
}
#section2 article dd ul li{
	margin-bottom:10px;
}