@charset "UTF-8";

.news_label{
	font-size: 21px;
	text-align: center;;
	margin: 30px auto 0;
}

.news_box{
	gap: 16px;
display: grid;
grid-template-columns: repeat(2,1fr);
margin: 50px 5%;
}

.news{
	margin-bottom: 21px;
}

.news .news_thumbnail img{
	object-fit: cover;
	border: 1px solid #999;
	height: 200px;
}

.news .text{
font-size: 14px ;
color: #666;
margin: 8px auto 0;
}

.news .text li{
	list-style: none;
	line-height: 1.5;
}

.news .text li span{
	font-size: 13px;
}

.more_jirei{
	width: min(100% ,600px);
	display: block;
	text-align: center;
	outline: 1px solid #fff;
	outline-offset: -6px;
	background: #79b6c8;
	border: 2px solid #257fc3;
	padding: 16px 0;
	margin: 2rem auto;
}

.more_jirei a{
	display: block;
	color: #fff;
	font-weight: 500;
	text-decoration: none;
}





@media only screen and (max-width: 418px) {/*スマホサムネイル*/

	.news_box{
		gap: 0px 21px;
	display: grid;
	grid-template-columns: repeat(2,1fr);
	margin: 20px 2% 50px;
	}

	.news .news_thumbnail img{
		object-fit: cover;
		border: 1px solid #999;
		height: 100px;
	}

	.news .text li span{
		display: block;
	}

	.more_jirei{
		width: 80%;
		margin: 2rem auto;
	}
	

}

@media only screen and (min-width: 419px) and (max-width: 1023px) {/*タブレットサムネイル*/

.news_box{
	width: 90%;
	}

.news{
	width: 32%;
	height: 280px;
}

.thumb_box{
	width: 32%;
	height:auto;
	border: none;
}

.news .news_thumbnail img{
	display: block;
	margin: 0px auto ;
}



}

@media only screen and (max-width: 736px) {/*スマホ*/

}

@media only screen and  (min-width: 737px) and (max-width: 1024px) {



	
}













