@charset "utf-8";

.boxReport p{
  margin-bottom:2rem;
}
.txtAC{
  text-align: center;
}
.blockReport span{
  font-size:1.4rem;
}
.blockReport span:after{
  content:"";
  display: inline-block;
  width:15px;
}
.blockImg01{
  display: flex;
  justify-content: space-between;
}
.blockImg01 img{
  width:24%;
}
.btnDl {
  width:50%;
  max-width: 250px;
  margin: auto;
  border: 2px solid #6b5f48;
}
.btnDl a{
  display: block;
  padding: 15px 15px 12px 24px;
  background: url(../../images/arrow01.png) no-repeat rgba(225,225,225,0.8);
  background-position: right 20px center;
  transition: 0.2s;
}
.secReport h2 span{
	white-space:nowrap;
}
.secReport dl{
	margin-bottom:50px;
}
.secReport dl dt{
	font-weight:bold;
}
.boxRepoImg01{
	display: flex;
}
.boxRepoImg01 dl{
	margin-right:20px;
}
.boxRepoImg01 .img001 img{
	width:100%;
	min-width: 450px;
	height:auto;
}
.img002{
	width:70%;
	margin:auto;
}
.boxRepoInfo{
	padding:40px 40px 30px;
	background:rgba(240,240,240,0.5);
	border-radius: 8px;
}
.boxRepoInfo dl{
	margin-bottom:0;
}


aside li{
  line-height: 1.2;
}