.fix-box {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #fff;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.1);
	z-index: 1;
}
.main {
	background: #fff;
}
.center-box {
	min-height: calc(100vh - 100px);
	height: unset;
	overflow: unset
}
.center-box p {
	line-height: 30px;
}
.header a {
	display: flex;
}
.header-l {
	color: #000;
}
.header-r > a {
	color: #000;
}
.center-box {
	width: 1200px;
	padding: 60px 0 30px;
}
.title {
    text-align: center;
    margin: 58px 0 34px;
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(216, 216, 216, .4);
}
.bottom {
	background: unset;
	margin-top: 30px;
	border-top: 1px solid rgba(216, 216, 216, .4);
	color: #000;
	width: 100vw;
    position: absolute;
    left: 0;
}
.bottom a {
	color: #000;
}
.indent {
	text-indent: 2em;
}
.mt-5 {
	margin-top: 10px;
}
.bold-700 {
	color: #000;
}
