@charset "UTF-8";

/* style */
.pickup_list {
	text-align: center;
	padding-top: 32px;
}
.pickup_list ul {
	display: inline-block;
	margin: 0 1em 20px;
	padding: 32px 20px;
	max-width: 960px;
	background-color: #fff;
	border-radius: 5px;
	text-align: left;
	list-style-type: none;
}
.pickup_list ul li:before {
	content: '- ';
}