footer#cmnFooter {
	text-align: center;
	margin: 30px 0 0 0;
	clear: both;
	color: #FFFFFF;
}

footer#cmnFooter a{
	color: #FFFFFF;
	text-decoration: none;
}

footer#cmnFooter p{
	margin: 10px 0 0 0;
	padding: 15px 0;
	color: #fff;
	background: #2e3c7a;
}

footer#cmnFooter p:last-child{
	margin: 0;
	background: #161f47;
	padding: 8px 0;
	font-size: 0.8em;
}

#fcUnit #footCont { width: 640px;margin: 0 auto; }
@media (max-width: 736px) {
	#fcUnit #footCont { width: 100%; }
}

#footCont header {
	margin: 0 0 20px 0;
	padding: 10px;
	background: #e5004f;
}

#footCont header img {
	width: 20%;
	height: auto;
}
@media (max-width: 736px) {
	#footCont header img { width: 93px; }
}

#footCont header p {
	width: 70px;
	background: #FFFFFF;
	padding: 5px;
	color: #e60012;
	font-weight: bold;
	border-radius: 5px;
	text-align: center;
	border: solid 1px #252525;
	float: right;
}

#footCont section {
	padding: 30px 10px;
	border-bottom: dashed #5A5A5A 2px;
	box-sizing: border-box;
}

#footCont section h2 {
	float: right;
	width: 400px;
	line-height: 1.5em;
	margin: 0 0 20px 0;
	font-size: 16px;
	font-weight: bold;
}
@media (max-width: 736px) {
	#footCont section h2{
		width: 100%;box-sizing: border-box;
		font-size: 16px;
		font-weight: bold;
	}
}

#footCont section img {
	float: left;
	width: 200px;
	margin: 0 20px 0 0;
}
@media (max-width: 736px) {
	#footCont section img{ width: 100px; }
}

#footCont section p {
	font-size: 0.9em;
	color: #3F3F3F;
	line-height: 1.2em;
}

#footCont section:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

#footCont a *,
#footCont a *:link,
#footCont a *:hover,
#footCont a *:visited,
#footCont a *:active,
.relation a,
.relation a:link,
.relation a:hover,
.relation a:visited,
.relation a:active,
.relation p { color: #000;text-decoration: none; }

#footCont .hrCmnFtr {
	height: 0;
	border-top: 0;
	border-bottom: dashed #5a5a5a 2px;
}

#footCont .icoRln { margin: 0 0 20px; }
@media (max-width: 736px) {
	#footCont .icoRln { margin: 0 0 10px;padding: 0 0 0 10px; }
	#footCont .icoRln img { width: 71px; }
}

/*----+
// 181227
+-----+-----+-----+-----+-----+-----+-----+-----+-----+-----*/
.relation section { /* PC版スタイルなし */ }
@media (max-width: 736px) {
	.relation section {
		position: relative;
		top: 0;
		left: 0;
	}
}

.relation section img { /* PC版スタイルなし */ }
@media (max-width: 736px) {
	.relation section img {
		position: absolute;
		top: 30px;
		left: 10px;
	}
}

.relation section h2,
.relation section p { font-family: sans-serif; }
@media (max-width: 736px) {
	.relation section h2,
	.relation section p {
		padding: 0 0 0 120px;
	}
}