@charset "utf-8";

/*========*/
/* フッタ */
/*========*/

/* ページの先頭へ戻る
-----------------------------------*/
.ptop {
	width: 100%;
}

.ptop a {
	position: relative;
	display: block;
	height: 56px;
	background: #C1C2C2;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.ptop a:hover {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.ptop a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin: -7px -17px 0 0;
	border-top: solid 5px #FFF;
	border-right: solid 5px #FFF;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


/* Board Member
-----------------------------------*/
.board-member {
	width: 100%;
	background: #999A9A;
}

.board-member .inner {
	box-sizing: border-box;
	width: 1140px;
	margin: 0 auto;
	padding: 24px 10px;
}

.board-member h1 {
	margin-bottom: 16px;
	color: #FFF;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

.board-member ul {
	box-sizing: border-box;
	width: 844px;
	margin: 0 auto;
	padding: 2px;
	background: #A3A4A4;
	font-size: 0;
}

.board-member li {
	display: inline-block;
	padding: 2px;
	font-size: 16px;
}

/* フッタ
-----------------------------------*/
footer {
	width: 100%;
	background: #7B7A7B;
	color: #FFF;
}

footer .inner {
	box-sizing: border-box;
	width: 1140px;
	margin: 0 auto;
	padding: 24px 10px 0;
}

footer a:link,
footer a:visited {
	color: #FFF;
}

footer a:hover,
footer a:active {
	color: #FFF;
}

footer .f-sitemap {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: left;
}

footer .f-sitemap .col {
	display: table-cell;
}

footer .f-sitemap a {
	display: block;
}

footer .f-sitemap p {
	border-right: solid 2px #FFF;
}

footer .f-sitemap .col:nth-child(1) p {
	border-left: solid 2px #FFF;
}

footer .f-sitemap p a {
	position: relative;
	box-sizing: border-box;
	height: 37px;
	padding-top: 9px;
	font-size: 112.5%;
	font-weight: bold;
}

footer .f-sitemap p a::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 24px;
	margin-top: -13px;
	background-image: url(/images/common/header_nv01.svg);
	background-repeat: no-repeat;
}

footer .f-sitemap .col:nth-child(1) p a {
	padding-left: 74px;
}

footer .f-sitemap .col:nth-child(1) p a::before {
	width: 34px;
	height: 26px;
	background-position: 0 -26px;
}

footer .f-sitemap .col:nth-child(2) p a {
	padding-left: 74px;
}

footer .f-sitemap .col:nth-child(2) p a::before {
	width: 34px;
	height: 26px;
	background-position: -40px -26px;
}

footer .f-sitemap .col:nth-child(3) p a {
	padding-left: 66px;
}

footer .f-sitemap .col:nth-child(3) p a::before {
	width: 26px;
	height: 26px;
	background-position: -80px -26px;
}

footer .f-sitemap .col:nth-child(4) p a {
	padding-left: 76px;
}

footer .f-sitemap .col:nth-child(4) p a::before {
	width: 36px;
	height: 26px;
	background-position: -120px -26px;
}

footer .f-sitemap .col:nth-child(5) p a {
	padding-left: 74px;
}

footer .f-sitemap .col:nth-child(5) p a::before {
	width: 34px;
	height: 26px;
	background-position: -160px -26px;
}

footer .f-sitemap .col ul {
	margin-top: 20px;
}

footer .f-sitemap .col li {
	margin-top: 8px;
	font-size: 93.8%;
	line-height: 1.3;
}

footer .f-sitemap .col li ul {
	margin-top: 0;
}

footer .f-sitemap .col li li {
	padding-left: 16px;
}

footer .copyright {
	padding: 48px 0;
	font-size: 81.3%;
}

@media screen and (min-width: 768px) and (max-width: 1299px) {
footer .f-sitemap {
	width: 100%;
}

footer .f-nv {
	width: 100%;
}
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
}

@media screen and (max-width: 1160px) {
.board-member .inner,
.board-member ul,
footer .inner {
	width: 100%;
}

footer .inner {
	padding: 0;
}

footer .inner .f-sitemap .col:not(:last-child),
footer .inner .f-sitemap .col p {
	display: none;
}

footer .inner .f-sitemap .col ul {
	font-size: 0;
	text-align: center;
}

footer .inner .f-sitemap .col ul li {
	display: inline-block;
	font-size: 16px;
}

footer .inner .f-sitemap .col ul li::after {
	content: '/';
	padding: 0 12px;
}

footer .inner .f-sitemap .col ul li:last-child::after {
	content: none;
}

footer .inner .f-sitemap .col ul li a {
	display: inline;
}

footer .copyright {
	padding: 16px 0;
	font-size: 62.5%;
	line-height: 1.5;
}
}

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

