@charset "utf-8";
html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0;
	background: #E9F4F5;
}

.main {
	text-align: center;
	padding: 100px 0;
	font-family: 'Kosugi Maru', sans-serif;
	color: #333;
}

.logo img {
	width: 170px;
}

.text1 {
	margin: 20px 0 30px;
	font-size: 16px;
	font-weight: bold;
}

.text2 {
	margin: 40px;
	font-size: 14px;
	line-height: 1.7;
}

.top {
	color: #1AA5AA;
	font-weight: bold;
	font-size: 14px;
}

.top:hover {
	color: #44cdd2;
}