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

/* -------------------------------
SDGs TOP
------------------------------- */

.midashi02::after {
  background: url("/themes/lactoferrin-lab/sdgs/saraya/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.sdgs h3 {
	font-size: 22px;
	margin-bottom: 40px;
}
.sdgs ul {margin-top: 10px;}
.sdgs a img {margin: 40px auto 0;}
.sdgs .lbtn02 {
	width: 340px;
	margin: 40px auto 0;
}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/sdgs/saraya/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.sdgs .lead {padding: 50px 20px 0;}
	.sdgs h3 {
		font-size: 18px;
		text-align: center;
	}
	.sdgs .saraya p {
		font-size: 14px;
		padding: 0 15px;
	}
}