#service_left{
	position:absolute;
	z-index:90;
	top: 20px;
	left:250px;
	font-size:18px;
	list-style:none;
}

#service_left li{
	width:250px;
	margin:0 0 15px 0;
}

#service_left li a{
	color:#333333;
	width:100%;
	display:block;
	line-height:40px;
	padding:0 20px;
	box-sizing:border-box;
	background:rgba(255,255,255,0.8) url('../images/common/arrow.webp') no-repeat center right;
	text-decoration:none;
}

#service_left li a:hover{
	color:#fff;
	background:rgba(0,0,0,0.2) url('../images/common/arrow.webp') no-repeat center right;
}

section{
	position:absolute;
	top: 20px;
	left:600px;
	max-width:1200px;
	width:calc(95% - 600px);
	max-height:calc(100dvh - 140px);
	overflow:auto;
}

section article{
	padding:20px;
	box-sizing:border-box;
	line-height: 1.8;
	background-color:rgba(255,255,255,0.8);
}
section article h2{
	border-left:10px solid #ccc;
	border-bottom:1px dotted #ccc;
	line-height:40px;
	padding:0 20px;
}
section article p{
margin:0 !important;
}
section article th{
	white-space:nowrap;
	text-align:left;
}
section article th,
section article td{
	border-bottom:1px dotted #ccc;
	padding:10px;
}