/*----------INTRODUCTION----------*/

#intro {
	overflow : hidden;
	position : relative;
	width : 1250px;
	margin-bottom : 20px;
}

p#cover {
	position : absolute;
	width : 600px;
	top : 0;
	;eft : 0;
}

p#cover img {
	width : 100%;
	height : 100%;
	border-radius : 12px;
}

#point {
	width : 600px;
	margin-left : 650px;
}

#point h3 {
	margin-bottom : 30px;
	padding-bottom : 30px;
	border-bottom : solid 7px #cccccc;
	font-size : 130%;
	font-weight : 700;
}

ul#pList {
	list-style : none;
	margin-bottom : 50px;
}

ul#pList li {
	margin-bottom : 10px;
	padding : 2px 0 2px 36px;
	background-image : url(../../common/check.svg);
	background-repeat : no-repeat;
	background-size : 26px;
	background-position : 0 3px;
	line-height : 1.4em;
}

ul#simg {
	list-style : none;
}

ul#simg li {
	float : left;
	width : 285px;
	margin-right : 30px;
}

ul#simg li:last-child {
	margin : 0;
}

ul#simg li img {
	width : 100%;
	height : 100%;
	border-radius : 12px;
}

ul#note {
	position : absolute;
	width : 600px;
	margin-left : 22px;
	font-size : 94%;
	top : 460px;
	left : 0;
}

ul#note li {
	margin-bottom : 10px;
}