﻿@charset "UTF-8";
#renewal2022{
  z-index: 9999;
}
#pageTop {
	position: fixed;
	right: 1em;
	bottom: 1em;
	width: 80px;
}

@media(min-width: 769px){

	#renewal2022 ._sp {
		display: none !important;
	}

}

@media(max-width: 769px){

	#renewal2022 ._pc {
		display: none !important;
	}

}

#renewal2022 article .breadcrumb {
	font-family: "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
	letter-spacing: -.40em;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
}

#renewal2022 .breadcrumb li {
	display: inline-block;
	font-size: 1rem;
	line-height: 1;
	letter-spacing: 1px;
	color: #343434;
}

#renewal2022 .breadcrumb li a {
	text-decoration: none;
	color: #adadad;
	display: inline;
}

#renewal2022 .breadcrumb li:not(:last-child) {
	margin-right: 5px;
}

#renewal2022 .breadcrumb li:not(:last-child)::after {
	content: "/";
	padding-left: 5px;
	color: #adadad;
}

.wrap-top-btn a {
	position: relative;
	display: block;
	font-size: 0;
	width: 56px;
	height: 56px;
	border-radius: 6px;
	background: #242424;
	text-decoration: none;
	opacity: .8;
	-webkit-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.wrap-top-btn a:after {
	content: "";
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	display: inline-block;
	width: 7px;
	height: 7px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: translateY(-50%) rotate(-135deg);
	transform: translateY(-50%) rotate(-135deg);
	margin: 0 auto;
}

.wrap-top-btn {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99999;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.wrap-top-btn.scrolled {
	opacity: 1;
}

.pagetop__inner a {
	color: #56B234;
}

@media screen and (min-width: 769px) {

	#renewal2022 .gnav__main {
		width: 976px;
	}

	#renewal2022 ol.breadcrumb {
		padding: 20px;
		max-width: 1280px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px) {

	#renewal2022 ol.breadcrumb {
		line-height: 0.75;
		padding: 10px;
	}

	.body-top .wrap-top-btn {
		right: 20px;
		bottom: 66px;
	}

	.wrap-top-btn {
		right: 20px;
		bottom: 20px;
	}

}

footer {
	border-top: 1px solid #b9d7ad;
	background: #fff;
	overflow: hidden;
}

