@charset "utf-8";
.contact_info{
	font-weight: 700;
	font-size: 2.6rem;
	line-height: 3rem;
	letter-spacing: 2.08px;
	color: #973131;
	margin: 40px 0 15px;
}
.contact_info a{color: #973131 !important;}
.contact_info span{
	font-size: 1.6rem;
	line-height: 3rem;
	letter-spacing: 1.28px;
}
@media screen and (max-width: 1024px){
.contact_info{
	letter-spacing: 0;
	margin: 35px 0 8px;
}
.contact_info.mail a{font-size: 2.2rem;}
}