@charset "utf-8";

/* フッター */
#footer {
	font-size: 14px;
}
#footer .contentwrap {
	width: 1120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#footer .footer-usability {
	display: table;
	width: 100%;
}
#footer .pagetop-btn {
	display: table-cell;
	width: 60px;
}
#footer .pagetop-btn a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	background: #666d71;
}
#footer .pagetop-btn span {
	font-size: 0;
	text-indent: 100%;
}
#footer .pagetop-btn a:before {
	content: "";
	position: absolute;
	top: 26px;
	left: 23px;
	width: 12px;
	height: 12px;
	border-top: 3px solid #ffffff;
	border-right: 3px solid #ffffff;
	overflow: hidden;
	transform: rotate(-45deg);
}
#footer .pagetop-btn a:hover {
	background: #40484e;
}
#footer .text-note {
	display: table-cell;
	vertical-align: bottom;
	color: #777;
	text-align: right;
	font-size: 12px!important;
}
.text-emph {
	color: #bf0000;
}
#footer {
	color: #ffffff;
	line-height: 1.3;
	margin-top: 55px;
}
#footer h2 {
	line-height: 1.3;
}
#footer a {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer .footer-service {
	padding: 50px 0;
	background: #2f58c9;
}
#footer .footer-service .service-list-wrap {
	display: table;
	margin: 0 -25px;
}
#footer .footer-service .service-list {
	display: table-cell;
	padding: 0 25px;
	border-left: 1px solid #4d8dc1;
}
#footer .footer-service .service-list:first-child {
	border-left: none;
}
#footer .footer-service .service-list li {
	margin-top: 10px;
}
#footer .footer-service .service-list li:first-child {
	margin-top: 0;
}
#footer .footer-service h2 {
	margin-bottom: 30px;
	font-size: 20px;
	font-weight: bold;
}
#footer .footer-service .service-detail {
	display: table;
}
#footer .footer-service .service-detail dl {
	display: table-cell;
	padding-left: 20px;
}
#footer .footer-service .service-detail dl:first-child {
	padding-left: 0;
}
#footer .footer-service dt {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: bold;
}
#footer .footer-service a {
	position: relative;
	padding-left: 15px;
}
#footer .footer-service a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 4px;
	height: 4px;
	border-right: 1px solid #c7dbec;
	border-bottom: 1px solid #c7dbec;
	overflow: hidden;
	transform: rotate(-45deg);
}
#footer .footer-navi {
	padding: 25px 0 20px 0;
	background: #0d3ab4;
	font-size: 16px;
	text-align: center;
}
#footer .footer-navi ul {
	display: inline-block;
}
#footer .footer-navi li {
	float: left;
	margin-left: 50px;
}
#footer .footer-navi li:first-child {
	margin-left: 0;
}
#footer .footer-navi a {
	position: relative;
/*	display: block;*/
	margin-left: 5px;
	padding-left: 15px;
}
#footer .footer-navi a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 7px;
	height: 7px;
	margin-top: -6px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	overflow: hidden;
	transform: rotate(-45deg);
}
#footer .footer-navi a.nobefore:before {
  content: normal;
}
#footer .footer-navi .facebook a {
	padding-left: 30px;
}
#footer .footer-navi .facebook a:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: none;
	background: url(../../common/images/icon-facebook.png);
	transform: rotate(0);
}
#footer .footer-navi .twitter a {
	padding-left: 30px;
}
#footer .footer-navi .twitter a:before {
	width: 20px;
	height: 20px;
	margin-top: -10px;
	border: none;
	background: url(../../common/images/icon-twitter.png);
	transform: rotate(0);
}
#footer .footer-company {
	padding: 20px 0;
	background: #002896;
	font-size: 13px;
	text-align: center;
}
#footer .footer-company ul {
	display: inline-block;
}
#footer .footer-company li {
	float: left;
	position: relative;
	margin-left: 15px;
	padding-left: 15px;
}
#footer .footer-company li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 1px;
	height: 13px;
	margin-top: -6px;
	border-left: 1px solid #33658e;
	overflow: hidden;
}
#footer .footer-company li:first-child {
	margin-left: 0;
	padding-left: 0;
}
#footer .footer-company li:first-child:before {
	border-left: none;
}
#footer .footer-company .logo {
	margin-top: 20px;
}

