@charset "utf-8";

/* ////////////////////////////////////////
PC,SP共通 
//////////////////////////////////////// */
.main-slider img{
	width: 100%;
	height: auto;
}

.wrap-news{
	background: #fff;
}
.box-news{
	display: block;
	padding-bottom: 1em;
	background: #fff;
}

.name-news,
.category-news,
.contents-news{
	padding: 0 0.5em;
	line-height: 1.5;
}
.contents-news{
	background: #fff;
	font-size: 13px;
}
.category-news{
	background: #e5e5e5;
}
.name-news{
	font-weight: bold;
	font-size: 16px !important;
	line-height: 2em;
}
.category-news{
	float: right;
	background: #fff;
	margin-top: 6px;
}
.contents-news p{
	font-weight: bold;
	font-size: 15px !important;
}
.contents-news p:first-child{
	line-height: 2em;
}
.contents-news p:last-child{
	font-size: 14px !important;
	font-weight: normal;
}


/* ////////////////////////////////////////
PC,SP共通
//////////////////////////////////////// */


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */

@media screen and (min-width: 641px) , print{
	/* メインビジュアル */
	.main-visual{
		padding-bottom: 30px;
	}
	.main-slider{
		width: 100%;
	}
	.main-slider img{
		max-width: 1200px;
	}
	
	/* slick */
	.slick-arrow.contents {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		height: 37px;
	}
	.slick-prev,
	.slick-next {
		width: 21px;
		height: 37px;
	}
	.slick-prev{
		left: 20px;
	}
	.slick-next{
		right: 20px;
	}
	.slick-prev:before,
	.slick-next:before{
		width: 21px;
		height: 37px;
	}
	/* slick */
	/* メインビジュアル */
	

	.section-link{
		position: relative;
		padding: 90px 0 55px;
		z-index: 10;
	}

	.box-news{
		width: 300px;
		height: 380px;
	}

	.img-news{
		width: 300px;
		height: 179px;
	}
	.name-news,
	.category-news,
	.contents-news{
		font-size: 13px;
	}
	.contents-news{
		min-height: 85px;
	}
}


/* ////////////////////////////////////////
PCのみ
//////////////////////////////////////// */


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */

@media screen and (max-width: 640px) {
	/* メインビジュアル */
	.main-visual{
		position: relative;
		padding-bottom: 2.5vw;
	}
	
	
	/* slick */
	.slick-prev,
	.slick-next {
		width: 5vw;
		height: 10vw;
	}
	.slick-prev{
		left: 2vw;
	}
	.slick-next{
		right: 2vw;
	}
	.slick-prev:before,
	.slick-next:before{
		width: 5vw;
		height: 10vw;
	}
	/* slick */
	/* メインビジュアル */
	
	
	.section-link{
		padding: 10vw 0;
	}
	
	.img-news{
		width: 100%;
		height: 60vw;
	}
}


/* ////////////////////////////////////////
SPのみ
//////////////////////////////////////// */
