.bizt-nav .banner-email-magazine {
	display: block;
}
.bizt-nav {
	background-color: #a91d24;
}

#section_02 {
	position: relative;
}

.memberBox {
	position: absolute;
	bottom: 0;
	padding: 40px;
	background-color: #ffefef;
	width: 100%;
	text-align: center;
}
.memberBox::before {
	position: absolute;
	content: "";
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 75%, rgba(255,255,255,1) 100%);
	height: 100px;
	width: 100%;
	top: -100px;
	left: 0;
}
.memberBox_title {
	position: relative;
	color: #ba000a;
	font-weight: bold;
	font-size: 118%;
	z-index: 10;
	margin-bottom: 20px;
}
.memberBox_title::after {
	position: absolute;
	content: "";
	background-color: #ffefef;
	width: 18em;
	left: 50%;
	top: 0;
	transform: translate(-52%);
	height: 1.5em;
	z-index: -1;
}
.memberBox_title::before {
	position: absolute;
	content: "";
	width: 100%;
	height: 1px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ba000a;
	z-index: -2;
}
.memberBox_text {
	margin-top: 24px;
	color: #333;
	font-size: 95%;
}

.pbmemberBox {
	padding-bottom: 229px;
}
.button.button--red.button--arr {
	font-size: 130%;
	padding: 21px 60px;
}

#section_02 {
	margin-bottom: 20px;
}
a.button--gray {
	background-color: #f5f5f5;
	color: #000;

}

@media only screen and (max-width: 767px) {
	.memberBox {
		padding: 20px;
	}
	.memberBox_title {
		font-size: 108%;
		margin-bottom: 10px;
	}
	.memberBox_title::after {
		width: 17.4em;
		transform: translate(-51%);
	}
	.button.button--red.button--arr {
		font-size: 108%;
		padding: 14px 20px;
	}
	.memberBox_text {
		font-size: 86%;
		margin-top: 10px;
	}
	.memberBox::before {
		position: absolute;
		content: "";
		height: 115px;
		width: 100%;
		top: -115px;
		left: 0;
	}
	.pbmemberBox {
		padding-bottom: 90px;
	}
	#section_02 {
		margin-bottom: 15px;
	}
	.back-button {
		margin-top: 0;
	}
}
