
.ttl_page {
	text-align: center;
	background: #fff;
	background-image: url(../img/member/bg-member.jpg);
	background-position: 100% 100%;
	background-repeat: repeat;
	height: 420px;	
}

h2 span.font11 {
	font-weight: normal;
	display: block;
}

.contblock .txt {
	font-weight: bold;
	text-align: center;
}


.contblock .btn_block {
	text-align: center;
	margin-top: 40px;
}

.contblock .btn_block .btn {
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	.ttl_page {
		height: auto;	
		background-size: cover;
	}
  
}


