@charset "utf-8";

/*---------------------
メインビジュアル
---------------------*/
.l_mv{
	background: url(../business/img/bg.jpg) no-repeat right center;
}



/*---------------------
主要製品について
---------------------*/
.l_philosophy h3 + p{
	margin-bottom: 20px;
}



/*---------------------
パラトルエンスルホン酸（PTS）の用途
---------------------*/
.l_pts h3{
	color: #fff;
	font-size: 125%;
	font-weight: bold;
	display: inline-block;
	background: #82939c;
	margin-bottom: 10px;
	padding: 0px 80px 0px 20px;
	position: relative;
	z-index: -1;
}

.l_pts h3:after{
	position: absolute;
	content: '';
	right: -2px;
	top: -2px;
	border: none;
	border-right: solid 40px white;
	border-bottom: solid 79px transparent;
	z-index: -2;
}

.l_pts p.icon_square{
	font-size: 125%;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
	padding-left: 22px;
	position: relative;
	line-height: 16px;
}

.l_pts p.icon_square::after{
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: #666;
}

.l_pts p.icon_square span{
	font-size: 80%;
	font-weight: normal;
}

.l_pts p.icon_square + p{
	margin-bottom: 80px;
}



/*---------------------
製造環境
---------------------*/
.l_factory .md_material{
	margin-top: 40px;
}



@media screen and (max-width: 767px) {
	/*---------------------
	製造環境
	---------------------*/
	.l_factory .md_material{
		margin-top: 4%;
	}
	
	.l_factory .md_material div:nth-child(1){
	    margin-bottom: 4%;
	}
	
	/*---------------------
	パラトルエンスルホン酸（PTS）の用途
	---------------------*/
	.l_pts h3{
		font-size: 100%;
	}


	
}
