@font-face {
	font-family: 'Source Han Sans';
	src: url('fonts/NotoSansSC/NotoSansSC-Regular.otf');
	font-weight: light;
	font-style: light;
}

body {
	font-family: 'Noto Sans SC', sans-serif;
	margin: 0;
	font-weight: 300;
}

a {
	color: inherit;
	text-decoration: none;
}

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 5rem;
	display: flex;
	align-items: center;
	background-color: rgb(255, 255, 255);
	z-index: 9999;
}

.header .logo {
	padding-left: 5rem;
	display: flex;
}

.header .logo .title {
	margin: auto;
	margin-left: 1em;
	align-items: center;
	font-size: 1em;
}

.header .logo img {
	width: 2.2em;
}



.header .logo {
	padding-left: 1rem;
}

.header .logo .title {
	
}

.header .logo img {
	width: 1.6rem;
}
.header .menu {
	position: absolute;
	right: 1rem;
	width: 2rem;
}
.header .menu-icon {
	margin: 0.5rem;
	padding-left: 5rem;
	display: flex;
	align-items: center;
}

.header .menu-icon img {
	position: absolute;
	right: 0.2rem;
	width: 1.6rem;
}

.header .nav {
	background-color: white;
	position: absolute;
	right: -8rem;
}

.header .nav ul {
	height: 100%;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.header .nav ul li {
	width: 6rem;
	height: 3rem;
	text-align: center;
	margin: 0.5em;
	font-size: 0.9em;
}

.header .nav ul li div {
	width: 100%;
}

.header .nav ul li .button {
	display: flex;
	align-items: center;
	text-align: center;
	width: 80%;
	height: 99%;
}

.header .nav ul li .button.action {
	border-bottom: 2px solid #084E8A;
	color: #084E8A;
}


footer {
	width: 100%;
	margin: auto;
	background-color: white;
}

footer .content {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

footer .content-item {
	margin-top: 2em;
	min-width: 16rem;
}

footer .footer-title {
	font-size: 0.9rem;
	height: 2rem;
}

footer .footer-item {

	font-size: 0.8rem;
	height: 1.6rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .company-item p{
	font-size: 0.6rem;
}
footer {
	width: 100%;
	margin: auto;
	background-color: white;
	color: white;
}

footer .content {
	background-color: #00456B;
	padding-top: 4rem;
}

footer .content-item {
	width:80%;
	margin-top: 10em;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	
	text-align: center;
	margin-bottom: 2rem;
	
}


footer .company-item {
	margin-top: 3em;
	width:18rem;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.8rem;
}

footer .content-item:not(:first-child)::before{
	content:"";
	width: 30%;
	position: absolute;
	border-top: solid 1px white ;
	border-top-width:1px;
}

footer .footer-item {
	font-size: 1rem;
	font-weight: 700;
	margin: 1rem;
	width: 6rem;
	display: flex;
	align-items: center;
}



footer .content-item span {
	font-size: 1rem;
	margin: auto;
}

