#member {
	max-width: 1400px;
	margin: 0 auto;
	
}

#member .cream_box{
	background: #fefef2;
	padding-bottom: 60px;
	background-image: url(/m/cmn_files/img/ck_uploads/images/member_inamura.png);
	background-size: 510px;
	background-position: bottom right;
	background-repeat: no-repeat;
}

#member b.gold{
	color: #b98d17;
}

#member hr{
	width: 90%;
	margin: auto;
}

.text_center{
	text-align: center;
}

#member .point {
	width: 80%;
	margin: auto;
	display: inline-block;
}

#member .point img{
	width: calc(100% / 3);
	float: left;
}

#member .clearfix::after{
	content: "";
	display: block;
	clear: both;
}

#member .catch_title{
	font-size: 40px;
	font-weight: bold;
	line-height: 50px;
	margin:20px auto; 
}

#member .catch_text{
	font-size: 20px;
	line-height: 35px;
	margin-top: 30px;
	margin-bottom:30px; 
}

#member .read{
	width: 100%;
	background: #000;
	padding: 20px;
	font-size: 35px;
	color: #fff;
	line-height: 50px;
}

#member .triangle{
	width: 30px;
	margin: -1px auto 0;
  	border-top: 30px solid #000;
  	border-right: 30px solid transparent;
  	border-bottom: 30px solid transparent;
  	border-left: 30px solid transparent;
}
#member .pc{
	display:inline-block;
}
#member .sp{
	display:none;
}

@media screen and (max-width: 768px) {
	#member .catch_title {
	    font-size: 7vw;
	    font-weight: bold;
	    line-height: 160%;
	    margin: 20px auto;
	    width: 90%;
	}

	#member .catch_text {
	    font-size: 3vw;
	    line-height: 150%;
	    margin-top: 30px;
	    margin-bottom: 30px;
	}

	#member hr {
	    width: 90%;
	    margin: 0 auto 4px;
	}

	#member .catch_text {
	    font-size: 2.7vw;
	    line-height: 225%;
	    width: 90%;
	    margin: 30px auto;
	    text-align: left;
	}

	#member .cream_box {
	    background-size: 45%;
	}

	#member .read {
	    width: 100%;
	    background: #000;
	    padding: 20px;
	    font-size: 6vw;
	    color: #fff;
	    line-height: 160%;
	}

	#member .point img {
	    width: calc(100% / 2);
	    display: block;
	    float: left; 
	}

	#member > .cream_box > img{
		object-fit: cover;
		height: 160px;
	}
	#member .cream_box{
		background-position: right;
		background-repeat: no-repeat;
	}

	#member .pc{
		display:none;
	}
	#member .sp{
		display:inline-block;
	}
}