/*手紙*/
	.letterbox {
	background: #fff;
	box-shadow: 0 0 4px rgba(0,0,0,0.3);
	margin: 20px auto 40px;
	max-width: 700px;
	min-height: 300px;
	padding: 24px;
	position: relative;
	width: 100%;
}
.letterbox:before {
	content: "";
	height: 98%;
	position: absolute;
	width: 100%;
	z-index: -1;
	background: #fafafa;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
	left: -5px;
	top: 4px;
	transform: rotate(358deg);
}
.letterbox p {
	background-color: #fff;
	background-image:
	linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 98%, #20b2aa 100%);
	background-size: 100% 2.5em;
	line-height: 2.5em;
	padding: 2.5em 1em 0.5em 1em;
}

/*おすすめ*/
.product_point{
	margin-top: 20px;
}
.product_point div{
	background-color: #20b2aa;
	color: #fff;
	font-weight: bold;
	padding: 0.1em 0.5em;
	font-size: 1em;
	display: inline;
}
.product_point ul{
	margin-top: 10px;
}
.product_point ul li span{
	color: #20b2aa;
	margin-right: 0.5em;
}
