@charset "UTF-8";
/****************************************
フッター用CSS
*****************************************/

/*****TT-net用フッター*****/
.t-footer {
	background: #ecf2f5;
	padding: 2rem 0;
}
.t-footer .nav-title {
	border-bottom: 1px solid #09f;
	width: 90%;
	padding-bottom: 0.3rem;
	margin-bottom: 1rem;
}
.t-footer .nav-list li {
	text-indent: -1.5rem;
	padding-left: 1.5rem;
}
.t-footer .nav-list li a {
	font-size: 0.9rem;
}
/*****TT-net用フッター　END*****/

/*****グローバル共通フッター*****/
.c-footer p.title {
	margin-bottom: 0;
	font-weight: bold;
}
.c-footer {
	border-top: 1px solid #e0e0e0;
	background-color: #fff;
	position: relative;
}
.c-footer-in {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 40px 50px 40px;
}
@media all and (max-width: 1440px) {
	.c-footer-in {
		padding-left: 20px;
		padding-right: 20px;
	}
}
@media all and (max-width: 1160px) {
	.c-footer-in {
		display: block;
		padding: 35px 15px 15px;
	}
}
.c-footer-col:first-child {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
@media all and (max-width: 1160px) {
	.c-footer-col:first-child {
		display: block;
		margin-bottom: 25px;
		text-align: center;
	}
}
.c-footer-col:last-child {
	text-align: right;
}
@media all and (max-width: 1160px) {
	.c-footer-col:last-child {
		text-align: left;
	}
}
@media all and (max-width: 1160px) {
	.c-footer-logo {
		display: inline-block;
		margin-bottom: 25px;
	}
}
.c-footer-logo>img {
	display: block;
	width: 112px;
}
.c-footer-copyright {
	padding-bottom: 2px;
	color: #666;
	text-align: right;
	line-height: 1.5;
}
@media all and (max-width: 1160px) {
	.c-footer-copyright {
		font-weight: normal;
		font-size: 1rem;
		line-height: 1.7;
		text-align: left;
	}
	.c-footer-copyright .title {
		font-size: 1.1rem;
		font-weight: bold;
	}
}
.c-footer-util {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 60px;
	margin-top: 6px;
	line-height: 1.4;
}
@media all and (max-width: 1160px) {
	.c-footer-util {
		display: inline-block;
		margin: 0;
		font-size: 1.4rem;
		text-align: left;
	}
}
.c-footer-util>li {
	position: relative;
	margin-left: 30px;
	padding-left: 16px;
}
.c-footer-util>li:first-child {
	margin-left: 0;
}
@media all and (max-width: 1160px) {
	.c-footer-util>li {
		margin-left: 0;
		margin-bottom: 11px;
	}
	.c-footer-util>li:last-child {
		margin-bottom: 0;
	}
}
.c-footer-util>li::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 8px;
	height: 12px;
	background: url(../img/top/ico_arrow_blue_right_03.svg) no-repeat;
	background-size: 8px 12px;
	content: '';
}
@media all and (max-width: 1160px) {
	.c-footer-util>li::before {
		top: 4px;
	}
}
.c-footer-util>li a {
	font-size: 0.9rem;
	font-weight: bold;
	color: #666;
	letter-spacing: -1px;
}
@media all and (max-width: 1160px) {
	.c-footer-util>li a {
		letter-spacing: normal;
	}
}
.c-footer-sns {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 15px;
}
@media all and (max-width: 1160px) {
	.c-footer-sns {
		/* display: none; */
		margin-bottom: 5px;
	}
}
.c-footer-sns>li {
	margin-left: 4px;
}
.c-footer-sns>li:first-child {
	margin-left: 0;
}



/*****グローバル共通フッター　END*****/