@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;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 78px;
}

.pageTitle .bg {
	min-height: 530px;
	background: url(../../img/common/page_title_bg01.jpg) no-repeat center center;
	background-size: cover;
}

.pageTitle h2 {
	margin-top: -40px;
	text-align: center;
}

.pageTitle h2 span {
	padding: 17px 5px 8px;
	min-width: 360px;
	min-height: 80px;
	display: inline-block;
	color: #FFF;
	font-size: 30px;
	letter-spacing: 6px;
	background: url(../../img/common/h2_bg.jpg) no-repeat center center;
	background-size: cover;
	box-shadow: 0 10px 10px rgba(0,85,51,.2);
	-webkit-box-shadow: 0 10px 10px rgba(0,85,51,.2);
	-moz-box-shadow: 0 10px 10px rgba(0,85,51,.2);
	box-sizing: border-box;
}

@media screen and (max-width: 767px) {
	.pageTitle {
		margin-bottom: 32px;
	}
	
	.pageTitle .bg {
		min-height: 195px;
		background-image: url(../../img/common/sp_page_title_bg01.jpg);
	}
	
	.pageTitle h2 {
		margin-top: -25px;
	}

	.pageTitle h2 span {
		padding: 10px 5px;
		width: 80%;
		min-width: inherit;
		min-height: 50px;
		font-size: 20px;
		letter-spacing: 4px !important;
		background-size: cover;
		box-shadow: 0 5px 5px rgba(0,85,51,.2);
	}
}

/*------------------------------------------------------------
	content
------------------------------------------------------------*/
#main .content {
	margin: 0 auto;
	width: 1170px;
}

/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
#main .headLine01 {
	margin-bottom: 28px;
	color: #45a633;
	font-size: 24px;
	text-align: center;
}

/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
#main .headLine02 {
	margin-bottom: 53px;
	position: relative;
	color: #003F22;
	font-size: 32px;
	letter-spacing: 3px;
	text-align: center;
}

#main .headLine02:before {
	margin-left: -6px;
	width: 3px;
	height: 140px;
	position: absolute;
	left: 50%;
	top: -167px;
	background: -webkit-linear-gradient(bottom, #7AB85E, #003F26);
    background: -o-linear-gradient(bottom, #7AB85E, #003F26);
    background: -moz-linear-gradient(bottom, #7AB85E, #003F26);
    background: linear-gradient(to bottom, #7AB85E, #003F26);
	
	content: "";
}

@media screen and (max-width: 767px) {
	/*------------------------------------------------------------
		content
	------------------------------------------------------------*/
	#main .content {
		margin: 0 15px;
		width: auto !important;
	}
	
	/*------------------------------------------------------------
		headLine01
	------------------------------------------------------------*/
	#main .headLine01 {
		margin-bottom: 12px;
		font-size: 17px !important;
	}

	/*------------------------------------------------------------
		headLine02
	------------------------------------------------------------*/
	#main .headLine02 {
		margin-bottom: 25px;
		font-size: 24px;
		letter-spacing: 2px !important;
	}
	
	#main .headLine02:before {
		margin-left: -3px;
		width: 2px;
		height: 70px;
		left: 50%;
		top: -83px;
	}

}

/*------------------------------------------------------------
	comLink
------------------------------------------------------------*/
#main .comLink {
	text-align: center;
}

#main .comLink a {
	padding: 18px 5px 22px;
	min-width: 250px;
	display: inline-block;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	background-color: #007C30;
	box-sizing: border-box;
}

#main .comLink a:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media screen and (max-width: 767px) {
	#main .comLink a {
		margin: 0 auto;
		padding: 14px 5px 14px;
		width: 62%;
		min-width: inherit;
		font-size: 14px;
		box-sizing: border-box;
		box-shadow: 4px 3px 0 #003F23;
	}
}