@charset "utf-8";

/*
 * /css/graph.css
 * Version: 1.0.0
 * Copyright (c) 2018 Kenshokai All Rights Reserved.
 */
body{
	margin:0px;
	background: #e6e6e6;
	overflow-x: hidden;
	}
#animation_container {
	position:absolute;
	margin:auto;
	left:0;right:0;
	top:0;bottom:0;
}
.back_top{
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	width: 180px;
	height: 40px;
	margin: 0 auto;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background:#0a1b3a;
	border-radius: 30px;
	transition: 0.3s;
	margin-top: 30px;
	position: relative;
	top: 630px;
	border: 1px solid #fff;
	
}
.top_move{
	display: block;
	position: fixed;
	top: 50%;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
}

.top_move img{
	width: 60px;
	height: 60px;
}


.top_move2{
	display: block;
	position: fixed;
	top: 40%;
	right: 0;
	width: 60px;
	height: 60px;
	z-index: 100;
}

.top_move2 img{
	width: 60px;
	height: 60px;
}


}