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

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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/sdgs/ring/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.ring h2 img,
.ring .tsunagu img {
	margin: 0 auto;
}
.ring .tsunagu {margin-top: 50px;}
.ring dl dt {
	background: #CB95A9;
	color: #FFF;
	text-align: center;
	font-weight: normal;
	font-size: 16px;
	padding: 2px 10px;
}
.ring .bgP h3 {
	text-align: center;
	font-size: 22px;
	
}
.ring .bgP > div > p img {
	margin: 60px auto;
}
.ring .bgP > div > p {
	width: 100%;
	max-width: 960px;
	font-size: 16px;
	line-height: 2.0;
	text-align: center;
	margin: 0 auto 20px;
}
.ring .lbtn02 {
	width: 340px;
	margin: 60px auto 0;
}
.ring .cntP img {
	margin: 0 auto;
}
.ring .cntP > p {
	width: 100%;
	max-width: 960px;
	margin: 0 auto 20px;
	text-align: justify;
}
.sdgs.ring .midashi06 {margin-bottom: 70px;}
.ring .cntP .lbtn02 {margin: 40px auto 80px;}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/sdgs/ring/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.ring h2 {padding-top: 50px;}
	.ring .tsunagu {margin: 40px 0 20px;}
	.ring dl dt,
	.ring dl dd {
		font-size: 13px;
	}
	.ring .bgP h3 {
		text-align: center;
		font-size: 18px;
	}
	.ring .bgP > div > p img {margin: 40px auto;}
	.ring .bgP > div > p {
		font-size: 15px;
		line-height: 1.8;
		padding: 0 15px;
		text-align: justify;
	}
	.ring .cntP > p {
		font-size: 14px;
		padding: 0 15px;
	}
	.sdgs.ring .midashi06 {margin-bottom: 30px;}
}