
#title {
	background-image: url(images/title_bg.jpg);
}

div.white-space {
	background: white;
	border-radius: 20px;
	padding: 10px;
}

ul.illust {
	margin: 0px auto;
	width: 890px;
}

ul.illust li {
	display: inline-block;
	padding: 10px 20px;
	text-align: center;
	vertical-align: top;
	width: 400px;
}

ul.illust li span {
	display: block;
}

ul.illust li span.detail {
	background-color: #4995c7;
	border-radius: 20px;
	color: white;
	font-size: 15px;
	font-weight: 600;
	margin: 10px auto;
	padding: 5px 10px;
	text-align: center;
	width: 150px;
}

ul.illust li span.detail-b {
	border: 2px dotted #4995c7;
	border-radius: 20px;
	color: #4995c7;
	font-size: 15px;
	font-weight: 600;
	margin: 10px auto;
	padding: 5px 10px;
	text-align: center;
	width: 150px;
}

ul.illust li span.text {
	font-size: 14px;
	height: 80px;
	text-align: left;
}

ul.illust li ul.list li {
	background: url(../images/ul_list_li.svg) no-repeat 8px 12px;
	background-size: 10px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.6em;
	padding: 5px 0px 5px 30px;
	text-align: left;
}

