@charset "utf-8";

/* --------------------------------------------------------------------------------
	contact-box
-------------------------------------------------------------------------------- */
.contact-box{
	display: flex;
	justify-content: space-between;
	width:1100px;
	margin:0 auto 80px;
}
.txt-contact{
	text-align:center;
	margin:0 0 20px;
}
.contact-box .btn-tel{
	width:540px;
}
.contact-box .btn-mail{
	width:540px;
}























