/*============================
	Foundation
==============================*/
#page_title{
	height: auto;
}
/*============================
	Layout
==============================*/

/*============================
	Object
==============================*/

/*---------------
	component
----------------*/

.c-underline--red{
	border-bottom: #e6002d 1px solid;
}

.c-underline--red.dashed{
	border-bottom: #e6002d 2px dashed;
}
/*---------------
	project
----------------*/

.p-award_info_wrap{
	/* padding-top: 135px; */
	padding-top: 165px;
}
.p-award_info{
	background-color: #f0f0f0;
	margin: 0;
	text-align: center;
	padding: 0.75rem 0;
	border-bottom: #A8B6C8 1px solid;
}

.p-awardInfo__txt{
	width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.p-awardInfo__txt li{
	flex: 0 0 auto;
	margin: 0;
	font-size: 0.8125rem;
	line-height: 1;
	color: #e6002d;
	position: relative;
	padding: 0 1.5rem 0 2rem;
}
.p-awardInfo__txt li::before{
	content: "";
	position: absolute;
	top:-18px; left: 0px;
	width: 27px;  height: 36px;
	background: url(/tech/soil_pollution/images/mark_award.png) no-repeat 0px 0px;
}
.p-awardInfo__txt li.patent::before{
	content: "";
	position: absolute;
	top:-18px; left: 0px;
	width: 27px;  height: 36px;
	background: url(/tech/soil_pollution/images/mark_patent.png) no-repeat 0px 0px;
}

/*____movie lightbox__________________*/
.movie_ol{
	position: fixed;
	top:0px; left:0px;
	width: 100%; height: 100%;
	background-color: rgba(0,0,0,0.8);
	display: none;
	opacity: 0;
	z-index: 999;
	transition: opacity 0.4s;
}

.movie_ol.is-appear{
	opacity:1;
}

/*lbox*/
.lbox_body{
	/*width:700px; margin-left:80px;*/
	background:#FFFFFF;
}

/*lbox_header*/
.lbox_header{
	margin:0 0 17px;
}

.lbox_header h1{
	margin: 0; padding: 0;
	font-size: 1rem;
	text-align: center;
}

/*---movie---*/
video{
	width: 100%;
}

.p-movie{
	position: relative;
	/* width: 700px;  */	/* <-- movie size(width) setting*/
	margin: 0 auto;
}
.p-movie__playLayer{
	display: flex; justify-content: center;
	align-items: center;
	position: absolute;
	top:0px; left:0px;
	width: 100%; height: 100%;
	z-index:20;
	background-color: rgba(0,0,0,0.4);
}
.p-movie__playLayer .c-playLabel{
	width:80px;
	height: auto;
	border-radius: 50%;
	margin-top: -10px;
	background-color: rgba(255,255,255,0.4);
	text-align: center;
	text-decoration: none !important;
}
.c-playLabel img{
	width: 100%;
	height: auto;
}
.p-movie__playLayer:hover .c-playLabel{
	opacity: 0.8;
}

/*---mov_plyr---*/
.plyr button.plyr__play-large{
	display: none;
}
.plyr--audio .plyr__controls{
	/*display: none;*/
}


.red{
	color:#e6002d;
}

div#main .p-feature_list li ul.merit_list li {
	position: relative;
	font-size: 1rem;
    line-height: 1.8;
    font-weight: normal;
	margin-bottom: 6px;
	padding-left: 16px;
}
div#main .p-feature_list li ul.merit_list li::before{
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	width: 10px;
	height: 10px;
	background: #32a05a;
	border-radius: 2px;
}
div#main .p-feature_list li ul.merit_list li:first-of-type {
	margin-top: 12px;
}
div#main .p-feature_list li ul.merit_list li:last-of-type {
	margin-bottom: 30px;
}

.p-full_width_section{
	padding: 0.5rem 0 0.5rem;
	margin-top: 5px;
	margin-bottom: 40px;
}
.p-d3_intro{
	position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}
.p-d3_intro::after{
	content: "";
	display: block !important;
	position: absolute;
	top: 96%;
	left: 420px;
	width: 0px;
	border-style: solid;
	border-width: 30px 60px;
	border-color: #32A05A transparent transparent transparent;
}


@media print{

}
