@charset "utf-8";


/*----------------------------------------------------

	report

----------------------------------------------------*/



/*----------------------------------------------------

	header

----------------------------------------------------*/
header {
	position: fixed;
	background-color:rgba(255,255,255,0.9);
	width: 100%;
}

header .headerInner {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
}

/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
header {
	width: 100%;	
}
}


/*----------------------------------------------------

	.contents

----------------------------------------------------*/
.contents {
}



/*----------------------------------------------------

	.mainTitleSec

----------------------------------------------------*/
.mainTitleSec {
	background-image: url(../../report/img/bg_repo_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 220px 0 100px;
	color: #FFF;
}

.reportSec {
	padding: 150px 0 150px;
	text-align: center;
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
}

.reportSec p {
	margin-bottom: 50px;
}



/*　max-width: 1025px より小さい幅の時　*/
@media (max-width: 1024px) {
.mainTitleSec {
	background-image: url(../../report/img/bg_repo_title.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	padding: 170px 0 50px;
	color: #FFF;
}

.reportSec {
	padding: 80px 0 80px;
	text-align: center;
	font-family: "Sawarabi Mincho","游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 17px;
}

.reportSec p {
	margin-bottom: 50px;
}
}





