@charset "utf-8";

#visuals{
	background: #ccdadd;
}

#contents #certification ul{
	text-align: center;
}
#contents #certification ul>li .box ul{
	text-align: left;
}

#recommend{
	background: #fff;
}
#contents #recommend h3>small{
	padding: 0;
}
#recommend .ins{
	border-top: 1px solid #eee;
	margin: 40px auto 0;
	padding: 30px 0 0;
	position: relative;
}
#recommend .ins::before{
	content: '';
	width: 360px;
	height: 1px;
	position: absolute;
	top: 0;
	left: 0;
	border-top: 2px dashed #eee;
}
#recommend .ins .box{
	background: #f5f8f7;
	padding: 40px;
	margin: 0 auto 60px;
}
#recommend .ins .box h4{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 20px;
}
#recommend .ins .box h4>span{
	display: inline-block;
	line-height: 100%;
	padding: 10px 6px;
	background: #fff;
	border: 2px solid #eee;
	margin: -9px 15px 0 0;
	vertical-align: top;
}
#recommend .ins .box p{
	font-size: 1.4rem;
	line-height: 220%;
	margin: 0 auto 15px;
}
#recommend .ins .box p:last-child{
	margin-bottom: 0;
}
#recommend .ins .cl{
	margin: 0 auto 50px;
}
#recommend .ins .cl h5{
	font-size: 1.6rem;
	line-height: 140%;
	text-align: left;
	margin: 0 auto 20px;
}
#recommend .ins .cl p{
	font-size: 1.4rem;
	line-height: 220%;
	margin: 0 auto 15px;
}
#recommend .ins .cl p strong{
	color: #3a7775;
}
#recommend .ins .cl p.links{
	margin: 0 auto;
}
#recommend .ins .cl p.links a{
	display: inline-block;
	position: relative;
	padding: 0 0 0 20px;
	color: #333;
	cursor: pointer;
}
#recommend .ins .cl p.links a::before{
	position: absolute;
	top: 50%;
	left: 0px;
	display: block;
	content: '';
	width: 4px;
	height: 4px;
	margin-top: -2px;
	border-top: 1px solid #303030;
	border-right: 1px solid #303030;
	transform: rotate(45deg);
}
#recommend .ins .cl .bx{
	border: 2px solid #eee;
	padding: 30px 50px 20px;
}
#recommend .ins .cl .bx>ul{
	display: block;
	letter-spacing: -0.4em;
	text-align: left;
	line-height: 0;
}
#recommend .ins .cl .bx>ul>li{
	display: inline-block;
	letter-spacing: normal;
	vertical-align: top;
	width: 33.333%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1.4rem;
	line-height: 150%;
	margin: 0 auto 10px;
	background: url('/img/icn/check2.svg') left top no-repeat;
	background-size: 20px;
	padding: 0 0 0 30px;
}
#recommend .ins table{
	width: 100% !important;
}
#recommend .ins table td{
	width: 60%;
}

@media screen and (min-width:768px){
	
}

@media screen and (max-width:767px){
	
	#recommend .ins .box{
		padding: 30px 20px 20px;
	}
	#recommend .ins .cl .bx{
		padding: 20px 40px 10px;
	}
	#recommend .ins .cl .bx>ul>li{
		width: 100%;
	}
	#recommend .ins table th{
		width: 100%;
		word-wrap: break-word;
		word-break: break-all;
	}
	#recommend .ins table td{
		width: 100%;
	}
}