/* ------------------------------------------------
  .news_wrap
------------------------------------------------ */
#news .news_wrap{
width: 100%;
max-width: 800px;
margin: 0 auto;
font-size: 14px;
line-height: 1.6;
border-top:1px solid #d9d9d9;
padding-top: 40px;
}

/* ------------------------------------------------
  .news_inner
------------------------------------------------ */
#news .news_wrap .news_inner{
border-bottom: 1px solid #d9d9d9;
margin-bottom: 20px;
padding-bottom: 30px;
line-height: 1.75;
}

#news .news_wrap .news_inner .date{
font-size: 12px;
margin-bottom: 5px;
display: block;
}

#news .news_wrap .news_inner dl dt{
font-size: 14px;
font-weight: bold;
margin-bottom: 5px;
}


@media screen and (max-width: 480px) {
/* ------------------------------------------------
  .news_wrap
------------------------------------------------ */
	#news .news_wrap{
		width: 100%;
		max-width: 750px;
		margin: 0 auto;
		font-size: calc(28 * (100vw/750));
		line-height: 1.6;
		border-top: none;
		padding: 0 calc(30 * (100vw/750));
	}

/* ------------------------------------------------
  .news_inner
------------------------------------------------ */
	#news .news_wrap ul{
		border-top: 1px solid #d9d9d9;
		padding-top: calc(40 *(100vw/750));
	}
	#news .news_wrap .news_inner{
		border-bottom: 1px solid #d9d9d9;
		margin-bottom: calc(40 * (100vw/750));
		padding-bottom: calc(60 * (100vw/750));
		line-height: 1.75;
	}

	#news .news_wrap .news_inner .date{
		font-size: calc(24 * (100vw/750));
		margin-bottom: calc(10 * (100vw/750));
		display: block;
	}

	#news .news_wrap .news_inner dl dt{
		font-size: calc(28 * (100vw/750));
		font-weight: bold;
		margin-bottom: calc(10 * (100vw/750));
	}
}

/* ------------------------------------------------
	五ケ山豆腐
------------------------------------------------ */
.outer_gokayamatofu #news h2 .noto,
.outer_gokayamatofu #news .news_inner .date,
.outer_gokayamatofu #news .news_inner dl{
	font-family: 'YuMincho', 'Yu Mincho','Hiragino Mincho Pro','Noto Serif JP',serif;
	font-weight: 500;
}
.outer_gokayamatofu #news .news_inner .date{
	color: #9e9991;
	font-size: 1.6rem;
}