/*-------------------------------------
■ content
-------------------------------------*/
.ranking_w{
	margin-bottom:40px;
}
.s_list{
	justify-content:center;
	margin-bottom:30px;
}
.sl_box{
	width:32.4%;
}
.sl_box:nth-child(3){margin-right:0;}
.sl_box:nth-child(4){margin-right:1.4%;}

.icon_r_num{
	position:absolute;
	top:-5px;
	left:-5px;
	width:32%;
}
.icon_s,
.icon_p,
.icon_b,
.icon_twitter{
	top:324px;
}





@media screen and (max-width:980px){
}




@media screen and (max-width:767px){
	.sl_box{
		width:32%;
	}
	.sl_box:nth-child(4){
		margin-right:2%;
	}

	.icon_s,
	.icon_p,
	.icon_b,
	.icon_twitter{
		top:auto;
	}
}





@media screen and (max-width:480px){
}