@charset "utf-8";


.membermap {
	text-align: center;
}
.lity-content:after {
	-webkit-box-shadow: none!important;
	box-shadow: none!important;
}
.popup {
	width: 700px;
	max-width: 95vw;
	position: relative;
	padding-top: 20px;
}
.popup::after {
	z-index: -1;
	content: '';
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: #fff;
	box-shadow: 0 0 8px rgba(0,0,0,.6);
	border-radius: 3px;
}

.popup .namebox {
	text-align: center;
}
.popup .flexbox {
	display: flex;
	flex-wrap: wrap;
}
.popup .photobox {
	width: calc(360 / 700 * 100%);
}
.popup .textbox {
	width: calc(300 / 700 * 100%);
	padding: 30px 0 0 0;
}
.popup .textbox p {
	line-height: 2;
	margin-bottom: 10px;
	font-size: 14px;
	padding: 0 5px;
	background-image: url("../img/member/pbg.png");
}
.popup .photobox {
	background-repeat: no-repeat;
	background-position: right top;
}

@media (max-width:740px) {
	.popup::after {
		width: calc(100% - 10px);
		height: calc(100% - 10px);
		position: absolute;
		top: 5px;
		left: 5px;
		background-color: #fff;
		box-shadow: 0 0 8px rgba(0,0,0,.6);
		border-radius: 3px;
	}
	.popup .namebox {
	}
	/*.popup .photobox {
		width: 350px;
		max-width: 50vw;
		text-align: center;
		margin: 0 auto;
	}*/
	.popup .photobox {
		width: 60%;
		max-height: calc(49 / 35 * 50vw);
		text-align: center;
		margin: 0 auto;
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center center;
	}
	/*.popup .photobox.member {
		background-position: right top, left top;
	}*/
	.popup .photobox.member {
		background-position: center top;
	}
	.popup .photobox img {
		max-height: 100%;
	}
	.popup .textbox {
		width: 100%;
		text-align: center;
		padding: 0 20px 20px 20px;
	}
	.popup .textbox p {
		line-height: 2;
		margin-bottom: 10px;
		font-size: 13px;
		padding: 0 5px;
		background-image: url("../img/member/pbg2.png");
	}
}
.popup dl {
	padding-top: 5px;
	line-height: 13px;
}
.popup dl div {
	display: inline-flex;
	margin: 0 20px 0 0;
}
.popup dl dt {
	margin-right: 10px;
	white-space: nowrap;
}
.popup dl dt span {
	padding: 1px 10px 1px;
	/*border: 1px solid;*/
	border-radius: 2em;
	font-size: 13px;
	white-space: nowrap;
	color: #fff;
}
.popup dl dd {
	padding: 0;
	font-size: 13px;
	margin-bottom: 15px;
}


.popup dl.c01 dt span {
	background-color: #73b8e2;
}
.popup dl.c02 dt span {
	background-color: #efefef;
	color: #1a1a1a;
}
.popup dl.c03 dt span {
	background-color: #3c6854;
}
.popup dl.c04 dt span {
	background-color: #f58220;
}
.popup dl.c05 dt span {
	background-color: #e48898;
}
.popup dl.c06 dt span {
	background-color: #d81f35;
}
.popup dl.c07 dt span {
	background-color: #004c71;
}
.popup dl.c08 dt span {
	background-color: #ff8c90;
}
.popup dl.c09 dt span {
	background-color: #abc900;
}
.popup dl.c10 dt span {
	background-color: #ffec50;
	color: #1a1a1a;
}
.popup dl.c11 dt span {
	background-color: #34582c;
}
.popup dl.c12 dt span {
	background-color: #ac3040;
}























.lity-wrap {
	overflow: auto;
	display: flex;
	align-items: center;
	justify-content: center;
}