@charset "UTF-8";

body {
	text-align: center;
}

.wrapper {
	width: 100%;
	max-width: 1080px;
	margin: 0px auto;
	padding: 0px;
	font-family: 'Roboto', sans-serif;
	text-align: left;
}

.cb {
	clear: both;
}

.blue {
	width: 100%;
	margin: 0px;
	margin-top: 40px;
	margin-bottom: 80px;
	height: 50px;
	background-color: #2bacdf;
}

.bigImg {
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 40px;
	margin-top: 40px;
}

.head {
	margin-top: 50px;
	margin-bottom: 50px;
	display: flex;
	justify-content: space-between;
	padding: 0px 50px;
}

.menulink {
	font-weight: 700;
	font-size: 14pt;
	color: #000;
	text-decoration: none;
	height: 1em;
	margin-top: auto;
	cursor: pointer;
}

.logo {
	width: 216px;
	height: 154px;
}


.text {
	font-weight: 400;
	font-size: 14pt;
	margin: 0px;
	margin-left: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
	padding: 0px;
	line-height: 1.7em;
}

.top {
	margin-left: 50px;
}

.top .text {
	margin: 30px 0px 30px 0px;	
}

.chapter {
	width: 60%;
	margin: 0px auto;
	padding: 0px;
}

h1 {
	font-weight: 100;
	font-size: 50pt;
	margin: 30px 0px;;
	padding: 0px;
}

h1 span {
	font-weight: 700;
}

h2 {
	font-weight: 100;
	font-size: 18pt;
	color: #2bacdf;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}



.final {
	
}

.final p {
	padding: 50px 25px;
	font-weight: 700;
	font-size: 14pt;
}

.foot {
	background-color: #2bacdf;
	padding: 50px;
	display: flex;
	justify-content: space-between;
}

.foot a {
	font-weight: 700;
	color: #fff;
	font-size: 18pt;
	text-decoration: none;
	cursor: pointer;
}
