
ul.point-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

ul.point-list li {
	line-height: 1.5em;
	margin-top: 10px;
	padding: 10px 20px 10px 50px;
	width: 49%;
}

div.junior ul.point-list li {
	background: #f6fcfe url(images/pointlist_junior.svg) no-repeat left 12px center;
	background-size: 26px;
	border: 1px dotted #1799be;
}

div.high ul.point-list li {
	background: #fefbff url(images/pointlist_high.svg) no-repeat left 12px center;
	background-size: 26px;
	border: 1px dotted #a313a8;
}

div.high-detail {
	background-color: #efefef;
	padding: 20px;
}

div.high-detail h4 {
	border-bottom: 1px dotted #005da6;
	color: #005da6;
	font-family: Yumintyou, "Yu Mintyou", serif;
	font-size: 18px;
	margin-bottom: 3px;
	padding-bottom: 12px;
}

div.high-detail ul {
	display: flex;
	flex-wrap: wrap;
}

div.high-detail ul li {
	background: url(images/high_detai_li.svg) no-repeat left top 8px;
	background-size: 12px;
	font-size: 14px;
	padding: 3px 30px 3px 18px;
}