@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	transition: all 0.1s linear;

	list-style:none;
	box-sizing:border-box;
	text-decoration:none;
/*
	border-collapse:collapse;

*/
	border:0px solid grey;

	position:relative;
	color:rgba(0,0,0,1.0);

	border-radius:0;

}

	pre,label,input,button,select,textarea,p,br,
	*{
		font:normal normal 20px/40px 'Noto Serif JP',sans-serif;
	}

	br{
		line-height:inherit;
	}

@media only screen and (max-width:768px){

	pre,label,input,button,select,textarea,p,br,
	*{
		font:normal normal 16px/30px 'Noto Serif JP',sans-serif;
	}

	br{
		line-height:inherit;
	}

}


html{
	overflow-y:scroll;
	position:relative;
	z-index:-99999;
/*
	background-color:rgba(254,250,233,1.0);
*/
}

	article{
		z-index:-99;
		padding:1px calc(50% - 800px / 2) 90px;
	}

@media only screen and (max-width:1200px){

	article{
		padding:1px calc(50% - 768px / 2) 90px;
	}

}

@media only screen and (max-width:768px){

	html{
		overflow: scroll;
		scrollbar-width:none;
	}

	article{
		padding:1px 10px 40px;
	}

}

body{
	width:100%;
	overflow:hidden;
	position:relative;
	z-index:-9999;
}

a{	display:block;}

figure img,
picture img{
	width:100%;
	display:block;
}

h1,
h2,
h1 *,
h2 *{
	margin:20px;
	font-size:32px;
	font-weight:bold;
	text-align:center;
}

@media only screen and (max-width:767px){

h1,
h2,
h1 *,
h2 *{
	margin:10px 0;
	font-size:22px;
}

}


.SVG{
	display:none;
}

footer{
	padding:0;
}

footer a{
	width:100%;
	display:flex;
	flex-flow:row wrap;
	justify-content:center;
}

footer a img,
footer a p{
	margin:20px 10px;
	height:80px;
}

footer a img:nth-child(3){
	height:120px;
	margin:0 10px;
}

footer small{
	width:100%;
	padding:16px 0;
	text-align:center;
	background-color:rgba(129,195,114,1.0);
	background-color:rgba(0,143,215,1.0);
	color:rgba(255,255,255,1.0);
	font-size:16px;
	display:block;
}