﻿@charset "utf-8";

/* -----------------------------------------------------------
    sitemap
-------------------------------------------------------------- */
#sitemap .underttl-area::before{
	display: none;
}

@media screen and (min-width: 769px){
	#sitemap .active-underttl .underttl-en,
	#sitemap .active-underttl .underttl-ja {
		color: #222;
	}
	#sitemap .breadcrumblist, #sitemap .breadcrumblist a, #sitemap .under-h1 h1 {
		color: #909090;
	}
}


#sitemap .breadcrumbs {
	max-width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

#sitemap .h1-area {
	max-width: 1100px;
	min-width: 1100px;
	margin: 0 auto;
}

#sitemap .sitemap-wrap {
	background: #f0f0ef;
	padding: 30px 0;
	margin-top: 0;
}

#sitemap .sitemap-wrap > .inner {
	max-width: 1210px;
	min-width: 1210px;
	margin: 20px auto 50px auto;
	padding: 0;
}

#sitemap .sitemap-top {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}

#sitemap .sitemap-top-inner {
	width: 48%;
}

#sitemap .sitemap-top-list {
	display: flex;
	flex-wrap: wrap;
}

#sitemap .sitemap-top-header {
	width: 100%;
}

#sitemap .sitemap-top-header a {
	display: block;
	border: #d0d0d0 solid 1px;
	background: #fff;
	width: 100%;
	padding: 20px 26px;
	position: relative;
}

#sitemap .sitemap-top-header a::before, #sitemap .sitemap-btm-item a::before {
	content: "\f105";
	color: #b09450;
	position: absolute;
	right: 13px;
	top: 20px;
	z-index: 1;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	font-size: 1.8rem;
}

#sitemap .sitemap-top-header a:hover::before, #sitemap .sitemap-btm-item a:hover::before {
	color: #fff;
}

#sitemap .sitemap-top-header a:hover {
	background: #0d488a;
	border-color: #0d488a;
	color: #fff;
}

#sitemap .sitemap-top-item {
	margin: 25px 0 0 0;
	padding: 0 0 0 35px;
	position: relative;
	width: 60%;
}

#sitemap .sitemap-top-item:nth-of-type(2), #sitemap .sitemap-top-item:nth-of-type(4) {
	width: 40%;
}

#sitemap .sitemap-top-item::before {
	color: #b09450;
	content: "ー";
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	left: 12px;
}

#sitemap .sitemap-top-item a:hover {
	color: #0d488a;
}

#sitemap .sitemap-btm {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

#sitemap .sitemap-btm.inner {
	width: 1210px;
}

#sitemap .sitemap-btm-item {
	width: calc((100% - 62px) / 3);
	margin: 0 30px 20px 0;
}

#sitemap .sitemap-btm-item:nth-of-type(3n) {
	margin: 0 0 20px 0;
}

#sitemap .sitemap-btm-item a {
	display: block;
	background: #fff;
	border: #d0d0d0 solid 1px;
	width: 100%;
	padding: 20px 26px;
	position: relative;
}

#sitemap .sitemap-btm-item a:hover {
	background: #b09450;
	border-color: #b09450;
	color: #fff;
}

#sitemap .top-links-wrap {
	margin-bottom: 30px!important;
}

#sitemap .top-links-wrap i{
	color: #b09450;
}

@media screen and (max-width: 768px) {
	#sitemap .underttl-area {
		margin-bottom: 0;
	}

	#sitemap .sitemap-wrap {
		padding: 30px 0;
		margin-top: 0;
	}

	#sitemap .sitemap-wrap > .inner, #sitemap .sitemap-btm-wrap > .inner {
		max-width: 100%;
		min-width: 100%;
		padding: 10px 20px 0 20px;
		margin: 0 auto;
	}
	
	#sitemap .top-links-wrap {
	margin-bottom: 10px!important;
}

	#sitemap .sitemap-top {
		display: block;
		margin: 25px 0 35px 0;
	}

	#sitemap .sitemap-top-item {
		width: 100%;
	}

	#sitemap .sitemap-top-item:nth-of-type(2), #sitemap .sitemap-top-item:nth-of-type(4) {
		width: 100%;
	}

	#sitemap .sitemap-top-inner {
		width: 100%;
	}

	#sitemap .sitemap-top-inner:nth-of-type(2), #sitemap .sitemap-top-inner:nth-of-type(3) {
		margin: 35px 0 0 0;
	}

	#sitemap .sitemap-top-header a {
		padding: 15px;
	}

	#sitemap .sitemap-top-header a::before, #sitemap .sitemap-btm-item a::before {
		font-size: 1.7rem;
		right: 10px;
		top: 14px;
	}

	#sitemap .sitemap-top-header a:hover {
		box-shadow: none;
	}

	#sitemap .sitemap-btm.inner {
		width: 100%;
	}

	#sitemap .sitemap-btm {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	#sitemap .sitemap-btm-item {
		width: 100%;
		margin: 0 0 15px 0;
	}

	#sitemap .sitemap-btm-item:nth-of-type(3n) {
		margin: 0 0 10px 0;
	}

	#sitemap .sitemap-btm-item a {
		padding: 14px 15px 16px 15px;
	}

	#sitemap .sitemap-btm-item a:hover {
		box-shadow: none;
	}

	#sitemap .ft-contact-area {
		margin: 0;
	}

	#sitemap .top-links::before {
		font-size: 1.7rem;
		top: 4px;
	}
}