@charset "UTF-8";

/** H1 **/
.c-pageTitle::before {
	content: "Business";	/* 追加したい文字 */
	display: block;	/* 上に表示するため改行 */
	text-align: right;
	font-size: 1.2rem;
	color: #fff;
	letter-spacing: 0.1em;
/*	margin-bottom: 0.3em;*/
}


