@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@400;500;600;700&display=swap");



#net_food_spec_20230727 .text-cont{
	background-color: #f3f2ee;
	text-align: center;
	font-family: "Noto Serif JP", sans-serif;
	line-height: 2;
	font-size: 18px;
	padding: 2em;
	margin-top: 20px;
	color: #404040;
}



@media screen and (max-width:480px) {
	
#net_food_spec_20230727 .text-cont{
	font-size: calc(((100 / 375) * 16) * 1vw);
	padding: 1em;
	margin-top: 10px;
}	
	
}


/* =============================================
PC・SP表示非表示用
============================================= */
#art_20230727 .pc {
  display: block; }

#art_20230727 .sp {
  display: none; }
