@charset "UTF-8";

.mgT100_pec {
	margin-top: 100px;
}

ul,
li {
	list-style: none;
}

html *,
::before,
::after {
	box-sizing: border-box;
}

img.current-logo {
	max-width: 100%;
}
	@media screen and (max-width: 640px) {
	img.current-logo {
		width: 80% !important;
	}
	}

.company_logo {
	position: relative;
	overflow: hidden;
	max-width: 850px;
	min-width: 300px;
	margin: 0 auto;
	/*padding-top: 70px;*/
}
	@media screen and (max-width: 640px) {
	.company_logo {
		padding-top: 30px;
		padding-right: 4px;
	}
	}
	
.logo_unit {
	-js-display: flex;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-ms-align-items: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	-ms-justify-content: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	margin-bottom: 60px;
}
	@media screen and (max-width: 640px) {
	.logo_unit {
		margin-bottom: 30px;
	}
	}


/*
.logo_unit:first-child {
	margin-bottom: 0;
}
*/

.logo-img {
	display: block;
	max-width: 100%;
	height: auto;
}

.logo_unit_01 {
	width: 36%;
}
.logo_unit_01-box {
	width: 36%;
	height: auto;
	margin-bottom: 4px;
	background: #fff;
	text-align: center;
	border: solid 1px #e7e7e7;
	box-shadow: 2px 2px 4px #cecece;
}

.logo_unit_02 {
	width: 7%;
}
.child-line-red {
	height: 2px;
	background: #B91440;
}

.logo_unit_03 {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-size: 38px;
	color: #fff;
	border-radius: 50%;
	background: #B91440;
	z-index: /*20*/21; /*20231108*/
}
	@media screen and (max-width: 640px) {
	.logo_unit_03 {
		width: 60px;
		height: 60px;
		line-height: 60px;
		font-size: 22px;
	}
	}
	@media screen and (max-width: 400px) {
	.logo_unit_03 {
		width: 45px;
		height: 45px;
		line-height: 45px;
		font-size: 18px;
	}
	}

.logo_unit_04 {
	width: 36%;
}
.logo_unit_04-box {
	width: 36%;
	height: auto;
	margin-bottom: 4px;
	background: #fff;
	text-align: center;
	border: solid 1px #e7e7e7;
	box-shadow: 2px 2px 4px #cecece;
}

.border_red {
	position: absolute;
	width: 3px;
	height: 88.5%;
	background: #B91440;
	top: 100px;
	left: 50%;
	z-index: 20;
}
	@media screen and (max-width: 640px) {
	.border_red {
		top: 71px;
		left: 49.4%;
	}
	}


/*20180208*/
#footerSiteMap01_pec,
#footerSiteMap02_pec, 
#footerSiteMap03_pec, 
#footerSiteMap04_pec, 
#footerSiteMap05_pec, 
#footerSiteMap06_pec, 
#footerSiteMap07_pec {
	box-sizing:content-box !important;
}