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

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

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

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

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

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

#report_list .list .detail {
	display: flex;
	justify-content: space-between;
	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) {
	#report_list .list .detail {
		display: block;
		padding: 0.15rem 0;
	}
}

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


#report_list .list .detail .report_header {
	max-width: 3.30rem;
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
@media screen and (max-width: 640px) {
	#report_list .list .detail .report_header {
		max-width: 100%;
		justify-content: flex-start;
	}
}

#report_list .list .detail .report_header .cat {
	width: 1.60rem;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	border-radius: 0.20rem;
	padding: 0.06rem 0 0.08rem;
}
@media screen and (max-width: 640px) {
	#report_list .list .detail .report_header .cat {
		width: 1.00rem;
		font-size: 0.12rem;
		letter-spacing: 0;
		margin-right: 0.10rem;
		padding: 0.03rem 0 0.05rem;
	}
}

#report_list .list .detail .report_header .cat.center {
	background-color: #FC9303;
}
#report_list .list .detail .report_header .cat.douou {
	background-color: #E62F8B;
}
#report_list .list .detail .report_header .cat.douhoku {
	background-color: #2EA8E1;
}
#report_list .list .detail .report_header .cat.doutou {
	background-color: #45B035;
}
#report_list .list .detail .report_header .cat.dounan {
	background-color: #965BC1;
}

#report_list .list .detail .report_header .date {
	font-size: 0.16rem;
	font-weight: 600;
}
@media screen and (max-width: 640px) {
	#report_list .list .detail .report_header .date {
		font-size: 0.13rem;
	}
}

.event_report .list .item .report_header .date span {
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	padding-left: 0.10rem;
}

#report_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) {
	#report_list .list .detail .news_date {
		width: 100%;
		font-size: 0.13rem;
		padding-bottom: 0.08rem;
	}
}

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

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

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

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


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

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

#report_detail .report_detail_header {
	padding-bottom: 0.30rem;
}

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

#report_detail .report_detail_header .header {
	display: flex;
	align-items: center;
	padding-bottom: 0.10rem;
}

#report_detail .report_detail_header .header .cat {
	width: 1.60rem;
	text-align: center;
	font-size: 0.15rem;
	font-weight: 700;
	color: #FFF;
	border-radius: 0.20rem;
	padding: 0.06rem 0 0.08rem;
}
@media screen and (max-width: 640px) {
	#report_detail .report_detail_header .header .cat {
		width: 1.00rem;
		font-size: 0.12rem;
		padding: 0.03rem 0 0.05rem;
	}
}

#report_detail .report_detail_header .header .cat.center {
	background-color: #FC9303;
}
#report_detail .report_detail_header .header .cat.douou {
	background-color: #E62F8B;
}
#report_detail .report_detail_header .header .cat.douhoku {
	background-color: #2EA8E1;
}
#report_detail .report_detail_header .header .cat.doutou {
	background-color: #45B035;
}
#report_detail .report_detail_header .header .cat.dounan {
	background-color: #965BC1;
}

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

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

#report_detail .report_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) {
	#report_detail .report_detail_header .title {
		font-size: 0.18rem;
		letter-spacing: 0.05em;
		text-shadow: 0 2px 0 #FFF;
	}
}

/* イベント情報 */
.report_info_wrap {
	padding-bottom: 0.40rem;
}
@media screen and (max-width: 640px) {
	.report_info_wrap {
		padding-bottom: 0.20rem;
	}
}

.report_info_wrap table {
	background-color: #CCC;
	width: 100%;
	border-collapse:separate;
	border-spacing:1px;
	font-size: 0.16rem;
	line-height: 1.875;
}
@media screen and (max-width: 640px) {
	.report_info_wrap table {
		font-size: 0.14rem;
		line-height: 1.75;
	}
}

.report_info_wrap table .tit {
	background-color: #F0F8F4;
	padding: 0.15rem 0.20rem;
	text-align: left;
	font-weight: 400;
	vertical-align: top;
}
@media screen and (max-width: 640px) {
	.report_info_wrap table .tit {
		display: block;
		padding: 0.08rem 0.15rem;
		font-weight: 500;
		box-sizing: border-box;
		border-bottom: 1px solid #CCC;
	}
}

.report_info_wrap table .txt_box {
	background-color: #FFF;
	padding: 0.15rem 0.20rem;
}
@media screen and (max-width: 640px) {
	.report_info_wrap table .txt_box {
		display: block;
		padding: 0.10rem 0.15rem;
		box-sizing: border-box;
	}
}

/* 本文 */
#report_detail .news_body {
	font-size: 0.16rem;
	line-height: 1.85;
	letter-spacing: 0.05em;
}

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

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

#report_detail .news_body h1 {
	font-size: 0.26rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.10rem;
	padding-left: 0.20rem;
	border-left: 0.08rem solid #45B035;
}

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

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

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

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

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

#report_detail .news_body h2 {
	font-size: 0.20rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 0.10rem;
	padding-left: 0.20rem;
	border-left: 0.08rem solid #45B035;
}

#report_detail .news_body p+h2 {
	margin-top: 0.50rem;
}

#report_detail .news_body img {
	margin-bottom: 0.30rem;
}

#report_detail .news_body p > img {
	margin-top: 0.30rem;
}

#report_detail .news_body p+img {
	margin-top: 0.30rem;
}

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

#report_detail .news_body p+h3 {
	margin-top: 0.30rem;
}

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

#report_detail .news_body p+h4 {
	margin-top: 0.50rem;
}

#report_detail .news_body ul {
	margin-bottom: 0.30rem;
}

#report_detail .news_body p+ul {
	margin-top: 0.50rem;
}

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

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

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

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

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

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

/* イベントリンク */
.event_link_wrap {
	padding: 0.20rem 0 0.80rem;
}
@media screen and (max-width: 640px) {
	.event_link_wrap {
		padding: 0.20rem 0 0;
	}
}

.event_link_wrap .event_ph {
	max-width: 5.80rem;
	margin: auto;
	padding-bottom: 0.30rem;
}

.event_link_wrap .event_ph img {
	display: block;
	box-shadow: 0 0.03rem 0.08rem rgba(0,0,0,0.2);
}

/* 詳細ページ下部のナビ */
.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;
	}
}