/* 労働安全衛生に関する取り組み
=========================================================================*/
#safety {
	padding: 30px 0 100px;
}

#safety .bg {
	background: repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 6px, #fcfcfc 6px, #fcfcfc 12px);
}

#safety .inner {
	margin: 0 auto;
	padding: 75px 0 150px;
	width: 1002px;
}

@media screen and (max-width:1042px) {
	#safety .inner {
		padding: 75px 20px 150px;
		width: 100%;
	}
}

#safety h1 {
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 3.0rem;
	text-align: center;
}

#safety .inner ol {
	position: relative;
	padding-left: 1.6em;
	list-style-type: none;
	z-index: 2;
}

#safety .inner ol li {
	position: relative;
	margin-bottom: 40px;
	padding-left: 30px;
}

#safety .inner ol li::before {
	content: "";
	position: absolute;
	left: -1.5em;
	width: 42px;
	height: 100%;
	font-weight: 700;
	font-size: 2.0rem;
	text-align: center;
	line-height: 1.4em;
	color: #FFF;
	background-color: #8CC220;
}

#safety .inner ol li:nth-child(1):before {
	content: '01';
}

#safety .inner ol li:nth-child(2):before {
	content: '02';
}

#safety .inner ol li:nth-child(3):before {
	content: '03';
}

#safety .inner ol li:nth-child(4):before {
	content: '04';
}

#safety .inner p {
	margin-bottom: 2em;
}

#safety .inner p.no_margin {
	margin-bottom: .5em;
}

#safety .inner h2 {
	margin-bottom: .5em;
	font-weight: 700;
	font-size: 2.2rem;
	line-height: 1.2em;
}

#safety .inner h3 {
	font-weight: 700;
	font-size: 2.0rem;
}

#safety .inner a.pdf {
	position: relative;
	padding-left: 40px;
}

#safety .inner a.pdf::before {
	content: "";
	position: absolute;
	left: 0;
	width: 29px;
	height: 34px;
	background: url(../images/price-estimate/pdf_icon.svg) center center no-repeat;
	background-size: contain;
}

/*  Mobile（767px以下）
=========================================================================
=========================================================================*/
@media screen and (max-width:767px) {

	#safety {
		padding: 20px 0 50px;
	}

	#safety .bg {
		background: repeating-linear-gradient(135deg, #f5f5f5, #f5f5f5 3px, #fcfcfc 3px, #fcfcfc 6px);
	}

	@media screen and (max-width:1042px) {
		#safety .inner {
			padding: 30px 20px 70px;
			width: 100%;
		}
	}

	#safety h1 {
		margin-bottom: 20px;
		font-size: 2.0rem;
	}

	#safety .inner ol li {
		margin-bottom: 30px;
		padding-left: 20px;
	}

	#safety .inner ol li::before {
		width: 32px;
		font-size: 1.6rem;
	}

	#safety .inner h2 {
		font-size: 1.7rem;
	}

	#safety .inner h3 {
		font-size: 1.5rem;
	}

	#safety .inner a.pdf {
		padding-left: 30px;
	}

	#safety .inner a.pdf::before {
		width: 20px;
		height: 23px;
	}

}
