@charset "utf-8";

/*---------------------------------
	Event記事　News
---------------------------------*/
.news .inner{
	padding:30px 20px 20px;
}
@media print, screen and (min-width:768px) {
	.news .inner{
		padding:20px 50px 50px;
	}
}
@media print, screen and (min-width:992px) {
	.news .inner{
		padding:20px 150px 50px;
	}
}
.news h1.ttl{
	margin-bottom: 25px;
	font-size: 20px;
	line-height: 1.5;
}
@media print, screen and (min-width:768px) {
	.news h1.ttl{
		margin-bottom: 35px;
		font-size: 28px;
		padding-top: 40px;
	}
}
.news .content_txt {
	padding: 0;
}

.news .day{
	border-top:#44403f 1px solid;
	text-align: right;
	padding-top: 6px;
	margin-bottom: 25px;
}
.news .day span{
	position: relative;
}
.news .day span:before{
	position: absolute;
	left: -20px;
	top: 50%;
	margin-top: -8px;
	display: block;
	content: "";
	width: 15px;
	height: 15px;
	background-size: 15px auto;
	background-image: url(../img/news/icon_time.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
@media print, screen and (min-width:768px) {
	.news .day{
		padding-right: 0;
	}
	.news .day span:before{
		margin-top: -6px;
	}
}
.news .bottom_pager_area{
	background: #f5efe7;
	padding-top: 20px;
}



/* いらない可能性　確認 */
.news .capture li{
	margin-bottom: 10px;
	width: 55%;
	margin-right: auto;
	margin-left: auto;
}
.news .capture li:last-child{
	margin-bottom: 0;
}
.news .capture img{
	display: block;
	text-align: center;
}
.news .list_link{
	text-align: center;
}
@media print, screen and (min-width:768px) {
	.news .capture ul{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 30px;
		margin-left: -25px;
		margin-right: -25px;
	}
	.news .capture li{
		width: 100%;
		margin-bottom: 0;
		flex-basis: 50%;
    max-width: 50%;
		padding-right: 25px!important;
		padding-left: 25px!important;
		box-sizing: border-box;
	}
}