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