@charset "UTF-8";

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