@charset "utf-8";
/* CSS Document */

/* ==============================================

	reportDtl

================================================= */
#reportDtl {
	margin-bottom: 110px;
	padding-left: 7%!important;
	padding-right: 7%!important;
}
#reportDtl > section {
	max-width: 960px;
	margin: 0 auto;
}
#reportDtl .cmn_btn {
	margin-top: 60px;
}
@media screen and (max-width: 1024px) {
	#reportDtl {
		padding-left: 5%!important;
		padding-right: 5%!important;
	}
}
@media screen and (max-width: 480px) {
	#reportDtl {
		margin-bottom: 60px;
	}
	#reportDtl .cmn_btn {
		margin-top: 40px;
	}
}

/* ==============================================

	report_cat

================================================= */
.report_cat {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	gap: 10px;
	margin-bottom: 70px;
}
.report_cat li a {
	padding: 8px 15px;
	background: #ecf0e9;
	font-size: 1.3rem;
	color: #222222;
	display: block;
	font-weight: 500;
}
.report_cat li.current a,
.report_cat li a:hover {
	background: #2d4f0f;
	color: #fff;
}
@media screen and (max-width: 480px) {
	.report_cat {
		gap: 8px;
		margin-bottom: 30px;
	}
	.report_cat li a {
		padding: 6px 12px;
		font-size: 1.1rem;
	}
}


/* ==============================================

	reportList

================================================= */
#reportList {
	padding: 0 7%;
	margin-bottom: 110px;
}
#reportList .report_contentsInner {
	display: flex;
	flex-flow: row wrap;
	gap: 60px 30px;
}
#reportList .report_contents {
	margin-bottom: 0;
	max-width: 1370px;
}
#reportList .report_contents article {
	width: calc((100% - 90px) / 4);
	margin: 0;
}

@media screen and (max-width: 1194px) {
	#reportList .report_contents article {
		width: calc((100% - 60px) / 3);
	}
}
@media screen and (max-width: 1024px) {
	#reportList {
		padding: 0 5%;
	}
	#reportList .report_contentsInner {
		gap: 40px 30px;
	}
}
@media screen and (max-width: 640px) {
	#reportList .report_contents article {
		width: calc((100% - 30px) / 2);
	}
}
@media screen and (max-width: 480px) {
	#reportList {
		margin-bottom: 60px;
	}
	#reportList .report_contentsInner {
		gap: 35px 20px;
	}
	#reportList .report_contents article {
		width: calc((100% - 20px) / 2);
	}
	#reportList .report_contents article h2 {
		font-size: 1.4rem;
		text-align: left;
		margin-bottom: 20px;
	}
	#reportList .report_contents article figure {
		margin-bottom: 10px;
	}
}


/* ==============================================

	reportDtlInfo

================================================= */
#reportDtlInfo {
	margin-bottom: 60px;
}
.reportDtl_img {
	max-width: 960px;
	margin: 0 auto 50px;
	position: relative;
}
.reportDtl_img > * {
	position: relative;
	z-index: 1;
}
.reportDtl_img .report_no {
	font-size: 6.4rem;
	margin-bottom: 10px;
	right: 0;
}
.reportDtl_img .report_no::before {
	font-size: 6.4rem;
}
.reportDtl_img figure {
	aspect-ratio: 96 / 53;
	overflow: hidden;
}
.reportDtl_img figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
#reportDtlInfo h1 {
	text-align: center;
	font-size: 1.8rem;
	margin-bottom: 40px;
	line-height: 145%;
	font-weight: 500;
}
.reportDtl_data {
	max-width: 400px;
	margin: 0 auto;
	border-top: 1px solid #2d4f0f;
	border-bottom: 1px solid #2d4f0f;
	padding: 20px;
	display: flex;
	justify-content: center;
}
.reportDtl_data dl {
	display: flex;
	font-size: 1.3rem;
}
.reportDtl_data dl:not(:last-child) {
	margin-bottom: 10px;
}
.reportDtl_data dl dt {
	width: 7em;
	font-weight: 500;
	margin-right: 50px;
	color: #2d4f0f;
}
.reportDtl_data dl dd, .reportDtl_data dl dd a {
	color: #222;
}
.reportDtl_data dl dd a {
	text-decoration: underline;
}
.reportDtl_data dl dd a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#reportDtlInfo {
		margin-bottom: 80px;
	}
	.reportDtl_img {
		margin-bottom: 50px;
	}
	#reportDtlInfo h1 {
		font-size: 2.0rem;
		margin-bottom: 50px;
	}
}
@media screen and (max-width: 480px) {
	#reportDtlInfo {
		margin-bottom: 40px;
	}
	.reportDtl_img {
		margin-bottom: 25px;
	}
	#reportDtlInfo h1 {
		font-size: 1.5rem;
		margin-bottom: 25px;
		text-align: left;
	}
	.reportDtl_data {
		padding: 10px;
	}
	.reportDtl_data dl {
		font-size: 1.2rem;
	}
	.reportDtl_data dl:not(:last-child) {
		margin-bottom: 8px;
	}
}

