/*===========================
MV
===========================*/
#under_mv .mv_title_wrap {
	padding-top: 1.40rem;
	text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 599px) {
	#under_mv .mv_title_wrap {
		padding-top: 0.50rem;
	}
}

#under_mv .page_name {
	font-size: 0.26rem;
	font-weight: 700;
	letter-spacing: 0.10em;
	color: #FFF;
	padding-bottom: 0.10rem;
}

@media screen and (max-width: 599px) {
	#under_mv .page_name {
		font-size: 0.14rem;
	}
}

#under_mv .page_name span {
	display: inline-block;
	border: 1px solid #FFF;
	padding: 0.08rem 0.10rem 0.10rem;
}

#under_mv .catch {
	font-size: 0.36rem;
	line-height: 1.675;
	font-weight: 700;
	color: #FFF;
	padding-bottom: 0.20rem;
}

@media screen and (max-width: 599px) {
	#under_mv .catch {
		font-size: 5vw;
		line-height: 1.55;
		padding-bottom: 0.10rem;
	}
}

/*===========================
お知らせ共通
===========================*/
#news {
	padding: 0.70rem 0;
	position: relative;
}

@media screen and (max-width: 599px) {
	#news {
		padding: 0.30rem 0;
	}
}

#news .in {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#news .sec_title {
	width: 100%;
}

/* 一覧・詳細 */
#news .news_list,
#news .news_detail {
	width: 100%;
	max-width: 8.40rem;
}

/* サイドバー */
#news #sidebar {
	width: 100%;
	max-width: 3.00rem;
}

@media screen and (max-width: 599px) {
	#news #sidebar {
		max-width: 100%;
	}
}

#news #sidebar .sidebar_box {
	padding-bottom: 0.40rem;
}

#news #sidebar .sidebar_box .title {
	font-size: 0.20rem;
	font-weight: 700;
	color: #17926f;
	border-bottom: 1px solid #17926f;
	padding-bottom: 0.10rem;
}

#news #sidebar .sidebar_box .list .link {
	padding-top: 0.20rem;
}

#news #sidebar .sidebar_box .list .link a {
	color: #000;
	font-size: 0.15rem;
	text-decoration: none;
}

#news #sidebar .sidebar_box .list .link a::before {
	content: "";
	display: inline-block;
	width: 0.06rem;
	height: 2px;
	background-color: #17926f;
	margin-right: 0.10rem;
	position: relative;
	top: -0.04rem;
	transition: all 0.3s;
}

#news #sidebar .sidebar_box .list .link a:hover::before {
	width: 0.10rem;
}

/* 月別リスト */
#news #sidebar .sidebar_box .monthly_box {
	padding-top: 0.20rem;
}

#news #sidebar .sidebar_box .monthly_box select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.10rem;
	font-size: 0.16rem;
	background-color: #FFF;
	border: 1px solid #CCC;
}

/*===========================
お知らせ一覧
===========================*/
#news .news_box {
	padding-bottom: 0.30rem;
}

@media screen and (max-width: 599px) {
	#news .news_box {
		padding-bottom: 0.20rem;
		border-bottom: 1px solid #CCC;
		margin-bottom: 0.20rem;
	}

	#news .news_box:last-child {
		border: 0;
		margin-bottom: 0;
	}
}

#news .news_box a {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	color: #111;
	text-decoration: none;
	line-height: 1;
}

#news .news_box .date {
	width: 1.00rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#news .news_box .date {
		font-size: 0.13rem;
	}
}

#news .news_box .category {
	width: 1.40rem;
	background-color: #17926F;
	text-align: center;
	border-radius: 0.20rem;
	color: #FFF;
	font-size: 0.14rem;
	line-height: 1;
	padding: 0.06rem 0;
}

@media screen and (max-width: 599px) {
	#news .news_box .category {
		font-size: 0.12rem;
		position: relative;
	}
}

#news .news_box .title {
	padding-left: 0.20rem;
	font-size: 0.18rem;
	letter-spacing: 0.075em;
	text-decoration: underline;
	width: calc(100% - 2.40rem);
	box-sizing: border-box;
	line-height: 1.45;
	transition: all 0.3s;
}

@media screen and (max-width: 599px) {
	#news .news_box .title {
		width: 100%;
		font-size: 0.16rem;
		font-weight: 700;
		padding-left: 0;
		padding-top: 0.10rem;
	}
}

#news .news_box a:hover .date,
#news .news_box a:hover .title {
	text-decoration: none;
	color: #17926f;
}

