.news_topics iframe #newsList {
	width: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: space-around;
}.news_topics iframe #newsList {
	width: 100%;
    margin: 0 auto;
	display: flex;
	justify-content: space-around;
}#header_sub {
	background-color: #d5d2c7;
	padding: 50px 0;
}

/* ---------------------------------------------------------------------------------------------

　   タイトル

--------------------------------------------------------------------------------------------- */
#news h3 {
    width: 100%;
    font-size: 2em;
    font-family: pennsylvania, monospace;
    border-bottom: solid 2px #6f8310;
    margin-top: 50px;
}

/* ---------------------------------------------------------------------------------------------

　   ヒーロー

--------------------------------------------------------------------------------------------- */
 .hero_news_inn {
     background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(255, 255, 255, 0.1)), url("../image/news/news_hero.webp");
     background-position: center;
     background-size: cover;
     height: 70vh;
}

/* ---------------------------------------------------------------------------------------------

　   TOP埋め込み

--------------------------------------------------------------------------------------------- */
#news_area #newsWrap #newsList {
	width: 100%;
    margin: 0 auto;
	display: flex;
}

.news_h {
	margin: 15px;
}

.news_h span{
	display: block;
	font-size: 0.9em;
    color: #535761;
}

.news_h .title a {
	text-decoration: none;
    color: #535761;
}

.news_h .title a:hover {
	opacity: 0.5;
}

.topic_box {
	flex: 1;
    max-width: 400px;
    margin: 0 auto;
}
/* ---------------------------------------------------------------------------------------------

　   一覧

--------------------------------------------------------------------------------------------- */
.df_box {
	display: flex;
}

#news .tbl {
	width: 90%;
    margin: 0 auto;
    font-size: 1em;
    margin-bottom: 50px;	
}

#news .tbl dl {
    font-family: inherit;
    margin: 15px 0;
    padding-bottom: 5px;
    border-bottom: dotted 1px #6e8310;
}

#news .tbl dl dd {
	min-width: 300px;
}

.clearfix:after { content:"."; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }

/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }

#news>#newsWrap, #detail {
	width: 100%;
    max-width: 800px;
    margin: 0 auto;
    font-size: 1em;
    margin-bottom: 50px;
}

#newsList{
	margin:0 0 15px;
	padding:0;
	font-family: a-otf-ryumin-pr6n, serif;
}
.news_box {
	display: flex;
	margin:10px 0;
	padding:10px 0;
	border-bottom: dotted 1px #6e8310;
}

.news_box a {
	color: #6e8310;
	font-size: 1.4em;
}

.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;
	width: fit-content;
    padding: 3px 6px;
    margin:5px;
    font-size: 11px;
    line-height: 100%;
    background: #d5d2c7;
    color: #fff;
    box-shadow: 1px 1px 1px #999;
}

.thumbNailWrap {
    display: block;
    width: 100%;
    max-width: 320px;
    max-height: 210px;
    margin: 15px;
    margin: 0 auto;
    text-align: center;
}

.thumbNailWrap img {
    max-width: 100%;
    width: auto;
    height: 210px;
}

.news_box .thumbNailWrap img {
    width: 100%;
    min-width: 300px;
}

/* Pager style（外部化可） */
.pager{
	text-align: center;
	padding: 10px;
	clear: both;
}
/*ページャーボタン*/
.pager a{
    padding: 3px 7px 2px;
    text-decoration: underline;
    color: #6e8310;
    font-size: 0.9em;
}

/*現在のページのボタン*/
.pager a.current{
    background: #6e8310;
    color: #fff;
    font-size: 0.9em;
    padding: 3px 7px 2px;
    margin: 0 1px;
    text-decoration: none;
}

.pager a:hover{
    background:#6e8310;
    color: #fff;
}

.overPagerPattern{
	padding:0 2px ;	
}


/* ---------------------------------------------------------------------------------------------

　  詳細ページ

--------------------------------------------------------------------------------------------- */
#detail h2 {
	color: #6e8310;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 1.4em;
    text-align: center;
    margin: 0 0 20px 0;
}

#up_ymd{
	text-align: center;
    font-family: a-otf-ryumin-pr6n, serif;
    font-size: 1em;
    margin: 20px 0 10px 0;
}
.detailUpfile{
	margin:5px 0 35px;
	text-align:center;
}
.backORcloseBtn{
	text-align:center;
	line-height:100%;
	margin-top:15px;
}
.backORcloseBtn a{
    display: inline-block;
    color: #6e8310;
    text-decoration: underline;
    font-size: 0.8em;
}
.detailUpfile img{
	max-width:100%;
	height:auto;
}

.detailText {
	border-bottom: dotted 1px #6e8310;
    padding-bottom: 50px;	
}

.detailText>div {
	text-align: center;
}

.pNav{
	font-size:11px;	
}

/* ---------------------------------------------------------------------------------------------

　  メディアクエリ

--------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px){
}

 @media only screen and ( max-width : 1024px ) {
	 .top_thumb img {
		width: 90%;
	}
	
	 .news_h {
		margin: 20px;
	}
}

 @media only screen and ( max-width : 768px ) {
	.hero_news_inn h1 {
		font-size: 2em;
		position: relative;
		top: 35vh;
	 }
	 
	.summary {
		 display: block;
	}
	
	.summary .l-box {
		border-right: none;
		border-bottom: solid 1px #f4f4f4;
		padding-bottom: 5px;
	}
	 
	 .news_h .title {
		font-size: 0.8em;
	}
	.topic_box {
		max-width: 100%;
	}
	 #news_area #newsWrap #newsList {
		 display: block;
	 }
	 
	 .thumbNailWrap {
		min-height: 0;
		max-width: 100%;
		margin-bottom: 30px;
	 }

	 .news_h {
		min-height: 0;
		max-width: 100%;
		margin-bottom: 30px;
		}
}

 @media only screen and ( max-width : 480px ) {
	 .news_box {
		 display: block;
	 }
	 
	 .thumbNailWrap {
		 min-height: auto;
		 width: auto;
		 text-align: center;
	}

    .news_box .thumbNailWrap img {
        min-width: 0;
}
 
	 .blk {
		 display: block;
	 }
	 
	 .news_h .title {
		font-size: 0.7em;
	}
	 
	 #detail h2 {
		font-size: 1em;
}
}

 @media only screen and ( max-width : 320px ) {
	 #news, #news_art {
		padding: 20px;
	}
	 .summary {
		 width: 100%;
	 }

	 #header_sub {
		 padding: 30px;
	 }
	 	 	 
}
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 
	 