@charset "utf-8";

#oCnt .healthy-block {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#oCnt .healthy-block .contents-head {
	line-height: 1;
}
 
#oCnt .healthy-block .contents-head img {
	width: 100%;
	height: auto;
}

#oCnt .healthy-block .contents-box {
	margin-top: 72px;
	padding: 0 20px 52px;
}

/* summary-box */
#oCnt .healthy-block .summary-box {
	font-size: 16px;
	line-height: 1.5;
}

/* list-box */
#oCnt .healthy-block .list-box {
	width: 460px;
	padding: 32px 62px 48px;
	margin: 72px auto 0;
	background-color: #feffe4;
	border-radius: 20px;
}

#oCnt .healthy-block .list-box h4 {
	width: 96px;
	margin: 0 auto;
	font-weight: bold;
	text-align: center;
	color: #2f8f00;
	font-size: 32px;
	line-height: 58px;
	border-top: 2px solid #2f8f00;
	border-bottom: 2px solid #2f8f00;
}

#oCnt .healthy-block .list-box ul {
	margin-top: 40px;
}

#oCnt .healthy-block .list-box ul li {
	display: flex;
	margin-top: 30px;
	font-size: 16px;
	line-height: 1.5;
}

#oCnt .healthy-block .list-box ul li:first-child {
	margin-top: 0;
}

#oCnt .healthy-block .list-box ul li span {
	width: 30px;
	font-weight: bold;
	color: #ff7800;
	font-size: 19px;
	transform: translateY(-3px);
}
 
/* read-box */
#oCnt .healthy-block .read-box {
	margin-top: 74px;
	padding: 75px 0;
	position: relative;
}

#oCnt .healthy-block .read-box:before {
	content: "";
	display: block;
	width: 92px;
	height: 4px;
	border-top: 4px dotted #2f8f00;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}

#oCnt .healthy-block .read-box:after {
	content: "";
	display: block;
	width: 92px;
	height: 4px;
	border-top: 4px dotted #2f8f00;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

#oCnt .healthy-block .read-box > *:first-child {
	margin-top: 0;
}

#oCnt .healthy-block .read-box h4 {
	margin-top: 78px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
}

#oCnt .healthy-block .read-box h4 span {
	display: inline-block;
	width: 36px;
	color: #ff7800;
	font-size: 25px;
}

#oCnt .healthy-block .read-box p {
	margin-top: 56px;
	font-size: 16px;
	line-height: 1.5;
}

/* recipe-box */
#oCnt .healthy-block .recipe-box {
    margin-top: 56px;
}

#oCnt .healthy-block .recipe-box a {
	display: block;
	width: 360px;
	margin: 0 auto;
	text-decoration: none;
}

#oCnt .healthy-block .recipe-box a:hover {
	opacity: 0.7;
}

#oCnt .healthy-block .recipe-box img {
	vertical-align: bottom;
	width: 100%;
	height: auto;
}

#oCnt .healthy-block .recipe-box p {
	margin-top: 0;
	text-align: center;
	font-weight: bold;
	color:#FFF;
	font-size: 18px;
	line-height: 50px;
	background-color: #2f8f00;
	background-image: url('./img/icon-arrow.png');
	background-repeat: no-repeat;
	background-size: 8px auto;
	background-position: right 33px center;
}

#oCnt .healthy-block .recipe-box h5 {
	margin-top: 32px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
}

/* end-box */
#oCnt .healthy-block .end-box {
	margin-top: 72px;
	font-size: 16px;
	line-height: 1.5;
}