/* breadcrumbs
   ----------------------------------------------------------------- */
.nav-breadcrumbs {
	position: inherit;
	margin-top: 60px;
	width: 100%;
	background-color: #faf5ec;
	z-index: 0;
}
.nav-breadcrumbs ol {
	display: block;
	width: 100%;
	max-width: 1050px;
	margin-right: auto;
	margin-left: auto;
}
.nav-breadcrumbs ol:after {
	display: block;
	clear: both;
	content: "";
}
.nav-breadcrumbs ol li {
  float: left;
}
.nav-breadcrumbs ol li a {
	position: relative;
	display: table;
	height: 40px;
	text-decoration: underline;
	white-space: nowrap;
}
.nav-breadcrumbs ol li a > span {
	display: table-cell;
	color: #666;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
}
.nav-breadcrumbs ol li a > span {
	line-height: 1;
}
.nav-breadcrumbs ol li + li {
	margin-left: 30px;
}
.nav-breadcrumbs ol li + li a:after {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	left: -22px;
	width: 6px;
	height: 6px;
	border: 1px solid transparent;
	border-top-color: #aaa;
	border-right-color: #aaa;
	-webkit-transform: translateY(-50%) rotate(45deg);
	transform: translateY(-50%) rotate(45deg);
}
.nav-breadcrumbs ol li:last-child a {
	text-decoration: none;
}
.nav-breadcrumbs ol li:last-child a > span {
	pointer-events: none;
}
.nav-breadcrumbs-others {
	margin-top: 140px;
}

@media screen and (min-width: 737px) {
	.nav-breadcrumbs ol li:nth-last-child(n+2) a:hover {
		text-decoration: none;
	}
	.nav-breadcrumbs ol li:nth-last-child(n+2) a:hover > span {
		color: #2e3e91;
	}
}

@media screen and (max-width: 736px) {
	.nav-breadcrumbs {
		margin-top: 50px;
	}
	.nav-breadcrumbs ol {
		box-sizing: border-box;
		overflow-x: scroll;
		overflow-y: hidden;
		padding: 0 15px;
		white-space: nowrap;
	}
	.nav-breadcrumbs ol li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}
	.nav-breadcrumbs ol li:last-child {
		padding-right: 15px;
	}
	.nav-breadcrumbs ol li a {
		display: block;
		height: 30px;
	}
	.nav-breadcrumbs ol li a span {
		display: block;
		padding: 9px 0 8px;
		font-size: 12px;
	}
	.nav-breadcrumbs-others {
		margin-top: 115px;
	}
}
@media screen and (max-width: 568px) {
	/*.nav-breadcrumbs {
		margin-top: 110px;
	}*/
	/*.nav-breadcrumbs-others {
		margin-top: 115px;
	}*/
}
.l-header__main{
  border-bottom: none;
}
