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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/about/whycosme/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/whycosme/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.about .lead {
		padding: 50px 20px 0;
	}
}