.newKv{
	width:100%;
	height:300px;
	background:url(/factory/news/images/101.jpg) no-repeat;
	background-size: cover;
	position: relative;
	margin-bottom: 52px;
}
.newKv > img{
	width:100%;
}
.newKv .kvTit{
	text-align:center;
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
}
.conTit{
	font-size: 60px;
	color:#fff;
	font-weight: bold;
	margin:0;
}
.conSubtit{
	font-size: 16px;
	color:#00b1b2;
}
.line{
	display: inline-block;
	width:100px;
	height:1px;
	margin:0 auto;
	background:#fff;
}
.factory #contents .dataList dl {
    margin-bottom: 16px;
    padding-bottom: 16px;
}
.factory #contents .dataList dl:last-child {
    border-bottom: 1px #e6e6e6 solid;
}
#contents .newCon p{
	line-height: 1.6;
    margin-bottom: 20px;
	color:#101010;
	font-size:16px;
}
#contents .newCon img{
	margin:10px 0;
}
#contents .newsBtn{
	width:300px;
	height:60px;
	display: block;
	line-height: 60px;
	text-align:center;
	font-size: 16px;
	font-weight:bold;
	margin:30px auto;
	color:#00b1b2;
	border:1px solid #00b1b2;
}
#contents a.newsBtn{
    text-decoration: none;
}
#contents .newsBtn span > img{
	vertical-align: middle;
}

@media (max-width: 768px){
	.conTit{
		font-size: 42px;
		margin:0;
	}
	.newKv{
		width:100%;
		height:auto;
		background:none;
        margin-bottom: 0;
	}
    #contents .newCon p{
        font-size:90%;
    }
}

/* 210716_NEWS フィルタリング
-------------------------------------------------- */
#contents ul.filter{
	display: table;
	width: 100%;
	margin-bottom: 30px;
}
#contents ul.filter li{
	display: table-cell;
	vertical-align: middle;
	width: 20%;
	text-align: center;
}
#contents ul.filter li a{
	padding-bottom:6px;
	min-height: 50px;
	box-sizing: border-box;
	border-top:5px solid #fff;
	border-bottom: 1px solid #eeeeee;
	text-decoration: none;
	color: #111111;
	font-size: 110%;
	display: block;
}
#contents ul.filter li a span{
	display:inline-block;
	line-height: 50px;
	width:100%;
	border-right:1px solid #eeeeee;
}
#contents ul.filter li:last-child a span{
	border-right:0px;
}
#contents ul.filter li a.active,
#contents ul.filter li a:hover{
	border-bottom: 1px solid #ffffff;
	border-right:1px solid #eeeeee;
	border-left:1px solid #eeeeee;
	border-top:5px solid #00a7ac;
}
#contents .boxes dl{
	padding: 12px 0 16px;
	margin: 0;
}
#contents .boxes dl dt::after{
	font-size:90%;
	margin-left:12px;
	padding:4px 0 3px;
	width:9em;
	text-align:center;
	display:inline-block;
}
#contents .encustom .boxes dl dt{
	padding-top: 5px;
	position: relative;
}
#contents #contentsMain .boxes dl dd {
	padding-top: 5px;
}
#contents .encustom #contentsMain .boxes dl dd {
	padding-top: 5px;
}
