@charset "utf-8";

#contents .product .info p.tx{display: none;}

#visuals{
	background: #e9f4ed;
}

#contents #certification ul{
	text-align: center;
}
#contents #certification ul>li .box ul{
	text-align: left;
}

#recommend{
	background: #fff;
}

#contents .tab-area .renewal{
	padding: 160px 0 120px;
	line-height: 0;
}
#contents .tab-area .renewal h3{
	font-size: 3rem;
	line-height: 120%;
	text-align: center;
	font-weight: bolder;
	color: #ccc;
	margin: 0 auto 170px;
}
#contents .tab-area .renewal p.img{
	text-align: center;
	line-height: 0;
	margin: -250px auto 100px;
}
#contents .tab-area .renewal ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#contents .tab-area .renewal ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 285px;
	border: 1px solid #e3e5e5;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 60px 15px 30px;
	margin: 0 20px 0 0;
	position: relative;
}
#contents .tab-area .renewal ul>li:last-child{
	margin-right: 0;
}
#contents .tab-area .renewal ul>li span{
	display: block;
}
#contents .tab-area .renewal ul>li span.p{
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	text-align: center;
	line-height: 0;
}
#contents .tab-area .renewal ul>li span.p img{
	background-color: #fff;
}
#contents .tab-area .renewal ul>li span.t{
	font-size: 1.8rem;
	line-height: 140%;
	border-bottom: 2px solid #e3e5e5;
	margin: 0 auto 15px;
	text-align: center;
	padding: 0 0 5px;
	font-weight: bold;
	color: #666;
}
#contents .tab-area .renewal ul>li span.tx{
	font-size: 1.4rem;
	line-height: 160%;
}

@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	#contents .tab-area .renewal{
		padding: 60px 0 40px;
	}
	#contents .tab-area .renewal p.img{
		margin-top: -210px;
		overflow: hidden;
		margin-bottom: 60px;
	}
	#contents .tab-area .renewal ul>li{
		display: block;
		width: auto;
		padding: 50px 30px 30px;
		margin: 0 auto 60px;
	}
	#contents .tab-area .renewal ul>li span.p{
		top: -40px;
	}
	#contents .tab-area .renewal ul>li span.p img{
		width: 60px;
	}
}