#contents2 article {
	max-width:1100px;
	margin:0 auto 100px;
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

#contents2 article dl {
	width: calc((100% - 60px) / 2);
	border: 2px solid #1a1945;
	box-sizing: border-box;
	border-radius: 15px;
	overflow: hidden;
}

#contents2 dt {
	color: #fff;
	background: #3a38c2;
	padding: 10px;
	text-align: center;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}

#contents2 dd {
	padding: 10px;
	display: flex;
	gap: 10px;
	align-items: center;
}

#contents2 dd figure {
	width: 40%;
	flex: none;
	display: flex;
	align-items: center;
	justify-content: center;
}

#contents2 dd figure img {
	display: block;
	width:80%;
	height:200px;
	object-fit:contain;
	
}

#contents2 dd .comment {
	text-align: center;
	width: calc(60% - 10px);
	flex: none;
	font-size: 20px;
	box-sizing:border-box;
}

#contents2 dd .comment strong {
	font-size: 60px;
	font-weight: bold;
	color: #0000ff;
	line-height: 1.2em;
}

#ques4  dd .comment strong{
	font-size:30px !important;
}

#ques4 dd .comment{
	text-align:right;
	padding-right:30px !important;
}