@charset "utf-8";
/* CSS Document */

#lower-image {
	background: url(../../../images/main_image.jpg) center -150px;
	background-size: cover;
}

#main-contents section dl {
	margin-bottom: 20px;
	font-size: 1.3rem;
}

#main-contents section dl:last-child {
	margin-bottom: 0;
}

#main-contents section dt {
	position: relative;
	font-weight: bold;
}

#main-contents section dd {
}

#main-contents section .not dt,
#main-contents section .abstain dt {
	padding-left: 20px;
}

#main-contents section .not dt:before,
#main-contents section .abstain dt:before {
	position: absolute;
	top: 0;
	left: 0;
	font-weight: bold;
	color: #F05C9E;
	font-family: Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

#main-contents section .not dt:before {
	content: "×";
}

#main-contents section .abstain dt:before {
	content: "△";
}


@media screen and (min-width: 768px) {

}

@media screen and (min-width: 1280px) {
	#main-contents section dt {
		font-size: 1.5rem;
	}
}