@charset "UTF-8";
/* CSS Document */


/*------ 商品説明 ------*/
.product-info {
	padding: 60px 40px;
	background: #FFFFFF;
}

.product-info h3 {
	margin-bottom: 20px;
	font-size: 28px;
	line-height: normal;
	color: #846151;
}

.product-info p {
	font-size: 18px;
	line-height: 180%;
	letter-spacing: 0.05em;
}
