
@charset 'UTF-8';
.style01 {
	margin-bottom: 0;
}
.style01 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.style01 .article {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 360px;
	margin: 0 60px 50px 0;
}
.style01 .article:nth-child(3n) {
	margin-right: 0;
}
.style01 .title {
	margin-top: 15px;
	line-height: 1.4;
	color: #B8272D;
	text-align: right;
}
.style01 .price {
	color: #C61515;
}
.style01 .text {
	font-size: 1.2rem;
	line-height: 1.6;
}
.style01 .page {
	margin-top: 0;
}


.pickup {
	margin-bottom: 30px;
}
.pickup .title {
	margin-top: 10px;
}
.pickup .text {
	font-size: 1.2rem;
}

/*�ｿ*/