@charset "utf-8";


/*PC・タブレット・スマホ共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
body.is-fixed .nav-fix-pos {
	width: 100%;
	z-index: 100;
	position: fixed;
	top: 0;left: 0;
}
body.is-fixed .header {
	margin-bottom: 51px;	/*メインメニューの高さ(51)と同じサイズを指定する*/
}
body.is-fixed .mt-top {
	margin-top: 701px;	/*.mt-topのサイズ(650)にメインメニューの高さ(51)を合計したサイズを指定する*/
}
body.is-fixed .mt-top2 {
	margin-top: 301px;	/*.mt-top2のサイズ(250)にメインメニューの高さ(51)を合計したサイズを指定する*/
}

