@charset "UTF-8";

.news-list {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}
.news-list .list-item {
	width: 46%;
   padding-bottom: 35px;
   margin-right: 8%;
   font-size: 13px;
}
.news-list .list-item:nth-child(2n) {
   margin-right: 0;
}
.news-cts .line {
	display: block;
	width: 220px;
	height: 1px;
	box-sizing: border-box;
	margin-left: 80px;
	margin-top: -15px;
	margin-bottom: 30px;
	border-top: solid #545454 1px;
}
.news-cts h1.news_ttl, .news-list a {
	text-align: left;
	line-height: 1.6em;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
}
.news-list a:hover {
	text-decoration: none;
}
.news-list .list-item .date {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	padding-bottom: 0;
	color: #b9a05c;
}
.news-cts #snsBtns {
	padding-top: 30px;
	display: -webkit-flex;
	/* Safari */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1em;
}
.news-cts .date {
	color: #888888;
	font-size: 0.8em;
	  position: relative;

}
.news-cts .date::before {
    content: '';
    position: absolute;
    bottom: 13px;
    left: 25%;
    right: 0;
    width: 70%;
    height: 1px;
    background: #888888; /*この部分は後にlinear-gradientへ*/
}


.news-cts .news_ttl {
	font-size: 1.3em;
	margin-bottom: 20px;
}
.news-cts {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 20px;
	padding: 20px;
	box-sizing: border-box;
	position: relative;
	background-color: rgba(0,0,0,0.5);
	background-image: url(../../img/top/frame1.png);
	-webkit-background-size: 60px;
	background-size: 60px;
	background-repeat: no-repeat;
	background-position:right 0 top 0;
	box-shadow:0 0 0 1px #9f812e, 0 0 0 3px #000, 0 0 0 4px #9f812e;
	word-break: break-all;
}

#pager,.back_idx {
	text-align: center;
	padding-bottom: 20px;
}

.list-item .thumb{
	width: 100%;
}


@media screen and (min-width:960px) {

	#main::before {
	  background: none;
	}
	#main {
		background-image: url(../../news/img/news_bg.jpg);
	}

	.news-list {
		display: flex;
		width: 75%;
		margin: 0 auto;
		flex-wrap: wrap;
	}
	.news-list .list-item {
		width: 28%;
	   padding-bottom: 65px;
	   margin-right: 7%;
   font-size: 14px;
	}

	.news-list .list-item:nth-child(2n) {
	   margin-right: 7%;
	}
	.news-list .list-item:nth-child(3n) {
	   margin-right: 0;
	}
	.news-list .list-item .date {
		font-size: 10px;
		height: 30px;
		line-height: 30px;
		padding-bottom: 0;
		color: #b9a05c;
	}
	.news-list a:hover .news_ttl {
		text-decoration: underline;
		color: #fcf300;
	}
	.news-cts {
		width: 830px;
		padding: 50px 60px;
	}
	.news-cts h1.news_ttl {
		font-size: 26px;
		margin-bottom: 40px;
	}
	.news-cts .date::before {
	    bottom: 13px;
	    left: 12%;
	    width: 87%;
	}


}
.wrap{
 display:flex;
}
.box{
 width: 48%;
 margin: 1%;
}

.img_box {
	text-align: center;
}

.news_txt .img_box img {
	width: 100%;
}

.datailed_unit {
	margin-bottom: 16px;
}

.detailed_heading {
    background: #a08226;
    padding: 0 6px;
    display: inline-block;
    font-size: 0.8em;
	margin-bottom: 4px;
}

.comment {
	font-size: 12px;
	color: #888;
	line-height: 1.6em;

}
.news-cts img {
	width: 100%;
}



