@charset "utf-8";

.searchAndInquriy {
	display: none;
}

@media (min-width: 769px) {
	.searchAndInquriy {
		width: 950px;
		padding: 20px 0;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.rForm {
		width: 390px;
		border: 1px solid #999;
		
	}
	.siteSearchForm {
		display: flex;
	}
	.searchInput {
		width: 324px;
		padding: 11px;
		border: 0;
		outline: 0;
		background: transparent;
		font-size: 116%;
		line-height: 20px;
		vertical-align: middle;
		color: #555;
	}
	.inq {
		display: flex;
		align-items: center;
	}
	.btnInq {
		margin-left: 20px;
	}
	.btnInq a {
		display: block;
		text-align: center;
		text-decoration: none;
		color: #fff;
		font-size: 16px;
		background-color: #e88622;
		padding: 15px 30px;
		border-radius: 4px;
	}
	.btnInq a::before{
		display: inline-block;
		width: 16px;
		height: 16px;
		margin-right: 12px;
		background: url("/business/images_global/r_ico_blank_01_pc.png") no-repeat;
		vertical-align: -2px;
		content: "";
	}
	.btnInq span {
		font-size: 120%;
		font-weight: bold;
	}
}


