@charset "utf-8";

/* common
-------------------------------------------------- */
/* タイトル */
h3{
	font-weight:300;
	font-size:2.8rem;
	margin-bottom:15px;
	line-height:115%;
}
h3 span{
	color:#d90013;
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {


	/* common
	++++++++++++++++++++++++++++++++++++++++++++++ */
	/* タイトル */
	h3{
		font-size:36px;
		margin-bottom:20px;
	}

	/* 改行 */
	br.sp-none{
		display:block;
	}
	br.pc-none{
		display:none;
	}
}