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

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

.midashi02::after {
  background: url("/themes/lactoferrin-lab/about/lactoferrin/images/tit_pc.webp") no-repeat bottom center;
  background-size: cover;
}
.inn p {
	line-height: 2.8;
	text-align: justify;
}
.bgP {
	padding: 0;
	position: relative;
}
.bgImg {
	position: sticky;
	background: url("/themes/lactoferrin-lab/about/lactoferrin/images/pic_bg.webp") no-repeat top center;
	background-size: cover;
	top:0;
	height: 120vh;
}
.about .point {
	padding: 50px 0;	
	border-bottom:  solid 1px #FFF;
}
.about .point h3 {
	text-align: left;
	font-size: 22px;
	margin-bottom: 40px;
	margin-top: 0;
}
.about .point h3 span {
	font-weight: 100;
	font-size: 80px;
	display: block;
	margin-bottom: 10px;
}
.about .point p {margin-top: 30px;}
.about .point figure {margin-top: 40px;}
.about .point .imgSm img {
	width: 80%;
	margin: 0 auto;
}
.about .point ul {margin: 30px 0 0 15px;}
.about .point ul li {	
	font-size: 14px;
	color: #007167;
	margin-top: 10px;
}
.about .point ul li::before {
	content: "";
	width:10px;
	height: 10px;
	display: inline-block;
	background: #007167;
	border-radius: 50%;
	position: relative;
	top:-1px;
	margin-right: 5px;
}
.about .point:last-of-type {
	border-bottom: none;
}

@media screen and (max-width: 810px){
	.midashi02::after {
		background: url("/themes/lactoferrin-lab/about/lactoferrin/images/tit_sp.webp") no-repeat bottom center;
  		background-size: 100% auto;
	}
	.bgImg {display: none;}
	.inn p {
		line-height: 2.0;
	}
	.bgP {
		padding: 0 20px;
	}
	.about .point {
	padding: 30px 0;
	}
	.about .point h3 {
		font-size: 18px;
	}
	.about .point h3 span {
		font-size: 50px;
	}
	.about .point p {font-size: 14px;}
	.about .point .imgSm img {
		width: 90%;
	}
	.about .point ul {margin: 30px 10px 0 15px;}
}