/*========================
mv
========================*/
#mv {
	background-image: url(../img/news_mv.jpg);
}

/*========================
お知らせ一覧
========================*/
#news_list {
	padding: 0.60rem 0 1.00rem;
	position: relative;
	z-index: 1;
}

#news_list .in {
	max-width: 9.80rem;
	margin: auto;
}

#news_list .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 0.30rem;
}

#news_list .list .date {
	width: 1.00rem;
	font-family: 'Roboto', sans-serif;
	font-size: 0.16rem;
	line-height: 1.6;
}

@media screen and (max-width:599px) {
	#news_list .list .date {
		width: 100%;
		font-size: 0.13rem;
	}
}

#news_list .list .title {
	width: calc(100% - 1.30rem);
	letter-spacing: 0.10em;
	line-height: 1.6;
}

@media screen and (max-width:599px) {
	#news_list .list .title {
		width: 100%;
		padding-left: 0;
		padding-top: 0.05rem;
	}
}

#news_list .list .title a {
	color: #FFF;
	font-size: 0.16rem;
}

@media screen and (max-width:599px) {
	#news_list .list .title a {
		font-size: 0.15rem;
		line-height: 1.45;
	}
}

#news_list .list .title a:hover {
	text-decoration: none;
}

/*============================
ページ送り
============================*/
.wp-pagenavi {
	padding-top: 0.40rem;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

/* ページの基本設定 */
.wp-pagenavi .page {
	display: block;
	margin: 0 0.06rem;
	font-size: 0.16rem;
	padding: 0.10rem;
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	border: 1px solid #FFF;
	box-sizing: border-box;
	width: 0.40rem;
	text-decoration: none;
}

.wp-pagenavi .page:hover {
	background-color: #3fa9f5;
	border: 1px solid #3fa9f5;
}

/* 現在のページ */
.wp-pagenavi .current {
	font-weight: 600;
	display: block;
	margin: 0 0.06rem;
	font-size: 0.16rem;
	padding: 0.10rem;
	font-family: 'Roboto', sans-serif;
	border: 1px solid #3fa9f5;
	background-color: #3fa9f5;
	box-sizing: border-box;
	width: 0.40rem;
}

/* 次のページ・前のページ */
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	display: block;
	margin: 0 0.06rem;
	font-size: 0.16rem;
	padding: 0.09rem 0.15rem 0.11rem;
	border: 1px solid #FFF;
	box-sizing: border-box;
	text-decoration: none;
	color: #FFF;
}

.wp-pagenavi .nextpostslink:hover,
.wp-pagenavi .previouspostslink:hover {
	background-color: #3fa9f5;
	border: 1px solid #3fa9f5;
	color: #FFF;
}

/*============================
詳細ページ
============================*/
#news_detail {
	padding: 0.60rem 0 1.00rem;
	position: relative;
	z-index: 1;
}

#news_detail .in {
	max-width: 9.80rem;
	margin: auto;
}

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

#news_detail .in .news_header .date {
	font-size: 0.16rem;
	letter-spacing: 0.075em;
	font-family: 'Roboto', sans-serif;
}

@media screen and (max-width:599px) {
	#news_detail .in .news_header .date {
		font-size: 0.14rem;
	}
}

#news_detail .in .news_header .title {
	font-size: 0.24rem;
	font-weight: 700;
	line-height: 1.91;
}

@media screen and (max-width:599px) {
	#news_detail .in .news_header .title {
		font-size: 0.20rem;
	}
}

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

#news_detail .in .news_body_wrap {
	padding-bottom: 0.60rem;
	font-size: 0.16rem;
	line-height: 2;
}

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

#news_detail .in .news_body_wrap p {
	padding-bottom: 0.20rem;
}

#news_detail .in .news_body_wrap p a {
	color: #3fa9f5;
}

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

/* 詳細ページ用ページ送り */
.entry_navi_wrap {
	width: 100%;
	border-top: 1px solid #666;
	border-bottom: 1px solid #666;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.entry_navi_wrap .link {
	width: 25%;
}

@media screen and (max-width:599px) {
	.entry_navi_wrap .link {
		width: 33.3%;
	}
}

.entry_navi_wrap .link a {
	display: block;
	padding: 0.30rem 0.15rem;
	text-decoration: none;
	font-size: 0.16rem;
	color: #FFF;
}

@media screen and (max-width:599px) {
	.entry_navi_wrap .link a {
		padding: 0.30rem 0;
		font-size: 0.14rem;
	}
}

.entry_navi_wrap .link.preview a span::before {
	content: "";
	width: 0.40rem;
	height: 0.10rem;
	display: inline-block;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transform: rotate(-180deg);
	transition: all 0.3s;
}

@media screen and (max-width:599px) {
	.entry_navi_wrap .link.preview a span::before {
		width: 0.20rem;
	}
}

.entry_navi_wrap .link.preview a:hover span::before {
	margin-left: -0.10rem;
}

.entry_navi_wrap .link.next {
	text-align: right;
}

.entry_navi_wrap .link.next a span::after {
	content: "";
	width: 0.40rem;
	height: 0.10rem;
	display: inline-block;
	background-image: url(../common/img/icon_arrow_white.svg);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
}

@media screen and (max-width:599px) {
	.entry_navi_wrap .link.next a span::after {
		width: 0.20rem;
	}
}

.entry_navi_wrap .link.next a:hover span::after {
	margin-right: -0.10rem;
}

.entry_navi_wrap .link.home {
	text-align: center;
}

.entry_navi_wrap .link.home a span::before {
	content: "";
	width: 0.16rem;
	height: 0.16rem;
	display: inline-block;
	background-image: url(../common/img/icon_list.svg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.3s;
	margin-right: 0.10rem;
	position: relative;
	top: 0.02rem;
}

@media screen and (max-width:599px) {
	.entry_navi_wrap .link.home a span::before {
		width: 0.14rem;
		height: 0.10rem;
		margin-right: 0.06rem;
		top: 0;
	}
}

.entry_navi_wrap .link.home a:hover span::before {
	transform: rotate(90deg);
	transform-origin: 50% 50%
}
