@charset "utf-8";

/*====================*/
/* 多段土壌層処理装置 */
/*====================*/
h2, h3, .content p, .content ul, .content ol {
	max-height: 100%;
}

.env-tec01 .main {
	margin-top: 220px;
}

.env-tec01 .container {
	margin-top: 147px;
	background-color: #d4dbe0;
	position: relative;
	top: 0;
}

.env-tec01 .container p > img {
	width: 100%;
}

.env-tec01 .heading01 {
	margin: -214px 0 110px 40px;
}

.env-tec01 .heading03:not(:first-of-type) {
	margin-top: 100px;
}

.env-tec01 .content {
	padding: 0 3%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.env-tec01 .tab-area {
	margin-bottom: 30px;
}

.env-tec01 ol.red-num {
	list-style-type: none;
	margin-left: 2em;
	counter-reset: num;
}

.env-tec01 ol.red-num li {
	line-height: 1.5em;
}

.env-tec01 ol.red-num li .li-heading {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 120%;
	color: #595757;
	position: relative;
}

.env-tec01 ol.red-num li .li-heading:before {
	counter-increment: num;
	content: counter(num) '. ';
	color: #f00;
	position: absolute;
	left: -1.5em;
}

.env-tec01 ol.red-num li:not(:first-of-type) .li-heading {
	margin-top: 2em;
}

.env-tec01 ul.red-dot {
	list-style: none;
}

.env-tec01 ul.red-dot li {
	margin: 0 1em 0.5em 0;
	padding-left: 1.5em;
	position: relative;
}

.env-tec01 ul.red-dot li:before {
	content: '';
	display: block;
	position: absolute;
	top: 1px;
	left: 2px;
	width: 1em;
	height: 1em;
	background: url(/images/common/com_ic12.png) 0 0 no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}