@charset "UTF-8";

/* section2 */

#section2 {
	width:1000px;
	background-color: #fff;
	background-size: cover;
}

#section2 .content {
	width:100%;
	text-align:center;
}

#section2 .content ul {
	margin: 0;
	padding-left: 40px;
	list-style-type: none;
}

#section2 .content ul:after {
	display: block;
	clear: both;
	content: "";
}

#section2 .content ul li {
	float: left;
}

#section2 .content ul li ~ li {
	margin-left: 40px;
}

#section2 .content ul li.btn1 a {
	background-color: #a9ff8f;
}

#section2 .content ul li.btn2 a {
	background-color: #dbddff;
}

#section2 .content ul li.btn3 a {
	background-color: #ffc8d8;
}

#section2 .content ul li.btn4 a {
	background-color: #EEF0B1;
}

#section2 .content ul li.btn5 a {
}


#section2 .content a {
	display: block;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #eee;
	box-shadow: 2.5px 4.33px 5px 0 rgba(0, 0, 0, 0.25);
	text-align: center;
	line-height: 150px;
}

#section2 .content a img {
	vertical-align: middle;
}
