
#catch_copy{
	text-align: center;
}

#cost_message{
	width: 720px;
	margin: auto;
	line-height: 2em;
}

#sales_point ul{
	background-image: url("../img/drink_emergency_water.png");
	background-position: right top;
	background-repeat: no-repeat;
}

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

.products_info_area{
	display: flex;
}

.products_img{
	width: 222px;
}

.products_info_head::after{
	content:"：";
	display: inline-flex;
}

.products_info_row{
	display: flex;
}
.products_info_head{
	white-space: nowrap;
}

.products_description{
	flex:1;
}
