@charset "UTF-8";
.profile{
	margin: 30px 40px;
}
.profile li{
	width: 430px;
	float: left;
	margin: 0 0 30px;
}
.profile li:nth-child(2n){
	float: right;
}
.profile li h3{
	margin: 0 0 10px;
}
.profile li h3 span{
	font-size: 16px;
}
.profile_btn a{
	display: block;
	position: relative;
}
.profile_btn a:before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background:url(../images/icon.png) no-repeat center;
}
.profile_btn a:hover{
	opacity: 0.7;
}
.profile_btn img{
	display: block;
	width: 100%;
}
@media all and (max-width: 767px) {
	.profile{
		margin: 20px 10px;
	}
	.profile li, .profile li:nth-child(2n){
		width: 100%;
		float: no;
		margin: 0 0 20px;
	}
	.profile li h3 span{
		font-size: 14px;
	}
	.profile_btn a:before{
		background-size: 80px 80px;
	}
}
