@charset "utf-8";
/* CSS Document */

/*===========================================
	howto LinkBuds S wear css
=============================================*/
#contents .stepArea ol.stepList > li > ol{
	margin-left: calc(38px + 1.5em);
	margin-top: 2em;
}

#contents .stepArea ol.stepList > li > ol > li{
	margin-bottom: 2em;
}

#contents .stepArea ol.stepList > li > ol > li > p{
	margin-left: 0;
	margin-bottom: 0;
}

@media (max-width: 640px){	
    #contents .stepArea ol.stepList > li > ol{
		margin-left: 1.5em;
	}
}