
.report-box
{	
	border:1px solid #DFDDCE;
	padding:20px;
	margin-top:30px;
	font-size: 12px;
}

.report-box p
{	margin: 0;
}

.report-box a
{	background-color:#F4F4E8;
	display:block;
	display:flex;
	justify-content:space-between;
	padding:5px 10px;
	margin:0 auto 20px;
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝B", "MingLiU", "SimSun", "ＭＳ Ｐ明朝", serif;
	text-decoration:none;
	font-size:12px;
}

.report-box a > :first-child
{	color:#563e00;
	font-weight:bold;
	font-size:1.2em;
}

.report-box a > :first-child::before
{	background-color:#FFF;
	content: "";
	width:0.75em;
	height:0.75em;
	display:inline-block;
	border:0.5em solid #b6982c;
	border-radius:50%;
	margin-right:10px;
	vertical-align:middle;
}

.report-box a > :last-child
{	color:#563e00;
	font-weight:bold;
}

.report-box a > :last-child::before
{	background-color: #563E00;
	background-image: url("../img/white-arrow-icon.png");
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 80% auto;
	content: "";
	width:0.8em;
	height:0.8em;
	display:inline-block;
	border-radius:50%;
	margin-right:5px;
	vertical-align:middle;
}

.report-box figure
{	background-color:#F3F0E5;
	display:flex;
	margin:0 auto 10px;
}

.report-box figure p
{	padding: 10px;
}