@charset "utf-8";

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

/* ページトップへ戻る
-----------------------------------*/
.ptop {
	text-align: center;
}

.ptop a {
	display: block;
	padding: 13px 16px;
	background: rgb(240,142,44);
	background: linear-gradient(180deg, rgba(240,142,44,1) 0%, rgba(242,112,26,1) 100%);
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

.ptop a span {
	position: relative;
	padding-left: 20px;
}

.ptop a span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 13px;
	height: 10px;
	background: url(../com_ic01.html) no-repeat 50% 50%;
	transform: translate(0, -50%);
}

.ptop a:hover {
	background: rgb(240,142,44);
	background: linear-gradient(0deg, rgba(240,142,44,1) 0%, rgba(242,112,26,1) 100%);
}


@media screen and (max-width: 767px) {
.ptop a {
	display: block;
	padding: 13px 24px;
}

}


/* フッタ
-----------------------------------*/
footer {
	background: darkgrey;
}

footer .inner {
	display: flex;
	align-items: center;
	width: 1200px;
	height: 48px;
	margin: 0 auto;
	padding: 0 10px;
}

footer .f-logo {
	flex-grow: 1;
	width: 93px;
	margin-right: 36px;
}

footer .f-nv {
	flex-grow: 3;
}

footer .f-nv ul {
	display: flex;
}

footer .f-nv li {
	position: relative;
	padding: 0 18px 0 11px;
	font-size: 11px;
	letter-spacing: .05em;;
}

footer .f-nv li:last-child {
	padding-right: 0;
}

footer .f-nv li::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 6px;
	height: 6px;
	border: solid 1px #000;
}

footer .f-nv a {
	color: #000;
	text-decoration: none;
}

footer .f-nv a:hover {
	text-decoration: underline;
}

footer .copyright {
	flex-grow: 2;
	color: #000;
	font-size: 10px;
	text-align: right;
	letter-spacing: .15em;;
}

footer .f-lang {
	display: none;
}


@media screen and (max-width: 600px) {
	footer {
		padding: 25px 0 35px;
	}

	footer .inner {
		flex-direction: column;
		width: 100%;
		height: auto;
		padding: 0 37.5px;
	}

	footer .f-logo {
		width: 140px;
		margin-right: 0;
		padding-bottom: 25px;
	}

	footer .f-logo img {
		width: 100%;
	}

	footer .f-nv {
		display: none;
	}

	footer .copyright {
		padding-bottom: 15px;
		font-size: 10px;
		letter-spacing: .05em;;
		text-align: center;
	}

	footer .f-lang {
		display: block;
		width: 100%;
	}

	footer .f-lang ul {
		display: flex;
		border: solid 1px #FFF;
	}

	footer .f-lang li {
		width: 50%;
		font-size: 12px;
		font-weight: 700;
		letter-spacing: .15em;
		text-align: center;
	}

	footer .f-lang li a {
		display: block;
		padding: 5px;
		color: #FFF;
		text-decoration: none;
	}

	footer .f-lang .active {
		background: #FFF;
		color: #000;

	}

}
