@charset "UTF-8";
/* お知らせ */
.news_contents a {
	display: block;
	padding-bottom: 16px;
	border-bottom: 1px dashed #3A3F3B;
	font-weight: 500;
}

.news_contents:not(:first-child) a {
	padding-top: 16px;
}

.news_head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 16px;
}

.new {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 43px;
	height: 24px;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: bold;
	color: #fff;
	background: #FF8484;
	margin-right: 16px;
}

.new.new_pc {
	display: none;
}

.news_time {
	margin-right: 16px;
}

/* ページナビゲーション */
.wp-pagenavi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 40px;
}

.wp-pagenavi span,
.wp-pagenavi a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 35px;
	height: 35px;
	border: 1px solid #FF8484;
	margin: 0 5px;
	background: #fff;
	color: #3A3F3B;
	border-radius: 5px;
	font-weight: bold;
}

.wp-pagenavi span {
	background: #FF8484;
	color: #fff;
}

.wp-pagenavi span.extend {
	background: none;
	color: #3A3F3B;
	border: none;
	width: 1px;
}

/* シングルページ */
.news_single_time {
	font-weight: bold;
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.58;
	margin-bottom: 24px;
}

.ttL_news_single {
	font-weight: 900;
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.1em;
	text-align: center;
	color: #04AF7A;
	border-bottom: 2px dashed #FF8484;
	line-height: 1.5;
	padding-bottom: 8px;
	margin-bottom: 40px;
}

.news_single_contents img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.btn01 {
	margin-top: 40px;
}

@media print, screen and (min-width: 769px) {
	.news .inner_section {
		background: url(../images/news/bg_news_pc.png) no-repeat;
		background-size: contain;
		background-position: bottom 0 left 0;
	}
	.wrap_news_contents {
		max-width: 960px;
		margin: 0 auto;
	}
	.news_contents a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.news_contents a:hover .ttl_news {
		color: #FF8484;
	}
	.news_head {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 0;
	}
	.news_head .new {
		margin-top: 5px;
	}
	.news_head .new.new_sp {
		display: none;
	}
	.news_head .new.new_pc {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.news_time {
		margin-right: 16px;
	}
	.ttl_news {
		-webkit-transition: 0.2s;
		transition: 0.2s;
	}
	/* ページナビゲーション */
	.wp-pagenavi a:hover {
		background: #FF8484;
		color: #fff;
		text-decoration: none;
	}
	.wp-pagenavi span.extend {
		width: 8px;
	}
	/* シングルページ */
	.news_single_time {
		font-weight: bold;
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.58;
		margin-bottom: 24px;
	}
	.ttL_news_single {
		max-width: 960px;
		margin: 0 auto 40px;
	}
	.news_single_contents {
		max-width: 960px;
		margin: 0 auto;
	}
}