/* --------------------------------------------------------------------------------
■フリーページ用　共通【PC】
-------------------------------------------------------------------------------- */

.fs-c-heading.fs-c-heading--page{
	display: none;
}


/* --------------------------------------------------------------------------------
	デバイスごとの表示・非表示
-------------------------------------------------------------------------------- */
.device-sp{
	display: none;
}
.device-sp-inline{
	display: none;
}
.device-pc{
	display: block;
}
.device-pc-inline{
	display: inline;
}

