#reportIndex a {
	display: table;
	position: relative;
	table-layout: fixed;
	border-spacing: 0.5em;
	border: 1px solid #CCCCCC;
	background: linear-gradient(0deg, rgba(255,255,255,1) 55%, rgba(255,255,255,0.95) 70%, rgba(255,255,255,0.7));
	color: inherit;
	text-decoration: none;
	text-align: left;
}
#reportIndex a::after {
	content: '';
	display: block;
	position: absolute;
	right: 0.5em;
	bottom: 1em;
	width: 2.5em;
	height: 2.5em;
	background: url(/src/images/concept/report_arrow.png) no-repeat center center;
	background-size: contain;
}
#reportIndex a > div {
	display: table-cell;
	vertical-align: top;
}
#reportIndex .text {
	padding-left: 0.5em;
}
#reportIndex h3 {
	margin: 0;
	font-family: 'UD Shin Go Light';
	line-height: 1.3;
}
#reportIndex h3 span {
	display: block;
}
#reportIndex h3 small {
	display: block;
	margin-bottom: 0.25em;
	font-size: 70%;
}
#reportIndex p {
	margin: 1em 0 0;
}
#reportIndex .purpose {
	display: inline-block;
	margin: 0.5em 0 0;
}
#reportIndex .purpose img {
	display: inline-block;
	width: auto;
	height: 1.7em;
}
#reportIndex .purpose img:nth-of-type(n+2) {
	margin-left: 0.5em;
}

@media all and (max-width: 640px) {
	#reportIndex {
		padding: 0 1em;
	}
	#reportIndex > div {
		margin: 1em;
	}
	#reportIndex > div:first-child {
		margin-top: 0;
	}
	#reportIndex a .pic {
		width: 35%;
	}
	#reportIndex h3 {
		font-size: 125%;
	}
	#reportIndex p {
		font-size: 90%;
	}
}

@media all and (min-width: 641px) {
	#reportIndex {
		margin: 0 auto;
		max-width: 1000px;
		padding: 0 1em;
	}
	#reportIndex > div {
		box-sizing: border-box;
		padding: 1%;
		width: 50%;
		float: left;
		transition: opacity 0.2s ease;
	}
	#reportIndex > div:hover {
		opacity: 0.8;
	}
	#reportIndex::after {
		content: '';
		clear: both;
		display: block;
	}
	#reportIndex a .pic {
		width: 30%;
	}
	#reportIndex a .pic img {
		width: 100%;
	}
	#reportIndex h3 {
		font-size: 150%;
	}
	#reportIndex p {
		font-size: 90%;
	}
}
