main{
 width: 1180px;
 margin: 80px auto 80px;
	padding-bottom: 120px;
	color: #333;
	border-bottom: 1px solid #d0d5da;
}

h1.pageTitle{
	height: 360px;
	color: #FFF;
	margin-bottom: 80px;
  background-size:  cover;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 150px;
}
h1.pageTitle::after{
	bottom: 140px;
}

h1 .middleCategory{color: #FFF;}


.mainSections .headtxt p {
    font-size: 2.4rem;
    color: #333;
    line-height: 3.6rem;
}
.mainSections .headtxt span{
	font-size: 1.4rem;
	line-height: 2.2rem;
	margin-top: 60px;
	display: block;
}



.mainSections dl{
 padding-top: 40px;
 margin-top: 60px;
	border-top: 1px solid #d0d5da;
}
.mainSections dt{	
	width: 100%;
	margin-bottom: 60px;}
.mainSections h2 {
    font-size: 2.8rem;
    color: #000;
    font-weight: normal;
	margin-bottom: 0;
}
.mainSections dd p{
	font-size: 1.4rem;
	line-height: 2.8rem;
}
.mainSections h3{
	margin-top: 35px;
	margin-bottom: 5px;
}
.mainSections .colums{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.mainSections .colums dd{
	width: 570px;
	font-size: 1.4rem;
 line-height: 2.8rem;
}
.mainSections dd.captionTxt{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.2rem;
	color: #555;
}
.mainSections dd.captionTxt img{
	margin-bottom:10px;
}
.mainSections .colums dd:last-child{
	width: 570px;}
.mainSections .colums img{
 width: 570px;
 height:auto;
}
.mainSections dl dl{
 padding-top: 0;
 margin-top: 46px;
	border-top: none;
	position: relative;
}
.mainSections dl dl::before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    top: -15px;
    width: 25px;
    height: 1px;
    background-color: #e9ecee;
}
.mainSections .colums dl dt{
	width: 100%;
	font-size: 1.2rem;
 line-height: 1.2rem;
		font-weight: bold;
	background-color: #e9ecee;
	padding: 3px;
	display: inline;
}
.mainSections .colums dl dd{
	width: 100%;
	font-size: 1.2rem;
 line-height: 1.2rem;
	margin-top: 20px;
}
.mainSections dl dl a{
	    position: relative;
    display: inline-block;
	    padding-left: 18px;
    color: #333;
    text-decoration: none;
    margin-bottom: 3px;
}
.mainSections dl dl a.hover{
	color: #e60012;
}
.mainSections dl dl .redArrowS {
    left: 0;
    top: 3px;
}


/*Environment
-----------------------------------*/
.Segment.Finechemical .bottomLinks ul .Segment01,
.Segment.Porous_M .bottomLinks ul .Segment02,
.Segment.Service .bottomLinks ul .Segment03,
.Segment.Estate .bottomLinks ul .Segment04{
 color: #fff;
 background-color: #e60012;
}