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

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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/about/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}

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