@charset "utf-8";

/*
************************************************************************
* 見出し
* @copyright Revolme Inc.
************************************************************************
*/

/* ################################################################################################ */
/* ## PC						 ################################################################## */
/* ################################################################################################ */
.title-lv1
{
}
.title-lv1 > span,
.title-lv1 > span > span
{
	display:block;
	text-align:center;
}
.title-lv1 .main
{
	font-weight:bold;
	font-size:2.0em;
	line-height:1.2;
	letter-spacing: 0.15em;
}
.title-lv1 .sub
{
	font-weight:bold;
	font-size:1.0em;
	line-height:1.2;
	margin-top:0.5em;
}

.title-lv2
{
	margin-bottom:1em;
	border-left:0.5em solid;
	padding-left:1em;
}
.title-lv2 .main
{
	font-size:1.5em;
	font-weight:bold;
}
.title-lv2-2
{
	margin-bottom:1em;
}
.title-lv2-2 .main
{
	font-size:1.5em;
	font-weight:bold;
}
.title-lv2-normal
{
	padding:0.6em 0.5em;
	margin-bottom:0.8em;
	
	line-height:1.2;
	font-size:1.5em;
	font-weight:bold;
	
	background-color: #ECECEC;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #F9F9F9), color-stop(.25, transparent),color-stop(.5, transparent), color-stop(.5, #F9F9F9),color-stop(.75, #F9F9F9), color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 7px 7px;
}
.title-lv2-normal .main
{
}

.title-lv3
{
	margin-bottom:0.5em;
}
.title-lv3 .main
{
	line-height:1.2;
	font-size:1.1em;
	font-weight:bold;
}


/* ################################################################################################ */
/* ## TAB						 ################################################################## */
/* ################################################################################################ */
@media screen and (max-width:1100px) {


}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width:640px) {
	.title-lv1 .main
	{
		font-size:2.2em;
	}
}
