.foot_popup_caption.contact
{
	background-image: url(../../img/popup/contact.png);
}
#foot_popup_contact
{
	/* border: 3px solid #f00; */
	box-sizing: border-box;
	padding: 0 15px 30px;
	margin: 35px 25px 0;
	height: calc(100% - 150px);
	overflow: scroll;
	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 30px 60px;
}
@media screen and (min-width:800px)
{
	#foot_popup_contact
	{
		height: calc(100% - 210px);
		padding: 0px 55px 30px;
	}
}