@charset "utf-8";
.linked_col3 {
}
.linked_col3 li {
	float: left;
	position: relative;
	width: 33.33%;
	box-sizing: border-box;
	font-size: 0;
	text-align: left;
	line-height: 18px;
}
.linked_col3 li:after {
	position: absolute;
	right: -25px;
	top: calc(50% - 10px);
	width: 45px;
	height: 11px;
	content: '';
	display: block;
	background: url(/_skin/tpl_skin/basic_attorney/images/common/arrow_1.png) center no-repeat;
}
.linked_col3 li:last-child:after {
	background: none;
}
/* .linked_col3 li + li {
        margin-left:110px;
    } */
.linked_col3 li:nth-child(1) {
}
.linked_col3 li:nth-child(2) {
}
.linked_col3 li:nth-child(3) p {
	background: #6891ab;
	color: #fff;
}
.linked_col3 li p {
	box-sizing: border-box;
	display: block;
	width: 210px;
	margin: 0 auto;
	height: 70px;
	line-height: 70px;
	border-radius: 5px;
	text-align: center;
	font-family: 'nanum squaer';
	font-size: 20px;
	font-weight: 500;
	background: #cbd4db;
	color: #79848a;
}
