@charset "UTF-8";
/* CSS Document */

/*////////////////////////////////////

SP用レイアウト

////////////////////////////////////*/

@media screen and (max-width:768px){
	/**********************************
	
	全体レイアウト、共通設定
	
	**********************************/

	/*----------------------
	記事エリアの設定
	----------------------*/
	.article{
		font-size: 4.2vw;
	}

	.article p{
		line-height: 6.8vw;
	}
	
	.pc_view{
		display: none !important;
	}
	
	.sp_view{
		display: block !important;
	}
	
	
	/**********************************
	
	section設定
	
	**********************************/
	.section_under_flame{
		padding: 10vw 0;
	}
	
	
	
	
	
	
	
	
	.top_img_flame{
		height: 42.67vw;
	}
	
	.center_check{
		font-size: 16vw;
	}
	
	.soushin_kanryou{
		font-size: 8vw;
	}
	
	.bun{
		font-size: 4.2vw;
		line-height: 6vw;
	}
	
	.site_url{
		font-size: 4.6vw;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	/**********************************
	
	footerエリア
	
	**********************************/
	.footer{
		height: 18vw;
		padding-bottom: 13vw;
	}
	
	.footer_link a,.footer_link p,.small{
		font-size: 3.5vw;
	}
	
	.small{
		padding-top: 2vw;
	}
	
	
	
}