/* ページ送り */
.list_page_navi {
	padding: 0.20rem 0 0.40rem;
}

@media screen and (max-width: 599px) {
	.list_page_navi {
		margin-bottom: 0.40rem;
	}
}

.list_page_navi .wp-pagenavi {
	display: flex;
	justify-content: center;
}

.list_page_navi .wp-pagenavi a {
	font-size: 0.15rem;
	padding: 0.14rem 0.20rem;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #CCC;
	color: #17926f;
	margin: 0 0.10rem;
}

@media screen and (max-width: 599px) {
	.list_page_navi .wp-pagenavi a {
		font-size: 0.14rem;
		padding: 0.12rem 0.15rem;
	}
}

.list_page_navi .wp-pagenavi a:hover {
	border: 1px solid #17926f;
	background-color: #17926f;
	color: #FFF;
}

/* 現在のページ */
.list_page_navi .wp-pagenavi .current {
	font-size: 0.15rem;
	padding: 0.14rem 0.20rem;
	text-decoration: none;
	box-sizing: border-box;
	border: 1px solid #17926f;
	background-color: #17926f;
	color: #FFF;
	margin: 0 0.10rem;
}

@media screen and (max-width: 599px) {
	.list_page_navi .wp-pagenavi .current {
		font-size: 0.14rem;
		padding: 0.12rem 0.15rem;
	}
}

@media screen and (max-width: 599px) {
	.list_page_navi .wp-pagenavi a.page {
		display: none;
	}
}

/*===========================
お知らせ詳細
===========================*/
.news_detail .news_title_wrap {
	padding-bottom: 0.40rem;
	display: flex;
	flex-wrap: wrap;
}

.news_detail .news_title_wrap .date {
	width: 1.00rem;
	font-family: 'Poppins', sans-serif;
	font-size: 0.16rem;
}

.news_detail .news_title_wrap .category {
	min-width: 1.40rem;
	background-color: #17926F;
	text-align: center;
	border-radius: 0.20rem;
	color: #FFF;
	font-size: 0.14rem;
	line-height: 1;
	padding: 0.06rem 0;
	position: relative;
	top: -0.05rem;
}

@media screen and (max-width: 599px) {
	.news_detail .news_title_wrap .category {
		font-size: 0.13rem;
	}
}

.news_detail .news_title_wrap .news_title {
	font-size: 0.24rem;
	font-weight: 700;
	width: 100%;
	padding-top: 0.10rem;
}

@media screen and (max-width: 599px) {
	.news_detail .news_title_wrap .news_title {
		font-size: 0.20rem;
		line-height: 1.45;
	}
}

.news_detail .news_entry_wrap {
	overflow: hidden;
	line-height: 1.75;
}

.news_detail .news_entry_wrap .news_img {
	max-width: 3.00rem;
	float: right;
	padding-right: 0.15rem;
	padding-bottom: 0.15rem;
}

@media screen and (max-width: 599px) {
	.news_detail .news_entry_wrap .news_img {
		max-width: 100%;
		float: none;
		padding-right: 0;
	}
}

.news_detail .news_entry_wrap .news_body {
	font-size: 14px;
}

@media screen and (max-width: 599px) {
.news_detail .news_entry_wrap .news_body {
	font-size: 0.13rem;
}
}

.news_detail .news_entry_wrap .news_body p {
	font-size: 0.18rem;
}

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

.news_detail .news_entry_wrap .news_body b {
	font-weight: 500;
}

/* 詳細ページ用記事送り */
.news_detail_navi {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 0.25rem 0;
	text-align: center;
	margin: 0.40rem 0;
}

@media screen and (max-width: 599px) {
	.news_detail_navi {
		margin: 0.40rem 0 0.80rem;
	}
}

.news_detail_navi .navi_list {
	display: flex;
	justify-content: center;
}

.news_detail_navi .navi_list .link {
	width: 33.3%;
	text-align: center;
}

.news_detail_navi .navi_list .link a {
	font-size: 0.16rem;
	color: #17926f;
}

@media screen and (max-width: 599px) {
	.news_detail_navi .navi_list .link a {
		font-size: 0.14rem;
	}
}

.news_detail_navi .navi_list .link a:hover {
	text-decoration: none;
}

.news_detail_navi .navi_list .link.prev a span::before {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../common/img/icon_prev.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}

.news_detail_navi .navi_list .link.next a span::after {
	content: "";
	display: inline-block;
	width: 0.20rem;
	height: 0.14rem;
	background-image: url(../common/img/icon_next.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	position: relative;
	top: 0.02rem;
}
