@charset "utf-8";
/*----------------------
 .recipeList
----------------------*/
section.recipeList {
	background-image: none;
	background-color: #ffffff;
	padding: 40px 0 0;
}
.recipeList h2 {
	background-image: none;
	background-color: #ffffff;
}
.recipeList dt {
	font-weight: bold;
	padding-bottom: 15px;
	text-align: center;
	font-size: 12px;
}
.recipeList ul li {
	position: relative;
	border-bottom: 1px solid #eaeaea;
}
.recipeList ul li div {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	height: 0;
	margin: auto;
	padding-bottom: 46px;
	width: 16%;
	text-align: center;
}
.recipeList dl {
	margin-bottom: 30px;
}
.recipeList ul {
	display: none;
	margin: auto;
	width: 90%;
}

.recipeList ul li div img {
	width: 35px;
}
.recipeList ul li p {
	position: relative;
	line-height: 1.4;
	color: #525252;
	padding: 20px 0 20px 15%;
    transition: all 0.2s ease-out;
}
.recipeList ul li p:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 10px;
	height: 0px;
	margin: auto;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 6px solid #cac5a7;
}
.recipeList p.more {
	position: relative;
	border: 1px solid #dcd9c1;
	border-radius: 1px;
	color: #696651;
	text-align: center;
	padding: 0.5em 0;
	margin: auto;
	cursor: pointer;
	width: 90%;
}
.recipeList p.more:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 9px;
	width: 0px;
	height: 0px;
	margin: auto;
	border-top: 6px solid #817c59;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}


@media screen and (min-width: 769px) {
	section.recipeList {
		padding: 80px 0 0;
	}
	.recipeList dt {
		text-align: left;
		font-size: 15px;
		padding-bottom: 8px;
		border-bottom: 2px solid #dcd9c1;
	}
	.recipeList ul {
		display: flex;
		width: auto;
	}
	.recipeList ul li {
		float: left;
		width: 33.3%;
		margin-bottom: 45px;
		border-bottom: 0;
	}
	.recipeList ul li p {
		font-size: 15px;
		font-size: 1.5rem;
	}
	.recipeList ul li p:after {
		border-left: 6px solid #6a6a6a;
	}
	.recipeList ul li div {
		padding-bottom: 60px;
	}
	.recipeList ul li div img {
		width: auto;
	}
	.recipeList ul li p:after {
		width: 45px;
	}
	.recipeList ul li p.oneLine {
		padding: 26px 55px 26px 60px;
	}
	.recipeList ul li p.twoLine {
		padding: 20px 55px 20px 60px;
	}
	.recipeList ul li p.threeLine {
		padding: 14px 55px 14px 60px;
	}
	.recipeList dl:last-child {
		margin-bottom: 0;
	}
}
/* cookie
============================================================== */
.cookie_consent-persistent-cookie-btn--BottomLeft {
	bottom: 0 !important;
	transform: translateY(-84px) translateZ(0);
}
.cookie_consent-persistent-cookie-btn--BottomLeft .cookie_consent-persistent-cookie-btn__image {
	height: 40px;
}
@media screen and (max-width: 499px) {
	.cookie_consent-persistent-cookie-btn--BottomLeft {
		transform: translateY(-133px) translateZ(0);
	}
}
