@charset "UTF-8";

@media screen and (min-width:769px){
	#contact .contact_cont{
		width:1000px;
		margin:0 auto 100px;
	}
	
	#contact .contact_cont .topbox{
		margin:0 0 40px 0;
	}
	
	#contact .contact_cont .box{
		margin:0 0 80px 0;
	}
	
	#contact .contact_cont .box:last-child{
		margin:0 0 0 0;
	}
	
	#contact .contact_cont .box .mtl{
		font-size:2.4rem;
		padding:20px;
		border-left:5px solid #fdd000;
		font-weight: 600;
		margin:0 0 30px 0;
	}
	
	#contact .contact_cont .box .teltx{
		font-size:6.5rem;
	}
	
	#contact .contact_cont .box .tx{
		font-size:1.4rem;
		line-height: 2.5rem;
	}
}

@media screen and (max-width:768px){
	#contact .contact_cont{
		width:90%;
		margin:0 auto 50px;
	}
	
	#contact .contact_cont .topbox{
		margin:0 0 30px 0;
	}
	
	#contact .contact_cont .box{
		margin:0 0 40px 0;
	}
	
	#contact .contact_cont .box:last-child{
		margin:0 0 0 0;
	}
	
	#contact .contact_cont .box .mtl{
		font-size:1.7rem;
		line-height: 2.8rem;
		padding:3px 15px;
		border-left:5px solid #fdd000;
		font-weight: 600;
		margin:0 0 20px 0;
	}
	
	#contact .contact_cont .box .teltx{
		font-size:4rem;
	}
	
	#contact .contact_cont .box .tx{
		font-size:1.2rem;
		line-height: 2.1rem;
	}
}
