@charset "UTF-8";



/* ++++++++++++++++++++++++++++++++++++++++ */
/*
/* 基本設定: ページ共通
/*
/* ++++++++++++++++++++++++++++++++++++++++ */


body {
	margin: 0;
	font-family: 'Helvetica Neue',Arial,'Hiragino Kaku Gothic ProN','Hiragino Sans',Meiryo,sans-serif;
	font-size: 16px; 
}




/* ------------------------------ */
/* containerクラス共通 */
/* ------------------------------ */
.container { width: 100%; /*max-width: 1000px;*/ margin: 0 auto; padding: 10px; }



/* ------------------------------ */
/* section 共通 */
/* ------------------------------ */
section { }




@media (max-width: 767px) {
	/* 767px以下 */


}








/* ------------------------------ */
/* 注意書き赤字 */
/* ------------------------------ */
.att { color: #b30000; }




/* -------------------------------

ヘッダー

--------------------------------*/

header { background-color: #0044cc; }

header .container {

}
header h1 { color : #FFF; }


@media (max-width: 767px) {
	/* 767px以下 */


}



/* -------------------------------

フッター

--------------------------------*/

footer {
	color: #333333;
	background-color: #f5f5f5;
}
footer .container {  }


/* コピーライト */
footer p.copyright { text-align: center; font-size: 14px; }

@media (max-width: 767px) {
	/* 767px以下 */


}



/* -------------------------------

ページトップ

--------------------------------*/

#page_top{
	width: 50px; height: 50px; position: fixed; right: 10px; bottom: 10px;
	background: #4d4d4d; opacity: 0.9; border-radius: 50%;
}
#page_top a{
	position: relative; display: block; width: 50px; height: 50px; text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free'; font-weight: 900; content: '\f106';
	font-size: 25px; color: #fff;
	position: absolute; width: 25px; height: 25px;
	top: -5px; bottom: 0; right: 0; left: 0; margin: auto; text-align: center;
}

@media (max-width: 767px) {
	/* 767px以下 */

}











