.foot_popup_caption.contact
{
	background-image: url(../../img/popup/contact.png);
}
.foot_popup[tar="contact"]
{
	
}
#foot_popup_contact
{
	display: flex;
	align-items: center;
	justify-content: center;
}
#foot_popup_contact_info
{
	width: 260px;
	height: calc(260px*3/4);
	background-image: url(../../img/popup/mail_view.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 70px 50px 30px;
	color: #3d445a;
	font-size: 1.5rem;
}
@media screen and (min-width:800px)
{
	#foot_popup_contact
	{
	}
}