@charset "utf-8";
@import "reset.css";

#wr{
	text-align: center;
	margin: 0 auto;
	width: 100%;
	height: 100vh;
}

header{
	background: #8AD7DD;
	padding: 6%;
	clear: both;
	width: 100%;
	height: 10vh;
	position: absolute;
	bottom: 0
}


h1{
	font-size: 16px;
	color: #555555;
	line-height: 1.4em;
	margin-bottom: 10px;
}

h1 span{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 5px;
	display: block;
}


h2{}




main{
	width:90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align:center;
	padding: 5%;
	display: flex;
	justify-content: center;
	align-items: center
}


.mottchi{
	text-align: center;
	margin: 0 auto;

}



