#sub_tit {
	padding-top: 154px;
	height: 85px;
	text-align: center;
}

#sub_tit_txt {
	text-align: center;
	font-size: 1.6rem;
	color: #FFF;
}

@media screen and (max-width:640px){
	
	#sub_tit {
		padding-top: 105px;
		height: 70px;
		text-align: center;
	}
	
}