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

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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/sdgs/motherhood/phase01/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.sdgs .movie {
	margin-top: 50px;
}
.sdgs .movie iframe {
	width: 100%;
	height: auto;
	aspect-ratio:16/9;
}
.sdgs .movie p {
	font-size: 15px;
	color: #007167;
}
.sdgs .pitte {
	margin-top: 50px;
}
.sdgs .shien figure figcaption {
	margin-top: 10px;
	font-size: 13px;
	color: #007167;
}
.sdgs .shien p {
	font-size: 15px;
	text-align: justify;
}

.report:first-of-type {
	border-bottom: solid 1px #FFF;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.report h2 {
	font-size: 22px;
	margin: 10px 0 40px;
}
.report > div > div > p {
	font-size: 15px;
}

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