@charset "UTF-8" ;


/* ボディ */
body
{
	margin: 0 ;		/* スペース */
	padding: 0 ;		/* 余白 */
	font-size: 15px ;	/* 文字サイズ */
	line-height: 1.618 ;	/* 行の高さ */
	xfont-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", Meiryo, メイリオ, Helvetica, sans-serif !important;
	background: #EBEBEB;
	
	color: #003;
	
}
.container { 
	//width: 100%;
	background: #FFFFFF;
	text-align: left; 
}  

iframe
	{
		overflow:hidden;
		width:640px;
		height:360px;
		text-align:center;
	}


/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ボディ */
	body
	{
		font-size: 13px ;	/* 文字サイズ */
	}
	/*
	iframe
	{
		overflow:hidden;
		width:320px;
		height:180px;
		text-align:center;
	}
	*/
	
}

/* ヘッダー */
.header
{
	border-bottom: 5px solid #4169e1 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	padding: 1em 0 ;			/* 上下の余白 */
	margin-bottom: 2em ;			/* 他のブロックとのスペース */
	background: #FFFFFF ;			/* 背景色(確認用) */

	background-color: #06389a;
}

/* ロゴ画像を囲むh1 */
.logo-wrapper
{
	margin: 0 ;
	padding: 0 ;
	xline-height: 1 ;

	line-height: 2;
	color: #fff;
	font-size: 40px;
	font-weight: 300;
}

/* ロゴ画像 */
.logo
{
	width: 300px ;
	height: auto ;
}



/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	/* ロゴ画像 */
	.logo
	{
		width: 200px ;
	}
	.QR
	{
	display:none;	
	}

}

/* フッター */
.footer
{
	//border-top: 0px solid #888 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	margin-top: 1em ;			/* 他のブロックとのスペース */
	padding: 1em 0 ;			/* 上下の余白 */
	//padding: 0 10px; 
	background: #EBEBEB ;
}

/* 全体(デスクトップPCとスマホ)に適用するCSS */
.wrapper
{
	/*background: orange;*/
	width: auto;			/* 2023/12/31修正 */
	margin: 0 auto;		/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 0 0px;			/* 上下左右の余白を0にしておく */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
		//text-align: center ;			/* テキスト、画像の真ん中寄せ */
	}
}

@media screen and (max-width:768px)
{
	.wrapper
	{
		width: auto ;
		padding: 0 10px ;
	}
}


/* 全体(デスクトップPCとスマホ)に適用するCSS */
.main
{
	width: auto;/*940px;*/
	padding: 0 20px ;					/* 上下左右に20pxの余白 */
	/*border: 1px solid rgba(0,0,0,.1) ;		/* 枠線 */

	
	
	
}




/*
.side
{
	width: 320px ;
}
*/

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main
	{
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
	}
/*
	.side
	{
		width: auto ;
	}
*/	



}

@media screen and (max-width:768px)
{
	iframe
	{
		overflow:hidden;
		width:320px;
		height:180px;
		text-align:center;
	}
	.main
	{
		width: auto ;
		padding: 0 ;		/* 余白 */
		border: none ;		/* 枠線 */
	}
/*
	.side
	{
		width: auto ;
	}
*/	
}


/* 全体(デスクトップPCとスマホ)に適用するCSS */

.main
{
	float: left ;		/* 左に寄せる */
	//display:none;
}



.side
{
	float: right ;		/* 右に寄せる */
}

/* スマホだけに適用するCSS */
@media screen and (max-width:479px)
{
	.main , .side
	{
		float: none ;
	}
}

@media screen and (max-width:768px)
{
	.main , .side
	{
		float: none ;
	}
}


.wrapper
{
	overflow: hidden ;
}
