@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:400,500,600,700,800,900|Roboto:400,500,700,900|Quicksand:400,500,700');
.fxw{
	display: flex;
	flex-wrap: wrap;
}
.jcsb{
	display: flex;
	justify-content: space-between;
}
.circle::before{
	content: "";
	width: 8px;
	height: 8px;
	display: inline-block;
	background-color: #000;
	border-radius: 50px;
	position: relative;
	top: -1px;
	margin-right: 5px;
}
.titleunderline{
	border-bottom: 8px 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: 10px;
}
.members-top h1{
	text-align: center;
	font-size: 23px;
}
.members-top p{
	text-align: center;
	font-size: 17px;
	margin-top: 10px;
}
/* members-service */
.members-service{
	margin-bottom: 10px;
}
.members-ttl{
	color: #fff;
	font-size: 20px;
	background-color: #000;
	padding: 5px;
	text-align: center;
	margin-bottom: 10px;
}
.members-txtarea{
	width: 90%;
	margin: auto;
}
.members-txtarea > p{
	font-size: 16px;	
}
.members-txtarea > p span{
	font-size: 14px;
	font-weight: lighter;
}
.members-service__disc{
	margin-top: 10px;
	font-size: 14px;
}
.members-service__disc li{
	margin-bottom: 5px;
}
.members-service__disc li span{
	font-size: 10px;
}
/* members-stage */
.members-stage{
	margin-bottom: 10px;
}
.members-stage__disc{
	margin-top: 10px;
	margin-bottom: 10px;
}
.members-stage__disc > p{
	width: 100%;
		margin: 20px 0;
}
.members-stage__disc > p img{
	width: 100%;
}
.members-stage__disc__list{
	width: 100%;
}
.members-stage__disc__list li{
	margin-bottom: 20px;
} 
.members-stage-name{
	font-weight: bold;
	font-size: 20px;
	border-bottom: 2px solid #000;
}
.members-stage-name span{
	font-weight: normal;
	font-size: 15px;
	margin-left: 5px;
}
.members-stage-point{
	font-size: 15px;
	text-align: right;
}
.members-stage-point::first-line{
	text-align: left;
}
.members-stage-point span{
	font-size: 20px;
	margin: 0 5px;
}
.members-subttl{
	font-size: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.mypagearea li{
	width: 100%;
	position: relative;
	margin: 20px 0 40px 0;
}
.mypageusage:not(:last-child):after{
	content: "";
    position: absolute;
    background: url(https://www.cloche.shop/s/images/member/arrow.svg) no-repeat;
    bottom: -40px;
    width: 30px;
    height: 16px;
    right: 45%;
    -webkit-transform: translateX(-45%);
    -ms-transform: translateX(-45%);
    -o-transform: translateX(-45%);
    transform: translateX(-45%);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.textframe{
	position: absolute;
	top: 0;
	width: 100%;
}
.mypage-ttl{
	text-align: center;
	font-size: 17px;
	background:url(https://www.cloche.shop/s/images/member/textframe.svg) no-repeat  center top;
	background-size: 100%;
	height: 75px;
	padding-top: 18px;
}
.mypage-disc{
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}
.mypage-disc span{
	font-size: 10px;
}
.memberscard p{
	width: 48%;
}
.memberscard img{
	width: 100%;
}
.pcimg{
	width: 50%;
	margin: 0 auto;
}
.mypage-item li{
	width: 48%;
	margin-right: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #c9caca;
}
.mypage-item p{
	padding: 8px 20px 6px;
}
.mypage-item li:nth-of-type(2n){
	margin-right: 0;
}
.nomail li{
	font-size: 14px;
	margin-bottom: 10px;
}
.memberlink{
	margin-top: 30px;
	width: 100%;
}
.memberlink  p{
	width: 80%;
	margin: 0 auto;
	text-align: center;
	display: inline-block;
	margin-bottom: 20px;
}
.memberlink p a{
	display: block;
	width: 100%;
	color: #fff;
	background-color: #000;
	border: 1px solid #000;
	padding: 15px 0;
	transition: 0.3s;
}
.memberlink p a:hover{
	color: #000;
	background-color: #fff;
}
@media only screen and (min-width: 490px) and (max-width: 768px){
	.mypagearea{
		width: 65%;
		margin: 0 auto;
	}
	.mypage-ttl{
		font-size: 18px;
		padding-top: 23px;
		margin-top: 15px;
	}
	.mypage-item p{
		padding: 3% 10%;
	}
}
@media only screen and (min-width: 376px) and (max-width: 489px){
	.mypage-ttl{
		padding-top: 20px;
	}
	.mypagearea{
		width: 80%;
		margin: 0 auto;
	}
}
