@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	padding: 5px 0 3px 20px;
	margin-bottom: 25px;
	text-align: center;
	color: #fff;
	font-size: 32px;
	background: url(../../img/common/icon01.png) no-repeat left 31px center #2E4C7E;
	background-size: 36px auto;
}

@media screen and (max-width: 767px) {
	#main .headLine01 {
		padding: 4px 0 4px 30px;
		margin-bottom: 15px !important;
		line-height: 1.2;
		font-size: 16px;
		text-align: left;
		background: url(../../img/common/icon01.png) no-repeat left 5px center #2E4C7E;
		background-size: 20px auto;
	}
	
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin: 0 14px 18px 10px;
	font-size: 16px;
	overflow: hidden;
}

#main .headLine02 span {
	display: inline-block;
	position: relative;
}

#main .headLine02 span:before {
	width: 1000px;
	border-top: 1px solid #3C3A3B;
	position: absolute;
	bottom: 10px;
	left: 100%;
  
	content: ""; 
}

@media screen and (max-width: 767px) {
	#main .headLine02 {
		margin: 0 5px 10px;
		font-size: 13px;
	}
		
	#main .headLine02 span:before {
		bottom: 7px;
	}

}

/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
#main .headLine03 {
	margin: 0 -10px 28px;
	padding: 7px 50px 8px;
	text-align: center;
	font-size: 24px;
	color: #fff;
	background: #2E4C7E url(../../img/common/icon15.png) no-repeat left top;
	background-size: 50px auto !important;
}

#main .relics .headLine03 {
	background: #2E4C7E url(../../img/common/icon18.png) no-repeat left top;
}

#main .life .headLine03 {
	background: #E5270D url(../../img/common/icon20.png) no-repeat left top;
}

#main .garbage .headLine03 {
	background: #487300 url(../../img/common/icon21.png) no-repeat left top;
}

#main .headLine03 span {
	min-height: 37px;
	padding-left: 44px;
	display: inline-block;
	background: url(../../img/common/icon19.png) no-repeat center left;
	background-size: 37px auto;
}

@media screen and (max-width: 767px) {
	#main .headLine03 {
		margin: 0 -10px 15px !important;
		padding: 7px 25px 8px;
		font-size: 16px;
		background-size: 38px auto !important;
	}
	
	#main .headLine03 span {
		min-height: 20px;
		padding-left: 25px;
		background-size: 20px auto;
	}

}

/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
#main .headLine04 {
	margin-bottom: 24px;
	display: table;
	width: 100%;
	background-color: #fff;
	border: 2px solid #E63727;
}

#main .headLine04 span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#main .headLine04 .num {
	width: 44px;
	background-color: #E63727;
}

#main .headLine04 .num img {
	height: 36px;
}

#main .headLine04 .text {
	padding: 4px 42px 4px 5px;
	font-size: 23px;
	color: #231815;
}

@media screen and (max-width: 767px) {
	#main .headLine04 {
		margin-bottom: 15px !important;
		border: 1px solid #E63727;
	}

	#main .headLine04 .num img {
		height: 30px;
	}

	#main .headLine04 .text {
		padding: 8px 5px 6px;
		font-size: 15px;
	}
	
}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	width: 258px;
	margin: 0 auto 36px;
}

#main .comLink a {
	padding: 3px 0 5px;
	color: #fff;
	font-weight: bold;
	display: block;
	text-align: center;
	background: #2E4C7E;
}

#main .comLink a:hover {
	opacity: 0.7;
}

#main .comLink a span {
	padding-right: 34px;
	display: inline-block;
	background: url(../../img/common/icon11.png) no-repeat center right;
	background-size: 25px auto;
}

@media screen and (max-width: 767px) {
	#main .comLink {
		width: 220px;
		margin: 0 auto 20px !important;
	}
	
	#main .comLink a {
		padding: 3px 0 2px;
	}
	
	#main .comLink a span {
		padding-right: 20px;
		background-size: 15px auto;
	}
	
}

/*------------------------------------------------------------
	comContact
------------------------------------------------------------*/
.comContact {
	text-align: center;
}

.comContact a:hover img {
	opacity: 0.7;
}
	
@media screen and (max-width: 767px) {
	.comContact {
		margin: 0 15px;
	}
	
	.comContact img {
		width: 100%;
	}
	
}

@media all and (-ms-high-contrast:none){
	#main .headLine01 {
		padding: 9px 0 0 20px;
	}
	
	#main .comLink a {
		padding: 7px 0 1px;
	}
	
	#main .comLink a span {
		background: url(../../img/common/icon11.png) no-repeat top right;
		background-size: 25px auto;
	}
	
	#main .headLine03 {
		padding: 11px 50px 4px;
	}
	
	#main .headLine04 .text {
		padding: 7px 42px 1px 5px;
	}
	
}