@charset "utf-8";
/* CSS Document */



.members{
	width:960px;
	margin:0 auto;
	padding:60px 0 200px;
}


.member_info p{
	font-size:16px;
	white-space:pre-wrap;
	text-align:center;
	margin-bottom:1.5rem;
	line-height:2;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight:300;
	
}
.member_info {
	margin-bottom:200px;
}

.member_info h3{
	font-family: 'Noto Serif JP', serif;
 	 font-weight: 500;
	 text-align:center;
	 font-size:30px;
	 margin-bottom:80px;
}
.member_info_btn{
	display:block;
	margin:80px auto;
	width:400px;
	
}
.member_info_btn img{
	width:100%;
	border:1px solid #000000;	
}
.member_rules{
	background:#f3f3f3;
	padding:40px 80px;
	border:1px solid #c7c7c7;
	box-sizing:border-box;
	width:800px;
  margin:0 auto;
}

.member_rules li{
	list-style:inherit;
	margin-bottom:0.8rem;
	font-size: 16px;
}

.member_rules h4{
	text-align:center;
	font-size:18px;
	margin-bottom:50px;
}

.about_member{
	width:800px;
  margin:50px auto;
  background:#f3f3f3;
  padding:40px 120px 30px;
  border:1px solid #c7c7c7;
  box-sizing:border-box;
}

.about_member li{
  list-style:inherit;
  line-height: 1.5;
  margin-bottom:1rem;
  font-size: 16px;
}

