@charset "UTF-8";
/*===============================================================================
LAYOUT
===============================================================================*/
.toretateDay {
	font-size: 14px;
	position: absolute;
	right: 10px;
	top: 10px;
}
h3.sttl{
	padding: 40px 0 0;
	background-color: #fff;
	font-size: 18px;
	color: #71be73;
}
.sectionRecipe h3.line{
	margin: 40px 0 0;
	padding: 5px 10px;
	background-color: #fff;
	border-top: 4px solid #71be73;
	color: #71be73;
}
.sectionRecipe h5{
	color: #71be73;
}
.sectionRecipe .boxRecipe .boxList+.boxList{
	width: 360px;
}
/* ancBtn
------------------------------------------------------*/
ul.ancBtn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
ul.ancBtn li{
	width: calc((100% - 30px) / 7);
	margin: 10px 0 0;
}
/* .item
------------------------------------------------------*/
.item{
	float: right;
	width: 360px;
	padding: 8px 0 20px 10px;
}
.item img{
	width: 100%;
	height: auto;
}
.sectionRecipe .boxRecipe .boxR{
	width: 360px;
	padding: 20px 0 0;
}
/* .note
------------------------------------------------------*/
.note{
	font-size: 85%;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
.note strong{
	color: #1d811f;
}
/* .point
------------------------------------------------------*/
.sectionRecipe .boxGreen{
	margin: 30px 0 0;
	padding: 20px;
	border: 1px solid #71be73;
	position: relative;
}
.sectionRecipe .boxGreen p{
	color: #71be73;
}
/*===============================================================================
/* sp
===============================================================================*/
@media only screen and (max-width:767px) {
	/*===============================================================================
LAYOUT
===============================================================================*/
.toretateDay {
	position: static;
}
h3.sttl{
	font-size: 17px;
}
.sectionRecipe .boxRecipe .boxList+.boxList{
	width: 100%;
}
/* ancBtn
------------------------------------------------------*/
ul.ancBtn{
	flex-wrap: wrap;
	position: relative;
}
ul.ancBtn li{
	width: calc((100% - 24px) / 4);
	margin: 8px 0 0;
}
ul.ancBtn:before{
	content: "";
	width: calc((100% - 24px) / 4);
	height: 0px;
	overflow: hidden;
	order: 1;
}
ul.ancBtn:after{
	content: "";
	width: calc((100% - 24px) / 4);
	height: 0px;
	overflow: hidden;
}
/* .item
------------------------------------------------------*/
.item{
	float: none;
	width: 100%;
	padding: 8px 0 20px 0;
}
.sectionRecipe .boxRecipe .boxR{
	width: 100%;
}
/*===============================================================================
/* sp END
===============================================================================*/
}