body {
	
	background: url(../img/bg01.png) rgba(0, 0, 0, .7)  50% 50%;
	background-size: cover;
	background-blend-mode: color;

	display: flex;
	flex-flow: column;
}

.header-box {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	padding: 10px;
	color: #fff;
	opacity: .7;
	font-size: 12px;
}

.header-box em {
	flex: 1;
}

.header-box a {
	padding: 0 .5em;
}

.header-box span+span {
	margin-left: 10px;
}

.header-box a.btn-min {
	padding: .4em 1em;
}

.body-box {
	flex: 1;
	line-height: 2em;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	padding: 10px;background: none;
}

.body-box .text-box h1,
.body-box .text-box .fz15 {
	background: linear-gradient(180deg, #cb91cb, #f58fa7);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	color: transparent;
	margin-bottom: .5em;
}

.text-box .btn {
	margin-top: 3em;
}

/*µ×²¿*/
	footer {
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: #EFEFEF;
	box-shadow:0 0 5px rgba(0,0,0,.2);
	padding:5px 0;
	padding-bottom:15px;
}
footer a {
	float:left;
	width:25%;
	text-align:center;
}
footer a img {
	height:2.8rem;
}
footer a p {
	font-size:1.3rem;
	color:#00569e;
	line-height:1.8rem;
}