@charset "UTF-8";
/* CSS Document */

/* -------------------------------
NEWS TOP
------------------------------- */

.midashi02::after {
  background: url("/themes/lactoferrin-lab/news/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.news {padding: 80px 0;}
.news ul li p {
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.news ul li figure {
	border: solid 1px #F4F4F4;
}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/news/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.news {
		margin-top: 250px;
		padding: 60px 0;
	}
	.news ul li p {
		font-size: 13px;
		line-height: 1.6;
	}
}