@charset "utf-8";
/* CSS Document */
/*header*/
#header1 img{
	width: 100%;
}

#news h3{
	padding: 1.0rem 1.5rem;
	border: #000000 1px solid;
}
/*お知らせ*/
#news{
	margin-bottom: 2.0rem;
}
#news div.container{
	width: 75%;
}
#news div.row{
	margin: 0;
}
.news-list a{
	display: flex;
	flex-wrap: wrap;
	flex-wrap: nowrap;
	text-decoration: none;
	margin-bottom: 0.5rem;
	padding: 20px 20px;
}
.hn-box{}
.hn-thumb{
	width: 200px;
	height: 150px;
	overflow: hidden;
}
.hn-thumb img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hn-con{
	width: 100%;
	padding-left: 1.0rem;
	position: relative;
}
.hn-data{
	font-size: 0.8rem;
	color: #666666;
}
.hn-title{
	font-size: 1.2rem;
}
.hn-text{
	font-size: 0.9rem;
}
.hn-category{
	width: 100%;
	font-size: 0.6rem;
	position: absolute;
	bottom: 0;
}
.hn-category span{
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin-top: 0.5rem;
	margin-right: 0.5rem;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 1;
}
@media screen and (max-width:992px) {
	#news div.container{
		width: 95%;
	}
	.hn-text{
		font-size: 0.8rem;
	}
}
@media screen and (max-width:576px) {
	#news div.container{
		width: 100%;
	}
	.news-list a{
		padding: 20px 10px;
	}
	.hn-thumb{
		width: 150px;
		height: 75px;
	}
	.hn-title{
		width: 13rem;
		font-size: 1.0rem;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.hn-text{
		font-size: 12px;
	}
	.hn-category{
		position: static;
	}
	.hn-category span{
		margin-top: 0.3rem;
	}
	
}
/*新着情報-detail*/
h2{
	font-size: 1.4rem;
	font-weight: bold;
	background-color: rgba(108,117,125,1.0);
	color: #fff;
	padding: 0.5em 1em calc(0.5em - 6px);
	position: relative;
}
h2::after {
	content: '';
	background-color: rgba(108,117,125,1.0);
	width: 100%;
	height: 3px;
	position: absolute;
	bottom: -6px;
	left: 0;
}
#up_ymd{
	text-align:right;
	font-size:13px;
	margin:5px 10px;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
	display:inline-block;
	padding:4px 15px;
	border:1px solid #aaa;
	color:#999;
	border-radius:6px;
	text-decoration:none;
	font-size:12px;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}
.pNav{
	padding-left: 1.0rem;
	font-size:11px;	
}
.detailText{
	padding: 1.0rem;
	font-size: 1.0rem;
}

/* Pager style（外部化可） */
.pager{
	text-align:right;
	padding:10px;
	clear:both;
}
/*ページャーボタン*/
.pager a{
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #333;
    font-size: 12px;
    padding: 3px 7px 2px;
    text-decoration: none;
	margin:0 1px;
}

/*現在のページのボタン*/
.pager a.current{
    background: #999;
    border: 1px solid #999;
    border-radius: 5px 5px 5px 5px;
    color: #fff;
    font-size: 12px;
    padding: 3px 7px 2px;
	margin:0 1px;
    text-decoration: none;
}
.pager a:hover{
    background:#999;
    color: #fff;
}
.overPagerPattern{
	padding:0 2px ;	
}
@media screen and (max-width:768px) {
	.detailText{
		font-size: 16px;
	}
	.newslist{
		text-align: right;
	}
}