@charset "UTF-8";
/*///////////////////////////////////////////////////////////////////////

	過去のキャンペーン一覧

///////////////////////////////////////////////////////////////////////*/
/* ====================================================
	コンテンツ
====================================================*/
.fin-camp {
	margin-top: 37px;
}
.fin-camp_list {
	display: flex;
	flex-wrap: wrap;
}
.fin-camp_list li {
	width: 340px;
	margin: 0 40px 40px 0;
}
.fin-camp_list li:nth-of-type(2n) {
	width: 333px;
	margin-right: 0;
}
.fin-camp_name {
	margin-bottom: 5px;
	padding-left: 15px;
	text-indent: -15px;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.25;
}
.fin-camp_name::before {
	content: "";
	display: inline-block;
	margin-right: 7px;
	border: 5px solid transparent;
	border-left: 8px solid #f9595a;
	border-right: none;
	vertical-align: middle;
}
.fin-camp_term {
	padding-left: 15px;
	font-size: 12px;
}