@charset "utf-8";
/* CSS Document */

#requirement .col-2.nowidth{
	width: initial;
	width: auto;
} 

#inquiry{
	background: #fff;	
}
#inquiry .inquiry-txt{
	margin: 40px 0;
	color: #000;
	line-height: 1.5;
	text-align: center;
	position: relative;
	z-index: 2;
} 
@media only screen and (max-width: 1024px) { 
	#inquiry{
		
	}
} 
@media only screen and (max-width: 767px) { 
	#inquiry{
		margin: 15px;
	}
}