@charset "utf-8";

/*
************************************************************************
* タイトル
* @copyright Revolme Inc.
************************************************************************
*/

/*
************************************************************************
* 大見出し
************************************************************************
*/
.title-lv1
{
	display:block;
	line-height:1;
	
	border-radius:0.0em !important;

}
.title-lv1 .main
{
	display:block;
	line-height:1.2;
	padding-left:1.5em;
}
.title-lv1 .main:before
{
	content:"";
	
	display:block;
	position:absolute;
	
	top:0em;
	left:0em;
	
	width:1.2em;
	height:1.2em;
	
	background-position:center center;
	background-repeat:no-repeat;
	background-size:contain;
}
.title-lv1 .sub
{
	display:block;
	margin-top:0.5em;
	line-height:1.2;
}

/* == タブレットサイズ ==========================================================*/
@media screen and (max-width: 1200px) {
}
/* == スマートフォンサイズ ==========================================================*/
@media screen and (max-width: 640px) {
	.title-lv1
	{
	}
	.title-lv1 .main
	{
	}
	.title-lv1 .sub
	{
	}
}
