@charset "utf-8";
/* =================================================
	report
================================================= */

/* #sec_head ----------------------- */
@media only screen and (max-width: 768px) {
	#sec_head h1 {
	}
}

@media print,screen and (min-width: 769px) {
	#sec_head h1 {
		background:url(../img/news/sec_head_img01.jpg) no-repeat right top;
		background-size:contain;
	}
}

/* #sec_report_list ----------------------- */
@media only screen and (max-width: 768px) {
	#sec_report_list {
	}
}

@media print,screen and (min-width: 769px) {
	#sec_report_list {
	}
}