@charset "utf-8";

#page-proposal ol li {
	margin-bottom: 0.5em;
}
#page-proposal ul li ul {
	margin: 0.5em;
}
#page-proposal ul li ul li {
	list-style-type: circle;
}
#page-proposal .key a {
	position: relative;
	padding-right: 20px;
}
#page-proposal .key a::after {
	position: absolute;
	content: "";
	top: 50%;
	right: 0;
	width: 17px;
	height: 17px;
	margin-top: -9px;
	background: url( ../../img/icon_key.png) top left no-repeat;
	background-size: 17px 17px;
}

/**/
