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

/* -------------------------------
motherhoof TOP
------------------------------- */

.midashi02::after {
  background: url("/themes/lactoferrin-lab/sdgs/motherhood/phase02/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.sdgs .lead img {
	margin: 0 auto;
}
.sdgs .shien .midashi06 {margin-bottom: 80px;}
.sdgs .shien figure figcaption {
	margin-top: 10px;
	font-size: 15px;
	color: #007167;
}
.sdgs .shien figure figcaption span {
	font-size: 12px;
}
.sdgs .newrepo figure figcaption {
	text-align: right;
	font-size: 13px;
}
.sdgs .newrepo p {
	margin-bottom: 20px;
}
.sdgs .shien p {
	font-size: 15px;
	text-align: justify;
}
.report > div > div > p {
	font-size: 15px;
}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/sdgs/motherhood/phase02/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.bgP {
		padding: 40px 0;
		margin-top: 60px;
	}
	.sdgs .lead {
		padding: 50px 20px 0;
	}
	.sdgs .shien .midashi06 {margin-bottom: 30px;}
	.sdgs .shien figure figcaption {
		margin-top: 5px;
		margin-bottom: 15px;
		font-size: 13px;
		line-height: 1.6;
	}
	.sdgs .newrepo p {
		padding: 0 20px;
	}
	.sdgs .shien p {
		font-size: 14px;
	}
}