@charset "utf-8";

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

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

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

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

#oCnt .seasonnote-block .summary-box strong {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 20px;
	padding-left: 18px;
	border-left: 8px solid #fff;
}

#oCnt .seasonnote-block .summary-box b {
	display: block;
	font-weight: bold;
}

/* list-box */
#oCnt .seasonnote-block .list-box {
	width: 460px;
	padding: 32px 62px 48px;
	margin: 120px auto 0;
	background-color: #fff;
	border-radius: 20px;
	position: relative;
}

#oCnt .seasonnote-block .list-box:before {
	content: "";
	display: block;
	width: 92px;
	height: 4px;
	border-top: 4px dotted #fff;
	position: absolute;
	left: 50%;
	top: -60px;
	transform: translateX(-50%);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#oCnt .seasonnote-block .end-box strong {
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
	font-size: 20px;
	padding-left: 18px;
	border-left: 8px solid #fff;
}

/* 色管理 PC/SP同様の記述 */
/* summary-box ページ内見出し */
#oCnt .seasonnote-block .summary-box strong {border-color:#5FBFDC;} /* 見出し */
/* list-box レシピ目次 */
#oCnt .seasonnote-block .list-box {background-color:#DAEFF7;} /* 背景 */
#oCnt .seasonnote-block .list-box:before {border-color:#16889F;} /* 点線 */
#oCnt .seasonnote-block .list-box h4 {color:#5FBFDC; border-color:#5FBFDC;} /* 見出し */
#oCnt .seasonnote-block .list-box ul li span {color:#5FBFDC;} /* レシピ番号 */
/* read-box 各レシピ */
#oCnt .seasonnote-block .read-box:after {border-color:#16889F;} /* 点線 */
#oCnt .seasonnote-block .read-box h4 span {color:#5FBFDC;} /* レシピ名番号 */
#oCnt .seasonnote-block .recipe-box p {background-color:#5FBFDC;} /* レシピを見る */
/* end-box ページ内見出し */
#oCnt .seasonnote-block .end-box strong {border-color:#5FBFDC;} /* 見出し */