@charset "utf-8";
/* ================================================================================================================== */
/* LOWLAYER:HEADLINE                                                                                                  */
/* ===================================================================================================================*/
#llcmd_headline {
	height: 250px;
}
#llcmd_headline .inner {
	position: absolute;
	left: 184px;
}
#llcmd_headline .inner .item.type_icon {
	text-align: center;
}
#llcmd_headline .inner .item.type_title {
	margin-top: 10px;
	padding-bottom: 8px;
	text-align: center;
	font-size: 0.36rem;
	line-height: 1;
	border-bottom: 1px solid #333333;

	font-family: 'Helvetica Neue', 'Open Sans', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-style:  normal;
	font-weight: bold;
}
#llcmd_headline .inner .item.type_sub_title {
	margin-top: 10px;
	text-align: center;
	font-size: 0.20rem;
	line-height: 1;

	font-family: 'Noto Sans JP', sans-serif;
	font-style:  normal;
	font-weight: 700;
}
@media screen and (max-width: 750px) {
	#llcmd_headline {
		height: 300px;
	}
	#llcmd_headline .inner {
		left: 30px;
	}
	#llcmd_headline .inner .item.type_icon {
	}
	#llcmd_headline .inner .item.type_title {
		margin-top: 20px;
		padding-bottom: 10px;
		font-size: 0.50rem;
		border-bottom-width: 1.5px;
	}
	#llcmd_headline .inner .item.type_sub_title {
		margin-top: 10px;
		font-size: 0.28rem;
	}
}
/* =============================================================== */
/* LOWLAYER:HEADLINE(オプション)                                   */
/* =============================================================== */
#llcmd_headline.opt_white .inner {
	color: #ffffff;
}
#llcmd_headline.opt_white .inner .item.type_title {
	border-bottom-color: #ffffff;
}
