@charset "utf-8";

#oCnt .seasonnote-block * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

#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: 60px;
	padding: 0 20px 50px;
}

#oCnt .seasonnote-block .contents-box .indent-01 {
	padding-left:1em;
	text-indent:-1em;
}

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

#oCnt .seasonnote-block .summary-box p {
	margin: 16px 0;
}

/* list-box */
#oCnt .seasonnote-block .list-box {
	width: 335px;
	padding: 32px 40px 40px;
	margin: 60px auto 0;
	background-color: #fff9d1;
	border-radius: 10px;
}

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

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

#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: #db5200;
	font-size: 22px;
	transform: translateY(-3px);
}
 
/* read-box */
#oCnt .seasonnote-block .read-box {
	margin-top: 60px;
	padding: 65px 0;
	position: relative;
}

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

#oCnt .seasonnote-block .read-box:after {
	content: "";
	display: block;
	width: 92px;
	height: 4px;
	border-top: 4px dotted #ffbc3a;
	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: 68px;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.5;
	position: relative;
	padding-left: 36px;
}

#oCnt .seasonnote-block .read-box h4 span:nth-child(1) {
	display: inline-block;
	width: 36px;
	color: #db5200;
	font-size: 30px;
	position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-3px);
}

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

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

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

#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: 40px;
	background-color: #3d60a1;
	background-image: url('./img/icon-arrow.png');
	background-repeat: no-repeat;
	background-size: 7px auto;
	background-position: right 30px center;
}

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

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