@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
.pci{
	display:inline-block;
}
.spi{
	display:none;
}

@media print, screen and (max-width: 1120px) {

}

@media screen and (max-width: 768px) {
	.pci{
		display:none;
	}
	.spi{
		display:inline-block;
	}
}
.mvp *{
	font-family: "Noto Sans JP", sans-serif;
}
.mvp-head{
	margin-bottom:50px;
}

@media screen and (max-width: 768px) {
	.mvp-head{
		margin-bottom:32px;
	}
}

.mvp-ttl{
	font-size:35px;
	font-weight:bold;
	text-align:center;
	color:#000;
	line-height:1;
	margin-bottom:30px;
}

@media screen and (max-width: 768px) {
	.mvp-ttl{
		font-size:22px;
		margin-bottom:26px;
	}

}


.mvp-subttl{
	background:#0078B8;
	color:#fff;
	text-align:center;
	padding:12px 0;
	font-size:22px;
	font-weight:bold;
}

@media screen and (max-width: 768px) {
	.mvp-subttl{
		padding:14px 0;
		font-size:19px;
	}

}

.mvp-lead{
	background:#EFEFEF;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:calc(30 / 18);
	letter-spacing:0.025em;
	color:#000;
	padding:20px 0;
}

@media screen and (max-width: 768px) {
	.mvp-lead{
		font-size:17px;
		line-height:calc(30 / 17);
		padding:20px 0;
	}

}

.slogan{
	margin-bottom:50px;
}
.slogan__item{
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
}

.slogan__item-img{
	width:160px;
}

.slogan__item-content{
	width:calc(100% - 160px);
	padding-left:20px;
}

.slogan__item-ttl{
	font-size:18px;
	font-weight:700;
	padding-top:20px;
	padding-bottom:16px;
	position:relative;
}
.slogan__item-ttl:before{
	content:"";
	width:100%;
	height:1px;
	background:#D5D5D5;
	z-index:1;
	position:absolute;
	left:0;
	bottom:0;
}

.slogan__item-ttl:after{
	content:"";
	width:150px;
	height:1px;
	background:#006F32;
	z-index:2;
	position:absolute;
	left:0;
	bottom:0;
}


.slogan__item-text{
	margin-top:20px;
	font-size:16px;
	line-height:2;
}

@media screen and (max-width: 768px) {

	.slogan{
		margin-bottom:40px;
	}
	.slogan__item-img{
		width:80px;
	}

	.slogan__item-content{
		width:calc(100% - 80px);
		padding-left:8px;
	}

	.slogan__item-ttl{
		padding-top:0;
	}
	.slogan__item-text{
		font-size:15px;
	}
}


.policy{
	margin-bottom:50px;
}


.policy__item{
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
}

.policy__item-img{
	width:100px;
	margin-left:30px;
}

.policy__item-content{
	width:calc(100% - 130px);
	padding-left:50px;
}

.policy__item-ttl{
	font-size:18px;
	font-weight:700;
	padding-bottom:20px;
	position:relative;
}
.policy__item-list li{
	font-size:16px;
}
.policy__item-list li + li{
	margin-top:1em;
}
.policy__item-list li span{
	color:#006F32;
}

@media screen and (max-width: 768px) {

	.policy{
		margin-bottom:40px;
	}


	.policy__item{
		margin-top:20px;
	}

	.policy__item-img{
		width:70px;
		margin-left:0;
	}

	.policy__item-content{
		width:calc(100% - 70px);
		padding-left:16px;
	}

	.policy__item-list li{
		font-size:15px;
		line-height:calc(28 / 15);
	}
	.policy__item-list li + li{
		margin-top:0;
	}
}

.message{
	margin-bottom:40px;
}
.message__img{
	margin-top:40px;
	position:relative;
}
.message__img img{
	width:476px;
	margin:0 auto;
	z-index:1;
	display:block;
	position:relative;
}

.message__label{
	position:absolute;
	z-index:2;
    display: -webkit-flex;
    display: flex;
    flex-flow: column;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    
    width:222px;
    height:222px;
    border-radius:50%;
    color:#fff;
    background:#006F32;
    text-align:center;
    bottom:15px;
    left:15px;
}


.message__label-pos{
	display:block;
	width:100%;
	font-size:16px;
}
.message__label-name{
	font-size:28px;
	font-weight:500;
	margin-top:16px;
}

.message__txt{
	margin-top:40px;
	font-size:16px;
	line-height:2;
}

@media screen and (max-width: 768px) {
	.message{
		margin-bottom:60px;
	}
	.message__img{
		margin-top:30px;
	}
	.message__img img{
		width:282px;
		margin-left:auto;
		margin-right:0;
	}

	.message__label{
	    width:154px;
	    height:154px;
	    bottom:18px;
	    left:0;
	}


	.message__label-pos{
		font-size:14px;
	}
	.message__label-name{
		font-size:26px;
		margin-top:12px;
	}

	.message__txt{
		margin-top:30px;
		font-size:15px;
	}
}


.contents__ttl{
	text-align:center;
	font-weight:700;
	line-height:1;
	color:#000;
	font-size:22px;
	margin-bottom:45px;
}
.contents__list{
	display:flex;
	flex-wrap:wrap;
	margin-left:-30px;
	margin-top:-20px;
}

.contents__list li{
	width:calc(50% - 30px);
	margin-left:30px;
	margin-top:20px;
}

.contents__list li a{
	width:100%;
	height:60px;
	border-radius:6px;
	font-size:16px;
	font-weight:500;
	color:#fff;
	background:#006F32;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	position:relative;
	padding-left:70px;

	&:before{
		content:"";
		width:24px;
		height:24px;
		background:url(../images/lifescience_common/arrow.png) 0 0 no-repeat;
		background-size:100% auto;
		position:absolute;
		left:14px;
		top:50%;
		margin-top:-12px;
	}
	&:hover{
		border:1px solid #ff0000;
		background:#DE0C09;
		&:before{
			background:url(../images/lifescience_common/arrow-hover.png) 0 0 no-repeat;
			background-size:100% auto;
		}
	}
	&:active{
		border:1px solid #000;
	}
	&.icon_pdf{
		&:after{
			content: "";
			width: 20px;
			height: 20px;
			background: url(../images/lifescience-products/icon_pdf.svg) 0 0 no-repeat;
			background-size: auto;
			background-size: 100% auto;
			position: absolute;
			right: 20px;
			top: 50%;
			margin-top: -10px;
		}
	}
	.icon-newwindow{
		margin-left:8px;
	}
}

@media screen and (max-width: 768px) {
	.contents__ttl{
		margin-bottom:40px;
	}
	.contents__list{
		margin-left:0;
	}

	.contents__list li{
		width:100%;
		margin-left:0;
		margin-top:20px;
	}
}
