#summary_contents {
	width: 80%;
	margin: auto;
	font-weight: bold;
}

.title {
	font-size: 1.77rem;
	margin-bottom: 0.5rem;
}

.title::before {
	content: "■ ";
}

#summary_contents ul {
	margin-bottom: 2rem;
	padding-left: 15px;
}

#summary_contents li {
	list-style: disc;
	font-size: 1.1.rem;
}

#summary_contents a {
	color: rgba(42, 137, 219, 1);
}