.contact-info {
	border-bottom: 1px solid #DDD;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.contact-info .editor {
	max-width: 1100px;
	margin: 0 auto;
}


.btn-box a .about-ttl,.btn-box button .about-ttl{
	margin: 17px auto 0px;
	width:210px;
	line-height:1.5 !important;
	display:block;
	padding:10px 5px;
	font-size:16px;
	position:relative;
	letter-spacing:2px;
}
.btn-box a:hover{
	text-decoration:none !important;
}


.btn-box a .about-ttl:before,
.btn-box a .about-ttl:after ,
.btn-box button .about-ttl:before,
.btn-box button .about-ttl:after {
	position: absolute;
	top: 5px;
	right: 5px;
	bottom: 5px;
	left: 5px;
	content: '';
	opacity: 1;
	
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	-ms-transition: opacity 0.35s, -ms-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.btn-box a .about-ttl:before,.btn-box button .about-ttl:before {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}
.btn-box a .about-ttl:after,.btn-box button .about-ttl:after {
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	
	-webkit-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
}

.btn-box a:hover .about-ttl:before,.btn-box button:hover .about-ttl:before{
	opacity: 1;
	-webkit-transform: scale(0,1);
	-ms-transform: scale(0,1);
	transform: scale(0,1);
}
.btn-box a:hover .about-ttl:after,.btn-box button:hover .about-ttl:after{
	opacity: 1;
	-webkit-transform: scale(1,0);
	-ms-transform: scale(1,0);
	transform: scale(1,0);

}




@media screen and (max-width: 1000px) {
	.contact-info {
		padding-bottom: 30px;
		margin-bottom: 35px;
	}
}