@charset "utf-8";
/*------------------------------------------------------------
	トープページ
------------------------------------------------------------*/
#gNavi li:nth-child(4) > a {
	color: #29b572;
}

#conts .imgBox01 {
	margin-bottom: 39px;
}

#conts .imgBox02 {
	margin: 0 2px 49px 0;
}

#conts .h3Ttl {
	margin-bottom: 24px;
	color: #29b572;
}

#conts .text01 {
	margin-bottom: 95px;
	line-height: 1.625;
}

#conts .text02 {
	margin-bottom: 19px;
	line-height: 1.625;
}

@media all and (min-width: 0) and (max-width: 767px) {
	#conts .imgBox01 {
		margin-bottom: 50px;
	}

	#conts .imgBox02 {
		margin: 0 0 44px;
	}

	#conts .h3Ttl {
		margin-bottom: 17px;
	}

	#conts .text01 {
		margin-bottom: 40px;
		line-height: 1.875;
	}

	#conts .text02 {
		margin: -3px 0 13px;
		line-height: 1.875;
	}
}

@media all and (-ms-high-contrast:none){
	#conts .txtList li .color span {
		padding: 7px 0 2px;
		margin-top: -4px;
	}

	#conts .linkBox .link a {
		padding: 12px 18px 5px 32px;
	}
}