@charset "UTF-8";
/* CSS Document */
#vis,#vis ul,#vis ul li{
	width: 100%;
}
#vis ul li {
	position: relative;
}
#vis ul li img{
	width: 100%;
}

/*
#vis ul li .visTx{
    position: absolute;
    top: 55%;
    left: 0;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    padding: 1.5vw;
    width: 60%;
    background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.00) 52.86%,rgba(0,0,0,1.00) 52.86%);
    background-image: linear-gradient(300deg,rgba(0,0,0,0.00) 16%,rgba(0,0,0,0.7) 0%);
}
*/
#vis ul li .visTx{
    position: absolute;
	text-align: right;
    top: 50%;
    right: 0;
    -webkit-transform: translate(0, -50%); 
    transform: translate(0, -50%);
    padding: 1.5vw;
    width: 50%;
    background-image: linear-gradient(60deg,rgba(0,0,0,0.00) 18%,rgba(0,0,0,0.7) 0%);
}
#vis ul li .visTx .visCat_b{
	color: #fff;
	font-weight: bold;
	font-size: 2vw;
	margin-bottom: 0.7vw;
	
}
#vis ul li .visTx .visLead_b{
	color: #fff;
	font-size: 1.3vw;
	line-height: 2.5vw
}
#vis ul li .visTx .visIdt{
	margin-top: 1vw;
	font-size: 1.6vw;
	font-weight: bold;
}


.contSect#news{
	margin: 3vw auto;
}
.contSect#news ul{
	width: 100%;
}
.contSect#news ul li a{
	display:flex;
	padding: 1vw 0;
	padding-bottom: 0.5vw;
	border-bottom: 1px dotted #fff;
}
.contSect#news ul li.noLink a{
	pointer-events: none;
}
.contSect#news ul li .nDate{
	width: 10%;
	font-size: 1.2vw;
}
.contSect#news ul li .nCont{
	width: 90%;
	font-size: 1.2vw;
}
.contSect .contLead{
	font-size: 1.3vw;
	margin: 1.5vw 0;
	color: #000;
}

.contSect .nxtBt{
	width: 25%;
	margin: 2vw auto;
	margin-bottom: 0;
	text-align: center;
}
.contSect .nxtBt a{
	padding: 1vw 0;
	display: block;
	font-size: 1.5vw;
	line-height: 1.5vw;
	border: 1px solid #000;
	color: #000;
}
.contSect .nxtBt.news a{
	border: 1px solid #fff;
	color: #fff;
}
.contSect .contCell{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.contSect .contCell li{
	width: 23.5%;
	position: relative;
	background-color: #FFF;
}
.contSect .contCell li a{
	display: block;
}
.contSect .contCell.clm2 li{
	width: 49%;
}
.contSect .contCell.clm3 li{
	width: 32%;
}
.contSect .contCell li img{
	width: 100%;
}
.contSect .contCell li .contTx{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
    background-color: hsla(0,0%,0%,0.80);
	height: 4vw;
	padding: 0 0.5vw;
	font-size: 1vw;
	position: absolute;
	bottom: 5%;
	width: 100%;
}
.contSect .contCell li .contTx.small{
	font-size: 0.9vw;
}
@media (max-width: 640px) {
	#vis ul li .visTx{
		padding: 2vw;
		text-align: center;
		width: 100%;
		background-image: -webkit-linear-gradient(270deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
		background-image: linear-gradient(180deg,rgba(0,0,0,0.5) 0%,rgba(0,0,0,0.5) 100%);
	}
	#vis ul li .visTx .visCat_b{
		font-size: 4vw;
		margin-bottom: 1vw;
	}
	#vis ul li .visTx .visLead_b{
		color: #fff;
		font-size: 3vw;
		line-height: 5vw
	}
	#vis ul li .visTx .visIdt{
		font-size: 3vw;
	}
	.contSect#news{
		margin: 8vw auto;
	}
	
	.contSect#news ul li a{
		display:block;
		padding: 3vw 0;
		padding-bottom: 2vw;
	}
	.contSect#news ul li .nDate{
		width: 100%;
		font-size: 3vw;
		margin-bottom: 2vw;
	}
	.contSect#news ul li .nCont{
		width: 100%;
		font-size: 3.5vw;
		line-height: 5.5vw;
	}
	
	.contSect .contLead{
		font-size: 3.5vw;
		margin: 3vw 0;
	}
	.contSect .contCell{
		flex-wrap: wrap;
	}
	.contSect .contCell li{
		width: 48%;
		margin-bottom: 2vw;
		position: relative;
	}
	.contSect .contCell.clm2 li{
		width: 100%;
	}
	.contSect .contCell.clm3 li{
		width: 100%;
	}
	.contSect .nxtBt{
		width: 50%;
		margin: 4vw auto;
	}
	.contSect .nxtBt a{
		padding: 3vw 0;
		font-size: 3.5vw;
		line-height: 3vw;
	}
	
	.contSect .contCell li .contTx{
		height: 18vw;
		padding: 0 2vw;
		font-size: 3vw;
		position: absolute;
		bottom: 0;
	}
	.contSect .contCell li .contTx.small{
		font-size: 3vw;
	}
	
}