/*=======================
メインビジュアル
=======================*/
#mv {
	background-image: url(../img/news/mv.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=======================
タイトル
=======================*/
.sec_title {
	margin-bottom: 0.5rem;
}

/*=======================
一覧
=======================*/
#news_list {
	padding-bottom: 1.00rem;
	padding-top: 1.00rem;
}

@media screen and (max-width: 640px) {
	#news_list {
		padding-bottom: 0.50rem;
		padding-top: 0.30rem;
	}
}

#news_list .cont {
	max-width: 10rem;
	width: 100%;
	margin: 0.45rem auto 0;
	background: rgba(255, 255, 255, 0.6);
}

#news_list .list {
	border-top: 1px solid #CCC;
	margin-bottom: 0.30rem;
}

#news_list .list .detail {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-decoration: none;
	color: #111;
	border-bottom: 1px solid #CCC;
	padding: 0.25rem 0.20rem;
}

@media screen and (max-width: 640px) {
	#news_list .list .detail {
		display: block;
		padding: 0.15rem 0;
	}
}

#news_list .list .detail a:hover {
	opacity: 0.7;
}

#news_list .list .detail .news_date {
	width: 1.50rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 640px) {
	#news_list .list .detail .news_date {
		width: 100%;
		font-size: 0.13rem;
		padding-bottom: 0.08rem;
	}
}

#news_list .list .detail .title {
	width: calc(100% - 1.50rem);
	font-size: 0.18rem;
	letter-spacing: 0.05em;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	#news_list .list .detail .title {
		width: 100%;
		font-size: 0.15rem;
		line-height: 1.75;
	}
}

#news_list .list .detail .title a {
	text-decoration: underline;
	color: #45B035;
}

@media screen and (max-width: 640px) {
	#news_list .list .detail a .title {
		width: 100%;
		font-size: 0.15rem;
		letter-spacing: 0;
		line-height: 1.5;
		white-space: normal;
	}
}


/*=======================
詳細
=======================*/
#news_detail {
	padding-bottom: 1.50rem;
	padding-top: 1.00rem;
}

@media screen and (max-width: 640px) {
	#news_detail {
		padding-bottom: 0.60rem;
		padding-top: 0.30rem;
	}
}

#news_detail .news_detail_header {
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#news_detail .news_detail_header {
		padding-bottom: 0.20rem;
	}
}

#news_detail .news_detail_header .news_date {
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#news_detail .news_detail_header .news_date {
		font-size: 0.13rem;
	}
}

#news_detail .news_detail_header .title {
	font-size: 0.24rem;
	letter-spacing: 0.075em;
	font-weight: 700;
	color: #45B035;
	line-height: 1.66;
	text-shadow: 0 2px 0 #FFF;
}

@media screen and (max-width: 640px) {
	#news_detail .news_detail_header .title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		text-shadow: 0 2px 0 #FFF;
	}
}

#news_detail .main_ph_wrap {
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 640px) {
	#news_detail .main_ph_wrap {
		padding-bottom: 0.20rem;
	}
}

#news_detail .main_ph_wrap img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#news_detail .news_body {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 640px) {
	#news_detail .news_body {
		font-size: 0.15rem;
	}
}

#news_detail .news_body img {
	max-width: 100%;
	width: auto;
	height: auto;
}

#news_detail .news_body h1 {
	font-size: 0.26rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 640px) {
	#news_detail .news_body h1 {
		font-size: 0.22rem;
	}
}

#news_detail .news_body p {
	font-size: 0.16rem;
	line-height: 1.85;
}

@media screen and (max-width: 640px) {
	#news_detail .news_body p {
		font-size: 0.15rem;
		line-height: 1.91;
	}
}

#news_detail .news_body p a {
	color: #00913a;
	font-weight: 500;
}

#news_detail .news_body p a:hover {
	text-decoration: none;
}

#news_detail .news_body h2 {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

#news_detail .news_body p+h2 {
	padding-top: 0.50rem;
}

#news_detail .news_body img {
	padding-bottom: 0.30rem;
}

#news_detail .news_body p+img {
	padding-top: 0.50rem;
}

#news_detail .news_body h3 {
	font-size: 0.20rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

#news_detail .news_body p+h3 {
	padding-top: 0.50rem;
}

#news_detail .news_body h4 {
	font-size: 0.18rem;
	font-weight: 700;
	padding-bottom: 0.10rem;
}

#news_detail .news_body p+h4 {
	padding-top: 0.50rem;
}

#news_detail .news_body ul {
	padding-bottom: 0.30rem;
}

#news_detail .news_body p+ul {
	padding-top: 0.50rem;
}

#news_detail .news_body ul li {
	line-height: 1.60;
	padding-bottom: 0.10rem;
	text-indent: -0.11rem;
	margin-left: 0.20rem;
}

#news_detail .news_body ul li::before {
	content: "●";
	color: #00913a;
	display: inline-block;
	padding-right: 0.06rem;
}

#news_detail .news_body ol {
	padding: 0;
	margin: 0;
	padding-bottom: 0.30rem;
	counter-reset: item;
	list-style-type: none;
}

#news_detail .news_body p+ol {
	padding-top: 0.50rem;
}

#news_detail .news_body ol li {
	line-height: 1.60;
	padding-bottom: 0.10rem;
	text-indent: -0.11rem;
	margin-left: 0.20rem;
}

#news_detail .news_body ol li::before {
	counter-increment: item;
	content: counter(item)'.';
	color: #00913a;
	display: inline-block;
	padding-right: 0.06rem;
}

/* 詳細ページ下部のナビ */
.news_page_navi_wrap {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-top: 0.60rem;
	padding: 0.35rem 0;
}

.news_page_navi_wrap .list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.news_page_navi_wrap .list .link {
	width: 33.3%;
}

.news_page_navi_wrap .list .link a {
	color: #111;
	font-size: 0.14rem;
	letter-spacing: 0.075em;
	text-decoration: none;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link a {
		font-size: 0.13rem;
		letter-spacing: 0.05em;
	}
}

.news_page_navi_wrap .list .link a:hover {
	color: #F1859F;
}

.news_page_navi_wrap .list .link.prev {
	text-align: right;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev {
		text-align: left;
	}
}

.news_page_navi_wrap .list .link.prev a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_prev_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.prev a::before {
		width: 0.12rem;
		height: 0.12rem;
		padding-right: 0.06rem;
	}
}

.news_page_navi_wrap .list .link.home {
	text-align: center;
}

.news_page_navi_wrap .list .link.home a::before {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_home_arrow.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-right: 0.08rem;
	position: relative;
	top: 0.02rem;
	left: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.home a::before {
		width: 0.12rem;
		height: 0.12rem;
	}
}

.news_page_navi_wrap .list .link.next {
	text-align: left;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next {
		text-align: right;
	}
}

.news_page_navi_wrap .list .link.next a::after {
	content: "";
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../img/news/news_navi_next_arrow.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	padding-left: 0.08rem;
	position: relative;
	top: 0.02rem;
	right: 0;
	transition: all 0.3s;
}

@media screen and (max-width: 640px) {
	.news_page_navi_wrap .list .link.next a::after {
		width: 0.12rem;
		height: 0.12rem;
		padding-left: 0.06rem;
	}
}