@charset "UTF-8";

#about-member div.page-content{
	box-sizing: border-box;
	padding:5px;
}

#about-member p.caption{
	margin-bottom:10px;
}

#about-member div.iframe-content{
	width:100%;
	position: relative;
}

#about-member div.iframe-content:before{
	display:block;
	content:"";

	box-sizing: border-box;
	padding-bottom:56.25%;
}

#about-member div.iframe-content iframe {
	position: absolute;
	top: 0;
	left: 0;

	width:100%;
	height:100%;

	border:none;

	box-sizing: border-box;
	padding:10px;
}

#about-member div.iframe-content video {
	position: absolute;
	top: 0;
	left: 0;

	width:100%;
	height:100%;

	border:none;

	box-sizing: border-box;
	padding:10px;
}

#about-member div.navigation{
	box-sizing: border-box;
	padding:10px;	
	margin-bottom:20px;
}

#about-member div.navigation ul{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;
}

#about-member div.navigation ul li{
	width:50%;	
	box-sizing: border-box;
	padding:5px;	
	text-align: center;	
	font-size:0.8rem;
	line-height:30px;
}

#about-member div.navigation ul li a{
	display:block;	
	background-color:#064664;
	color:#fff;	
	border-radius:5px;	
	box-sizing: border-box;
	padding-bottom:10px;	
	background-image: url("../images/icon-arrow-down-white.png");
	background-repeat: no-repeat;
	background-size: 15px;
	background-position: center bottom 2.5px;
}

#about-member div.navigation ul li a:hover{
	opacity:0.5;
	
	text-decoration: none;
}

#about-member div.content-inner{
	margin-bottom:20px;
}

#about-member div.content-inner:last-child{
	margin-bottom:0;
}

#about-member div.content-inner h4{
	font-weight:bold;
	
	font-size:1.15rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	padding-bottom:5px;
	border-bottom:solid 2px #000;
	margin-bottom:10px;
}

#about-member div.content-inner div.post-content p{
	margin-bottom:10px;
}

#about-member div.content-inner div.post-content p:last-child{
	margin-bottom:0;
}

#about-member div.content-inner div.post-content p.btn{
	width:240px;
	
	text-align: center;
}

#about-member div.content-inner div.post-content p.btn a{
	display:block;
	
	background-color:#f00;
	color:#fff;
	
	font-size:0.8rem;
	line-height:40px;
	font-weight:bold;
	
	border-radius:5px;
	
	background-image: url("../images/icon-arrow-right-white.png");
	background-repeat: no-repeat;
	background-size:20px;
	background-position: center right 2.5px;
}

#about-member div.content-inner div.post-content p.btn a:hover{
	opacity: 0.5;
	text-decoration: none;
}

#about-member div.content-inner div.post-content ul{
	margin:10px 0;
}

#about-member div.content-inner div.post-content ul li{
	box-sizing: border-box;
	padding-left:20px;
	
	position: relative;
}

#about-member div.content-inner div.post-content ul li:before{
	display:block;
	content:"・";
	
	position: absolute;
	top:0;
	left:0;
}

#about-member div.member-rank{
	margin:10px 0;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	border:solid 1px #f0f0f0;
}

#about-member div.member-rank div.row{
	display:table;
	width:100%;
	
	box-sizing: border-box;
	border-bottom:solid 1px #f0f0f0;
}

#about-member div.member-rank div.row:last-child{
	border-bottom:none;
}

#about-member div.member-rank div.row p{
	display:table-cell;
	width:20%;
	
	text-align: center;
	
	box-sizing: border-box;
	padding:5px;
	border-right:solid 1px #f0f0f0;
	
	background-color:#fff;
	color:#000;
}

#about-member div.member-rank div.row p:last-child{
	border-right:none;
}

#about-member div.member-rank div.row:first-child p{
	background-color:#000;
	color:#fff;
}