@charset "UTF-8";
/*----------------------------------------

	#report page
	- mv
	- tag date

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

/*----------------------------------------
	mv
-----------------------------------------*/
#mv {
	background: #62b1d9 url("../img/c_mv_bg01.jpg") no-repeat right top;
	background-size: 1320px auto;
}
@media screen and (max-width: 767px) {
	#mv {
		background-size: auto 100%;
	}
}

/*----------------------------------------
	tag
-----------------------------------------*/
#pageContents.report .pageTitle>.tag {
	width: 9.0em;
	background-color: #3092bf;
}
#pageContents.report .pageTitle>.date {
	width: calc(100% - 20px - 9.0em);
}
@media screen and (max-width: 767px) {
	#pageContents.report .pageTitle>.tag {
		margin-bottom: 10px;
	}
	#pageContents.report .pageTitle>.date {
		width: 100%;
		padding: 0;
	}
}