@charset "utf-8";
/*------------------------------------------------------------
	bldg_maintenance
------------------------------------------------------------*/
#gNavi .navi02 a::before {
	opacity: 1;
}
.pageTitle {
	background-image: url("../img/bldg_maintenance/page_title_bg.jpg");
}
#main {
	overflow: hidden;
}
#main .headLine01 {
	margin-bottom: 50px;
}
#main .headLine01::after {
	bottom: -23px;
}
#main .bgBox {
	padding: 50px 0 80px;
}
#main .grey {
	background-color: #F8F8F8;
}
#main .content {
	width: 1160px;
	padding-left: 22px;
	box-sizing: border-box;
}
#main h4 {
	margin-bottom: 25px;
	color: #0b3185;
	font-size: 3rem;
	line-height: 1.5;
	letter-spacing: 0.04em;
}
#main h4 span {
	padding-right: 67px;
	min-width: 110px;
	position: relative;
	display: inline-block;
}
#main h4 span::after {
	width: 10000px;
	height: 1px;
	position: absolute;
	background-color: #333;
	left: 100%;
	top: 22px;
	content: '';
}
#main .h4Ttl span::after {
	left: 180px;
}
#main p {
	margin-bottom: 47px;
	color: #030000;
	line-height: 1.55;
	text-align: justify;
	text-justify: inter-ideograph;
	letter-spacing: 0.08em;
}
#main .imgBox .phoBox {
	float: right;
}
#main .imgBox .phoBox li {
	margin-bottom: 16px;
}
#main .imgBox .phoBox li:last-child {
	margin-bottom: 0;
}
#main .imgBox .txtBox {
	width: 780px;
	float: left;
}
#main .imgBox .txtBox h5 {
	margin-bottom: 10px;
	color: #FFF;
	font-weight: normal;
}
#main .imgBox .txtBox h5 span {
	padding: 5px 18px 6px;
	min-width: 116px;
	display: inline-block;
	text-align: center;
	border-radius: 25px;
	background-color: #0B3185;
}
#main .imgBox .txtBox .title {
	padding-top: 3px;
	margin-bottom: 18px;
	color: #062288;
	font-size: 2rem;
	line-height: 1.25;
	font-weight: bold;
}
#main .imgBox .txtBox .textList {
	margin-bottom: 37px;
}
#main .imgBox .txtBox .textList:last-child {
	margin-bottom: 0;
}
#main .imgBox .txtBox .textList li {
	padding-left: 1em;
	color: #030000;
	line-height: 1.56;
	text-indent: -1em;
	letter-spacing: 0.08em;
}
#main .text {
	margin-bottom: 25px;
}
@media all and (-ms-high-contrast: none) {
	#main .imgBox .txtBox h5 span {
		padding: 8px 18px 3px;
	}
}
@media all and (max-width: 896px) {
	#main .headLine01 {
		margin: 0 15px;
	}
	#main .content {
		padding-left: 0;
	}
	#main .bgBox {
		padding: 30px 0;
	}
	#main h4 {
		margin-bottom: 25px;
		font-size: 2.2rem;
	}
	#main h4 span {
		padding-right: 30px;
		min-width: 80px;
	}
	#main h4 span::after {
		top: 17px;
	}
	#main .h4Ttl span::after {
		left: 150px;
	}
	#main p {
		margin-bottom: 30px;
	}
	#main .imgBox .phoBox {
		margin-bottom: 30px;
		float: none;
		text-align: center;
	}
	#main .imgBox .txtBox {
		width: auto;
		float: none;
	}
	#main .imgBox .txtBox h5 span {
		padding: 5px 10px 6px;
	}
	#main .imgBox .txtBox .title {
		font-size: 1.6rem;
	}
}