@charset "utf-8";
.fxw{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}
.jcsb{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
}
.circle::before{
	content: "";
	width: 11px;
	height: 11px;
	display: inline-block;
	background-color: #000;
	border-radius: 50px;
	position: relative;
	top: 0px;
	margin-right: 5px;
}

.titleunderline{
	border-bottom: 10px solid #000;
}
.members-top h1,
.members-ttl,
.members-stage-name{
	font-family: 'Century Gothic',YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

/* members-top */
.members-top{
	margin-bottom: 20px;
}
.members-top h1{
	text-align: center;
	font-size: 50px;
}
.members-top p{
	text-align: center;
	font-size: 26px;
	margin-top: 20px;
}
/* members-service */
.members-service{
	margin-bottom: 20px;
}
.members-ttl{
	color: #fff;
	font-size: 25px;
	background-color: #000;
	padding-left: 20px;
	margin-bottom: 20px;
}
.members-txtarea{
	padding-left: 20px;
	padding-right: 20px;
}
.members-txtarea > p{
	font-size: 23px;	
}
.members-txtarea > p span{
	font-size: 15px;
	font-weight: lighter;
}
.members-service__disc{
	margin-top: 10px;
	font-size: 15px;
}
.members-service__disc li span{
	font-size: 12px;
}
/* members-stage */
.members-stage__disc{
	margin-top: 30px;
	margin-bottom: 20px;
}
.members-stage__disc > p{
	width: 50%;
	order: 2;
}
.members-stage__disc > p img{
	width: 100%;
}
.members-stage__disc__list{
	margin-right: 7%;
	flex: 1;
}
.members-stage__disc__list li{
	margin-bottom: 20px;
} 
.members-stage-name{
	font-weight: bold;
	font-size: 25px;
	border-bottom: 2px solid #000;
}
.members-stage-name span{
	font-weight: normal;
	font-size: 15px;
	margin-left: 5px;
}
.members-stage-point{
	font-size: 18px;
}
.members-stage-point span{
	font-size: 25px;
	margin: 0 5px;
}
.members-subttl{
	font-size: 25px;
	padding-left: 20px;
	margin-bottom: 20px;
}
.mypagearea{
	margin-top: 30px;
	margin-bottom: 20px;
}
.mypagearea li{
	width: 28%;
	position: relative;
}
.mypagearea li:not(:last-child){
	margin-right: auto;
}
.mypageusage:not(:last-child):after{
	content: "";
    position: absolute;
    background: url(https://www.cloche.shop/s/images/member/arrow.svg) no-repeat;
    width: 30px;
    height: 16px;
    top: 25px;
    right: -70px;
}
.textframe{
	position: absolute;
	top: 0;
	width: 100%;
}
.mypage-ttl{
	text-align: center;
	font-size: 24px;
	background:url(https://www.cloche.shop/s/images/member/textframe.svg) no-repeat  center top;
	background-size: 100%;
	height: 75px;
	padding-top: 9px;
}
.mypage-disc{
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
}
.mypage-disc span{
	font-size: 12px;
}
.memberscard p{
	width: 46%;
}
.memberscard p img{
	width: 100%;
}
.pcimg{
	width: 50%;
	margin: 0 auto;
}
.mypage-item li{
	width: 49%;
	margin-right: auto;
	margin-bottom: 8px;
	background-color: #c9caca;
}
.mypage-item p{
	padding: 3% 15%;
}
.mypage-item li:nth-of-type(2n){
	margin-right: 0;
}
.nomail li{
	margin-bottom: 5px;
}
.memberlink{
	width: 50%;
	margin: 0 auto;
}
.memberlink  p{
	width: 45%;
	text-align: center;
	display: inline-block;
	margin-bottom: 30px;
	margin-right: 20px;
}
.memberlink p a{
	display: block;
	width: 100%;
	font-size: 18px;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 10px 0;
	transition: 0.3s;
}
.memberlink p a:hover{
	color: #000;
	background-color: #fff;
}
@media screen and (max-width:1100px){
	.members-top p{
		font-size: 25px;
	}
	.members-txtarea > p{
		font-size: 20px;
	}
	.members-stage-name{
		font-size: 18px;
	}
	.members-stage-point{
		font-size: 13px;
	}
	.members-stage-point span{
		font-size: 16px;
	}
	.mypageusage:not(:last-child):after{
		right: -60px;
	}
	.mypage-ttl{
		height: 55px;
		font-size: 20px;
		margin-top: 10px;
		padding-top: 10px;
	}
	.mypage-item p{
		padding: 3% 5%;
	}
}
@media screen and (max-width:960px){
	.mypageusage:not(:last-child):after{
		top: 15px;
		right: -60px;
	}
	.mypage-ttl{
		height: 45px;
		font-size: 15px;
		margin-top: 8px;
		padding-top: 8px;
	}
	.mypage-item li p{
		font-size: 13px;
	}
}



