@charset "utf-8";

#sec_lead .ulStyle02 li{
	font-size: 16px;
}
@media screen and (max-width: 767px){
	#sec_lead .ulStyle02 li{
		font-size: 14px;
	}
}

#sec_price .table_wrap .tblStyle01 tr th,
#sec_price .table_wrap .tblStyle01 tr td{
	width: 50%;
	text-align: center;
	padding: 8px;
}

.pagenation{
	display: flex;
	justify-content: center;
	gap: 10px;
}
.pagenation .page-numbers{
	width: 50px;
	height: 50px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Roboto", serif;
	color: rgb(255, 255, 255);
	background-color: rgb(0, 165, 193);
	border: 2px solid rgb(0, 165, 193);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	transition: 0.5s;
}

.pagenation .page-numbers:hover,
.pagenation .page-numbers.current {
	color: rgb(0, 165, 193);
	background-color: rgb(255, 255, 255);
	text-decoration: none;
}