/*!
 * member.css
 */

/* # =================================================================
   # members
   # ================================================================= */


.members  {
	display: flex;
	margin: 32px auto 0 auto;
	width: 95%;
	max-width: 1800px;
	height: auto;
}








/*左*/
.country {
	position:-webkit-sticky; 
	position:sticky;
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
	width: 320px;
	height: 600px;
    top: 50px;
    align-items: start;
}

.list_title {
	display: block;
	position: relative;
	padding: 0 0 2px 0;
	margin: 0 0 24px 0;
	font-size: 2.8em;
	line-height: 1.1em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 700;
	letter-spacing: -2px;
	border-bottom: 1px solid #423f3e;
}

.country_area {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.country_area ul {
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 320px;
}

.country_area ul li {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
	height: 52px;
	line-height: 52px;
	background-color: #423f3e;
	text-align: left;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
	font-size: 1.2em;
	color: #eeebe5;
}

.country_area ul li a {
	display: block;
	position: relative;
	padding: 0 0 0 18px;
	margin: 0 0 0 0;
	background-color: #423f3e;
	color: #eeebe5;
	border-bottom: 1px solid #eeebe5;
	width: 100%;
	height: 52px;
	line-height: 52px;
}

.country_area ul li a:hover {
	color: #423f3e;
	background-color: #fbfbfb;
	border-bottom: 1px solid #eeebe5;
}

.country_area ul li a.current {
	color: #fff;
	background-color: #956b88;
	border-bottom: 1px solid #eeebe5;
}





@media only screen and (max-width: 1400px) {

	.members .country {
		display: none;
	}

}










/*右*/
.company {
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: calc(98% - 320px);
    align-items: start;
}

@media only screen and (max-width: 1400px) {
	
	.members .company {
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		width: 100%;
		height: auto;
	}	
	
}



.company_title {
	display: none;
}

@media only screen and (max-width: 1400px) {
	
	.company_title {
		display: block;
		position: relative;
		padding: 0 0 2px 0;
		margin: 0 0 24px 0;
		font-size: 2.8em;
		line-height: 1.1em;
		font-family: "BIZ UDPGothic", serif;
		font-weight: 700;
		letter-spacing: -2px;
		border-bottom: 1px solid #423f3e;
	}

}
.company > p {
	width: 95%;
	margin: 0 auto 1.5em;
	font-size: 1.2em;
}

.company ul {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	width: 100%;
}




.m_company {
	display: block;
	position: relative;
	padding: 18px 300px 52px 24px;
	margin: 0 auto 16px auto;
	width: 95%;
	height: auto;
	min-height: 180px;
	color: #423f3e;
	border: 0.5px solid #bebebe;
	background-color: rgba(255,255,255,1);
}




.m_company .name {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 1.7em;
	line-height: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.m_company .add {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 6px 0 0 0;
	font-size: 1em;
	line-height: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

.m_company .tel {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 12px 0 0 0;
	font-size: 0.9em;
	line-height: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}


/* ナンバー */
.m_company .num {
	display: block;
	position: absolute;
	padding: 4px 8px 4px 8px;
	margin: 12px 0 0 0;
	bottom: 12px;
	left: 24px;
	width: auto;
	min-width: 120px;
	height: 32px;
	text-align: center;
	color: #eeebe5;
	background-color: #423f3e;
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: "BIZ UDPGothic", serif;
	font-weight: 400;
}

/* 企業ロゴ */
.m_company .mark {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 18px;
	right: 84px;
	width: 240px;
	height: 144px;
	overflow: hidden;
}

.m_company .mark img {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	object-fit: scale-down;
}




/*リンクアイコンなど*/
.m_company .icon {
	display: block;
	position: absolute;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	top: 12px;
	right: 18px;
}



.m_company .icon .mail {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	color: #eeebe5;
	background-color: #423f3e;
}

.m_company .mail a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #eeebe5;
}

.m_company .mail a:hover  {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	background-color: #956b88;
}


.m_company .link {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	width: 50px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	font-size: 1.4em;
	text-align: center;
	color: #eeebe5;
	background-color: #423f3e;
}

.m_company .link a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #eeebe5;
}

.m_company .link a:hover  {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	color: #fff;
	background-color: #956b88;
}


.m_company .non {
	display: block;
	position: relative;
	padding: 0 0 0 0;
	margin: 0 0 4px 0;
	width: 50px;
	border-radius: 25px;
	height: 50px;
	line-height: 50px;
	font-size: 1.6em;
	text-align: center;
	color: #dbd6cc;
	background-color: #f9f9f9;
}







@media only screen and (max-width: 1400px) {

	.company .m_company {
		display: block;
		position: relative;
		padding: 18px 300px 52px 24px;
		margin: 0 auto 16px auto;
		width: 95%;
		height: auto;
		min-height: 180px;
		color: #423f3e;
		border: 0.5px solid #bebebe;
		background-color: rgba(255,255,255,1);
		overflow: hidden;
	}
	
}

@media only screen and (max-width: 764px) {
		

	.company .m_company {
		display: block;
		position: relative;
		padding: 18px 24px 52px 24px;
		margin: 0 auto 16px auto;
		width: 95%;
		height: auto;
		min-height: 180px;
		color: #423f3e;
		border: 0.5px solid #bebebe;
		background-color: rgba(255,255,255,1);
		overflow: hidden;
	}
	
		
	/* 企業ロゴ */
	.company .m_company .mark {
		clear: both;
		display: flex;
		justify-content: center;
		align-items: flex-start;
		position: relative;
		padding: 1em 0;
		margin: 0 0 0 0;
		top: 0;
		right: 0;
		width: 100%;
		max-height: 144px;
		height: auto;
		overflow: hidden;
	}
	
	.company .m_company .mark img {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 0 0 0 0;
		object-fit: scale-down;
	}
	
	/*リンクアイコンなど*/
	.company .m_company .icon {
		display: block;
		position: relative;
		padding: 0 0 0 0;
		margin: 18px 0 16px 0;
		top: 0;
		right: 0;
		overflow: hidden;
	}
	
	.company .m_company .icon .mail,
	.company .m_company .icon .link,
	.company .m_company .non {
		margin: 0 8px 4px 0;
		float: left;
	}


}









/*
 * page navi
 */

	#page_nav {
		margin: 60px auto 20px auto ;
		text-align: center;
	}
	
	#page_nav span,
	#page_nav a {
		padding: 0 0.5em;
		font-size: 1.2em;
	}
	
	
@media only screen and (max-width: 764px) {
	
	#page_nav {
		margin: 2em auto;
		text-align: center;
	}
	
	#page_nav span,
	#page_nav a {
		padding: 0 0.5em;
		font-size: 1em;
	}

}




