/* PDFUP用CMS ================================================== */
.newsinner{
	width: 100%;
	margin: 0 ;
	padding: 20px;
}

ul#newsList2{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
}
ul#newsList2 li{
	width: calc(100% / 3 - 20px);
	margin: 10px;
	border-bottom:none;
}
ul#newsList2 a{
	display:inline-block;
	width: 100%;
	color:#fff;
	font-weight: 700;
	background-color: #65ab31;
	border-radius: 30px;
	font-size:0.9em;
	text-align: center;
	padding:0.5em 1em;
	line-height:120%;
	list-style-type:none;
	transition: .5s;
}
ul#newsList2 a:hover{
	text-decoration:none;
	background: #42210b ;
}


.c_link a{
	color: #f5f5f5;
}

/* 新着情報 =================== */
.news_wrap{
	padding: 30px 0;
}
.news{
	max-width: 960px;
	overflow:auto;
	margin: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	padding: 10px;
}
.news h3{
	font-size: 1.5em;
	width: 150px;
	text-align: center;
	color:#fff;
}
.news_in{
	width: 100%;
	max-height: 140px;
	overflow: scroll;
	max-width: 850px;
	margin: 0 ;
	padding: 10px;
	color: #fff;
	/* スクロールバー非表示Edgeへの対応*/
	-ms-overflow-style: none;
	/* スクロールバー非表示Firefoxへの対応*/
	scrollbar-width: none;
}
 /* スクロールバー非表示Google Chrome、Safariへの対応*/
.news_in::-webkit-scrollbar{
	display: none;
}

ul#newsList{
	margin:0 0 15px;
	padding:0;
	color:#42210b;
}
ul#newsList li{
	color:#42210b;
	font-size:0.9em;
	margin:0;
	padding:0.5em 1em;
	margin-bottom:5px;
	line-height:120%;
	list-style-type:none;
	background: #f8f4e6;
	border-radius: 30px;
}
ul#newsList a{
	color:#42210b;
	text-decoration:none;
	font-weight: 500;
}
ul#newsList a:hover{
	color:#f3981d;
	text-decoration:none;
}
.news_data{
	padding-bottom: 30px;
}
.news_data h2{
	text-align: left;
	font-size: 1.8rem;
	margin-bottom: 30px;
	position: relative;
}
.news_data h2::after{
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid #65ab31 3px;
	bottom: -10px;
	left: 0;
	width: 2em;
}

.catName{
	display:inline-block;
	padding:3px 8px;
	border:1px solid #ccc;
	border-radius:6px;
	font-size:11px;
	line-height:100%;
	margin:0 2px;
}
.newMark{
	display:inline-block;
	border:1px solid #f3981d;
	padding:2px 4px;
	font-size:11px;
	line-height:100%;
	background:#f3981d;
	color:#fff;
	border-radius:2px;
}
.comment{
	display:block;
	padding:3px 0;
	float:left;
	overflow:hidden;
	width:100%;
}
.thumbNailWrap{
	display:block;
	width:110px;
	float:left;
	height:80px;
	overflow:hidden;
}
/*詳細ページ*/
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.topic{
	color: #000;
}
.backORcloseBtn{
	display: block;
	text-align:center;
	line-height:100%;
	margin:30px auto;
	width: 320px;
	
}

.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	font-size:11px;	
}
@media (max-width: 750px){
	.news_data h2{
		font-size: 1.5rem;
	}
	ul#newsList2 li{
		width: calc(100%  / 2 - 20px);
		min-width: 200px;
	}
}
@media (max-width: 450px){
	ul#newsList2{
		flex-direction: column;
	}
	ul#newsList2 li{
		width: calc(100%  - 20px);
		min-width: 200px;
	}
}