@import 'mixin.css';
@import 'mobile.css';
* {
	box-sizing: border-box;
	outline: none;
	margin: 0;
	padding: 0;
}

body {
	font-family: 'centurygothic';
}

.header {
	width: 100%;
	padding: 10px 0;
	background: #fff;
}

.h_elems {
	width: 100%;
	max-width: 1200px;
}

.h_left {

}

.logoBox {
	display: flex;
}
.logoBox svg {
	object-fit: cover;
	max-width: 127px;
	width: 100%;
	max-height: 141px;
	min-height: 100px;
}
