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

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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/sdgs/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.sdgs ul {
	margin-top: 70px;
}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/sdgs/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.sdgs .container {
		padding: 0 20px;
	}
	.sdgs ul {
		margin-top: 50px;
	}
}