.contentsBox.fund h3 {
	font-size: 1.875rem;
	font-weight: bold;
}

.contentsBox.fund .center {
	text-align: center;
}

.contentsBox.fund .right {
	text-align: right;
}

@media (max-width: 950px) {
	.contentsBox.fund h2 {
		font-size: 1.125rem;
	}
	.contentsBox.fund h3 {
		font-size: 1.25rem;
	}
}