@charset "utf-8";

#inquery section{
	width: 836px;
	padding: 0 82px;
}

#inquery .content{
	padding: 45px 0 45px;
}

#inquery h2{
	font-size: 3.6rem;
	font-weight: normal;
	border-bottom: 1px dotted #1a1311;
	margin-bottom: 45px;
}

#inquery h2 span{
	font-size: 1.4rem;
	display: block;
}

#inquery #before h3{
	font-size: 2.0rem;
	font-weight: bold;
	color: #fff;
	background: red;
	line-height: 1.5em;
	width: 12.5em;
	text-align: center;
	margin-bottom: 30px;
}


#inquery .txt{
	font-size: 1.4rem;
	line-height: 1.8em;
	margin-bottom: 2.0em;
}


#inquery .cap{
	font-size: 1.4rem;
	line-height: 1.5em;
	text-align: center;
}

#inquery #catalog h3{
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.5em;
	margin-bottom: 30px;
	border-left: 10px solid #00b381;
	padding-left: 0.5em;
}


#inquery #catalog .ls{
	width: 600px;
	float: left;
}

#inquery #catalog .rs{
	text-align: center;
	float: right;
	margin-right: 50px;
}

@media(max-width:768px) {

#inquery h2{
	font-size: 2.8rem;
}


#inquery .txt{
	font-size: 1.6rem;
}




#inquery #catalog .ls{
	width: 100%;
	float: none;
}

#inquery #catalog .rs{
	text-align: center;
	width: 100%;
	float: none;
	margin-right: 0;
}
}
