.table_implant01 *{
	text-align: center;
	padding: 20px 15px !important;
	position:relative;
}
.table_implant01 .title:after{
	content:'';
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
    margin: -1px 0 0 -40%;
    width: 80%;
	height:2px;
	background: #ed86b3;
	z-index: 0;
}

.div_box01.cost {
    background-color: #fdf9e4;
	margin: 0 30px 60px;
    padding: 25px 40px;
    border-radius: 5px;
}

.div_box01.cost .table_implant01 .title span{
	background: #fff;
	padding: 0 30px !important;
	z-index: 100;
	position:relative;
}

.div_box01.cost .table_02{
	text-align: left;
    border-spacing: 0;
}

.div_box01.cost .table_02 tr {
    text-align: left;
}

.div_box01.cost .table_02 .last th,
.div_box01.cost .table_02 .last td{
	border-bottom:none;
}

.div_box01.cost .table_02 th {
    padding: 20px 20px 20px 30px;
    font-weight: bold;
    vertical-align: middle;
    color: #ed86b3;
	border-top:#fff solid 3px;
	border-bottom:#fff solid 3px;
}

.div_box01.cost .table_02 td {
    padding: 20px 20px 20px 20px;
	border-top:#fff solid 3px;
	border-bottom:#fff solid 3px;
}