 
.kv{  
	background-image: url(../images/contact/contact_kv.jpg);
} 

.tabs { 
	padding-top: 50px;
	margin-bottom: 32px;
} 
.tabs a{
	display: inline-block;
	width: 245px;
	line-height: 52px;
	text-align: center;text-decoration: none;
	border: 1px solid #000;
	background-color: #fff;
	color: #000;
	margin-right: 10px;
}
.tabs a.current{
	background-color: #000;
	color: #fff;
}
.tabs a:last-of-type{
	margin-right: 0;
}
.content{
	margin-bottom:62px; 
}
.content article.intro{ 
	font-size: 22px;
	margin-bottom: 34px;
}
.content article.address{ 
    font-size: 16px;
    width: 49%;
    display: inline-block;
    margin-bottom: 38px;
    vertical-align: top;
    padding-right: 4em;
    box-sizing: border-box;
} 
.content article.address h4{
	font-weight: bold;
}
@media screen and (max-width:640px) {
	
	.kv{   
		background-image: url(../images/contact/contact_kv_sp.jpg); 
	} 
	.tabs{
		/* margin-top:40px;  */
	}
	.tabs a{
		width: 47.4%;
	    line-height: 2.5;
	}
	.tabs a:nth-of-type(2n){
		margin-right: 0px;    margin-bottom: 13px;
	}
	.content{
		margin-bottom:62px; 
	}
	.content article.address{
		width: 100%
	}
}
 