
.secMain {
	background: url(../img/main/information.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}


h3{
	letter-spacing: 0;
}






/*　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

@media handheld, only screen and (max-width: 767px) {
/*スマホ*/


	.secMain {
		background: url(../img/main/sp_information.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		position: relative;
	}

	.secTitle{
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
		-webkit- transform: translateY(-50%) translateX(-50%);
		background: rgba(0,0,0,0.5);
	}

}