@charset "UTF-8";

/*anarysisページ*/

.heading.block_header_1 p{
	font-weight: bold !important;
	font-size: 5.4rem !important;
	line-height: 1.4;
	margin-bottom: 10px;
	padding-top: 0;
	font-family: 'Roboto Condensed', sans-serif;
}
.heading.block_header_1 h2{
	font-weight: normal;
	font-family: "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
@media screen and (max-width: 800px){
	.heading.block_header_1 p{
		font-size: 4.0rem !important;
	}
}