@charset "utf-8";

/*コンテンツ1*/
#howto_cont_1_mv {
    width: 100%;
	height: 0;
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}
#howto_cont_1_mv iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#howto_cont_1 > p {
	margin-top: 32px;
	font-size: 16px;
	line-height: 2.2em;
}
#howto_cont_1_list {
	margin: 58px auto 0;
}
#howto_cont_1_list li {
	width: 276px;
}
#howto_cont_1_list li:nth-of-type(n+3) {
	margin-top: 68px;
}


