/***********************
************************

Contact page

************************
************************/



/* ===================================
contact
=================================== */ 

#contact{
	margin-bottom: 120px;
}
.contact-wrap{
	text-align: center;
}
.contact-text-wrap p+p{
	margin-top: 1.25em;
}
#contact .button-wrap{
	margin-top: 60px;
	padding-top: 50px;
  position: relative;
}
#contact .button-wrap::before {
	content: '';
	background: url(../images/cta-button-img.png) center / cover no-repeat;
	position: absolute;
	width: 138px;
	height: 65px;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}




/* **********************************************************
**********************************************************

responsive

**********************************************************
********************************************************** */

/* タブレット */
@media screen and (max-width: 769px){
	#contact br{
		display: none;
	}
}