.work-link {
	width: 33.3%;
	float: left;
	padding: 0 40px;
}

.news-wide {
    width: 960px;
}

.news-topic {
	float: left;
	width: 290px;
	height: auto;
	box-shadow: 5px 5px 10px rgb(128,128,128),5px 5px 15px rgb(128,128,128);
	padding: 30px;
	margin: 15px;
	border-radius: 30px;
}

.news-topic img {
	display: block;
	width: 100%;
	height: auto;
	background-color: rgb(128,128,0);
	margin-left: auto;
	margin-right: auto;
	border-radius: 20px;
}

.circle {
	border-radius: 50%;
}

table.table-all {
	margin: 40px auto;
	width: auto;
	border: none;
	//border-top: solid 1px rgb(35,34,21);
	//border-bottom: solid 1px rgb(35,34,21);
	border-spacing: 0 10px;
}

table.table-all th {
	vertical-align: middle;
	height: 36px;
	width: auto;
	//border-right: solid 1px rgb(35,34,21);
	margin: 0;
	padding-right: 30px;
	text-align: right;
	color: rgb(128,128,128);
	font-weight: bold;
}

table.table-all td.table-data {
	padding: 0;
	margin: 0;
	height: 36px;
	width: auto;
	border: none;
	color: rgb(128,128,128);
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 30px;
}

table.table-all td.table-bar {
	height: 1px;
	width: 100%;
	//border-top: solid 1px rgb(35,34,21);
}

.each-service {
	float: left;
    display: block;
    height: auto;
    width: 33.3%;
}

.each-service2 {
	float: left;
    display: block;
    height: auto;
    width: 100%;
}

.each-box1 {
	float: left;
    display: block;
    height: auto;
    width: 25%;
}

.each-box2 {
	float: left;
    display: block;
    height: auto;
    width: 25%;
}

.each-box3 {
	float: left;
    display: block;
    height: auto;
    width: 25%;
}

.img1 {
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}

.border-right {
	border-right: solid 1px rgb(128,128,128);
}

.border-bottom {
	border-bottom: solid 1px rgb(128,128,128);
}

.border {
	border: solid 1px rgb(128,128,128);
}

.border-tb {
	border-bottom: solid 1px rgb(128,128,128);
	border-top: solid 1px rgb(128,128,128);
}

.disp-change1 {
	display: block;
}

.disp-change2 {
	display: none;
}

.space-div {
	float: left;
	display: block;
	width: 100%;
	height: 80px;
}

.space-div2 {
	float: left;
	display: block;
	width: 16.67%;
}

.space-div3 {
	float: left;
	display: block;
	width: 100%;
	height: 40px;
}

#news_index {
	padding: 0px;
}

#news_index li {
    padding-bottom: 15px;
    margin-bottom: 23px;
    border-bottom: 1px dotted rgb(0,0,0);
    list-style:none;
}

#news_index li:last-child{
    margin-bottom: 0;
}

.news_date {
    float: left;
	padding-top:6px;
	padding-left: 0px;
	font-size: 12px;
	//width: 100%;
}

.news_link {
    font-size: 12px;
	margin-top: 12px;
	margin-left: 6px;
}

.news_link a {
	text-decoration: none;
	color: rgb(0,0,0);
}

.news_link a:hover{
	text-decoration: underline;
	color: rgb(215,23,24);
}

#news-icon {
    float: left;
    padding-left: 0px;
    margin-left: 5px;
	margin-top:4px;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    font-size: 12px;
    width: 70px;
    text-align: center;
}

.colorfilter-base {
	background-color: rgb(70,188,248);
    display: inline-block;
}

.com-info-ing {
	width: 100%;
	height: 400px;
	object-fit: cover;
	opacity: 0.2;
	display: block;
}

.sub-head {
	position: absolute;
	top: 31%;
	left: 48%;
	-ms-transform: translate(-50%,50%);
	-webkit-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	margin:0;
	padding:0;
}

@media screen and (max-width: 1080px) {
	.each-service {
    	width: 100%;
    	border-right: none;
    	border-bottom: solid 1px rgb(128,128,128);
    	margin-top: 20px;
    	margin-bottom: 20px;
    	padding-bottom: 20px;
	}
	.each-service:last-child {
		border: none;
	}
	.space-div {
		display: none;
	}
	.space-div2 {
		display: none;
	}
}

@media screen and (max-width: 960px) {
	.news-topic {
		width: 46%;
		margin: 2%;
	}
	.news-wide {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
	.news-topic {
		width: 90%;
		margin: 5%;
	}
	/*
	table.table-all {
		width: 100%;
	}
	table.table-all tr {
		display: block;
		margin-bottom: 10px;
	}
	table.table-all th {
		display: block;
		width: 100%;
		text-align: left;
	}
	table.table-all td {
		display: block;
		width: 90%;
		margin-left: 10%;
		border: none;
	}
	*/
	table.table-all th {
		font-size: 15px;
		padding-right: 25px;
	}
	table.table-all td.table-data {
		font-size: 15px;
		padding-left: 25px;
	}
	.disp-change1 {
		display: none;
	}
	.disp-change2 {
		display: block;
	}
	.each-box1 {
    	width: 50%;
    	margin-top: 20px;
    	margin-bottom: 20px;
    	padding-bottom: 20px;
	}
	.each-box2{
    	width: 50%;
    	/*border: solid 1px rgb(128,128,128);*/
    	padding-top: 10px;
    	padding-bottom: 10px;
	}
	.foot {
		padding: 0px;
	}
}

@media screen and (max-width: 576px) {
	table.table-all th {
		font-size: 14px;
		padding-right: 20px;
	}
	table.table-all td.table-data {
		font-size: 14px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 576px) {
	table.table-all th {
		font-size: 14px;
		padding-right: 20px;
	}
	table.table-all td.table-data {
		font-size: 14px;
		padding-left: 20px;
	}
}

@media screen and (max-width: 500px) {
	table.table-all th {
		font-size: 13px;
		padding-right: 15px;
	}
	table.table-all td.table-data {
		font-size: 13px;
		padding-left: 15px;
	}
}

@media screen and (max-width: 450px) {
	table.table-all th {
		font-size: 12px;
		padding-right: 10px;
	}
	table.table-all td.table-data {
		font-size: 12px;
		padding-left: 10px;
	}
	.each-box1 {
    	width: 100%;
	}
	.each-box2 {
    	width: 50%;
	}
}

@media screen and (max-width: 400px) {
	table.table-all th {
		font-size: 11px;
		padding-right: 5px;
	}
	table.table-all td.table-data {
		font-size: 11px;
		padding-left: 5px;
	}
}

@media screen and (max-width: 350px) {
	table.table-all th {
		font-size: 10px;
		padding-right: 5px;
	}
	table.table-all td.table-data {
		font-size: 10px;
		padding-left: 5px;
	}
}