@charset "utf-8";

#recommend{
	background: #f7f7f7;
}

#free{
	padding: 120px 0 160px;
	line-height: 0;
	margin: 0 auto;
}
#contents #free h3{
	text-align: left;
	padding: 0;
}
#contents #free p{
	font-size: 1.6rem;
    font-weight: bold;
	line-height: 200%;
	color: #303030;
	margin: 0 auto 20px;
}
#contents #free .box{
	border: 2px solid #cbcbcb;
	padding: 40px;
}
#contents #free .box ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#contents #free .box ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 33.3333%;
	padding: 0 0 0 35px;
	font-size: 1.6rem;
	line-height: 200%;
	margin: 0 auto 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: url('/img/icn/check2.svg') left top 4px no-repeat;
	background-size: 20px auto;
}

@media screen and (min-width:768px){

}

@media screen and (max-width:767px){
	#free{padding: 60px 0;}
	#contents #free .box{
		padding: 30px;
	}
	#contents #free .box ul>li{
		display: block;
		width: auto;
	}
}