/* ==============================================

	reportDtlPhoto

================================================= */
.reportDtlPhoto_inner {
	max-width: 960px;
	margin: 0 auto;
}
.reportDtlPhoto_inner > *:last-child {
	margin-bottom: 0!important;
}
.reportDtlPhoto_inner > div {
	margin-bottom: 12px;
	display: flex;
	overflow: hidden;
}
.reportDtlPhoto_inner > div > * {
	width: 50%;
}
.reportDtl_photo_02 figure {
	width: 100%!important;
}
.reportDtlPhoto_inner div {
	gap: 12px;
}
.reportDtlPhoto_inner div div figure:not(:first-child) {
	margin-top: 12px;
}
.reportDtl_photo_beside {
	aspect-ratio: 79 / 52;
	overflow: hidden;
}
.reportDtl_photo_vertical {
	aspect-ratio: 79 / 106;
	overflow: hidden;
}
.reportDtlPhoto_inner figure img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}
.reportDtlPhoto_inner p {
	font-size: 1.4rem;
	line-height: 214%;
	max-width: 800px;
	margin: 60px auto;
}
@media screen and (max-width: 480px) {
	.reportDtlPhoto_inner > div, .reportDtlPhoto_inner > div:first-child, .reportDtl_photo_05 > figure {
		margin-bottom: 5px;
	}
	.reportDtlPhoto_inner div {
		gap: 5px;
	}
	.reportDtlPhoto_inner div div figure:not(:first-child) {
		margin-top: 5px;
	}
	.reportDtlPhoto_inner p {
		font-size: 1.3rem;
		margin: 35px 0;
		line-height: 150%;
	}
}


/* ==============================================

	reportDtlMsg

================================================= */
#reportDtlMsg {
	background: #f4f6f2;
	margin-top: 60px;
	padding: 60px 10%;
}
#reportDtlMsg h2 {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	color: #2d4f0f;
	text-align: center;
	font-weight: 500;
	position: relative;
	letter-spacing: 0.2rem;
	margin-bottom: 45px;
	line-height: 140%;
}
#reportDtlMsg h2::after, #reportDtlMsg h2::before {
	border-top: 1px solid #2d4f0f;
	content: "";
	width: 40px;
}
#reportDtlMsg h2::after {
	margin-left: 10px;
}
#reportDtlMsg h2::before {
	margin-right: 10px;
}
.reportDtlMsg_txt {
	max-width: 600px;
	margin: 0 auto;
	line-height: 200%;
}
@media screen and (max-width: 480px) {
	#reportDtlMsg {
		margin-top: 40px;
		padding: 40px 8%;
	}
	#reportDtlMsg h2 {
		margin-bottom: 30px;
		font-size: 1.5rem;
	}
}



