/**
 * 多頭飼い適正頭数 住居スペース診断 - 専用スタイル
 * （共通スタイルは pet-senior-common.css を参照）
 */

.detail-section {
	border-bottom: 1px solid var(--color-border);
}

#judgmentMark {
	font-size: 80px;
	line-height: 1;
}

@media (max-width: 600px) {
	#judgmentMark {
		font-size: 60px;
	}
}
