
@charset "utf-8";

/*──────────────────┐

	Layout

└──────────────────*/

@media screen and (min-width:671px){
	:root{
		--center_block_margin:50px;
	}
}/* @media */

/*──────────────────┐

	Mobile

└──────────────────*/

@media screen and (max-width:670px){
	:root{
		--center_block_margin:30px;
	}
}/* @media */

:root{

	/*──────────────────┐

		Size

	└──────────────────*/
	
	--menu_width:210px;
	--contents_margin:10px;
	--contents_width:670px;
	
	/*──────────────────┐

		Color

	└──────────────────*/
	
	--orange:#f66b1e;
	--gray:#bbb4aa;
	--font_color:#555;
	--background:#002588;
	--menu_lv1:#0033b2;
	--menu_lv2:#1e5bff;
	
	/*──────────────────┐

		Style

	└──────────────────*/
	
	--font_size:1.4em;
	--line_height:1.8;
	--animation_time:0.2s;
	
	/*──────────────────┐

		Style - Mobile

	└──────────────────*/
	
	--pc_gap:50px;
	
	--pc_font_size:1.5em;
	
	/*──────────────────┐

		Style - Mobile

	└──────────────────*/
	/*
	--mobile_main_color:#056CF2;
	--mobile_main_border:#fff;
	--mobile_sub_color:#0597F2;
	*/
	
	--mb_font_size:1.6em;
	--mb_height_header:70px;
	--mb_color_strong:#f66b1e;
	--mb_color_menu:#fafafa;
	--mb_color_gray:#9bb0c1;

}















