/*----------INTRODUCTION----------*/

#intro {
	overflow : hidden;
	width : 100%;
	margin-bottom : 2%;
}

p#cover {
	width : 100%;
	margin-bottom : 5%;
}

p#cover img {
	width : 100%;
	height : 100%;
	border-radius : 9px;
}

#point {
	width : 100%;
}

#point h3 {
	margin-bottom : 6%;
	padding-bottom : 4%;
	border-bottom : solid 7px #cccccc;
	font-size : 120%;
	font-weight : 700;
	line-height : 1.3em;
}

ul#pList {
	list-style : none;
	margin-bottom : 7%;
}

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;
	overflow : hidden;
	margin-bottom : 6%;
}

ul#simg li {
	float : left;
	width : 48%;
	margin-right : 4%;
}

ul#simg li:last-child {
	margin : 0;
}

ul#simg li img {
	width : 100%;
	height : 100%;
	border-radius : 9px;
}

ul#note {
	margin-left : 22px;
	font-size : 90%;
}

ul#note li {
	margin-bottom : 8px;
	line-height : 1.4em;
}