.l-customer-footer {
	position: relative;
	z-index: 0;
	overflow: hidden;
	font-family: "Hiragino Kaku Gothic W3 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	background-color: var(--color-dark-blue);
}
.l-customer-footer__inner {
	max-width: 1020px;
	padding: 60px 20px 80px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__inner {
		padding: 40px 20px;
	}
}
.l-customer-footer__breadcrumbs {
	padding-bottom: 20px;
	margin-bottom: 60px;
	border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
	.l-customer-footer__breadcrumbs {
		padding-bottom: 0;
		margin-bottom: 15px;
	}
}
.l-customer-footer__breadcrumbs > ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__breadcrumbs > ul {
		flex-wrap: nowrap;
		padding: 0 30px 20px;
		margin: 0 -30px;
		overflow-x: scroll;
		-webkit-overflow-scrolling: touch;
	}
}
.l-customer-footer__breadcrumbs__item {
	font-size: 12px;
	color: var(--color-white);
	white-space: nowrap;
	text-indent: -1.85em;
    padding-left: 1.85em;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__breadcrumbs__item {
		flex-shrink: 0;
		white-space: normal;
	}
}
.l-customer-footer__breadcrumbs__item:last-of-type {
	white-space: normal;
}
.l-customer-footer__breadcrumbs__item > a {
	color: inherit;
	text-decoration: none;
}
@media(hover: hover) {
	.l-customer-footer__breadcrumbs__item > a:hover {
		text-decoration: underline;
	}
}
.l-customer-footer__breadcrumbs__item + .l-customer-footer__breadcrumbs__item::before {
	margin: 0 5px;
	content: ">";
}
@media screen and (max-width: 768px) {
	.l-customer-footer__breadcrumbs__item:last-child {
		padding-right: 30px
	}
}
.l-customer-footer__breadcrumbs:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.l-customer-footer__breadcrumbs:last-child > ul {
	padding-bottom: 0;
}
.l-customer-footer__link__heading > a {
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: var(--color-white);
	text-decoration: underline;
}
@media(hover: hover) {
	.l-customer-footer__link__heading > a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-footer__link__heading > a {
		display: block;
		width: 100%;
		padding: 12px 0;
		text-decoration: none;
	}
}
.l-customer-footer__heading {
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 14px;
	font-weight: 700;
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
	.l-customer-footer__heading {
		font-size: 16px;
		cursor: pointer;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-footer__heading.l-customer-footer__heading__empty {
		height: 0;
		margin-top: -20px;
		border-bottom: none;
	}
}
.l-customer-footer__heading > a {
	color: inherit;
	display: block;
}
.l-customer-footer__nav {
	display: flex;
	margin-top: 30px;
	margin-right: -15px;
	margin-left: -15px;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav {
		flex-direction: column;
		padding-bottom:0;
		margin-top: 0;
		margin-right: 0;
		margin-left: 0;
	}
}
.l-customer-footer__nav__item {
	padding-right: 15px;
	padding-left: 15px;
}
.l-customer-footer__nav__item.auto,
.l-customer-footer__nav__item.motor,
.l-customer-footer__nav__item.other {
	width: 23%;
}
.l-customer-footer__nav__item.power {
	width: 31%;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__item {
		padding-right: 0;
		padding-left: 0;
	}
  .l-customer-footer__nav__item.auto,
  .l-customer-footer__nav__item.motor,
  .l-customer-footer__nav__item.power,
  .l-customer-footer__nav__item.other {
    width: 100%;
  }
}
.l-customer-footer__nav__item > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__item > ul {
		display: flex;
		flex-wrap: wrap;
		margin-right: -8px;
		margin-left: -8px;
		background-color: var(--color-dark-blue);
	}
}
.l-customer-footer__nav__list {
	padding: 0;
	margin: 0;
	list-style: none;
}
.l-customer-footer__nav__subtitle {
	padding-bottom: 10px;
	margin-top: 30px;
	margin-right: 40px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 700;
	color: var(--color-white);
	border-bottom: 1px solid var(--color-white);
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__subtitle {
		padding: 12px 0 10px;
		margin-top: 0;
		margin-right: 0;
		margin-bottom: 0;
		font-size: 14px;
		color: var(--color-black);
		border-bottom: 1px solid var(--color-black);
	}
}
.l-customer-footer__nav__heading {
	position: relative;
	margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__heading {
		margin-bottom: 0;
		background-color: var(--dark-blue);
	}
}
.l-customer-footer__nav__heading > a {
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", Meiryo, sans-serif;
	font-weight: 600;
	color: var(--color-white);
	text-decoration: underline;
}
@media screen and (min-width: 769px)and (hover: hover) {
	.l-customer-footer__nav__heading > a:hover {
		text-decoration: none;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__heading > a {
		display: block;
		width: 100%;
		padding: 12px 0;
		font-size: 14px;
		text-decoration: none;
	}
}
.l-customer-footer__nav__heading--subheading {
	font-size: 16px;
	font-weight: 700;
	color: var(--color-white);
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__heading--subheading {
		position: relative;
		padding: 0;
		margin-right: 0;
		font-size: 16px;
		border-bottom: none;
		cursor: pointer;
	}
}
.l-customer-footer__nav__heading--subheading.is-active::after {
	transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__heading--accordion > a {
		position: relative;
	}
	.l-customer-footer__nav__heading--accordion > a::before {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 10px;
		height: 1px;
		content: "";
		background-color: var(--color-white);
		transform: translate(0, -50%);
	}
	.l-customer-footer__nav__heading--accordion > a::after {
		position: absolute;
		top: 50%;
		right: 0;
		display: block;
		width: 10px;
		height: 1px;
		content: "";
		background-color: var(--color-white);
		transition: transform .4s;
		transform: translate(0, -50%) rotate(90deg);
	}
	.l-customer-footer__nav__heading--accordion.is-active a::after {
		transform: translate(0, -50%) rotate(180deg)
	}
	.l-customer-footer__nav__heading + ul {
		position: relative;
		height: 0;
		visibility: hidden;
		opacity: 0;
		transition: padding-top .2s, opacity .2s, visibility .2s;
	}
	.l-customer-footer__nav__heading.is-active + ul {
		height: auto;
		padding-top: 5px;
		padding-bottom: 5px;
		visibility: visible;
		opacity: 1;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__heading.is-active + ul {
		background-color: var(--color-light-gray);
		padding-left: 30px;
		margin-left: -30px;
		padding-right: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 120%;
	}
	.l-customer-footer__nav__heading.is-active + ul.spesial_list {
		padding-left: 0;
		margin-left: -30px;
		width: 120%;
	}
}
.l-customer-footer__nav__link {
	margin-top: 12px;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link {
		width: 100%;
		padding: 0 8px;
		margin-top: 0;
		border-bottom: solid 1px var(--color-white);
	}
}
.l-customer-footer__nav__link:first-child {
	margin-top: 0;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link:first-child {
		margin-top: 0;
	}
	.l-customer-footer__nav__link:last-child {
		border-bottom: none;
	}
}
.l-customer-footer__nav__link--heading + .l-customer-footer__nav__link {
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link--heading + .l-customer-footer__nav__link {
		margin-top: 0;
	}
	.l-customer-footer__nav__link .l-customer-footer__nav__link {
		padding-left: 0;
		padding-right: 0;
	}
}
.l-customer-footer__nav__link > a {
	position: relative;
	font-size: 14px;
	color: var(--color-white);
	text-decoration: none;
}
@media(hover: hover) {
	.l-customer-footer__nav__link > a:hover {
		text-decoration: underline;
	}
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link > a {
		color: var(--color-black);
		display: block;
		width: 100%;
		padding: 8px 0;
	}
}
.l-customer-footer__nav__link > a[target=_blank] {
	padding-right: 20px;
}
.l-customer-footer__nav__link > a[target=_blank]::after {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	display: block;
	width: 12px;
	height: 12px;
	content: "";
	background: url(/auto/common/images/icon/icon_blank.svg) no-repeat 0 0;
	background-size: 100% auto;
	transform: translate(0, -50%);
}
.l-customer-footer__nav__link--lower-level {
	margin-top: 8px;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link--lower-level {
		margin-top: 0;
	}
}
.l-customer-footer__nav__link--lower-level > a {
	display: inline-block;
	padding-left: 16px;
	text-indent: -16px;
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link--lower-level > a {
		display: block;
	}
}
.l-customer-footer__nav__link--lower-level > a::before {
	display: inline-block;
	width: 12px;
	height: 1px;
	margin-top: -2px;
	margin-right: 4px;
	vertical-align: middle;
	content: "";
	background-color: var(--color-white);
}
@media screen and (max-width: 768px) {
	.l-customer-footer__nav__link--lower-level > a::before{
		background-color: var(--color-black);
	}
}
