@charset "utf-8";
/* --- report-list --- */
#report-list {
	margin: 0 auto;
}
#report-list ul.list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
}
#report-list ul.list li {
	width: 30%;
}
#report-list ul.list li:nth-child(n+4) {
	margin-top: 50px;
}
#report-list ul.list li:nth-child(3n+2):last-child {
	margin-right: auto;
	margin-left: 5%;
}
#report-list ul.list li a {
	width: 100%;
	display: block;
	text-decoration: none;
}
#report-list ul.list li .reportTmb {
	position: relative;
	width: 100%;
}
#report-list ul.list li .reportTmb::before {
	display: block;
	padding-top: 64%;
	background: #efefef url(../img/share/logo.svg) center/40% auto no-repeat;
	content: '';
}
#report-list ul.list li .reportTmb img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: auto;
}
#report-list ul.list li h2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 90%;
	max-height: 3.6em;
	margin: 12px auto 0;
	font-size: 1rem;
	line-height: 1.8;
}
#report-list ul.list li .date {
	display: block;
	width: 90%;
	margin: 0 auto;
	font-size: 0.9rem;
	color: #aaa;
}

/* --- report-data --- */
#report-data {
	margin: 0 auto;
	padding-bottom: 80px;
}
#report-data img {
	display: block;
	max-width: 100%;
	margin: 0 auto 50px;
}
#report-data h2 {
	font-size: 1.5rem;
	text-align: center;
}
#report-data .date {
	display: block;
	font-size: 1rem;
	text-align: center;
}
#report-data p {
	text-align: center;
	margin-top: 20px;
}
#report-data table {
	max-width: 512px;
	margin: 50px auto 0;
}
#report-data table th,
#report-data table td {
	padding: 5px 0;
	border-bottom: solid 1px #3d2b06;
}
#report-data table th {
	width: 8.5em;
}
#report-data table td {
	min-width: 14em;
}


/* --- report-qa --- */
[id^="report-"]:not([id^="report-data"]) {
	padding-bottom: 80px;
}
[id^="report-"]:not([id^="report-data"]):nth-child(2n+1) {
	background: #f7f3eb;
}
.report-qa {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: flex-start;
}
.report-qa h3 {
	width: 100%;
	margin: 0 auto 70px;
	padding-bottom: 20px;
	font-size: 1.25rem;
	text-align: center;
	position: relative;
}
.report-qa h3:after {
	content: '';
	width: 80px;
	height: 1px;
	margin: 0 auto;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: #d9b97a;
}
.report-qa img {
	max-width: 50%;
	flex-shrink: 0;
}
.report-qa img:last-child{
	margin: 0 auto;
}
.report-qa > dl {
	width: 45%;
}
.report-qa > h3 + dl {
	width: auto;
	max-width: 512px;
	margin: 0 auto;
}
.report-qa > dl dt {
	font-weight: bold;
}
.report-qa > dl dd {
	margin-top: 20px;
}
[id^="report-"]:nth-child(2n) .report-qa img {
	order: 3;
}
[id^="report-"]:nth-child(2n) .report-qa dl {
	order: 2;
}


/* --- pager --- */
.pagenavi {
	margin-top: 50px;
	text-align: center;
	line-height: 1;}
[id^="report-"]:not([id^="report-data"]):not(:nth-child(2n+1)) + .pagenavi {
	margin-top: 0;
}
.pagenavi > a {
	display: inline-block;
	position: relative;
	margin-top: 14px;
	padding: 0.5em 1.25em;
	border-radius: 0;
	border: 1px solid currentColor;
	color: #3d2b06;
	line-height: 1.25;
	text-align: center;
	text-decoration: none;}
.pagenavi > a:hover {
	color: #fff;
	border-color: #d4ae64;
	background: #3d2b06;}
.pager {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;}
.pager a,
.pager span {
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 2.5em;
	height: 2.5em;
	margin: 14px 7px 0;
	padding: 0 0.25em;
	border: 1px solid currentColor;
	color: #3d2b06;
	font-weight: bold;
	text-decoration: none;
	transition: 0.3s;}
.pager a:hover {
	color: #fff;
	border-color: #d9b97a;
	background: #d9b97a;}
.pager span.current {
	color: #fff;
	border-color: #3d2b06;
	background: #3d2b06;
	opacity: 1;}

@media (max-width: 640px) {
/* --- report-list --- */
	#report-list ul.list {
		width: 90%;
	}
	#report-list ul.list li {
		width: 100%;
	}
	#report-list ul.list li:nth-child(3n+2):last-child {
		margin-left: 0;
	}
	#report-list ul.list li:not(:first-of-type) {
		margin-top: 70px;
	}
	#report-list ul.list li h2 {
		font-size: 1.5rem;
	}
	#report-list ul.list li h2 date {
		font-size: 1.25rem;
	}


/* --- report-data --- */
	#report-data h2 {
		width: 90%;
		margin: 0 auto;
	}
	#report-data table {
		width: 90%;
		max-width: none;
	}


/* --- report-qa --- */
	[id^="report-"]:not([id^="report-data"]) {
		padding: 50px 0;
	}
	.report-qa h3 {
		margin: 0 auto 50px;
		padding-bottom: 20px;
	}
	.report-qa img {
		max-width: 90%;
		margin: 0 auto 50px;
	}
	.report-qa dl {
		width: 90%;
		margin: 0 auto 50px;
	}
}