@charset "UTF-8";

/*---------------------*/
/*	clearfix 
/*---------------------*/
.clearfix:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
}
/* Hides from IE-mac \*/ 
* html .clearfix {height: 1%;} 
.clearfix {display: block;} 
/* End hide from IE-mac */

/*=====================*/
/*	フォント
/*=====================*/
#GlobalFooter {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 300;
} 
#GlobalFooter .FooterTitle {
	font-size: 18px;
	letter-spacing: 0.9px;
	color: #fff;
}
#GlobalFooter a {
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.6px;
	text-decoration: none;
}
#GlobalFooter a:hover {
	color: #aaa;
	text-decoration: underline;
}
#copyright {
	font-size:12px;
	color: #fff;
	line-height: normal;
	letter-spacing: 0.6px;
}

/*=====================*/
/*	フッター 
/*=====================*/
#GlobalFooter .flex {
	display:flex;
	flex-wrap: wrap;
} 
#GlobalFooter {
	background-color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	width:100%;
	padding: 48px 0;
}
#FooterService {
	width: 720px;
	float: left;
	display: inline; /* dobble margin bugfix for ie6 */
}
#FooterServiceHead {
	padding-bottom: 32px;
	margin-bottom: 24px;
	position: relative;
}
#FooterServiceHead::after {
	background-color: #fff;
	content: '';
	position: absolute;
	width: 115px;
	height: 1px;
	left: 0;
	bottom: 0;
}
#FooterServiceCont dl {
	margin-bottom: 18px;
}
#FooterServiceCont dl dt {
	width: 115px;
	float: left;
	margin: 0 19px 0 0;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	line-height: 24px;
	letter-spacing: 0.6px;
}
#FooterServiceCont dl dd {
	float: left;
	margin: 0 24px 0 0;
	padding: 0 0 0 5px;
	white-space: nowrap;
	position: relative;
}
#FooterServiceCont dl dd::before {
	content: '';
	position: absolute;
	left: -6px;
	margin-top: -2px;
	top: 50%;
	width: 4px;
	height: 4px;
	border-top: solid 1px #ccc;
	border-right: solid 1px #ccc;
	transform: rotate(45deg);
}
#FooterServiceCont dl dd a:hover {
	text-decoration: underline;
}
#FooterCorp {
	clear: both;
}
#FooterCorpInfo {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 22px 0 0 0;
}
#FooterCorpLink {
	float: left;
	padding: 16px 24px;
}
#FooterCorpLink ul li {
	float: left;
	padding: 0 24px;
	border-right: 1px solid #ddd;
	font-size: 12px;
	line-height: normal;
	letter-spacing: 0.6px;
}
#FooterCorpLink ul li.last {
	border-right: none;
}
#FooterCorpId {
	padding: 16px 0 0 0;
}

@media (max-width: 768px) {
	#GlobalFooter {
		padding: 16px 0;
	}
	#FooterService {
		width: 100%;
	}
	#FooterServiceHead {
		display: none;
	}
	#FooterServiceCont{
		margin: 0 16px;
	}
	#GlobalFooter .flex {
		display: none;
	}		
	#FooterServiceCont dl {
		height: 56px;
		margin: 0;
	}
	#FooterServiceCont dl dt {
		width: 100%;
		position: relative;
		font-size: 14px;
		font-weight: 400;
		line-height: 56px;
		letter-spacing: 0.7px;
		border-bottom: 1px solid rgba(255, 255, 255, 0.10);
	}
	.accordion-title::after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: -4px;
		width: 8px;
		height: 8px;
		border-bottom: solid 1px #ccc;
		border-left: solid 1px #ccc;
		transform: rotate(-45deg);
	}
	.accordion-title.active::after {
		content: "";
		position: absolute;
		right: 8px;
		top: 50%;
		margin-top: 0;
		width: 8px;
		height: 8px;
		border: none;
		border-top: solid 1px #ccc;
		border-right: solid 1px #ccc;
		transform: rotate(-45deg);
	}
	#FooterServiceCont dl dd {
		margin: 0 16px 0 0;
		padding: 4px 0 0 11px;
	}
	#FooterServiceCont dl dd::before {
		left: 0;
		margin-top: 0;
	}
	#FooterCorpLink ul {
		clear: both;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	#FooterCorpLink ul li {
		padding: 0 0 16px;
		border: none;
	}
	#FooterCorpLink ul li a{
		border-right: 1px solid #ddd;
		padding: 0 24px;
	}
}
