.cartBtn {
	margin-top: 30px;
}
input.product_cart{
	border: 0px;
	color: #fff;
	background-color: #005DB0;
	padding: 20px;
	border-radius: 40px;
}
main section.s01 .wrapper .dl01 .product_free dl{
	display: flex;
}
main section.s01 .wrapper .dl01 .product_free dl dt{
	font-size: 16px;
	text-align: left;
	color: #000;
	line-height: 1.8;
	width: 4em;
	margin-bottom: 5px;
}
main section.s01 .wrapper .dl01 .product_free dl dd{
	margin-top: 0;
	line-height: 1.8;
	margin-bottom: 5px;
}