.banner {
	background: url(../img/member/bg@2x.png) no-repeat center;
	background-size: 100% 100%;
	width: 100%;
}
.banner .top {
	position: relative;
	margin: 0 auto;
}
.banner .top h1 {
	position: absolute;
	font-weight:600;
	color:rgba(119,143,188,0.4);
	text-transform:uppercase;
	top: 20px;
	z-index: 0;
}
.banner .top div {
	position: absolute;
	width: 100%;
	z-index: 1;
}
.banner .top p {
	color: #FFFFFF;
	font-weight: 500;
	text-align: center;	
	margin-bottom: 0;
}
.banner .top p:first-child {
	line-height: 1;
}
.banner .top p:last-child {
	line-height: 2;
}
.banner .top p:last-child:after {
	content: "";
	position: absolute;
	background: #FFFFFF;
	left: 50%;
}

.member .container ul li:before {
	content: "ー";
	padding-right: 5px;
}
.member .container li {
    line-height: 2.6;
}
@media only screen and (min-width:992px ) {
	.member.section.main {
		padding-top: 111px;
	}
	.banner {
		height: 200px;
	}
	.banner .top {
		width: 650px;
		padding-top: 40px;
	}
	.banner .top h1 {
		font-size: 72px;
		top: 20px;
	}
	.banner .top p {
		font-size: 28px;
	}
	.banner .top p:first-child {
		font-size: 34px;
	}
	.banner .top p:last-child:after {
		bottom: -10px;
		height: 4px;
		width: 40px;
		margin-left: -20px;
	}
	.member .container {
		width: 900px;
		margin: 0 auto;
		padding-top: 50px;
	}
	.member .container ul {
		font-size: 15px;
		margin-bottom: 50px;
	}
	.member .container h3 {
		font-size: 20px;
	}
	.member .container h3 span {
		color: #EEEEEE;
		font-size: 16px;
	}
	.member .container h3 font {
		font-size: 18px;
	}
}
@media only screen and (max-width:992px) {
	.member.section.main {
		padding-top: 3.5rem;
	}
	.banner {
		height: 140px;
	}
	.banner .top {
		width: 100%;
		padding-top: 30px;
	}
	.banner .top h1 	{
		width: 100%;
		text-align: center;
		font-size: 36px;
		top: 20px;
	}
	.banner .top p {
		font-size: 20px;
	}
	.banner .top p:first-child {
		font-size: 30px;
	}
	.banner .top p:last-child:after {
		bottom: -5px;
		height: 2px;
		width: 20px;
		margin-left: -10px;
	}
	.member .container {
		padding-top: 20px;
	}
	.member .container ul {
		font-size: 13px;
		margin-bottom: 30px;
		color: #666666;
	}
	.member .container h3 {
		font-size: 17px;
		color: #333333;
	}
}