@charset "utf-8";
#half section {
	width: 49%;
	box-sizing: border-box;
	text-align: center;
}
#half dl {
	width: 48%;
	margin: 0 1%;
	float: left;
	text-align: left;
}
#half dt {
	font-size: 18px;
	color: #CC8801;
	font-weight: bold;
	margin: 20px 0 5px;
}
#half li {
	font-size: 12px;
	font-weight: 600;
	margin-bottom: 5px;
	list-style: outside;
	margin-left: 14px;
}
#full {
	margin: 40px 0 0;
	text-align: center;
	box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}
#full h3 {
	font-size: 18px;
	color: #CC8801;
	margin-top: 40px;
}
#full .grey-block {
	background: #FAFAFA;
	padding: 40px 2%;
}
.circle li {
	width: 260px;
	display: inline-block;
	margin: 1%;
	box-sizing: border-box;
	text-align: center;
	vertical-align: top;
}
.circle li div {
	height: 260px !important;
}
.circle li span {
	display: none;
}
.circle li p {
	font-size: 14px;
	min-height: 50px;
}
 @media only screen and (max-width: 1024px) {
.circle li {
	width: 150px;
}
.circle li div {
	height: 150px !important;
}
.circle canvas {
	width: 150px;
}
}
@media only screen and (max-width: 767px) {
#half section {
	width: 100%;
	margin-bottom: 40px;
	height: auto !important;
}
}
@media only screen and (max-width: 560px) {
#half section dl {
	float: none;
	width: 100%;
	text-align: center;
}
#half section li {
	list-style: none;
}
}
