@charset "UTF-8";

/* --------------------------------------------
TITLE
--------------------------------------------- */
.title02{
	font-weight : 700;
	line-height : 1.3;
	text-align : center;
	@media screen and (max-width: 768px) {
		font-size : calc( 22 * var( --remBase ) );
	}
	@media print, screen and (min-width: 769px) {
		font-size : calc( 25 * var( --remBase ) );
	}
}
.title03{
	font-size : calc( 38 * var( --remBase ) );
	font-weight : 700;
	line-height : 1.3;
	text-align : center;
}