@import url("https://fonts.googleapis.com/css?family=Roboto:400,600,700|Noto+Sans+JP:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP");
/*--------------------------------------------------------------------------
main
--------------------------------------------------------------------------*/
#main #title {
  background-image: url(../images/report/title.jpg);
}
#main #title div h1{
	letter-spacing: 0.3em;
	line-height: 1.6;
}
#main #report-h1 {
	background-image: url(../images/report/report_bg.gif);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 40px 0;
}
#report-article{
	padding-bottom: 100px;
}
#report-article .report-section{
	border-top: 1px solid #dcdcdc;
	background-color: #fff;
	padding: 30px 0;
}
#report-article .report-section:last-child{
	border-bottom: 1px solid #dcdcdc;
}
.report-section h2{
	color: #fff;
	background-color: #172343;
	width: 1000px;
	border-radius: 5px;
	margin: 0 auto;
	text-align: left;
	padding: 7px 50px;
	box-sizing: border-box;
	cursor: pointer;
}
.report-section h2.open{
	background: #172343 url("../images/report/accordion_primary_minus.png") no-repeat center right 30px / 30px 2px;
}
.report-section h2.close{
	background: #172343 url("../images/report/accordion_primary_arrow.png") no-repeat center right 30px / 30px auto;
}
.report-section ul{
	width: 1000px;
	margin: 0 auto;
}
.report-section li{
	width: 100%;
	padding: 25px 50px;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.report-section li:last-child{
	padding-bottom: 0;
	border: none;
}
.report-section li a{
	display: block;
	padding: 0 0 0 70px;
	color: #172343;
	font-size: 14px;
	text-align: left;
	box-sizing: border-box;
}
.report-section li.report-pdf a{
	background: url("../images/report/pdf.png") no-repeat center left / 52px auto;
}
.report-section li a span{
	color: #666;
}
.report-section li a h3{
	color: #000;
	text-decoration: underline;
}
.report-section li a span.report-ex{
	font-size: 11px;
}
@media screen and (max-width: 768px) {
	#header, #header__nav{
		width: 100vw!important;
	}
	#main #report-h1 {
		background-size: 1000px auto;
		padding: 20px 0;
	}
	#report-article{
		padding-bottom: 40px;
	}
	#report-article .report-section{
		padding: 20px;
	}
	.report-section h2{
		color: #fff;
		background-color: #172343;
		width: 100%;
		padding: 7px 15px;
	}
	.report-section h2.open{
		background: #172343 url("../images/report/accordion_primary_minus.png") no-repeat center right 15px / 24px auto;
	}
	.report-section h2.close{
		background: #172343 url("../images/report/accordion_primary_arrow.png") no-repeat center right 15px / 24px auto;
	}
	.report-section ul{
		width: 100%;
		margin: 0;
	}
	.report-section li{
		width: 100%;
		padding: 15px 0;
	}
	.report-section li a{
		padding: 0 0 0 50px;
		color: #172343;
		font-size: 11px;
		text-align: left;
		box-sizing: border-box;
	}
	.report-section li.report-pdf a{
		background: url("../images/report/pdf.png") no-repeat center left / 40px auto;
	}
	.report-section li a span{
		color: #666;
	}
	.report-section li a h3{
		color: #000;
		text-decoration: underline;
	}
	.report-section li a span.report-ex{
		font-size: 9px;
	}
}
