#sales_point ul{
	padding-left: 80px;
}
#sales_point li{
	margin-top: 30px;
	list-style-image: url("../img/li_style.png");
}

#howto_use{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.howto_use_step{
	margin-left: 60px;
	width: calc(50% - 60px);
}

.howto_use_image{
	text-align: center;
}

.howto_use_text{
	text-indent: -28px;
}




.product_name{
	margin-top: 30px;
	margin-bottom: 30px;
}

.products_description{
	margin-bottom: 60px;
}
