@charset "utf-8";


/* ページの先頭へ戻る
-----------------------------------*/
.ptop {
	position: fixed;
	bottom: 80px;
	right: 72px;
	z-index: 90;
}

.ptop a {
	display: block;
}

@media screen and (max-width: 767px) {
.ptop {
	right: 8px;
}

.ptop a {
	width: 40px;
	height: 40px;
}

.ptop a:hover {
	opacity: 1;
	filter: none;
}
}

/*========*/
/* フッタ */
/*========*/
footer {
	position: relative;
	width: 100%;
}

footer .f-nv {
	background-color: #000;
	padding: 40px 0;
	color: #FFF;
}

footer .inner {
	max-width: 1142px;
	text-align: left;
	padding: 0 16px;
	margin: 0 auto;
	overflow: hidden;
}

footer a {
	color: #FFF;
}

footer .sns {
	text-align: center;
	margin-bottom: 32px;
}

footer .sns li {
	display: inline-block;
	vertical-align: top;
}


/* ナビゲーション */
footer .row {
	display: table;
	width: 100%;
	line-height: 1.3;
	table-layout: fixed;
}

footer .row::after {
	content: none;
}

footer .col {
	display: table-cell;
	width: calc((100% - 72px) / 3);
	padding-right: 24px;
	font-weight: bold;
	vertical-align: top;
}

footer .col:last-child {
	padding-right: 0;
}

footer .col ul > li {
	margin-bottom: 8px;
}

footer .col li > ul {
	margin-top: 24px;
}

footer .col li > ul li {
	margin-bottom: 16px;
	font-size: 14px;
	font-weight: normal;
}

footer .list-link {
	text-align: center;
	margin-top: 40px;
}

footer .list-link li {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

footer .list-link li + li::before {
	content: '|';
	color: #FFF;
	display: inline-block;
	margin: 0 8px;
	vertical-align: top;
}

footer .copyright {
	width: 100%;
	margin: 0 auto;
	padding: 32px 16px;
	background: #FFF;
	color: #C2C2C2;
	font-size: 14px;
}

@media screen and (max-width: 767px) {

footer {
	padding-bottom: 17%;
}

footer .f-nv {
	display: none;
}

footer .copyright {
	padding: 16px 8px;
	font-size: 12px;
}
}

