@charset "UTF-8";

/* ---------- リセット系 ---------- */
html {
	font-size: 10px;
}

html *,
::before,
::after {
	box-sizing: border-box;
}


/* ---------- ヘッダー ---------- */
header {
	top: 0;
	width: 100%;
	height: 80px;
	background-color: #FFFFFF;
	display:flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}

header div {
	width: 940px;
	min-width: 641px;
}
@media (max-width: 768px) {
	header div {
		width: 5350px;
		min-width: 240px;
	}
}

header div a img {
	height: 47px;
}
@media (max-width: 768px) {
	header div a img {
		height: 40px;
	}
}

.left {
	margin: 10px 0px 0px 0px;
	padding-left: 3%;
}

.right {
	float: right;
	height: 60px;
	padding-right: 2%;
}
@media (max-width: 768px) {
	.right {
		float: right;
		height: 51px;
	}
}


/* ---------- フッター ---------- */
.footer-container {
	max-width: 1078px;
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 768px) {
	.footer-container {
		max-width: 604px;
		margin-left: 6%;
		margin-right: 6%;
	}
}

.container-fluid {
	display: block;
	overflow: hidden;
}

.foot_border{
	border-top: solid 2px #000000;
	margin-top: 20px;
}
.foot_border_bottom {
	border-top: solid 2px #000000;
	margin-top: 20px;
}

#footer_nav {
	width: 100%;
	padding-top: 30px;
	padding-left: 20px;
}
@media (max-width: 950px) {
	#footer_nav {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 20px;
	}
}
@media (max-width: 768px) {
	#footer_nav {
		width: 100%;
		padding-left: 20px;
	}
}
@media (max-width: 414px) {
	#footer_nav {
		width: 100%;
		padding-left: 20px;
	}
}

#footer_nav li {
	color: #000000;
	font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.8px;
	padding-bottom: 20px;
	margin: 0;
	list-style-type:none;
    float: left;
    width: 33.3%;
	list-style-position: outside;
}
@media (max-width: 950px) {
	#footer_nav li {
		font-size: 13px;
		width: 50%;
	}
}
@media (max-width: 768px) {
	#footer_nav li {
		font-size: 13px;
		width: 50%;
	}
}
@media (max-width: 414px) {
	#footer_nav li {
		font-size: 11px;
    width: 100%;
		padding-bottom: 10px;
	}
}

#footer_nav li a{
	color: #000000;
	text-decoration: none;
}

#footer_nav li a:hover{
	text-decoration:none;
	color: #999999;
}

.footer {
	bottom: 0;
	width: 100%;
	height: 45px;
	color: #231815;
	font-size: 13px;
	display:block;
	padding-top: 20px;
	padding-bottom: 80px;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	text-align: center;
}



/* コピーライトの改行なし */
.footer .container-fluid br {
	display: none;
}
@media (max-width: 414px) {
	.footer .container-fluid br{
		display: inline-block;
	}
}



/* TOPへ戻るボタン */
#pageTop {
	position: fixed;
	bottom: 100px;
	right: 30px;
	z-index:9998;
}
@media (max-width: 768px) {
	#pageTop {
		position: fixed;
		bottom: 30px;
		right: 10px;
		z-index:9998;
	}
}

#pageTop a {
	display: block;
	opacity: 1;
	width: 97px;
	height: 97px;
	background-color: #000;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	font-size: 1.4rem;
	text-indent: 0px;
	line-height: 300%;
	text-decoration: none;
	line-height: 1.5em;
	font-family: "Noto Sans";
	padding-top: 15px;
}
@media (max-width: 950px) {
	#pageTop a {
		display: block;
		opacity: 1;
		width: 78px;
		height: 78px;
		background-color: #000;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		font-size: 1.1rem;
		text-indent: 0px;
		line-height: 300%;
		text-decoration: none;
		line-height: 1.5em;
		font-family: "Noto Sans";
		padding-top: 12px;
	}
}
@media (max-width: 768px) {
	#pageTop a {
		display: block;
		opacity: 1;
		width: 70px;
		height: 70px;
		background-color: #000;
		border-radius: 50%;
		color: #fff;
		text-align: center;
		font-size: 1rem;
		text-indent: 0px;
		line-height: 300%;
		text-decoration: none;
		line-height: 1.5em;
		font-family: "Noto Sans";
		padding-top: 10px;
	}
}

#pageTop a:hover {
  text-decoration: none;
}
