@charset "utf-8";

.content_area.equipment_content{
	padding:140px 0 180px 0;
}
.content_area.equipment_content .inner{
	max-width:1040px;
}


.content_area.equipment_content .table_no_bg table th{
	width:57.7%;
}
.content_area.equipment_content .table_no_bg table td:nth-child(2){
	position:relative;
	width:35%;
}
.content_area.equipment_content .table_no_bg table td:nth-child(2):after{
	position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 40px);
    background: #DDDDDD;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.content_area.equipment_content .table_no_bg table td:last-child{
	width:7.3%;
	text-align:center;
}


@media screen and (max-width: 767px) {
	
	.content_area.equipment_content{
		padding: 60px 0 70px 0!important;
	}
	
	
	.content_area.equipment_content .table_no_bg table th{
		width:100%;
	}
	
	.content_area.equipment_content .table_no_bg table td:nth-child(2){
		width:80%;
		display: inline-block;
	}
	
	.content_area.equipment_content .table_no_bg table td:nth-child(2):after{
		content:none;
	}
	
	.content_area.equipment_content .table_no_bg table td:last-child{
		width:20%;
		display: inline-block;
	}
	
	
	
}




