/* --------------------
　アコーディオン (2022/11/07)
-------------------- */

.cmp-accordion__header {
	margin: 0;
}

.cmp-accordion__button {
	display: block;
	width: 100%;
	text-align: left;
	line-height: 1.6;
	position: relative;
	padding: 10px 10px 10px;
	margin: 0;
	border: none;
	border-bottom: 1px solid #545454;
	background-color: #fff;
	font-family: "FP-ヒラギノ角ゴ ProN W3";
	font-size: 17px;
	outline: none;
}

.cmp-accordion__title {
	display: inline-block;
	min-height: 5px;
    width: 90%;
}

.cmp-accordion__icon {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0px;
	right: 10px;
	font-size: 25px;
	font-weight: 700;
	text-align: center;
}

.cmp-accordion__icon::after {
    content: '\f0fe';
    font-family: 'FontAwesome';
    font-weight: 400;
}

.cmp-accordion__button--expanded > .cmp-accordion__icon::after {
	content: '\f146';
    font-family: 'FontAwesome';
    font-weight: 400;
}


/* テキストカラー */

.accordion_blue {
	color: #0074C1;
}

.accordion_black {
	color: #545454;
}


/* 開閉制限 */

.cmp-accordion__panel--hidden {
	width: 100%;
	height: 0px;
	z-index: -3;
	position: relative;
	bottom: 150000px;
	visibility: hidden;
}

.cmp-accordion__panel--expanded {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: 0px;
	visibility: visible;
	padding: 1.5em 10px 10px;
    background-color: #F8F9F9;
}

.cmp-accordion__panel--hidden > .responsivegrid {
	width: 100%;
	height: 0px;
	z-index: -3;
	position: absolute;
	top: -200000px;
	visibility: hidden;
}

.cmp-accordion__panel--expanded > .responsivegrid {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: 0px;
	visibility: visible;
    background-color: #F8F9F9;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.cmp-accordion__button {
		padding: 10px 20px 10px 10px;
		margin: 0;
            line-height: 1.6;
	}

	.cmp-accordion__title {
		vertical-align: middle;
	}
    
	.cmp-accordion__icon {
		width: 30px;
		height: 30px;
		right: 10px;
		top: 3px;
		font-weight: 900;
	}
}
/* --------------------
　アンカーリンク
-------------------- */

.anchor_link ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    font-size: 85%;
}

.anchor_link li {
    margin: 0 0.5em 30px;
    flex-basis: 15%;
}

.anchor_link li a {
    text-decoration: none;
    border-bottom: solid 1px #333;
    display: inline-block;
    width: 100%;
    padding: 9px 7% 8px 0;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.anchor_link.anchor_nonborder li a {
    border-bottom: none;
}

.anchor_link li a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    right: 5px;
    display: inline-block;
}

.anchor_link li a.page::after {
    transform: rotate(270deg);
}

.anchor_link li a:hover {
    opacity: 0.5;
}


/**** 法人向け ****/

#b2b-contents-page .anchor_link ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0 0 25px;
    font-size: 85%;
    justify-content: start;
}

#b2b-contents-page .anchor_link li {
    padding: 10px 0;
    width: 24%;
}

#b2b-contents-page .anchor_link li a {
    letter-spacing: 0px;
}

#b2b-contents-page .anchor_link li a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    right: 2%;
    display: inline-block;
    top: 50%;
    margin-top: -7px;
    font-weight: normal;
    transition: .05s linear;
}

#b2b-contents-page .anchor_link li a:hover::after {
    top: 55%;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
    .anchor_link h2 {
        padding: 0px 0px 8px 0px;
    }

    .anchor_link ul {
        justify-content: left;
    }

    .anchor_link li {
        flex-basis: 100% !important;
        margin: 0 1% 3% 0;
    }

    /**** 法人向け ****/
    #b2b-contents-page .anchor_link ul {
        flex-direction: column;
        margin: 0px auto 30px;
        width: 96%;
    }

    #b2b-contents-page .anchor_link ul li {
        width: 100%;
        padding: 7px 0;
    }

}

/* --------------------
　アンカーヘッダー
-------------------- */

.anchor_header {
	position: sticky;
	background-color: #fff;
	top: 0;
	z-index: 999;
	margin: 0 auto;
	display: flex;
	max-width: 1240px;
	float: none !important;
	border-bottom: 1px solid #ccc;
	justify-content: space-between;
	margin-bottom: 40px;
	padding: 0 20px;
}

.anchor_header h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 2.2;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.anchor_header ul {
	flex-wrap: wrap;
	display: flex;
	justify-content: flex-end;
	flex-direction: row;
	width: 60%;
}

.anchor_header li {
	margin: 0 1.5%;
	display: flex;
}


/* リンクデザイン */

.anchor_header li a {
	display: inline-block;
	padding: 20px 25px 0px 0;
	position: relative;
	cursor: pointer;
}

.anchor_header a.anchor:after {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 14px;
	bottom: 11px;
	right: 5px;
	display: inline-block;
}

.anchor_header a.anchor:after {
	content: "\f078";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 14px;
	top: 50%;
	right: 2%;
	margin-top: -6px;
	bottom: auto;
}

.anchor_header a.external:after {
	content: "\f08e";
	font-family: 'FontAwesome';
	position: absolute;
	font-size: 14px;
	bottom: 11px;
	right: 3px;
	display: inline-block;
}

.anchor_header a.shopping:before {
	content: "\f07a";
	font-family: 'FontAwesome';
	font-size: 14px;
	bottom: 11px;
	left: 5px;
	padding-right: 5px;
	display: inline-block;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.anchor_header {
		flex-direction: column;
		justify-content: center;
		padding: 20px 5%;
		position: static;
	}

	.anchor_header h2 {
		font-size: 20px;
		width: 100%;
		margin-bottom: 15px;
	}

	.anchor_header ul {
		justify-content: flex-start;
		width: 100%;
		margin: 0 auto;
	}

	.anchor_header li {
		width: 48%;
		margin: 0 auto;
	}

	.anchor_header li a {
		width: 100%;
		text-align: center;
		font-size: 15px;
		border-bottom: 1px solid #333;
		padding: 7px 1%;
	}
}
/* --------------------
　パンくず
-------------------- */

.breadcrumb {
    margin: 0;
    background-color: #313235;
    /*#45464B;*/
    border-radius: 0;
}

.jvc_breadcrumb {
    display: block;
    padding: 10px 30px 5px;
    max-width: 1260px;
    margin: 0 auto;
}

.jvc_breadcrumb ul {
    text-align: left;
}

.jvc_breadcrumb ul li {
    display: inline;
    list-style: none;
    font-size: 12px;
    color: #ccc;
}

.jvc_breadcrumb ul li a {
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
}

.jvc_breadcrumb_list li::before {
    content: '\003e';
}

.jvc_breadcrumb_list li:first-child::before {
    content: "";
}

.custom-title {
    text-align: left;
}


/**** 法人向け *****/
/*
#b2b-contents-page .jvc_breadcrumb ul li a {
	font-size: 12px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	transition: 0s;
}

#b2b-contents-page .jvc_breadcrumb ul li a:hover {
	opacity: 0.5;
}*/


/* スマホ表示 */

@media screen and (max-width:768px) {
    .jvc_breadcrumb {
        padding: 10px 3.5% 5px;
    }

    /**** 法人向け *****/

    #b2b-contents-page .jvc_breadcrumb ul li {
        font-size: 10px;
    }

    #b2b-contents-page .jvc_breadcrumb ul li a {
        font-size: 10px;
    }
}

/* --------------------
　ボタン
-------------------- */

.link_button {
	display: inline-block;
	width: 100%;
	margin: 5px 0;
	text-align: center;
}



/* リンク先アイコン */

button.pagelink::after {
	font-family: 'FontAwesome';
	content: "\f105";
	padding-left: 0.5em;
}

.btn_external::after {
	font-family: FontAwesome;
	font-size: 0.7em;
	display: inline;
	vertical-align: 1px;
	margin-left: 5px;
	content: "\f08e";
}


/* サイズ */

.jvc_btn {
	display: inline-block;
	width: 98%;
	font-size: 17px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 1.5em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
	position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc_btn_small {
	display: inline-block;
	width: 98%;
	font-size: 13px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 1.0em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
}


.jvc_btn_large {
	display: inline-block;
	width: 98%;
	font-size: 24px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 2.0em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
.jkc-cmp-button .btn_small{
    margin: 5px auto -5px !important;
}
.jvc_btn:hover,
.jvc_btn_small:hover,
.jvc_btn_large:hover {
	opacity: 0.7;
}


/* 背景色 */

.btnb_gray {
	background: #ccc;
	border-color: #ccc;
}

.btnb_blue {
	background: #006AB4;
	color: #fff;
	border-color: #006ab4;
}

.btnb_black {
	background: #545454;
	color: #fff;
	border-color: #545454;
}

.btnb_red {
	background: #F70900;
	color: #fff;
	border-color: #F70900;
}


/* 用途別デザイン */
/*	font-size: 13px;
    line-height: 1.4;
	text-align: center;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	border: 1px solid #8f8f8f;
	padding: 1.0em 1.0em;
	background: #fff;
	color: #333;
	border-radius: 4px;
*/
button.buy, button.document, button.inquiry, button.faq, button.user, button.download {
    width: 100%;
    padding: 0.4em 1em;
    /*line-height: 30px;*/
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    background: #fff;
    color: #333;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}
button.buy:hover, button.document:hover, button.inquiry:hover, button.faq:hover, button.user:hover, button.download:hover {
    opacity: 0.7;
}
button.buy span, button.document span, button.inquiry span, button.faq span, button.user span, button.download span {
    flex: 1;
    max-width: max-content;
}

button.buy {
    /*font-family: "FP-ヒラギノ角ゴ ProN W6";*/
    background-color: #ffa200;
    color: #fff;
    border: solid 1px #ffa200;
}

button.buy::before, button.document::before, button.inquiry::before, button.faq::before, button.user::before,button.download::before {
    content: '';
	display: inline-block;
	background: url(../../../content/dam/kenwood/webmaterial/icons/icon_buy_white.svg);
    width: 32px;
    height: 32px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}
button.buy::before {
	background-image: url(../../../content/dam/kenwood/webmaterial/icons/icon_buy_white.svg);
}
button.pagelink.buy::after {
    font-weight: bold;
}
.buy .btn_external::after {
    font-size: 1.0em;
    vertical-align: 0;
}

button.document {}

button.document::before {
	background-image: url(../../../etc.clientlibs/kenwood/clientlibs/client-component/clientlib-component/resources/css/button/icon__dl.svg);
}

button.inquiry {}

button.inquiry::before {
	background-image: url(../../../etc.clientlibs/kenwood/clientlibs/client-component/clientlib-component/resources/css/button/icon__support.svg);
}

button.faq {}

button.faq::before {
	background-image: url(../../../etc.clientlibs/kenwood/clientlibs/client-component/clientlib-component/resources/css/button/icon__faq.svg);
}

button.user {}

button.user::before {
	background-image: url(../../../etc.clientlibs/kenwood/clientlibs/client-component/clientlib-component/resources/css/button/icon__user.svg);
}

button.download {}

button.download::before {
	background-image: url(../../../etc.clientlibs/kenwood/clientlibs/client-component/clientlib-component/resources/css/button/icon_download2.svg);
}

@media screen and (max-width:768px) {
	/**** 法人向け ****/
	#b2b-contents-page .link_button {
		width: 100%;
	}
}
/* --------------------
　カルーセル(AEM)
-------------------- */


/* スライド */

.cmp-carousel__content {
	position: relative;
	margin: 0 auto;
	max-width: 895px;
}

.cmp-carousel__item {
	display: none;
}

.cmp-carousel__item--active {
	display: block;
}


/* ボタン */

.cmp-carousel__actions {
	width: 100%;
	height: 0;
	max-width: 895px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.cmp-carousel__action {
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: rgba(204, 204, 204, 0.5);
	border: none;
}

.cmp-carousel__action:hover {
	background-color: rgba(204, 204, 204, 0.8);
}

.cmp-carousel__action--previous {
	left: 0;
}

.cmp-carousel__action--next {
	right: 0;
}

.cmp-carousel__action::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 5px solid rgba(255, 255, 255, 0.7);
	border-right: 5px solid rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 22.5%;
}

.cmp-carousel__action--previous::after {
	transform: rotate(-135deg);
	left: 35%;
}

.cmp-carousel__action--next::after {
	transform: rotate(45deg);
	right: 35%;
}


/* インジケーター */

.cmp-carousel__indicators {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.cmp-carousel__indicator {
	display: inline-block;
	width: 75px;
	border: 4px solid #ccc;
	margin: 10px 2px;
	cursor: pointer;
}

.cmp-carousel__indicator:hover {
	opacity: 0.5;
}

.cmp-carousel__indicator--active {
	border: 4px solid #f00;
	pointer-events: none;
}
/* --------------------
　カルーセル(カスタム) 2022/11/21
-------------------- */


/* スライド */

.carousel_slider {
	position: relative;
	margin: 0 auto;
	max-width: 1200px;
	/*max-height: 600px;*/
}

.carousel_inner {
	display: block;
	width: 100%;
	/*max-height: 600px;*/
	overflow: hidden;
    /*position:relative;*/
}

.carousel_inner li {
	display: none;
	max-width: 1200px;
	margin: 0 0 10px 0;
	overflow: hidden;
}

.carousel_inner li.active {
	display: block;
	/*position: static !important;*/
}

.carousel_inner li a {
	cursor: pointer;
}

.carousel_inner img {
	/*width: 100%;*/
    width:auto;
	height: auto;
}


/* インジケーター */

.indicator {
	display: flex;
	margin: 0 auto;
	width: 100%;
	justify-content: center;
}

.indicator li {
	display: inline-block;
	width: 75px;
	border: 4px solid #ccc;
	margin: 10px 2px;
	cursor: pointer;
    padding-bottom:0!important;
}

.indicator li:hover {
	opacity: 0.5;
}

.indicator .active {
	border: 4px solid #f00;
	pointer-events: none;
}


/* 前へ/次へボタン */

.carousel_btn {
	width: 100%;
	height: 0;
	max-width: 100%;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
}

.carousel_btn .btn_prev,
.carousel_btn .btn_next {
	display: block;
	position: absolute;
	top: 0%;
	transform: translateY(-50%);
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: rgba(204, 204, 204, 0.5);
}

.carousel_btn .btn_prev:hover,
.carousel_btn .btn_next:hover {
	background-color: rgba(204, 204, 204, 0.8);
}

.carousel_btn .btn_prev {
	left: 0;
}

.carousel_btn .btn_next {
	right: 0;
}

.carousel_btn .btn_prev::after,
.carousel_btn .btn_next::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 5px solid rgba(255, 255, 255, 0.7);
	border-right: 5px solid rgba(255, 255, 255, 0.7);
	position: absolute;
	top: 28%;
}

.carousel_btn .btn_prev::after {
	transform: rotate(-135deg);
	left: 35%;
}

.carousel_btn .btn_next::after {
	transform: rotate(45deg);
	right: 35%;
}


/* テキストエリア */

.carousel_inner span {
	display: block;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	padding: 20px 60px;
	/*background-color: rgba(255, 255, 255, 0.75);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #545454;
}

.carousel_inner span p {
	font-size: 21px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	letter-spacing: 2px;
	line-height: 1.3;
}

.carousel_inner span h1,
.carousel_inner span h2 {
	font-size: 32px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	line-height: 1.2;
	margin: 0.5em 0;
}

.carousel_inner .text_top {
	top: 10px;
	transform: translate3d(-50%, 0%, 0);
}

.carousel_inner .text_bottom {
	top: calc(100% - 10px);
	transform: translate3d(-50%, -100%, 0);
}


/**** 法人向け ****/

#b2b-contents-page .ct_carousel {
	padding-bottom: 10px;
}

#b2b-contents-page .carousel_inner span p {
	font-size: 21px;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.carousel_btn,
	.indicator,
	.cmp-carousel__actions,
	.cmp-carousel__indicators {
		display: none;
	}

	.carousel_slider {
		margin: 0px auto -3px;
	}

    .carousel_inner span {
        top: 45%;
        padding: 20px 6%;
    }

	/**** 法人向け ****/
    #b2b-contents-page .carousel_inner span p {
        font-size: 10px;
    }

    #b2b-contents-page .carousel_inner span h2 {
    font-size: 12px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    display: #555;
    }

    #b2b-contents-page .carousel_inner span h1 {
    font-size: 12px;
    font-family: "FP-ヒラギノ角ゴ ProN W3";
    }
}

/* --------------------
　カテゴリーメニュー
-------------------- */

.sticky_category_menu {
	position: sticky;
	top: 0;
	z-index: 9;
}

.category {
	background-color: #45464B;
    color:#fff;
	z-index: 2;
	overflow: hidden;
}

.category > div {
	display: flex;
	max-width: 1260px;/*最大幅をパンくずリストと同じにする*/
	margin: 10px auto 15px;
	padding: 0 0 0 30px;
}

.category > div > p {
	font-size: 23px;
	margin-right: 50px;
}

.category_menu {
	display: flex;
	padding-top: 2px;
}

.category_menu li {
	border-left: 1px solid #666;
}

.category_menu li:last-child {
	border-right: 1px solid #666;
}

.category_menu li p {
	font-size: 14px;
	line-height: 1;
	margin: 0 15px;
	padding-bottom: 1px;
}

.category_menu .active p::after {
	content: "";
    display: block;
    width: 80%;
    margin: 7px auto -5px;
    border-bottom: 2.5px solid #fff;
}

.category_menu li p a {
	padding: 3px 5px;
	line-height: 1.4;
    color:#fff;
}


/**** 法人向け ****/

#b2b-contents-page .category > div > p {}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.category {
		position: relative;
		z-index: 1;
	}

	.category > div {
		flex-flow: column nowrap;
		margin: 0 auto 5px;
		padding: 0 3.5% 0;
	}

	.category > div > p {
		font-size: 1.4em;
		cursor: pointer;
		margin: 10px 0 5px;
		position: relative;
	}

	.category > div > p span::before,
	.category > div > p span::after {
		display: block;
		content: "";
		position: absolute;
		top: 45%;
		right: 0px;
		width: 24px;
		height: 2px;
		margin: 0;
		background: #fff;
	}

	.category > div > p span::after {
		transform: rotate(90deg);
	}

	.category > div > p.close {
		margin: 10px 0 20px;
		padding-top: 3px;
    	color:#fff;
    	text-shadow: 0 0 0;
    	opacity:1;
	}

	.category > div > p.close span::before {
		margin-top: 1px;
	}

	.category > div > p.close span::after {
		display: none;
	}

	.category .category_menu {
		display: none;
		flex-flow: column nowrap;
		font-size: 16px;
	}

	.category_menu li {
		border-left: none;
		border-top: 1px solid #666;
		padding: 0;
		margin-bottom: 0px;
		text-align: center;
	}

	.category_menu li:last-child {
		border-right: none;
	}

	.category_menu li p {
		padding-bottom: 0;
	}

	.category_menu li p a {
		padding: 13px;
		display: block;
	}

    .category_menu .active p::after {
        display: none;
    }
}
/* --------------------
　コンテナ (2021-11-19)
-------------------- */


/*---------------------------------- コンテナ設定 ----------------------------------*/
.fit_container {
	width: 100%;
	max-width: 1280px;
	margin: auto !important;
	float: none !important;
	clear: both !important;
	padding: 0 40px;
}

.fit_window {}

.fit_container > div,
.fit_window > div {
	background-position: left center;
	clear: both !important;
}

.xf-content-height {
	margin: 0 auto !important;
}


/* テンプレートエラーを防ぐためにコメントアウト
.root > .aem-Grid > .new.section {
    max-height: 0px;
    height: 0px;
    margin: 0;
    padding: 0;
}
*/

@media screen and (max-width:768px) {
	.container {
		padding: 0px;
	}
	.fit_container {
		margin: 0 auto;
		padding: 0 4%;
	}
	.container > div {
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.fit_container > div {
		padding-left: 0% !important;
		padding-right: 0% !important;
	}
	.fit_window .fit_container > div {
		padding: 4% !important;
	}

	.container > div.vPadding {
		padding: 0 !important;
	}

	/* EXFM時には回り込みを解除しない */
	.xf-content-height .fit_container {
		float: left !important;
		clear: none !important;
	}
}


/*---------------------------------- クラスカスタム ----------------------------------*/
/* クラスを追加した上での調整 2020.01.06 */
/* コンテナに記述されたクラス名によりスタイル調整 */

.bg_top,
.fit_window > .bg_top,
.fit_container > .bg_top {
	background-position: top;
}

.bg_bottom,
.fit_window > .bg_bottom,
.fit_container > .bg_bottom {
	background-position: bottom;
}

.fit_window > .bg_right,
.fit_container > .bg_right {
	background-position: right;
}


/* コンテナの高さを合わせる */

.flex > div {
	display: flex;
	flex-wrap: wrap;
}

.flex > div > div,
.flex > div > section.link_button{
	display: flex !important;
}


/* コンテナの中心を合わせる */

.flex_center > div {
	display: flex;
	flex-wrap: wrap;
}

.flex_center > div > div {
	display: flex !important;
	align-items: center;
}


/* サポート情報 */

.support_contents {
    
}
.support_contents > div{
    display: flex;
	flex-wrap: wrap;
}


.support_contents > div {
	width: auto;
	margin-right: -10px;
}

.support_contents .tit_border > div {
	border: 1px solid #8f8f8f;
	padding: 17px !important;
	margin: 0 10px 10px 0;
	/*width: 100%;*/
	background-color: #fff;
    height: calc(100% - 10px);
    overflow: hidden;
}

.support_contents .textimage-text {
	padding: 0;
}

.support_contents .textimage-text p {
	font-size: 16px;
    line-height: 1.3;
    margin: 0 0 4px 0;
}

.support_contents .font_small {
	font-size: 14px;
	line-height: 1.2;
}

.support_contents p .font_bold{
    margin-bottom: 10px;
    display: block;
}
.support_contents .flex-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.support_contents .flex-left .textimage-img {
	margin-right: 1em;
	flex-shrink: 0;
}

.support_contents .jvc_btn{
    margin: 0 10px 5px 0 !important;
    height: calc(100% - 5px);
}



/* 製品概要エリア記述 */

.product_outline .jvc-text {
	margin-bottom: 0.2em;
}

.product_ouline .title h2 {
	line-height: 1.0;
	margin-bottom: 0.5em;
}


/*** 法人向け ***/
/*
#b2b-contents-page .fit_container > div {
	padding: 0 !important;
}
*/

/* サポート情報 */
/*
#b2b-contents-page .support_contents {
	padding: 20px 0 !important;
	width: 100%;
}

#b2b-contents-page .support_contents > div {
	width: auto;
	margin-right: 0;
}

#b2b-contents-page .support_contents .tit_border > div {
	padding: 12px 2% !important;
	border: 1px solid #ccc;
	margin: 0 auto;
	width: 80%;
	background-color: #fff;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	min-height: 90px;
}

#b2b-contents-page .support_contents .tit_border > div .textimage-img {
	width: 15%;
	display: inline-block;
	justify-content: center;
	flex-direction: column;
	padding: 0;
}

#b2b-contents-page .support_contents .flex-top .textimage-img > span{
    width: 55px;
	margin: 0 auto;
}


#b2b-contents-page .support_contents .tit_border > div .textimage-content {
	width: 76%;
	margin-left: 6%;
}

#b2b-contents-page .support_contents .textimage-text {}

#b2b-contents-page .support_contents .textimage-text p:first-of-type {
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-weight: bold;
	text-align: left !important;
	font-size: 16px;
	margin: 5px 0;
}

#b2b-contents-page .support_contents .textimage-text p:nth-of-type(2) {}

#b2b-contents-page .support_contents .textimage-text p:last-of-type {
	font-size: 14px;
	text-align: left !important;
}

#b2b-contents-page .support_contents .title h3 {
	border: none;
	margin: 20px 0 10px;
	padding: 0;
}

#b2b-contents-page .support_contents .link_button {
	margin: 0 0.5%;
	width: 32.333%;
}

#b2b-contents-page .support_contents .link_button button {
	padding: 20px;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	border: 1px solid #ccc;
}
*/

@media screen and (max-width: 768px) {
	.flex_center div {
		margin-left: auto !important;
		margin-right: auto !important;
	}

	/* サポート情報 */
	.support_contents .tit_border > div {
		padding: 10px 5% !important;
	}


	/**** 法人向け ****/
	#b2b-contents-page .container > div {
		/*padding: 0 !important;*/
		margin-left: 0;
		margin-right: 0;
		margin-bottom: 20px;
	}


    /* サポート情報 */
    /*
	#b2b-contents-page .support_contents .xf-content-height {
		height: auto;
	}
	#b2b-contents-page .container > div.support_contents {
		padding: 20px 0 !important;
	}
	#b2b-contents-page .support_contents .tit_border > div {
		margin: 5px auto;
		width: 100%;
	}
	#b2b-contents-page .support_contents .link_button {
		margin: 5px auto;
		width: 100%;
	}
    */

}


/*----------------------- LP用 ----------------------*/


/* 背景あり特長見出し用　コンテナコンポーネントのクラス名にsp-feature を設定する */

.sp-feature {
	/*max-height: 800px;
    min-height: 400px;*/
	height: 40vw;
	/*background-size: cover !important;*/
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.sp-feature > div > .container {
	/*position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);*/
}

.sp-feature h2.subbig {
	font-size: 32px;
	margin: 0.5em 0;
	border: none;
}

.sp-feature h3.subbig {
	font-size: 24px;
	margin: 0.5em 0;
	padding: 0;
	border: none;
}

.alignTop {
	align-items: unset;
}

.alignTop > div > .container {
	margin-top: 30px !important;
}

@media screen and (max-width: 768px) {
	.sp-feature,
	.fit_window .sp-feature {
		background-size: 100% !important;
		background-position: top !important;
		padding-top: calc( 800/1920 * 100%) !important;
		/* 背景画像のサイズで計算 */
	}
	.sp-feature {
		padding: 0 !important;
		height: auto;
	}
	.sp-feature > div > .container {
		position: relative;
		top: auto;
		left: auto;
		transform: none;
	}
	.sp-feature .fit_container {
		padding: 0 !important;
	}
	.sp-feature .fit_container > div {
		padding: 0 !important;
	}
	.sp-feature h2.subbig,
	.sp-feature h3.subbig {
		font-size: 18px;
	}
	.alignTop > div > .container {
		margin-top: 0 !important;
	}
}


/*--- 製品詳細ページ用 ---*/
#product_area{
    padding: 40px 0 0 0 !important;
}
#product_area .fit_container{
    width: 100%;
	max-width: 1280px;
	margin: auto !important;
	float: none !important;
	clear: both !important;
	padding: 0 40px;
}
@media screen and (max-width: 1200px) {
    
}
@media screen and (max-width: 768px) {
    #product_area{
        padding: 4% !important;
    }
    #product_area .fit_container{
        padding: 0;
    }
	#product_area .fit_container > div {
		padding-left: 4% !important;
		padding-right: 4% !important;
	}
}



/* 簡易表示用Width指定 */

.simple_contents {
	max-width: 980px;
	margin-left: auto !important;
	margin-right: auto !important;
}

@media all and (-ms-high-contrast: none) {
	.container > div {
		width: 100%;
	}
}
/* --------------------
　外部WEBアプリケーション
-------------------- */

.external > iframe {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    height: 100%;
    /*min-height:100vh;*/
}




/* --------------------
　画像
-------------------- */

.image span {
    display: block;
}

.image span img,
.cmp-image img{
    max-width: 100%;
}

.image-top {
    text-align: center;
    vertical-align: middle;
}

.image-left {
    text-align: left;
    vertical-align: middle;
}

.image-right {
    text-align: right;
    vertical-align: middle;
}

.image .img_zoom{
    text-align: right;
    margin-right: 20px;
}


/* キャプション */
.image span > p,
.image .cmp-image__title{
    width: 100%;
    font-size:12px;
    text-align: center;
    margin-top:5px;
}

.image .image-top > p {
    margin-left: auto;
    margin-right: auto;
}

.image .image-left > p {
    margin-right: auto;
}

.image .image-right > p {
    margin-left: auto;
}


/* fancybox 余白調整 */
.fancybox-title-inside {
    padding: 0px !important;
}


/* スマホ表示 */
/*
@media screen and (max-width:1200px) and (min-width:769px) {
    .cmp-image img{
		max-width:980px;
	}
}
*/





/* iframe埋め込み時のFancybox調整 */
#fancybox-wrap #fancybox-content img.iframe_zoom{
	max-width:100%;
    height:auto;
    position:absolute;
    top:-99999px;
}


@media screen and (max-width:768px) {
    #fancybox-wrap {
		padding:0px !important;
    }

    #fancybox-wrap #fancybox-content img.iframe_zoom{
        max-width:80%;
        height:auto;
    }
}



/* --------------------
　お知らせ
-------------------- */

.icon_notice_list {
    border: 1px solid #a5a5a5;
    padding: 15px 2% !important;
    position: relative;
    background: #fff;
    margin: auto;
}

.icon_notice_list > p {
    display: inline-block;
    background: url('client-design/clientlib-design/resources/img/icons/notice.png') 0 0 no-repeat;
    margin-bottom: 10px;
    padding-left: 23px;
}

.icon_notice_list > p > a {
    display: block;
    width: 100%;
    color: #333;
    font-size: 18px;
    line-height: 24px;
	text-decoration: none;
    font-family: 'FP-ヒラギノ角ゴ ProN W6';
}

.icon_notice_list > p > a br{
    display: none;
}

.icon_notice_list ul {
    margin: 0 2%;
}

.icon_notice_list li {
    line-height: 1.7;
    display: flex;
    /*justify-content: space-between;*/
    align-items: first baseline;
    margin-bottom: 0;
    padding-bottom: 0;
}

.icon_notice_list li time {
    width: 15%;
    font-weight: bold;
}

.icon_notice_list li p {
    width: 85%;
    color: #dc0000;
    line-height: 1.3;
    font-size: 14px;
}

.icon_notice_list li a {
    text-decoration: underline;
    color: #dc0000;
}

.icon_notice_list li a[target=_blank]:after {
	font-family: FontAwesome;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
    content: "\f08e";
} 

.icon_notice_list a.info_list {
    position: absolute;
    color: #454545;
    text-decoration: none;
    font-size: 13px;
    right: 0;
    width: 125px;
    padding: 5px 20px;
    box-shadow:none;
}

.icon_notice_list a.info_list::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 25px;
    top: 7px;
}



/* スマホ表示 */
@media screen and (max-width:768px) {
	.icon_notice_list {
		padding-bottom: 60px !important;
	}
	.icon_notice_list li {
		flex-direction: column;
	}
    .icon_notice_list li p,
	.icon_notice_list li time,
	.icon_notice_list ul a {
		width: 100%;
	}
	.icon_notice_list .info_list {
		width: 50%;
		bottom: 10px;
		left: 50%;
		transform: translate3d(-50%, 0%, 0);
	}
}
/* --------------------
　メインバナー
-------------------- */

.mainbanner > section {
	display: flex;
	max-width: 1200px;
	margin: 0 auto;
	width: 100%;
}

#main_slider {
	width: 100%;
	max-width: 895px;
	max-height: 502px;
	overflow: hidden;
}

#main_slider div {
	position: relative;
	cursor: pointer;
	display: none;
}

#main_slider .active {
	display: block;
}


/* サムネイルスライダー*/

#sub_slider {
	position: relative;
	width: 34%;
	max-width: 295px;
}

#sub_slider ul {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	list-style: none;
	overflow: hidden;
	padding-inline-start: 0px;
	height: 100%;
	max-height: 502px;
	padding-left: 10px;
}

#sub_slider li img {
	max-height: 160px;
	margin: 0 0 3.5% auto;
	cursor: pointer;
}

#sub_slider li img:hover {
	opacity: 0.5;
}

.mainbanner img {
	width: 100%;
	height: auto;
	display: block;
}


/* 前へ/次へボタン */

.mainbanner .btn_prev,
.mainbanner .btn_next {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	width: 45px;
	height: 45px;
	background-color: rgba(204, 204, 204, 0.5);
}

.mainbanner .btn_prev:hover,
.mainbanner .btn_next:hover {
	background-color: rgba(204, 204, 204, 0.8);
}

.mainbanner .btn_prev {
	top: 0;
}

.mainbanner .btn_next {
	bottom: 0;
}

.mainbanner .btn_prev::after,
.mainbanner .btn_next::after {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border-top: 5px solid rgba(255, 255, 255, 0.7);
	border-right: 5px solid rgba(255, 255, 255, 0.7);
	position: absolute;
	left: 27%;
}

.mainbanner .btn_prev::after {
	top: 35%;
	transform: rotate(-45deg);
}

.mainbanner .btn_next::after {
	bottom: 35%;
	transform: rotate(135deg);
}


/* テキストエリア */

#main_slider span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	padding: 5px 60px;
	/*margin-left: 10px;*/
	/*background-color: rgba(255, 255, 255, 0.75);*/
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #545454;
}

#main_slider span p {
	font-size: 20px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

#main_slider span h1,
#main_slider span h2 {
	font-size: 32px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	line-height: 1.2;
	margin: 0.5em 0;
}

#main_slider .text_top {
	top: 10px;
	transform: translate3d(-50%, 0%, 0);
}

#main_slider .text_bottom {
	top: calc(100% - 10px);
	transform: translate3d(-50%, -100%, 0);
}

.noclick {
	pointer-events: none;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	#sub_slider {
		display: none;
	}
}
/* --------------------
　ニュース
-------------------- */

.top-news__body {
	position: relative;
	padding: 0 10px;
	margin-bottom: 40px;
    background: #fff;
}

.top-news__title {
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 5px solid #c9c9c9;
	line-height: 2;
	margin-bottom: 10px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.top-news__body li {
	padding: 10px 0 15px;
	margin: 0 auto;
	border-bottom: 1px solid #d2d2d2;
}

.top-news__body li + li {
	margin-top: 10px;
}

.top-news__body li time {
	display: block;
	font-size: 15px;
	font-weight: bold;
	position: relative;
	line-height: 1.5;
}

.top-news__body li time.new-news::after {
	content: 'NEW';
	position: absolute;
	left: 145px;
	top: 4px;
	font-size: 9px;
	color: #FFF;
	background-color: #c80000;
	font-weight: normal;
	padding: 2px 6px;
}

.top-news__body li > p {
    font-size: 15px;
    line-height: 1.8;
}

.top-news__body li a {
    text-decoration: underline;
}

.top-news__body li section,
.top-news__body li section > *{
    font-size: 14px;
    line-height: 1.5;
}

.top-news__body li a[target=_blank]:after {
	font-family: FontAwesome;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
    content: "\f08e";
}

.top-news__body .btn {
	position: absolute;
	top: 11px;
	right: 1%;
	font-size: 14px;
    box-shadow:none;
}


	.top-news__body li a{
		text-decoration: none;
		padding-left: 12px;
		display: block;
		position: relative;
	}
	.top-news__body li a:hover{
		text-decoration: underline;
	}
	.top-news__body li a:before {
		left: 0;
		content: "▶";
		color: red;
		position: absolute;
		top: 4px;
		font-size: 10px;
	}
@media (max-width:1000px) {
	.top-news__title {
		font-size: 25px;
	}
	.top-news__body .btn {
		top: 20px;
	}
}

/* スマホ表示 */
@media screen and (max-width:768px) {
	/* 新着情報 */
	.top-news__body li + li {
		margin-top: 0;
		padding: 10px 0 15px;
	}
	.top-news__body li time {
		font-size: 14px;
		margin-bottom: 2px;
	}
	.top-news__body li a {
		font-size: 14px;
		line-height: 1.3;
	}

	/* ニュース */
	.top-news__title {
		margin-bottom: 5px;
		line-height: 1;
		font-size: 21px;
	}
	.top-news__body {
		margin-bottom: 80px;
	}
	.top-news__body .btn {
		top: 105%;
		left: 50%;
		transform: translate3d(-50%, 0%, 0);
	}
}
/* --------------------
　子ノードリスト
-------------------- */


.node_group {
    margin-left: 1em;
}

.node_group:first-child {
    margin-left: 0;
}

.node_group li {
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.node_group ul li {
    list-style-type: none;
    margin-left: 12px;
    line-height: 1.5;
    position: relative;
}

.node_group .node_group ul li {
    list-style-type: square;
}


.node_group > li > a {
    font-size: 13.5px;
    line-height: 1.2;
    display: block;
    margin-bottom: 1px;
    padding: 3px 0;
}


/*
.root_node .node_level-0 > .node_group {
    display: flex;
}

.root_node .node_level-1 {
    margin-right: 15px;
}

.root_node .node_level-1 > a {
    display: inline-block;
    font-weight: bold;
    padding: 10px 0px;
}


.root_skip > .node_group {
    display: flex;
}

.root_skip .node_level-0 {
    margin-right: 15px;
}

.root_skip .node_level-0 > a {
    display: inline-block;
    font-weight: bold;
    padding: 10px 0px;
}
*/

/*
ノードリスト：data-sly-use.navigation="com.jvckenwood.customnavi.core.components.ChildNodeNavigation"
フッター：data-sly-use.navigation="com.jvckenwood.customnavi.core.components.CustomNavigation"
*/

/* --------------------
　緊急告知
-------------------- */

.icon_notice {
	width: 100%;
	border: 1px solid #a5a5a5;
	padding: 15px 2%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.icon_notice > p {
	text-align: left;
	padding-left: 23px;
	background: url('client-design/clientlib-design/resources/img/icons/notice.png') 0 0 no-repeat;
	font-size: 11px;
	line-height: 1em;
	margin-right: 2%;
	width: 190px;
}

.icon_notice ul {
    color: #dc0000;
    width: 70%;
    line-height: 1.3;
    margin-right: 3%;
}

.icon_notice ul li {
    margin: 5px 0;
}

.icon_notice ul a {
    text-decoration: underline;
    color: #dc0000;
}

.icon_notice ul a[target=_blank]:after {
	font-family: FontAwesome;
	font-size: 0.8em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
    content: "\f08e";
}

.icon_notice a.info_list {
    position: relative;
	font-size: 12px;
	width: 80px;
}

.icon_notice a.info_list::after {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #333;
    border-right: 1px solid #333;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    right: 5px;
    top: 3px;
}

/* スマホ表示 */

@media screen and (max-width:768px) {
	.icon_notice {
		flex-direction: column;
		align-items: flex-start;
	}
	.icon_notice > * {
		margin-bottom: 10px;
	}
	.icon_notice ul {
		width: 100%;
	}
    .icon_notice li > p {
        padding-left: 0;
        background: none;
        font-size: 1em;
        margin-right: 0;
    }
	.icon_notice a.info_list {
		font-size: 12px;
		top: 100%;
		left: 50%;
		transform: translate3d(-50%, 0%, 0);
	}
}
/* --------------------
　ピックアップコンテンツ
-------------------- */

.top-category {
	overflow-x: hidden;
}

.top-category .top-category-inner {
	display: flex;
	flex-flow: row wrap;
	margin-right: -10px;
	justify-content: flex-start;
    /*align-items: flex-start;*/
}

.top-category .top-category-inner li {
	border: 1px solid #c9c9c9;
	box-sizing: border-box;
	position: relative;
	text-align: left;
	margin-top: 0;
	margin-left: 0;
	margin-right: 10px;
	margin-bottom: 20px;
	width: calc((100% / 4) - 10px);
	/*padding-bottom: 15px;
	background-color: #C7C7C9;*/
}

.top-category .top-category-inner .name {
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition-duration: 0.4s;
	padding: 15px 4%;
	background-color: #45464B;
	height: 4.5em;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
}

.top-category .top-category-inner li .back {
	overflow: hidden;
	display: flex;
	align-items: center;
    position: relative;
}

.top-category .top-category-inner li img {
	width: 100%;
	height: auto;
}

.top-category .top-category-inner .tx {
	width: 100%;
	padding: 10px 14px;
	line-height: 1.4em;
	background-color: #C7C7C9;
	font-size: 14px;
}

.top-category .top-category-inner .tx span {
	padding-bottom: 1.5em;
	display: inline-block;
}


/* ラベルデザイン */

.top-category .top-category-inner li .back .new_model {
    position:absolute;
    top:0;
    right:0;
	font-size: 12px;
	color: #ffffff;
	background-color: #C80000;
	padding: 8px;
	line-height: 100%;
}

.top-category .top-category-inner .tag {
	color: #FFF;
	font-size: 11px;
	padding: 4px 10px;
	margin-bottom: 10px;
	text-align: center;
	position: absolute;
	bottom: 0;
	letter-spacing: 0;
	line-height: 1.2em;
	border-radius: 2px;
}

.top-category-inner .tag.videocamera {
	background-color: #318E94;
}

.top-category-inner .tag.driverecorder {
	background-color: #3C75AB;
}

.top-category-inner .tag.projector {
	background-color: #aaa;
}

.top-category-inner .tag.audio {
	background-color: #7F525F;
}

.top-category-inner .tag.earphone {
	background-color: #aaa;
}

.top-category-inner .tag.accessory {
	background-color: #aaa;
}

.top-category .hidden {
	display: none;
}


/* もっと見る */

.btn_readmore,
.btn_readall{
	width: 100px;
	margin: 20px auto;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}

.btn_readmore:hover,
.btn_readall:hover{
	opacity: 0.8;
}

.btn_readmore img,
.btn_readall img{
	width: 40%;
}

.btn_readmore p,
.btn_readall p{
	margin-top: 5px;
	letter-spacing: 0;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	/* ピックアップリスト */
	.pickup {
		padding: 0 1%;
	}
	.pickup h2 {
		margin: 18px auto;
	}
	.top-category .top-category-inner li {
		width: calc((100% / 2) - 10px);
		padding-bottom: 0;
		margin-right: 10px;
		margin-bottom: 10px;
		background-color: #45464B;
	}
	.top-category .top-category-inner .name {
		height: auto;
		font-size: 14px;
		padding: 10px 6%;
	}
	.top-category .top-category-inner .tx {
		display: none;
	}
}
/* --------------------
　モーダル
-------------------- */

.popup-content {
    position: fixed;
    display: none;
    z-index: 2;
    width: 85%;
    padding: 0px;
    background: transparent;
    border: 0px solid transparent;
    box-shadow: 0px 0px 0px 0px transparent;
    max-width: 980px; /* モーダルウインドウの幅設定 */
}

.popup-content p {
    margin: 0;
    padding: 0;
}

.pp_frm_content {
    background: #fff;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.5);
}


.popup-overlay {
    z-index: 1;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110%;
    background-color: rgba(0, 0, 0, 0.6);
}

.popup-beforetext p:last-child,
.popup-aftertext p:first-child {
    display: inline;
}

.popup-open {
    cursor: pointer;
    color: #000;
    text-decoration: none;
    background: #ddd;
    margin: 0 auto 0.5em;
    border-radius: 15px;
    border: 1px solid #aaa;
    line-height: 30px;
    height: 30px;
    display: table;
    font-size: 16px;
    position: relative;
    width: 60%;
    text-align: center;
    filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.1));
}

.popup-open:hover {
    color: #fff;
    background-color: #333;
}

.popup-close {
    text-decoration: none;
    color: #fff;
    text-align: right;
    font-size: 1.5em;
    display: block;
    padding-right: 1em;
    width: 100px;
    margin: 0 0 0 auto;
}

.popup-close:hover {
    cursor: pointer;
    color: #aaa;
}

.pp_frm {
    width: 100%;
	min-height: 100px;
    height:auto;
    max-height: 80vh;
    padding: 15px;
    margin: 0;
    border: none;
    overflow-y: auto;
    overflow-x:hidden;
}


/* モーダル内コンテンツはmin-heightの設定を打ち消す */
@media (max-width: 1200px) and (min-width: 769px) {
    body#products-empty{
        min-height: auto;
        min-width: unset;
    }  
}

@media (max-width:768px) {
    .pp_frm {
		min-height:100%;
        max-height: 80vh;
    }
}
/* --------------------
　製品リスト
-------------------- */

.product-category .top-category-inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -10px;
}

.product-category .top-category-inner li {
	box-sizing: border-box;
	position: relative;
	text-align: left;
	width: 20%;
	display: inline-block;
	margin-bottom: 20px;
	padding-left: 10px;
}

.product-category .top-category-inner li:nth-of-type(5n) {
	margin-right: 0;
}

.product-category .top-category-inner .name {
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 0.5em;
    text-align: center;
}

.product-category .top-category-inner .text {
	line-height: 1.4;
	font-size: 12px;
	letter-spacing: 0;
}

.product-category .top-category-inner li img {
	width: 100%;
	height: auto;
	border: 1px solid #c9c9c9;
    padding: 1em;
}

a:not(.carousel_slider a,.swiper-slide a,.icon_notice_list > p > a):hover img {
    filter: saturate(130%);
    transform: scale(1.04);
}
a:not(.carousel_slider a,.swiper-slide a,.icon_notice_list > p > a) {
    overflow: hidden;
}

a img {
    transition: 0.1s linear;
}


/**** 法人向け ****/

#b2b-contents-page .product-category .top-category-inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
}


/*製品サムネイルリスト*/

#b2b-contents-page .product-category .top-category-inner li {
	box-sizing: border-box;
	position: relative;
	text-align: left;
	/*width: 24%;*/
	width: calc((100% / 4) - 15px);
	display: inline-block;
	margin-bottom: 20px;
	margin-left: 15px;
	border: 1px solid #9f9f9f;
	padding-left: 0;
}

#b2b-contents-page .product-category .top-category-inner li img {
	width: 100%;
	height: auto;
	border: none;
}

#b2b-contents-page .product-category .top-category-inner li:nth-of-type(4n) {
	margin-right: 0;
}

#b2b-contents-page .product-category .top-category-inner .name {
	font-size: 16px;
	margin-bottom: 0.5em;
	padding: 15px 10% 0 5%;
	position: relative;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

#b2b-contents-page .product-category .top-category-inner .name::after {
	content: "";
	position: absolute;
	right: 8%;
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-color: #333 #333 transparent transparent;
	border-style: solid;
	transform: rotate(45deg);
	top: 50%;
	margin-top: 1px;
}

#b2b-contents-page .product-category .top-category-inner .name:hover {
	text-decoration: underline;
	opacity: 0.7;
}

#b2b-contents-page .product-category .top-category-inner .text {
	line-height: 1.3;
	font-size: 14px;
	letter-spacing: 1px;
	padding: 0 5% 15px;
	text-align: justify;
	text-justify: inter-ideograph;
}

@media screen and (max-width:768px) {
	.product-category .top-category-inner li,
	.product-category .top-category-inner li:nth-of-type(5n) {
		width: 50%;
		margin-right: 0;
	}

	/**** 法人向け ****/
	#b2b-contents-page .product-category .top-category-inner li {
		width: calc((100% / 2) - 1%);
		margin: 0 2% 10px 0;
	}

	#b2b-contents-page .product-category .top-category-inner li:nth-of-type(2n) {
		margin-right: 0;
	}

	#b2b-contents-page .product-category .top-category-inner .name {
		font-size: 15px;
		margin-bottom: 0.5em;
		padding: 15px 10% 0 5%;
	}

	#b2b-contents-page .product-category .top-category-inner .name::after {
		content: "";
		right: 5%;
		top: 50%;
		bottom: auto;
		margin-top: 3px;
	}

	#b2b-contents-page .product-category .top-category-inner {
		display: flex;
		flex-wrap: wrap;
		margin-left: 0;
		justify-content: flex-start;
		flex-direction: row;
	}

	#b2b-contents-page .product-category .top-category-inner .text {
		font-size: 12px;
		padding: 0 5% 15px;
	}



}
/* --------------------
　製品基本情報
-------------------- */
.product_basic {
    margin-bottom: 1.2em;
    font-size: 16px;
}

.product_basic .product_name {
    /*font-size: 16px;*/
    line-height: 1.6;
    margin-bottom: 1.2em;
}

.product_basic p.classification > span {
    display: inline-block;
    border: 1px solid #000000;
    padding: 3px 10px;
    margin-bottom: 1.2em;
}

.product_basic .model_name {
    display: inline-block;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

p.price {
    margin-top: 1.2em;
}

/* 購入ボタン */
.product_basic .retailer {
    width: 220px;
    max-width: 100%;
    padding: 0.1em 1em;
    /*line-height: 30px;*/
    font-size: 17px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    border-radius: 4px;
    /*font-family: "FP-ヒラギノ角ゴ ProN W6";*/
    background-color: #ffa200;
    color: #fff;
    margin-top: 1.2em;
    display: inline-block;
}

.product_basic .retailer:hover {
    opacity: 0.7;
}

.product_basic .retailer_name {
    display: block;
    font-size: 13px;
    margin-top: 0.8em;
}

.product_basic .retailer::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url(../../../content/dam/kenwood/webmaterial/icons/icon_buy_white.svg);
    width: 30px;
    height: 32px;
    margin-right: 8px;
    vertical-align: middle;
}



/* NEW・生産完了品ラベル */
.product_basic .new_model,
.product_basic .finish_model,
.product_basic .limited_stock {
    font-size: 12px;
    display: inline-block;
    margin: 0px 2px 0px 12px;
    padding: 4px 6px;
    font-weight: bold;
    vertical-align: 6px;
    line-height: 100%;
}

.product_basic .new_model {
    color: #ffffff;
    background-color: #C80000;
}

.product_basic .finish_model {
    color: #ffffff;
    background-color: #7F7F7F;
}

.product_basic .limited_stock {
    color: #C80000;
    background-color: #ffffff;
    border: 1px solid #C80000;
}

@media screen and (max-width:768px) {
    .product_basic .retailer {
        width: 100%;
    }
}

/* --------------------
　製品カルーセル
-------------------- */

.product_carousel .product_main {
    padding: 0;
    margin-left: calc(5% + 5px);
    margin-bottom: 1em;
    max-width: 100%;
    max-height: 450px;
}

.product_carousel .product_main img {
    max-width: 100%;
    width: auto;
    max-height: 450px;
}

.product_carousel .product_navi {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product_carousel .product_navi i {
    flex-basis: 5%;
    text-align: center;
}

.product_carousel .product_detail {
    flex-basis: 90%;
    flex-grow: 2;
    overflow: hidden;
}

.product_carousel .product_detail ul {
    display: flex;
    align-items: center;
    margin: auto 0;
}

.product_carousel .product_detail li {
    display: block;
    margin: auto 5px;
    padding:3px;
    flex-shrink: 0;
    line-height: 0;
}

.product_carousel .product_main img:hover,
.product_carousel i:hover,
.product_carousel .product_detail li:hover,
.product_carousel .product_popup p:hover {
    opacity: 0.7;
    cursor: pointer;
}

.product_carousel .product_detail img {
    width: 100%;
    max-width: 250px;
}


/* 製品モーダル */

.product_carousel .product_popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    margin-left: calc(100% - 100vw);
    width: 100vw;
    height: 100%;
    z-index: 9;
}

.product_carousel .product_popup .product_back {
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
}

.product_carousel .product_popup .product_content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 90%;
    max-width: 1280px;
    background-color: #fff;
    z-index: 3;
}

.product_carousel .product_popup .product_content:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.product_carousel .product_popup iframe,
.product_carousel .product_popup img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    max-width: 100%;
    padding: 1em 3em;
    display: none;
}

.product_carousel .product_popup iframe {
    width: 100%;
    height: 100%;
}

.product_carousel .product_popup p {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 3em;
}

.product_carousel .product_popup i:first-of-type {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate3d(0, -50%, 0);
    margin-left: 0.3em;
}

.product_carousel .product_popup i:last-of-type {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate3d(0, -50%, 0);
    margin-right: 0.3em;
}

.product_carousel .product_popup .active {
    display: block;
    max-height: 100%;
}




/* スマホ表示 */
@media screen and (max-width:768px) {
	.product_carousel .product_main {
		text-align: center;
        margin-left:0;
	}
	.product_carousel .product_main img {
		max-height: 350px;
		width: auto;
	}

    .product_carousel .product_detail li {
		border:none !important;
    }
}



/* --------------------
　製品検索リスト
-------------------- */

.search_list_title {
    display: flex;
}

.search_list_title > * {
    display: inline-block;
    align-self: center;
    padding: 5px;
    flex-basis: 20%;
}

.search_list_title > span {
    flex-basis: auto;
    flex-grow: 2;
}

.search_list {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 40px;
    justify-content: flex-start;
    margin-right: -10px;
}

.list_item {
    width: calc((100% / 4) - 10px);
    border: 1px solid #aaa;
    padding: 12px 1.6em 3em;
    position: relative;
    margin: 0 10px 10px 0;
    background: #fff;
    opacity: 1;
    #background-color: rgb(255, 255, 255, 1);
}



.list_item:hover {
    opacity: 0.85;
}


.list_item .search_icon {
    margin-top: -1em;
    height: 1em;
    float: right;
}

.list_item img {
    max-width: 100%;
/*    width: 100%; */
    /*margin: 0 auto; 左寄せに変更*/
}

.list_item p {
    font-size: 14px;
    text-align: left;
    margin-bottom: 0.5em;
}

/*
.list_item > p,
.list_item section {
    padding: 0 1.2em;
}
*/

.list_item p.product_name {
    min-height: 3.6em;
    line-height: 1.2;
}

.list_item p.product_bottom {
    margin-bottom: 1.5em;
}

.list_item p.product_btn {
    margin: 1em 0;
}


/* ---------- ↓ 各プロパティ設定 ↓ ---------- */

/* サムネイル画像 */
.list_item figure.product_list_image {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.list_item figure.product_list_image img {
    max-width: 100%;
}


/* 特記事項・発売予定　赤文字 */
.list_item p.product_red {
    color: #ff0000;
}


/* 商品分類　囲み文字 */
.list_item p.classification {
    display: inline-block;
    border: 1px solid #000000;
    padding: 3px 10px;
    /*margin-left: 1.2em;*/
}


/* 型番 文字設定 */
.list_item p.number {
    font-size: 16px;
    margin: 0 0 10px 0;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    letter-spacing: 0;
}

/* 製品詳細 文字設定 */
.list_item p.description {
    line-height: 1.6;
    overflow: hidden;
    margin-bottom: 1em;
    word-break: normal;
}

/* フリーHTMLエリア　余白 */
.list_item > section {
    margin: 1em 0;
    overflow: hidden;
}

/* ---------- ↑ 各プロパティ設定 ↑ ---------- */




/* フリーHTMLエリア 機能アイコン用 */
/*-----------------------------------------------
	機能アイコン部
-----------------------------------------------*/

/* カーナビトップ用 */
ul.feature_icons {
    width: calc(100% + 7px) !important;
    border: none !important;
    background: none !important;
}

ul.feature_icons li {
    float: left !important;
    width: calc(100% / 4 - 7px);
    height: 45px !important;
    margin-right: 7px !important;
    margin-bottom: 7px !important;
    padding: 0 !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul.feature_icons li span.icon_name {
    display: block !important;
    text-align: center !important;
    cursor: default !important;
}

ul.feature_icons li span.fs_9 {
    font-size: 9px !important;
}

ul.feature_icons li span.fs_8 {
    font-size: 8px !important;
}

ul.feature_icons li span.fs_7 {
    font-size: 7px !important;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.feature_icons li span.fs_9 {
        font-size: 10px !important;
        -webkit-transform: scale(0.9) !important;
        -webkit-margin-start: -4px !important;
        -webkit-margin-end: -4px !important;
        display: inline-block !important;
    }

    ul.feature_icons li span.fs_8 {
        font-size: 10px !important;
        -webkit-transform: scale(0.8) !important;
        -webkit-margin-start: -4px !important;
        -webkit-margin-end: -4px !important;
        display: inline-block !important;
    }

    ul.feature_icons li span.fs_7 {
        font-size: 10px !important;
        -webkit-transform: scale(0.7) !important;
        -webkit-margin-start: -4px !important;
        -webkit-margin-end: -4px !important;
        display: inline-block !important;
    }
}

ul.feature_icons li span.icon_name.l1 {
    font-size: 10px !important;
    line-height: 120% !important;
}

ul.feature_icons li span.icon_name.l2 {
    font-size: 10px !important;
    line-height: 120% !important;
}

ul.feature_icons li span.icon_name.l3 {
    font-size: 10px !important;
    line-height: 120% !important;
}

ul.feature_icons li span.icon_name.l4 {
    font-size: 9px !important;
    line-height: 115% !important;
}

/*-----------------------------------------------
	機能アイコン部 end
-----------------------------------------------*/

/* カテゴリートップ用 */
ul.feature_icons li {
    border-radius: 4px;
    border: 1px solid #33698F !important;
    background-color: #FFFFFF !important;
}

ul.feature_icons li span.icon_name {
    color: #004473 !important;
}

ul.feature_icons li.disabled {
    border: 1px solid #D6E1E8 !important;
    background-color: #FFFFFF !important;
}

ul.feature_icons li.disabled span.icon_name {
    color: #B2C7D5 !important;
}

/* 製品ページ用 */
ul.feature_icons.detail li {
    border-radius: 0px;
    border: 1px solid #CCD8E4 !important;
    background-color: #E5ECF2 !important;
}

ul.feature_icons.detail li span.icon_name {
    color: #000000 !important;
}

ul.feature_icons.detail li.active {
    border: 1px solid #7FA1BC !important;
    background-color: #7FA1BC !important;
}

ul.feature_icons.detail li.active span.icon_name {
    color: #FFFFFF !important;
}

/* アイコンの説明文(hover時にツールチップ表示) */
ul.feature_icons li span.icon_desc {
    display: none !important;
}

/* ツールチップ(要素はJSで作成) */
div#feature_icons_tooltip {
    position: aboslute !important;
    width: 210px !important;
    height: auto !important;
    padding: 18px 28px !important;
    border: 1px solid #D5D5D5 !important;
    background-color: #FFFFFF !important;
    color: #000000 !important;
    font-size: 12px !important;
    line-height: 130% !important;
}

div#feature_icons_tooltip {
    display: none;
}

/* カーオーディオ用機能アイコン */
.other_logo_audio {
    height: auto;
}

.productBox .other_logo_audio ul {
    overflow: hidden;
    background: none;
    border: 0;
    font-size: 0;
    text-align: left;
}

.other_logo_audio ul li {
    display: inline;
    width: auto;
    margin: 0;
    padding: 0;
}

.other_logo_audio ul li img {
    margin: 15px 20px 0 0;
}

@media screen and (max-width: 768px) {
    .target_respo .productBox ul li {
        width: 49%;
    }

    .other_logo_audio {
        width: auto;
    }
}

/* カーオーディオ用機能アイコン */

/* ドラレコ機能アイコン */
.list_logo li {
    display: inline-block;
    margin: 10px 10px 0;
}

/* ドラレコ機能アイコン */


/* 比較チェックボックス */

.list_item .comparison {
    display: inline-block;
    position: absolute;
    margin: 5px 0;
    bottom: 10px;
}

.list_item .comparison::before {
    display: inline-block;
    position: absolute;
    content: "";
    width: 1em;
    height: 1em;
    border: 1px solid #333;
    margin: 0.2em auto;
}

.list_item .comparison.checked::after {
    content: "■";
    color: #f00;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid transparent;
}

.list_item input {
    display: none;
}

.list_item label {
    display: block;
    margin-left: 1.2em;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    letter-spacing: 0;
}

.list_item label::after {
    content: "比較リストに追加";
    font-size: 0.8em;
}

.list_item input[type=checkbox]:checked + label::after {
    content: "比較中";
    color: #f00;
}

.list_item .retailer {
    background-color: #333;
    color: #fff;
    font-size: 13px;
    display: inline-block;
    padding: 5px 20px;
    position: absolute;
    right: 12px;
    bottom: 12px;
}


/* 比較ダイアログ */

.compair_dialog {
    position: fixed;
    bottom: 5em;
    right: 3em;
    background-color: #eee;
    border: 1px solid #aaa;
    box-shadow: 0px 1px 15px #aaa;
    width: 300px;
    height: 100px;
    z-index: 99;
}

.compair_dialog p {
    padding: 20px 10px;
    text-align: center;
}

.compair_dialog #compair {
    position: absolute;
    bottom: 0;
    width: 50%;
    border: none;
    background-color: #f00;
    color: #fff;
    padding: 10px;
}

.compair_dialog .compair_reset {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    border: none;
    background-color: #ccc;
    padding: 10px;
}

.compair_dialog #compair:hover,
.compair_dialog .compair_reset:hover {
    opacity: 0.7;
}


/* moreボタン */

#more_data,
#all_data{
    width: 100px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

#more_data:hover,
#all_data:hover{
    opacity: 0.8;
}

#more_data img,
#all_data img{
    width: 40%;
}

#more_data p,
#all_data p{
    margin-top: 5px;
    letter-spacing: 0;
}


.product_search {
    overflow-x: hidden;
}

.product_search .hidden,
.search_list .notselect {
    display: none;
}

.product_search .result {
    margin-bottom: 10px;
}


/* NEWタグ */

.list_item .number .new_model,
.list_item .number .finish_model,
.list_item .number .update_model,
.list_item .number .limited_stock{
    font-size: 10px;
    display: inline-block;
    margin: 1px 10px;
    padding: 1px 4px;
    border-radius: 1px;
    line-height: 1.4;
    letter-spacing: 0.5px;
    height: 16px;
    position: relative;
    top: -2px;
}

.list_item .number .new_model {
    color: #ffffff;
    background-color: #C80000;
}

.list_item .number .finish_model {
    color: #ffffff;
    background-color: #7F7F7F;
}

.list_item .number .limited_stock {
    color: #C80000;
    background-color: #ffffff;
    border: 1px solid #C80000;
    line-height: 1.2;
}

.list_item .number .update_model {
    color: #FFF;
    background-color: rgba(142,185,95,1);
}

/* リスト 分割 */

.search_list.split-2 > li {
    flex-basis: 49%;
    flex-grow: 0;
}

.search_list.split-3 > li {
    /*flex-basis: 32.4%;*/
    width: calc((100% / 3) - 10px);
    flex-grow: 0;
}

.search_list.split-4 > li {
    flex-basis: 24%;
    flex-grow: 0;
}

.search_list.split-5 > li {
    flex-basis: 19%;
    flex-grow: 0;
}

.search_list.split-6 > li {
    flex-basis: 15.5%;
    flex-grow: 0;
}


/**** 法人向け ****/
/*

#b2b-contents-page .search_list {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	padding-inline-start: 0px;
	margin-bottom: 50px;
	justify-content: flex-start;
	margin-right: -1.5%;
}

#b2b-contents-page .list_item {
	flex-basis: calc((100% / 4) - 1.5%);
	margin: 0 1.5% 15px 0;
	padding: 0 0 0.5em;
}

#b2b-contents-page .list_item .product_detail img {
	max-height: 175px;
	margin: 5px auto;
}

#b2b-contents-page .list_item .product_detail .name,
#b2b-contents-page .list_item .product_detail .number,
#b2b-contents-page .list_item .product_detail .description {
	margin: 0 5%;
}

#b2b-contents-page .list_item .product_detail .name {
	font-size: 12px;
	text-align: left;
	margin-bottom: 5px;
}

#b2b-contents-page .list_item .product_detail .number {
	margin-bottom: 8px;
}

#b2b-contents-page .list_item .product_detail .description {
	font-size: 12px;
	line-height: 1.6;
	overflow: hidden;
	margin-bottom: 1em;
}

#b2b-contents-page .list_item .comparison {
	margin: 5px 0 5px 10px;
}
*/

/* スマホ表示 */
@media screen and (max-width:768px) {
    .search_list {
        margin-right: -10px;
    }

    .search_list_title {
        display: block;
    }

    .product_search .search_list > .list_item {
        width: 100%;
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
        flex-basis: auto !important;
    }

    /*
    .product_search .search_list > .list_item {
        width: calc((100% / 2) - 10px);
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
        flex-basis: auto !important;
    }
*/
    /* 購入ボタン */
    .list_item .retailer {
        width: 100%;
        padding: 5px 1%;
        text-align: center;
        position: absolute;
        bottom: 1em;
        width: 90%;
        right: 5%;
    }

    /**** 法人向け ****/
    /*
	#b2b-contents-page .search_list {
		margin-bottom: 20px;
		margin-right: -3.5%;
	}

	#b2b-contents-page .product_search .search_list > .list_item {
		flex-basis: calc((100% / 2) - 3.5%);
		padding: 0;
		margin: 0 3.5% 15px 0;
	}

	#b2b-contents-page .list_item .product_detail .number {
		font-size: 16px;
	}

	#b2b-contents-page .list_item .product_detail img {
		width: 90%;
	}
	*/



}

/*
@media screen and (max-width:640px) {
    .product_search .search_list > .list_item {
        width: 100%;
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
        flex-basis: auto !important;
    }
}
*/

/* --------------------
　区切り文字
-------------------- */

.jkw_spa hr {
    height: 30px;
    border: none;
    margin: 0;
}

.jkw_line hr {
    position: relative;
    height: 2px;
    width: 100%;
    margin: 5px 0;
    border-top: none;
}

.jkw_line hr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    height: 1px;
    border-top: 1px solid #ddd;
}


/* セパレーターのサイズ指定 */

.separator .separator_s{
	height:10px;
}

.separator .separator_m{
	height:50px;
}

.separator .separator_l{
	height:70px;
}

.separator .separator_ll{
	height:100px;
}


/* --------------------
　サブタイトル
-------------------- */

.subtitle {
    width: 100%;
    color: #333;
    margin: 0px 0;
    padding: 0px;
}

.subtitle .text_white {
    color: #fff;
}

.subtitle h1,
.subtitle h2,
.subtitle h3,
.subtitle h4,
.subtitle h5,
.subtitle h6 {
    line-height: 1.2;
    font-weight: normal;
}

.subtitle h1 {
    font-size: 32px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}


h2.subbig {
    font-size: 32px;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
}

h3.subbig {
    font-size: 28px;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    line-height: 1.2;
    border-left: 5px solid #333;
    padding: 5px 0 8px 0.5em;
}

h4.subbig {
    font-size: 23px;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    line-height: 1.2;

}

h5.subbig {
    font-size: 18px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

h6.subbig {
    font-size: 16px;
    margin-bottom: 0.5em;
}

h2.subsmall {
    font-size: 24px;
    margin-bottom: 0.8em;
}

h3.subsmall,
h4.subsmall,
h5.subsmall,
h6.subsmall {
    font-size: 18px;
}

h1.subbig,
h2.subbig,
h3.subbig,
h4.subbig {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.subtitle span {
    font-size: 18px;
}

@media screen and (max-width:768px) {
	h2.subbig {
		font-size: 24px;
	}

	h3.subbig {
		font-size: 20px;
	}
    
	h4.subbig {
		font-size: 16px;
	}
}

/* --------------------
　サポート情報呼び出し (2022/05/06)
-------------------- */

.support > #support_search_model {
	font-family: 'メイリオ', 'Meiryo', 'ＭＳ ゴシック', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', sans-serif;
}

#supportDetailTabMenu {
	border-bottom: 1px solid #DEDEDE;
}

#supportDetailTabMenu li {
	display: inline-block;
	margin-bottom: -1px;
}

#supportDetailTabMenu li a {
	display: inline-block;
	padding: 0px 30px;
	margin: 10px 0;
	line-height: 25px;
	font-size: 14px;
	color: #004473;
	text-decoration: underline;
	border-left: 1px solid #dedede;
}

#supportDetailTabMenu li.active {
	border: 1px solid #DEDEDE;
	border-bottom: none;
	border-radius: 4px 4px 0px 0px;
	background: #FBFBFB;
}

#supportDetailTabMenu li:first-of-type a,
#supportDetailTabMenu li.active + li a,
#supportDetailTabMenu li.active a {
	border-left: none;
}

.supportDetailTabContentsBox {
	padding: 50px 30px;
	border: 1px solid #DEDEDE;
	border-top: none;
	border-radius: 0px 0px 4px 4px;
	background: #FBFBFB;
}

.supportDetailTabContents#supportDetailTabContents01 {
	border: none;
}

.supportDetailTabContents #main {
	padding: 20px 0px;
}

.supportDetailTabContents #main.roundCornerBox01 {
	border: 1px solid #D0D0D0;
	border-radius: 4px;
	background: #FFF;
	padding: 20px 40px;
}


/* テーブル装飾 */

.tableType table {
	width: 100%;
	background: #FFF;
}

.tableType tr,
.tableType th,
.tableType td {
	padding: 15px;
	border: 1px solid #D6D6D6;
}

.tableType th {
	background: #F5F5F5;
	font-weight: normal;
}

.tableType a {
	text-decoration: underline;
	color: #294473;
}

.tableType .fltr {
	float: right;
	margin-top: -6px;
}


/* リンク装飾 */

.sup_arrow,
#supportDetailTabContents02 p a {
	background-image: url(../../../content/dam/kenwood/jp/common/web/arrow_navy_left.png);
	background-position: left center;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #294473;
	padding-left: 12px;
}

.supportNewsIdx div.image {
	display: none;
}

.supportDetailTabContents #main p.link {
	padding: 0 0 0 12px;
	background: url(../../../content/dam/kenwood/jp/common/web/icon_arrow.gif) no-repeat 0 0.5em;
}

.supportDetailTabContents #main p.link.margin {
	margin-bottom: 15px;
}

.supportDetailTabContents #main p.link a {
	font-size: 14px;
	color: #294473;
	text-decoration: underline;
}


/* 最新情報 */

.supportNewsIdx {
	width: 65%;
	margin-bottom: 10px;
}

.supportDetailTabContents .t2,
.supportDetailTabContents .t2_k {
	border-bottom: solid 3px #DCDCDC;
	position: relative;
	line-height: 1.6;
	padding: 0.5em 0;
	font-size: 180%;
	margin-bottom: 0.5em;
	margin-top: 0;
	max-height: 999999px;
	font-weight: bold;
}

.supportDetailTabContents .t2::after,
.supportDetailTabContents .t2_k::after {
	position: absolute;
	content: "";
	display: block;
	border-bottom: solid 3px #52738B;
	bottom: -3px;
	width: 10%;
}

.supportDetailTabContents .h4_title {
	color: #004473;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}

.supportDetailTabContents .MapUpdateBox .color2 {
	margin-top: 10px;
	color: #626262;
	border-collapse: separate;
	border-spacing: 1px;
}

.supportDetailTabContents div.MapUpdateBox td.uptd {
	cursor: pointer;
}

.supportDetailTabContents .color2 th,
.supportDetailTabContents .color2 td {
	padding: 15px;
	border: 1px solid #D6D6D6;
	background: #FFF;
	vertical-align: middle;
}

.supportDetailTabContents .color2 th {
	background: #F5F5F5;
	font-weight: normal;
	/*width: 120px;*/
}

.supportDetailTabContents div.MapUpdateBox .text_center {
	text-align: center;
}

div.MapUpdate {
	border: solid 1px #D6D6D6;
	border-top: none;
	padding: 10px;
	margin: 10px 0 0 0;
	background-color: #FFF;
	max-width: 1000px;
}

div.MapUpdateBox td.non {
	background-color: #E1E1E1;
}

div.MapUpdateBox td.select {
	background-color: none;
}

div.MapUpdateBox td.active {
	background-color: #fafafa;
}

div.MapUpdateBox td.uptdsel {
	text-align: center;
}

div.MapUpdateBox td.uptdsel.select {
	border-bottom: none;
}

div.MapUpdate ul,
ul.maplist {
	padding-left: 1.5em;
	max-height: 100%;
}

div.MapUpdate ul li,
ul.maplist li {
	list-style: disc;
}

div.MapUpdate a {
	padding: 0 5px;
	color: #004473;
}

#main div#typeCbox div,
#main div#typeDbox div,
#main div#typeCmap,
#main div#typeDmap {
	border: solid 1px #D6D6D6;
	padding: 5px;
}

#main div#typeCbox div {
	margin: 10px 0;
}

#main div#typeCbox div p,
#main div#typeCbox div ul li,
#main div#typeDbox div p,
#main div#typeDbox div ul li,
#main div#typeCmap p,
#main div#typeDmap p,
#main div#typeCmap ul li,
#main div#typeDmap ul li {
	line-height: 1.3em;
	font-size: 14px !important;
}

#main div#typeCmap ul li p,
#main div#typeDbox ul li p,
div.MapUpdate ul.note li {
	line-height: 1.5em;
	font-size: 12px !important;
}

.mapclublink {
	position: relative;
}

.mapclublink a {
	position: absolute;
	left: -5px;
	top: 46px;
}

.typeD .mapclublink a {
	left: 10px;
	top: 47px;
}

.supportDetailTabContents strong,
.supportDetailTabContents div.MapUpdate p.title {
	font-weight: bold;
	font-size: 16px;
	margin: 10px 0;
}

.supportDetailTabContents .fs13 {
	font-size: 13px !important;
}

.supportDetailTabContents .cred,
.supportDetailTabContents .text_red {
	color: red;
}

#eula_nav {
	width: auto;
	height: 200px;
	padding: 15px;
	overflow: auto;
	text-align: left;
	background-color: #fff;
	color: #666;
}

.supportDetailTabContents #main h3.dot {
	margin: 10px 0;
	padding-top: 15px;
	color: #184464;
	font-weight: bold;
	font-size: 18px;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	border-top: dotted 1px #999;
}

.supportDetailTabContents #main div.sub_section {
	margin-bottom: 30px;
}



/* オーディオファイル */

#supportDetailTabContents05 img {
	max-width: 100%;
	height: auto;
}

#supportDetailTabContents05 table {
	margin-bottom: 30px;
}

#supportDetailTabContents05 table.color {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	font-size: 14px;
	-webkit-text-size-adjust: none;
}

#supportDetailTabContents05 table.color th,
#supportDetailTabContents05 table.color td {
	padding: 6px 8px;
	border: 1px solid #8ba1b1;
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
}

#supportDetailTabContents05 table.color th {
	background: #eaeff1;
}

#supportDetailTabContents05 table.color th.sub {
	background: #f4f7f8;
}

#supportDetailTabContents05 h3.dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 20px;
}

#supportDetailTabContents05 p {
	line-height: 1.3;
	margin-bottom: 5px;
}

#supportDetailTabContents05 .note {
	padding-left: 7px;
	text-indent: -7px;
	font-size: 12px;
}

#supportDetailTabContents05 table *[valign="top"] th,
#supportDetailTabContents05 table *[valign="top"] td {
	vertical-align: top;
	padding: 10px;
}


/* iPod/iPhone適合 */

.supportDetailTabContents .roundCornerBox01.bluetoothBox {
	position: relative;
	border: 1px solid #D0D0D0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #FFF;
	padding: 20px;
}

.supportDetailTabContents h1.main_h1_head {
	line-height: 39px;
	padding-left: 10px;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 10px;
	background-color: #C0C0C0;
}

.supportDetailTabContents h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 20px;
}

.supportDetailTabContents .Select_iPod_canvas {
	overflow-x: scroll;
	overflow-y: hidden;
	position: relative;
	border: 1px solid rgb(202, 208, 215);
	border-radius: 3px 3px 3px 3px;
	background: none repeat scroll 0% 0% rgb(255, 255, 255);
	margin-bottom: 15px;
	/*width: 784px;*/
	width: 980px;
}

.supportDetailTabContents .Select_iPod_canvas td {
	vertical-align: top;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	padding-right: 5px;
	padding-left: 5px;
}

.select_iPod3 .Select_iPod3b + p {
	font-size: 16px !important;
}

#supportDetailTabContents03 .ipodSelect {
	border: 1px solid rgb(202, 208, 215);
	border-radius: 3px 3px 3px 3px;
	padding: 20px;
	width: 360px;
	float: left;
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #FFF;
	/* height: 110px; */
}

#supportDetailTabContents03 #resetIpod,
#supportDetailTabContents03 .interface_adaptor a {
	background-image: url(../../../sg/common/images/icon01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 12px;
	color: #294473;
}

#supportDetailTabContents03 .ipodSelect h2,
#supportDetailTabContents03 .modelSelect h2 {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 15px;
}

#supportDetailTabContents03 .interface_adaptor h3.dot {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999;
	width: 100%;
	margin-bottom: 20px;
	padding-top: 20px;
	font-weight: bold;
}

#supportDetailTabContents03 .interface_adaptor table td {
	vertical-align: top;
	padding-right: 25px;
}

.supportDetailTabContents .iPod_logo,
#supportDetailTabContents03 .interface_adaptor {
	margin-top: 20px;
	margin-bottom: 20px;
}



/* 関連情報(スマートフォン適合表) */
.supportDetailTabContents .righting {
	text-align:right;
}

.supportDetailTabContents .mark_attention {
	margin: 1em 0;
    font-size:12px;
}

.supportDetailTabContents .mark_attention li {
	text-indent: -1em;
	padding-left: 1em;
    line-height:1.5;
}


.onlysp,
.supportDetailTabContents .go_pagetop,
.supportDetailTabContents .modelSelect2,
.supportDetailTabContents .list_ipod_title {
	display: none;
}


@media screen and (max-width:1200px) and (min-width:769px) {
	.supportDetailTabContents .Select_iPod_canvas {
		width: 784px;
	}
}


@media (max-width: 768px) {
	.onlysp {
		display: block;
	}
	.onlysp .scroll {
		width: 100%;
		text-align: right;
		margin-bottom: 10px;
	}
	.support h2 {
		font-size: 21px;
		margin-bottom: 1em;
	}
	#supportDetailTabMenu li {
		display: block;
		width: 100%;
		border: 1px solid #DEDEDE;
		border-bottom: none;
		border-radius: 4px 4px 0px 0px;
		background: #FBFBFB;
	}
	#supportDetailTabMenu li.active {
		border-bottom: 3px solid #004473;
		background: #eee;
	}
	#supportDetailTabMenu li a {
		border-left: none;
	}
	.supportDetailTabContentsBox {
		border-top: 1px solid #DEDEDE;
	}


	/* 関連情報 */
	.supportDetailTabContents .t2,
	.supportDetailTabContents .t2_k {
		font-size: 130%;
	}
	#eula_nav {
		height: auto;
	}
	.supportDetailTabContents .MapUpdateBox {
		overflow: scroll;
	}
	.supportDetailTabContents .table_scroll table,
	div.MapUpdate {
		min-width: 858px;
		width: 100%;
	}


	/* 関連情報(スマートフォン適合表) */
	.tableType.tableType01 {
		width:100%;
        overflow-x:scroll;
	}

    /* .tableType table {
        min-width: 550px;
    } */


	/* iPod/iPhone適合 */
	.tableType.tableType03 thead tr {
		display: none;
	}
	.tableType.tableType03 tbody td {
		width: 100%;
		display: block;
		margin-top: -1px;
	}
	.tableType.tableType03 tbody td[ref="description"] {
		background-color: #eee;
	}
	.supportNewsIdx,
	#supportDetailTabContents03 .ipodSelect {
		width: 100%;
	}
	.supportDetailTabContents .Select_iPod_canvas {
		width: 60vw;
	}
	.supportDetailTabContents .Select_iPod_canvas img {
		max-width: none;
	}
}


/* --------------------
　サブバナー
-------------------- */

.subbanner {
	display: flex !important;
	justify-content: space-between;
	align-content: flex-start;
	max-width: 1200px;
	margin: 0 auto 50px !important;
	padding: 0 !important;
	float: none !important;
	align-items: flex-start;
}

.subbanner > div {
	align-self: stretch;
	width: calc(((100% + 10px) / 5) - 10px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	min-height: 0%;
	/* IE対応 */
}

.subbanner > div a {
	min-height: 0%;
	/* IE対応 */
}

.subbanner > div > span {
	display: block;
	width: 100%;
	padding-top: 0.5em;
}

.subbanner a {
	order: 1;
}

.subbanner img {
	max-width: 100%;
	order: 1;
}

.subbanner span {
	order: 2;
}

.subbanner .toptext {
	order: 0;
}

.subbanner .inimgtext {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	margin: 0;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.3);
}

.img_border img {
	border: 1px solid #ccc;
}

.div_border div {
	border: 1px solid #ccc;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.subbanner {
		flex-direction: row;
		flex-wrap: wrap;
		width: 92%;
		margin: 0 auto;
		float: none;
	}

	.subbanner > div {
		width: calc(((100% + 10px) / 2) - 10px);
		margin-bottom: 10px;
	}
}
/* --------------------
　テーブル 2021-01-05
-------------------- */
.table {
    overflow-x: auto;
}

.table img {
    vertical-align: middle;
}

.table caption {
    color: inherit;
}


/* リンク設定 */

.blue td a,
.gray-border a,
.black-border a,
.black-gray a {
    display: inline;
    color: #333;
}

.blue td a:hover,
.gray-border a:hover,
.black-border a:hover,
.black-gray a:hover {
    color: #aaa;
}


/* デフォルト 青色 */

.blue table tr {
    border: none border-collapse: collapse;
}

.blue th {
    background: #0074C1;
    color: #fff;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 10px 5px 5px 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.blue th > a {
    display: inline;
    color: #fff;
    text-align: center;
}

.blue th > a:before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8.7px;
    border-color: transparent transparent transparent #fff;
    margin-right: 5px;
}

.blue td {
    background: #fff;
    color: #000;
    border: 1px solid #d7d7d7;
    border-collapse: collapse;
    padding: 5px;
}

.blue td > p {
    margin-block-start: 0;
    margin-block-end: 0;
    margin: 0:
}


/* 灰色 */

.gray table {
    width: 100%;
}

.gray table tr {
    border: none;
    border-collapse: collapse;
}

.gray table th {
    background: #ddd;
    border: 1px solid #888;
    border-collapse: collapse;
    padding: 10px 5px 5px 5px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
}

.gray table td {
    border: 1px solid #888;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 5px;
}


/* 灰色枠線 */

.gray-border table tr {
    border: 1px solid transparent;
    border-collapse: collapse;
    padding: 5px;
}

.gray-border th {
    font-weight: normal;
    text-align: right;
    padding: 2px;
    border-bottom: 1px solid #d7d7d7;
    border-collapse: collapse;
    width: 15%;
}

.gray-border td {
    font-weight: normal;
    padding: 5px;
    border-bottom: 1px solid #d7d7d7;
    border-collapse: collapse;
}


/* 黒枠線 */

.black-border table {
    border: 1px solid #000;
    border-collapse: separate;
    padding: 10px;
}

.black-border th {
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-color: transparent #000 transparent transparent;
    width: 30%;
}

.black-border td {
    border: 1px solid transparent;
    font-weight: normal;
    padding: 10px 20px;
}


/* 黒枠線（灰色背景） */

.black-gray table {
    border: 1px solid #000;
    border-collapse: separate;
    padding: 10px;
    background: #ccc;
}

.black-gray th {
    font-weight: normal;
    text-align: center;
    padding: 10px;
    border: 1px solid #000;
    border-color: transparent #000 transparent transparent;
    width: 30%;
}

.black-gray td {
    border: 1px solid transparent;
    font-weight: normal;
    padding: 10px 20px;
}

.floatThead-table > thead > tr > .bg-1 {
    background-color: #95B3D7;
}


@media (max-device-width: 1024px) {
    .blue td > a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .blue td > p > a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .gray-border a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .black-border a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }

    .black-gray a:before {
        margin-right: 5px;
        margin-bottom: 8px;
    }
}

/* --------------------
　タブ
-------------------- */

.cmp-tabs__tablist {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	list-style: none;
	position: relative;
	z-index: 1;
	border-bottom: 1px solid #999;
}

.cmp-tabs__tab {
	box-sizing: border-box;
	width: 5%;
	flex-grow: 2;
	border: 1px solid #ddd;
	text-align: center;
	padding: 0.7em;
	cursor: pointer;
	outline: none;
	margin-left: 5px;
	opacity: 0.75;
	background-color: #eee;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 45px;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.cmp-tabs__tab:hover {
	opacity: 0.5;
}

.cmp-tabs__tab--active {
	background-color: #fff;
	cursor: default;
	border: none;
	position: relative;
	border-top: 3px solid #f00;
	margin-top: -3px;
	opacity: 1;
	border-right: 1px solid #999;
	position: relative;
	z-index: 0;
	bottom: -1px;
	border-left: 1px solid #999;
	padding: 0.9em 0.7em;
	height: 53px;
}

.cmp-tabs__tab--active:hover {
	opacity: 1;
}

.cmp-tabs__tabpanel {
	width: 100%;
	height: 0px;
	z-index: -3;
	position: relative;
	top: -200000px;
	visibility: hidden;
}

.cmp-tabs__tabpanel--active {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: 0px;
	visibility: visible;
	padding: 10px;
}

.cmp-tabs__tabpanel > .responsivegrid {
	width: 100%;
	height: 0px;
	z-index: -5;
	position: absolute;
	top: -150000px;
	visibility: hidden;
}

.cmp-tabs__tabpanel--active > .responsivegrid {
	width: 100%;
	height: 100%;
	z-index: 1;
	position: relative;
	top: 0px;
	visibility: visible;
}

.tabs {
	margin-top: 1em;
}


/**** 法人向け ****/

#b2b-contents-page .cmp-tabs__tab {
	box-sizing: border-box;
	min-width: 5%;
	flex-grow: 2;
	border: 1px solid #ddd;
	text-align: center;
	cursor: pointer;
	outline: none;
	margin: 5px 0.3% 0;
	background-color: #eee;
	font-size: 14.5px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	letter-spacing: 0;
	line-height: 1.1;
	width: auto;
}

#b2b-contents-page .cmp-tabs__tab--active {
	background-color: #fff;
	cursor: default;
	border: none;
	position: relative;
	border-top: 4px solid #f00;
	margin-top: 0px;
	opacity: 1;
	border-right: 1px solid #999;
	position: relative;
	z-index: 0;
	bottom: -1px;
	border-left: 1px solid #999;
	padding: 0.9em 0.7em;
	height: 45px;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.cmp-tabs__tablist {
		border-bottom: none;
		margin-bottom: 3px;
	}

	.cmp-tabs__tab--active:before {
		display: none;
	}

	.cmp-tabs__tab {
		width: 100%;
		margin: 3px 0;
	}

	.cmp-tabs__tab--active {
		border: 1px solid #999;
		border-top: 3px solid #f00;
	}

	.cmp-tabs__tabpanel--active {
		padding: 0;
	}

	#b2b-contents-page .tabs {
		margin-top: 0;
	}

	#b2b-contents-page .cmp-tabs__tablist {
		margin-bottom: 10px;
	}

	#b2b-contents-page .cmp-tabs__tab {
		width: 100%;
	}

	#b2b-contents-page .cmp-tabs__tab--active {
		border-bottom: 1px solid #999;
	}
}
/* --------------------
　タグ
-------------------- */


/* チェックボックス */

#search_area {
	margin-top: -1px;
}

#search_area > .search_box {
	display: flex;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#search_area > .search_box > p {
	flex-basis: 20%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	margin: 0 1.5% 0 0;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	/*background-color: #f6f6f6;*/
	padding: 10px 20px;
}

.search_box ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-inline-start: 0px;
	flex-basis: 85%;
}

.search_box ul li {
	min-width: 20%;
	padding: 12px 2em 10px 0;
}

.search_box ul input {
	display: none;
}

.tagtext ul label {
	display: inline-block;
	position: relative;
	margin-left: 1.4em;
	cursor: pointer;
	font-weight: normal;
	font-size: 14px;
}

.tagtext ul label::before {
	display: inline-block;
	position: absolute;
	content: "";
	width: 1em;
	height: 1em;
	border: 1px solid #545454;
	margin-top: 1px;
	margin-left: -1.4em;
}

.tagtext ul label::after {
	content: "";
	width: 0.7em;
	height: 0.7em;
	background-color: #f00;
	position: absolute;
	top: 3px;
	left: -1.25em;
	opacity: 0;
}

.tagtext ul input[type=checkbox]:checked + label::after {
	opacity: 1;
}

.tagtext ul label.disabled {
	opacity: 0.5;
	cursor: default;
}

#search_area > #reset {
	margin-top: 1em;
	margin-bottom: 2em;
	text-align: right;
}

#search_area > #reset > button {
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #aaa;
}


/* 画像ラジオボタン */

#search_area > .tagimage {
	display: block;
	border-bottom: none;
	padding: 0;
}

#search_area > .tagimage:first-of-type {
	border-top: none;
}

.tagimage {
	overflow-x: hidden;
}

.tagimage ul {
	flex-basis: 100%;
	background-color: #fff;
	margin-right: -5px;
	margin-bottom: 15px;
}

.tagimage ul li {
	width: 10%;
	flex-grow: 2;
	min-width: auto;
	padding-right: 0;
	margin: 0 5px 5px 0;
	margin-right: 5px;
	text-align: center;
	cursor: pointer;
	border: 1px solid #ccc;
	background-color: #ddd;
	opacity: 0.5;
}

.tagimage ul input {
	position: absolute;
	opacity: 0;
	z-index: -1;
}

.tagimage ul label,
.tagimage ul label img {
	width: 100%;
	cursor: pointer;
}

.tagimage ul li:hover {
	background-color: #f7f7f7;
	opacity: 0.75;
}

.tagimage ul li.active {
	border: none;
	border-top: 5px solid #f00;
	background-color: #fff;
	opacity: 1;
}

.tagimage ul li.active label {
	margin-top: -4px;
}


/* 画像ラジオボタン 分割 */

.tagimage .split-2 > li {
	width: calc(100% / 2 - 5px);
	flex-grow: 0;
}

.tagimage .split-3 > li {
	width: calc(100% / 3 - 5px);
	flex-grow: 0;
}

.tagimage .split-4 > li {
	width: calc(100% / 4 - 5px);
	flex-grow: 0;
}

.tagimage .split-5 > li {
	width: calc(100% / 5 - 5px);
	flex-grow: 0;
}

.tagimage .split-6 > li {
	width: calc(100% / 6 - 5px);
	flex-grow: 0;
}


/* IE10以上 */

@media all and (-ms-high-contrast: none) {
	.tagimage .split-3 > li {
		width: calc(99.9% / 3 - 5px);
	}
	.tagimage .split-6 > li {
		width: calc(99.6% / 6 - 5px);
	}
}

.tagimage ul label,
.tagimage ul label img {
	width: 100%;
	height: auto !important;
	min-height: 0%;
	cursor: pointer;
	padding: 4px 0;
}


/**** 法人向け ****/

/*

#b2b-contents-page #search_area > .search_box {
	display: flex;
	border-top: 1px solid #efefef;
	padding: 0;
	border-bottom: 1px solid #efefef;
}

#b2b-contents-page #search_area > .search_box > p {
	flex-basis: 15%;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0.4em 10px;
	background-color: #f0f0f0;
	margin-right: 15px;
	border-bottom: 1px solid #FFF;
	margin-bottom: 0;
	border-top: 1px solid #FFF;
}

#b2b-contents-page .search_box ul li {
	margin: 0.5em 0;
}
*/

@media screen and (max-width:768px) {
	/* チェックボックス */
	#tag_modal {
		background-color: #fff;
		z-index: 99;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		padding-bottom: 50px;
	}

	#search_area > .search_box {
		flex-direction: column;
	}

	#search_area > .search_box > p {
		margin: 0;
		font-size: 15px;
	}

	.search_box ul {
		margin: 15px 0 20px;
	}

	.search_box ul li {
		width: 49%;
		flex-grow: 0;
		padding: 0;
	}

	.tag_search_refine {
		margin: 10px 2%;
		text-align: center;
	}

	.tag_search_refine > button {
		padding: 10px;
		width: 100%;
		border: 1px solid #aaa;
		border-radius: 5px;
		background-color: #eee;
	}

	#search_area > #reset {
		position: fixed;
		bottom: 0;
		right: 0;
		margin-bottom: 0;
		width: 50%;
	}

	#search_area > #reset button {
		width: 100%;
		border: none;
		background-color: #CCC;
		padding: 10px 5px;
	}

	#search_area > #enter {
		position: fixed;
		bottom: 0;
		left: 0;
		margin-bottom: 0;
		width: 50%;
	}

	#search_area > #enter button {
		width: 100%;
		border: none;
		background-color: #f00;
		color: #fff;
		padding: 10px 5px;
	}

	/* 画像ラジオボタン */
	.tagimage .split-3 > li,
	.tagimage .split-4 > li,
	.tagimage .split-5 > li,
	.tagimage .split-6 > li
	/*.tagimage li*/
	{
		width: calc((100% / 4) - 5px);
		padding-top: 0.5em;
		margin: 0 5px 5px 0;
	}

	.tagimage li img {
		width: 100% !important;
		height: auto !important;
	}


	/**** 法人向け ****/
/*
	#b2b-contents-page #tag_modal {
		background-color: #FFF;
		z-index: 99;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		padding-bottom: 50px;
		padding: 0 4%;
	}

	#b2b-contents-page #tag_modal #search_area > .search_box {
		margin: 1em 0 1.5em;
		border: none;
	}

	#b2b-contents-page #tag_modal #search_area > .search_box > p {
		margin-right: 0;
		border: none;
	}

	#b2b-contents-page .product_search p.result {
		margin: 0.5em 0;
	}
*/

}
/* --------------------
　テキスト
-------------------- */


/* デフォルト */

.jvc-text {
	font-size: 16px;
	line-height: 1.6;
	margin-bottom: 1.5em;
}

.jvc-text p {
	font-size: 16px;
	line-height: 1.6;
	color: #333;
	word-break: normal;
}

.jvc-text .font_small {
	font-size: 12px;
	line-height: 1.2;
	/*display: block;*/
	margin: 4px 0;
}


/* 枠線 */

.blueborder {
	border: 3px solid #0074C1;
}

.grayborder {
	border: 2px solid #ccc;
}

.blackborder {
	border: 1px solid #000;
	padding: 10px !important;
}

.blackborder > div,
.blueborder > div,
.grayborder > div {
	margin: 1em;
}


/* リスト */

.jvc-text ul,
.jvc-text ol {
	padding-inline-start: 2px;
	margin-left: 1em;
}

.jvc-text li a {
	color: #545454;
}

.jvc-text ul > li {
	margin: 0;
	list-style-type: disc;
}

.jvc-text ol > li {
	margin: 0;
	list-style-type: decimal;
}


/* ラベル */

.bg-label-victor,
.bg-label-kenwood,
.bg-label-jvc,
.bg-label-release,
.bg-label-victorentertainment {
	margin: 5px auto;
	padding-top: 3px;
	text-align: center;
	width: 250px;
	height: 30px;
	color: #fff;
}

.bg-label-victor {
	background-color: #ccc;
	color: #000;
}

.bg-label-kenwood {
	background-color: #000;
}

.bg-label-jvc {
	background-color: #f00;
}

.bg-label-release {
	background-color: #0090DC;
}

.bg-label-victorentertainment {
	background-color: #b75445;
}


/* カスタムスタイル */

.jvc-text .new_model {
	font-size: 12px;
	display: inline-block;
	margin: 5px 2px 0px 8px;
	color: #ffffff;
	background-color: #ff0000;
	padding: 4px 6px;
	font-weight: bold;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	line-height: 100%;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	#b2b-contents-page .jvc-text p {
		line-height: 1.4;
	}
}

/* テキスト内アイコン */
p img{
    vertical-align: middle;
}
/* --------------------
　テキストスタイル
2024/03/18
-------------------- */


/* デフォルト */

p,
th,
td {
	line-height: 1.6;
	margin: 0;
}

li {
	line-height: 1.6;
    padding-bottom: 0.5em;
}

p a {
	color: #333;
}
p a:hover {
	text-decoration: underline;
}
p a:not(footer a, header a, .textimage a,.news a){
    text-decoration: underline;
}
p a:hover {
	color: #aaa;
	color: #dc0000;
}

sup,
sub {
	font-size: 0.5em;
}


/* フォントサイズ */

p .font_bold {
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

p .font_big {
	font-size: 20px;
}

p .font_small {
	font-size: 12px;
}


/* フォントカラー */

.color_red {
	color: #F70900;
}

.color_blue {
	color: #0074C1;
}

.color_gray {
	color: #eee;
}

.color_white {
	color: #fff;
}


/* リンクアイコン */

.link_blank::after,
.link_pdf::after,
.link_zip::after {
	font-family: FontAwesome;
	font-size: 0.7em;
	display: inline-block;
	vertical-align: 1px;
	margin-left: 3px;
}

.link_blank::after {
	content: "\f08e";
}

.link_pdf::after {
	content: "\f1c1";
}

.link_zip::after {
	content: "\f1c6";
}


/* 行頭記号 */

.symbol_triangle::before {
	content: '';
	display: inline-block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8.7px;
	/* border-color: transparent transparent transparent #0074C1; */
	border-color: transparent transparent transparent #dc0000;
	margin-right: 5px;
}

.symbol_triangle > a,
a > .symbol_triangle {
	display: inline;
	cursor: pointer;
}

.symbol_dash::before {
	/* color: #0074C1; */
	content: "───";
	margin-right: 5px;
}

.bg_green {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(14, 162, 145);
}

.bg_pink {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(221, 107, 117);
}

.bg_purple {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(131, 135, 182);
}

.bg_orange {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(229, 168, 87);
}

.bg_blue {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(0, 175, 204);
}

.bg_yellowgreen {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(142, 185, 95);
}

.bg_gray {
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: rgb(186, 186, 186);
}

.bg_navy{
/*	padding: 4px 10px; */
	padding: 0 10px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.5px;
/*	margin-left: 11px; */
	background-color: #002060;
}




/* --------------------
　タイトルテキスト
-------------------- */

.jvc-title h1,
.jvc-title h2,
.jvc-title h3,
.jvc-title h4,
.jvc-title h5,
.jvc-title h6{
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    line-height: 1.2;
}

/* 小見出しタイトル */
.jvc-title .subtitle_text{
    font-size: 0.7em;
/*    line-height:2; */
}
.jvc-title .subtitle_text ~ span.content_title,
.jvc-title .subtitle_text ~ span.product_title_l,
.jvc-title .subtitle_text ~ span.product_title_s {
    margin-top: 0.4em;
}

/* コンテンツページ タイトル */
.jvc-title .content_title{
    display:block;
    line-height: 1.2;
}

.jvc-title h1 .content_title{
	font-size: 30px;
	margin: 1em 0;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h2 .content_title{
	font-size: 28px;
	margin-bottom: 0.6em;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h3 .content_title{
	font-size: 20px;
	background-color: #eee;
	border-left: 10px solid #333;
    padding:3px 15px;
	margin-bottom: 15px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h4 .content_title{
	font-size: 18px;
	margin-bottom: 0.6em;
}

.jvc-title h5 .content_title,
.jvc-title h6 .content_title{
    font-size:15px;
	margin: 0px;
    padding: 0px;
}


/* 製品ページ タイトル(大) */
.jvc-title .product_title_l,
.jvc-title .product_title_s{
    display:inline-block;
    line-height: 1.2;
}

.jvc-title h1 .product_title_l{
    font-size: 32px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h2 .product_title_l{
    font-size: 32px;
    margin-top: 0.8em;
    margin-bottom: 1.2em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h3 .product_title_l{
    font-size: 28px;
    margin-top: 0.2em;
    margin-bottom: 1.2em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    border-left: 5px solid #333;
    padding: 5px 0 8px 0.5em;
}

.jvc-title h4 .product_title_l{
    font-size: 23px;
    margin-top: 0.2em;
    margin-bottom: 0.8em;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jvc-title h5 .product_title_l{
    font-size: 18px;
    margin-top: 0.2em;
    margin-bottom: 0.5em;
}

.jvc-title h6 .product_title_l{
    font-size: 16px;
    margin-bottom: 0.5em;
}


/* 製品ページ タイトル(小) */
.jvc-title h1 .product_title_s{
	font-size: 32px;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
}

.jvc-title h2 .product_title_s{
	font-size: 24px;
    margin-bottom: 0.8em;
}

.jvc-title h3 .product_title_s,
.jvc-title h4 .product_title_s,
.jvc-title h5 .product_title_s,
.jvc-title h6 .product_title_s{
	font-size: 18px;
}


/* 法人向けコンテンツページ タイトル */
#b2b-contents-page .jvc-title h2 .content_title{
	font-size: 26px;
	margin-bottom: 1em;
}

#b2b-contents-page .jvc-title h3 .content_title{
	padding: 5px 18px;
	font-size: 19px;
}

#b2b-contents-page .jvc-title h3 .content_title a,
#b2b-contents-page .jvc-title h3 a .content_title{
    display:block;
	position: relative;
	padding-right: 3%;
}
#b2b-contents-page .jvc-title h3 .content_title a::after,
#b2b-contents-page .jvc-title h3 a .content_title::after{
	content: "";
    position: absolute;
    right: 2em;
    width: 10px;
    height: 10px;
    border-width: 2px;
    border-color: #454545 #454545 transparent transparent;
    border-style: solid;
    transform: rotate(45deg);
    top: 50%;
    margin-top: -4px;
}
#b2b-contents-page .jvc-title h3 a .content_title::after{
    right: calc(2em + 18px);
}
/*モバイル表示時の改行指定　PC表示で無効*/
.sp-break{
    display: none;
}
/*PC表示時の改行指定　PC表示で改行する*/
.pc-break{
    display: inline;
}


/* スマホ表示 */
@media screen and (max-width:768px) {
	/* 小見出しタイトル */
	.jvc-title .subtitle_text{
    	font-size: 16px;
	}
    /* コンテンツページ タイトル */
    .jvc-title h1 .content_title{
		font-size: 25px;
	}

    .jvc-title h2 .content_title {
		font-size: 21px;
		line-height: 1.3;
	}

    /* 製品ページ タイトル */
    .jvc-title h2 .product_title_l{
		font-size: 24px;
    }

    .jvc-title h3 .product_title_l{
		font-size: 20px;
    }

    .jvc-title h4 .product_title_l{
		font-size: 16px;
    }

    /* 法人向けコンテンツページ タイトル */
    #b2b-contents-page .jvc-title h2 .content_title {
		font-size: 21px;
		margin-bottom: 0.5em;
	}

    #b2b-contents-page .jvc-title h3 .content_title {
		font-size: 17px;
		line-height: 1.2;
		padding: 5px 3%;
	}

	/*モバイル表示時の改行指定　モバイル表示の時に改行する*/
	.sp-break{
    	display: inline;
	}
	/*PC表示時の改行指定　PC表示の時に無効にする*/
	.pc-break{
    	display: none;
	}
}


/* --------------------
　テキストと画像
-------------------- */


/* 画像の回り込み設定 */

.flex-top {
	display: flex;
	flex-direction: column;
}

.flex-top .textimage-img > span {
	margin-bottom: 1em;
}

.flex-bottom {
	display: flex;
	flex-direction: column-reverse;
}

.flex-bottom .textimage-img > span {
	margin-top: 1em;
}

.flex-top .textimage-img > span,
.flex-bottom .textimage-img > span {
	text-align: center;
}

.flex-lefttop .textimage-img > span,
.flex-leftbottom .textimage-img > span {
	text-align: left;
}

.flex-righttop .textimage-img > span,
.flex-rightbottom .textimage-img > span {
	text-align: right;
}

.flex-left {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.flex-left .textimage-img {
	margin-right: 1em;
	flex-shrink: 0;
}

.flex-right {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
}

.flex-right .textimage-img {
	margin-left: 1em;
	flex-shrink: 0;
}

.flex-left .textimage-content,
.flex-right .textimage-content {
	flex-shrink: 5;
	width: 100%;
}

.float-left .textimage-img {
	float: left;
	clear: both;
	margin-bottom: 0.5em;
	margin-right: 1em;
}

.float-right .textimage-img {
	float: right;
	clear: both;
	margin-bottom: 0.5em;
	margin-left: 1em;
}


/* キャプション回り込み */

.flex-top .textimage-img > span > p,
.flex-bottom .textimage-img > span > p {
	margin-left: auto;
	margin-right: auto;
}

.flex-lefttop .textimage-img > span > p,
.flex-leftbottom .textimage-img > span > p {
	margin-left: 0;
	margin-right: auto;
}

.flex-righttop .textimage-img > span > p,
.flex-rightbottom .textimage-img > span > p {
	margin-left: auto;
	margin-right: 0;
}


/* テキスト */

.textimage span img {
	/*width: auto;*/
	max-width: 100%;
}

.textimage-img > span {
	display: block;
}

.textimage-img > span > p {
	width: 100%;
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
}

.textimage-text {
	padding: 15px 0;
}

.textimage-text p {
	font-size: 16px;
	line-height: 1.6;
	margin: 0;
}

.textimage-text ul,
.textimage-text ol {
	padding-inline-start: 2px;
	margin-left: 1em;
}

.textimage-text ul > li {
	margin: 0;
	list-style-type: disc;
}

.textimage-text ol > li {
	margin: 0;
	list-style-type: decimal;
}


.textimage-img .img_zoom{
    text-align: right;
    margin-right: 20px;
}


/* 枠線 */

.tit_border > div {
    border: 1px solid #8f8f8f;
    padding: 10px 20px !important;
    margin: 0;
}

.titcon_border .textimage-content {
	border: 1px solid #ccc;
	padding: 10px;
}


/* スマホ表示 */

@media screen and (max-width:768px) {
	.textimage > div {
		height: auto !important;
	}

	/* 画像の回り込み設定 */

	.flex-left,
	.flex-right {
		flex-direction: column;
	}

	.flex-left .textimage-img {
		margin-right: 0;
	}

	.flex-right .textimage-img {
		margin-bottom: 1.2em;
		margin-left: 0;
	}

	.textimage-text {
		padding: 5px;
	}

	.float-right .textimage-img {
		float: none;
		clear: both;
		margin-bottom: 1.2em;
		margin-left: 0;
	}
}
/* --------------------
　タイトル
-------------------- */

.title {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
	margin: 0px;
	padding: 0px;
	line-height: 1.5;
}

.title h1 {
	font-size: 30px;
	margin: 1em 0;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title h2 {
	font-size: 28px;
	margin-bottom: 0.6em;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title h3 {
	font-size: 20px;
	background-color: #eee;
	border-left: 10px solid #333;
	padding-left: 15px;
	margin-bottom: 15px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title h4 {
	font-size: 18px;
	margin-bottom: 0.6em;
}

/* フォントカラー */
.title .text_white {
	color: #fff;
}

/* 文字の整列 */
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

/* タイトルの注釈 */
.title span {
	font-size: 18px;
}


/**** 法人向け ****/
/*
#b2b-contents-page .title h2 {
	font-size: 26px;
	margin-bottom: 1em;
}

#b2b-contents-page .title h3 {
	padding: 5px 18px;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
	font-size: 19px;
}

#b2b-contents-page .title h3 a {
	position: relative;
	display: inline-block;
	padding-right: 3%;
	font-weight: bold;
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}
*/

#b2b-contents-page .title h3 a::after {
	content: "";
	position: absolute;
	right: -24%;
	width: 10px;
	height: 10px;
	border-width: 2px;
	border-color: #454545 #454545 transparent transparent;
	border-style: solid;
	transform: rotate(45deg);
	top: 50%;
	margin-top: -4px;
}

/* スマホ表示 */
@media screen and (max-width:768px) {
	.title h1 {
		font-size: 25px;
		/*margin: 0;*/
	}

	.title h2 {
		font-size: 21px;
		line-height: 1.3;
	}
    
    .title h3 {
		font-size: 17px;
    }

	/**** 法人向け ****/
	/*#b2b-contents-page .title h3 {
		font-size: 17px;
		line-height: 1.2;
		padding: 5px 3%;
	}

	#b2b-contents-page .title h2 {
		font-size: 21px;
		margin-bottom: 0.5em;
	}
    */
}
/* --------------------
   製品詳細ヘッダー
-------------------- */

.visual_header {
    /*margin-bottom:40px;*/
    margin-bottom: 0;
}

/* アンカーエリア */
.anchor_area {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1260px;
    padding: 5px 30px 0;
    margin: auto;
}

.anchor_area h1 {
    float: left;
    margin-right: 0.5em;
    letter-spacing: 1px;
    line-height: 1.3;
    font-size: 24px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.anchor_area > span {
    display: none;
}

.anchor_area ul {
    display: flex;
    align-items: center;
}

.anchor_area li a {
    display: inline-block;
    position: relative;
    margin-left: 1.2em;
    white-space: nowrap;
    font-size: 16px;
}

.anchor_area li:first-child a {
    margin-left: 0;
}

.anchor_area li.active {
    background-color: #ccc;
    color: #000;
    padding: 6px 15px;
    margin: 0 1em 0 1em;
    border-radius: 4px;
}

.visual_header .anchor_area li.active a,
.visual_header .anchor_area li.active a:before,
.visual_header .anchor_area li.active a:after {
    margin: 0;
    content: "";
}


/* リンクアイコン */
.visual_header li a.page,
.visual_header li a.anchor,
.visual_header li a.external {
    margin-right: 1.5em;
}

.visual_header li a.shopping {
    margin-left: 2.5em;
}

.visual_header li a.page:after,
.visual_header li a.anchor:after,
.visual_header li a.external:after,
.visual_header li a.shopping:before {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
}

.visual_header li a.page:after {
    content: "\f107";
    transform: rotate(270deg);
    margin-left: 6px;
}

.visual_header li a.anchor:after {
    content: "\f107";
    margin-left: 6px;
}

.visual_header li a.external:after {
    content: "\f08e";
    top: 1px;
    margin-left: 6px;
}

.visual_header li a.shopping:before {
    content: "\f07a";
    left: -1em;
    margin-left: -3px;
}


/* キービジュアル */
.visual_header .visual_area {
    display: flex;
    max-width: 1200px;
    max-height: 600px;
    margin: 25px auto 0;
}

.visual_header .visual_area > .title {
    width: 34%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 24px;
    text-align: left;
}

.visual_header .visual_area > .title .product_catch {
    font-size: 24px;
    margin: 0 0 0.5em;
}

.visual_header .visual_area > .title > p {
    display: inline-block;
    margin: 0 auto;
    padding: 0.5em 5px;
    line-height: 1.6;
}

.visual_header .visual_area > .keyvisual {
    /*width: 100%;*/
    margin:auto;
    position: relative;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
}

.visual_header .visual_area > .title + .keyvisual {
    width: 66%;
}

.visual_header .visual_area > .keyvisual img {
    width: 100%;
    height: 100%;
}

.visual_header .visual_area > .keyvisual a:hover {
	opacity:1;
}



/* スティッキー処理 */
.visual_header .fixed_anchor {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #45464B;
    z-index: 9;
    transition: all 0.5s;
}

.visual_header .fixed_anchor .anchor_area {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1em 1em;
    color: #fff !important;
}



@media (min-width: 769px) and (max-width: 1200px) {
    .visual_header .fixed_anchor .anchor_area {
        width: 980px;
    }
}

@media screen and (max-width:768px) {

    /* キービジュアル */
    .visual_header,
    .visual_header .visual_area {
        margin-bottom: 5px;
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
        max-height: none;
    }

    .visual_header .visual_area > .title,
    .visual_header .visual_area > .keyvisual {
        width: 100%;
    }

    .visual_header .visual_area > .title .product_catch {
        margin: 0;
    }

    /* アンカーエリア */
    .anchor_area {
        display: block;
        padding: 1em 3.5%;
    }

    .anchor_area:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .anchor_area .product_title .model_name {
        font-size: 20px;
        letter-spacing: 1px;
        margin-top: 3px;
    }

    .anchor_area > span {
        display: block;
        float: right;
        /*height:30px;*/
        background-color: #bababc;
        border-radius: 5px;
        padding: 6px 10px;
        font-size: 16px;
        /*font-weight:bold;*/
        color: #000;
        letter-spacing: 1px;
        font-family: "FP-ヒラギノ角ゴ ProN W6";
    }

    .anchor_area ul {
        display: none;
        flex-direction: column;
        margin-top: 0.5em;
        padding-top: 0;
        width: 100%;
    }

    .anchor_area ul li {
        width: 100%;
        margin-top: 0.5em;
        padding: 10px 1em 15px;
        border-bottom: 1px solid #555;
    }

    .anchor_area li.active {
        background-color: #777;
        color: #fff;
        padding: 10px 1em 15px;
        margin: 0.5em 0 0 0;
        border-radius: 0px;
    }

    .anchor_area li a {
        margin-left: 0;
    }

    .anchor_area li a.shopping {
        margin-left: 1.2em;
    }

    /* スティッキー表示 */
    .visual_header .fixed_anchor .anchor_area {
        padding: 10px 1em;
    }
}

/* --------------------
　YouTube埋め込み
-------------------- */
.youtubetext p {
    margin: 0;
}

.youtube h3 {
    margin: 1em 0;
}

/* 動画埋め込み */
.video {
    position: relative;
    width: 100%;
}

.video:before {
    content: "";
    display: block;
    padding-top: 56.25%;
    /* 高さと幅の比を16:9に固定。9/16*100=56.25 */
}

.youtube_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:1 !important;
}

/* --------------------
　製品比較
-------------------- */

#compare_tbl {
    width: min-content;
}

#compare_tbl thead td ul {
    width: 120px;
    margin: 0 auto;
}

#compare_tbl th,
#compare_tbl td {
    /*white-space: nowrap;*/
    font-size: 12px;
    padding: 0.5em;
}

#compare_tbl thead td {
    width: 140px;
    border-right: 1px solid #cbd6de;
    vertical-align: bottom;
}

#compare_tbl thead tr th.blank {
    border-right: 1px solid #fff;
}

/* 1つ目の項目は表示しない */
#compare_tbl thead tr th.blank:first-of-type,
#compare_tbl tbody tr:first-child th.rowspan-combine:first-of-type {
    display: none;
}

#compare_tbl thead tr th.blank:last-of-type::before {
    content: "";
    border-right: 1px solid #cbd6de;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: -1;
}

#compare_tbl tbody td {
    width: 140px;
    border-bottom: 1px solid #cbd6de;
    border-right: 1px solid #cbd6de;
    font-size: 18px;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}
#compare_tbl tbody tr:last-child td{
    border-bottom: none;
}

#compare_tbl th {
    /*display: inline-block;*/
    width: 70px;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    vertical-align: middle;
}

#compare_tbl th:last-of-type {
    width: 140px;
}

#product_compare_table_area {
    width: min-content;
    max-width: 100%;
    height: 75vh;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: auto;
    margin: 0 auto;
    border: 1px solid #cbd6de;
}

#compare_tbl ul,
#compare_tbl ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}


#compare_tbl thead,
#compare_tbl tbody {
    display: block;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

#compare_tbl thead {
    border-bottom: 1px solid #cbd6de;
}

#compare_tbl tbody {
    margin-top: -1px;
}

#compare_tbl tbody th {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 1;
    word-break: break-all;
}

#compare_tbl tbody th::before {
    content: "";
    border-right: 1px solid #cbd6de;
    border-top: 1px solid #cbd6de;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #eaeff1;
    z-index: -1;
}


#compare_tbl thead {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 2;
}

#compare_tbl thead th.blank {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
}


#compare_tbl thead img {
    width: 90%;
    vertical-align: middle;
}

.product_tbl_list {
    /*height: 177px;*/
}

.product_tbl_img {
    /*height: 160px;*/
    height: 80px;
    /* vertical-align: middle; */
    display: flex;
    align-items: center;
    justify-content: center;
}

/*
.product_tbl_text {
    height: 16px;
}
*/

#compare_tbl table {
    table-layout: fixed;
}

#compare_tbl td {
    text-align: center;
    vertical-align: middle;
}

#compare_tbl tr:nth-child(odd) td {
    background-color: #ffffff;
}

#compare_tbl tr:nth-child(even) td {
    background-color: #f4f7f8;
}

#compare_tbl td a {
    display: block;
    width: 100%;
    height: 100%;
}

#compare_tbl td a:hover {
    /*background-color: #f49d9d;*/
    opacity: 0.8;
}

.compare_tbl_model_name {
    text-align: center;
}


@media (min-width: 769px) and (max-width: 1200px) {
    #product_compare_table_area {
        max-width: min-content;
        width: 980px;
    }
}

@media (max-width: 768px) {
    #product_compare_table_area {
        width: 100%;
    }
}

/* 
接続情報ページ
2022/05/06　テーブルの罫線を修正
*/
@charset "utf-8";

.compatible {
    font-family:'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}
.option_products .p_infos {
    margin-bottom: 0;
}

#main {
    margin-top: 0 !important;
}



@media screen and (max-width: 768px) {
    .products_main_inner {
        padding: 0;
    }
}

/*アンカー*/
.option_anchor {
    margin: 30px 0 0 0;
}

.option_anchor a {
    padding: 0.5em 2.5em 0.5em 0;
    margin-right: 10px;
    position: relative;
    display: inline-block;
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 1.5em;
    vertical-align: middle;
    box-sizing: border-box;
    border: 1px solid #004573;
    background-color: #004573;
}

.option_anchor a:last-child {
    margin-right: 0px !important;
}

.option_anchor a::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #8d9ca8;
    border-right: solid 3px #8d9ca8;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 50%;
    left: 13%;
    margin-top: -5px;
}

.option_anchor a:hover {
    color: #626262;
    background-color: #fff;
    cursor: pointer;
    text-decoration: none !important;
}

.option_anchor.option_anchor_2col a {
    padding-left: 5em;
    width: 455px;
}

.option_anchor.option_anchor_3col a {
    padding-left: 3.5em;
    width: 300px;
}

.option_anchor.option_anchor_4col a {
    padding-left: 3em;
    margin-right: 11px;
    width: 222px;
}

.option_anchor.option_anchor_4col a:first-child {
    margin-right: 10px;
}

@media screen and (max-width: 768px) {
    .option_anchor a {
        margin: 10px auto 0 !important;
        display: block;
        box-sizing: border-box;
    }

    .option_anchor.option_anchor_2col a,
    .option_anchor.option_anchor_3col a,
    .option_anchor.option_anchor_4col a {
        padding: 0.5em 1.5em 0.5em 3.5em;
        width: auto;
    }

    .option_anchor a:last-child {
        margin: 10px auto 0 !important;
    }
}

/*見出し*/
.option_products h2.option_h2_01 {
    font-size: 41px;
    font-weight: normal;
    color: #000;
    line-height: 120%;
/*    margin: 1em 0 0 0;*/
}

.option_products h2.option_h2_02 {
    font-size: 26px;
    text-align: left !important;
    font-weight: bold !important;
    color: #004573 !important;
    border-bottom: solid 1px #dbdbdb;
    margin-bottom: 0;
}

.option_products .bd_none {
    border-bottom: none !important;
}

.option_products h3.option_h3_01 {
    margin: 30px 0 !important;
    font-size: 26px;
    font-weight: normal;
    color: #000;
    margin: 1em 0 0 0;
}

.option_products h3.option_h3_02 {
    text-align: left;
    font-size: 16px;
    font-weight: normal;
}

@media screen and (max-width: 768px) {
    .option_products h2.option_h2_01.mb20 {
        margin-bottom: 60px !important;
    }

    .option_products h2.option_h2_02 {
        padding: 20px 0 20px 0;
    }

    .option_products h3.option_h3_02 {
        margin-right: 2%;
        font-size: 14px;
    }
}

/*アコーディオン*/
.option_products .layerOpen {
    font-size: 16px;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 20px 35px 20px 15px;
    margin: 0;
    font-weight: normal;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border-bottom: 1px solid #dbdbdb;
    background-position: 885px center;
    background-repeat: no-repeat;
    background-size: 20px;
    position: relative;
}

.option_products .layerOpen::after {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    font-size: 40px;
    color: #8A8B97
}

.option_products .act.layerOpen::after {
    content: "\f106";
    font-family: FontAwesome;
    font-size: 40px;
    color: #8A8B97
}

.option_products .layer {
    display: none;
    padding-top: 30px;
/*    border-bottom: 1px solid #dbdbdb;*/
    text-align: left;
}

@media screen and (max-width: 768px) {
    .option_products .layer {
        padding-top: 20px;
    }

    .option_products .layerOpen {
        padding-left: 5px;
        background-position: center right 5px;
        font-weight: normal;
    }
}

/*テーブル*/
.option_products .option_data-table,
.option_products .option_data-ttl-thead tr {
    width: 100%;
}

.option_products .option_data-table thead th:first-of-type,
.option_products .option_data-table tbody td:first-of-type {
    width: 30%;
}

.option_products .option_data-table thead th:nth-of-type(2),
.option_products .option_data-table thead td:nth-of-type(2) {
    width: 70%;
}

.option_products table.color th {
    text-align: center;
    white-space: nowrap;
}

.option_products .option_data_text td {
    font-size: 14px;
    width: 50%;
}

.option_products .option_data_text .option_data-prod_name,
.option_products .option_data-box-01 a {
    font-size: 15px !important;
    font-weight: bold;
    display: inline-block;
    padding-top: 2px;
    white-space: nowrap;
}

.option_products .option_data-box-01 a {
    margin-bottom: 5px;
}

.option_products .option_data_text td img {
    max-width: 200px;
    max-height: 200px;
    display: block;
    margin: 0 auto;
}

.option_products table.color tr td {
    background: white;
}
.option_products table.color tr:nth-child(2n+2) td {
    background: #f4f7f8;
}

.option_products table .option_data-annotation {
    font-size: 18px;
    display: inline-block;
}

.option_products table .option_data-annotation li,
.option_products table .option_data-annotation li a {
    font-size: 12px !important;
}

.option_products table.color td {
    border-top: none;
    vertical-align: middle;
}

.option_products .option_data-box-01 p {
    display: inherit;
    padding: 1px 4px;
    ;
    font-weight: bold !important;
    color: #ff0000;
    line-height: 1.2;
    border: 1px solid #ff0000;
}

.option_data-box-01 a {
    -webkit-font-smoothing: subpixel-antialiased;
}

.option_products td.option_data-box-01 p {
    font-size: 12px !importa/nt;
}

.option_products .floatThead-container {
    top: 0px !important;
}

@media screen and (max-width: 768px) {

    .option_products .option_data-table thead th:first-of-type,
    .option_products .option_data-table tbody td:first-of-type {
        width: 60%;
    }

    .option_products .option_data-table thead th:nth-of-type(2),
    .option_products .option_data-table thead td:nth-of-type(2) {
        width: 40%;
    }

    .option_products .option_data-table tbody::-webkit-scrollbar {
        width: 0px;
    }

    .option_products .option_data-table tbody::-webkit-scrollbar-thumb {
        background-color: initial;
    }

    .option_products .option_data_text .option_data-prod_name,
    .option_products .option_data-box-01 a {
        font-size: 15px;
        font-weight: bold;
    }

    .option_products .option_data_text td + td {
/*       border-right: 1px solid #8ba1b1;
        border-bottom: 1px solid #8ba1b1;
        border-left: 1px solid #8ba1b1;*/
    }

    .option_products .option_data_text td:first-child {
/*        border-right: 1px solid #8ba1b1;
        border-bottom: 1px solid #8ba1b1;
        border-left: 1px solid #8ba1b1;*/
    }

    .option_products table .option_data-annotation {
        font-size: 18px;
    }

    .option_products table .option_data-annotation li {
        font-size: 11px;
    }

    .option_products .option_data_text td img {
        max-height: 150px;
        max-width: 150px;
    }

    .option_products .floatThead-container {
        top: 44px !important;
        z-index: 999 !important;
    }
}

.option_products .sp-block {
    display: none;
}


/* フェーズ1.5 */
.p_infos_ss #show-area {
    margin-top: 35px;
}

.p_infos_ss #show-area .option_data-table th,
.p_infos_ss #show-area .option_data-table td {
    width: 10% !important;
}

.p_infos_ss #show-area .option_data-table th:first-of-type,
.p_infos_ss #show-area .option_data-table td:first-of-type {
    width: 20% !important;
}

/* ----------------------------------------------------------------------------------*/
/* 適合表テーブルレスポンシブ対応 */
.option_products #show-area {
    width: calc(100vw - 80px);
    max-width: 1120px;
    height: calc(100vh - 380px);
    min-height: 200px;
    overflow-x: auto;
    overflow-y: auto;
    border: 1px solid #D6D6D6;
}

.option_products #show-area table {
    border-collapse: separate
}

.option_products #show-area thead th {
    /* 縦スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    
}

.option_products #show-area thead th:first-child {
    left: 0;
    z-index: 3;
}

.option_products #show-area tr td:first-child {
    /* 横スクロール時に固定する */
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    z-index: 2;
}


.option_products #show-area .tableType th,
.option_products #show-area .tableType td {
    padding: 10px 8px;
    border: none;
    min-width: 125px;
}

.option_products #show-area .tableType th {
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}

.option_products #show-area .tableType td {
    border-right: 1px solid #D6D6D6;
    border-bottom: 1px solid #D6D6D6;
}
.option_products #show-area .tableType tr:last-child td{
    border-bottom: none;
}

/* スマホ表示時 */
@media screen and (max-width: 768px) {
    .p_infos_ss #show-area {
        margin-top: 24px;
    }

    .option_products h1 {
        font-size: 20px;
    }

    .option_products #show-area {
        width: 100%;
    }

}
@charset "utf-8";
/*----------------------------------------------------------------------------
車種別適合情報 Modified: 2025/9/17
COMMON
----------------------------------------------------------------------------*/

#compatible .annotation_txt {
    font-size: 14px;
    margin: 16px 0;
}

#compatible .txt_center {
    text-align: center;
}

#compatible .txt_red {
    color: #ff0000;
}

#compatible .txt_bold {
    font-weight: 400 !important;
}

#compatible .mg_b_1em {
    margin-bottom: 1em !important;
}

#compatible #go-top {
    z-index: 9999;
}

#compatible .p_infos {
    margin-bottom: 30px;
}

#compatible #select .p_infos:first-child {
    /*    padding-top: 41px;*/
    margin-bottom: 30px;
}

#compatible p.maker-list-pdf {
    margin-bottom: 20px;
}

#compatible p.maker-list-button {
    margin-bottom: 20px;
    color: #006ab4;
    text-decoration: underline;
    cursor: pointer;
}

#compatible .dis_none {
    display: none !important;
}

#compatible th {
    font-weight: 400;
}

#compatible dd {
    font-weight: 400;
}

.compatible_floating_td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #888;
    vertical-align: middle;
    text-align: center;
}

.compatible_sound_system_td {
    border: 1px solid #000;
    padding: 10px;
    font-size: 13px;
    border: 1px solid #888;
    vertical-align: middle;
    text-align: left;
}

/* テーブル本体 */
.scroll-table {
    border-collapse: separate;
    width: 100%;
}

/* テーブル見た目 */
.scroll-table th,
.scroll-table td {
    border: 1px solid #ccc;
    padding: 8px 12px;
    background: #fff;
    white-space: nowrap;
    /*折り返し防止 */
}

/* 左列を固定 */
.sticky-col {
    position: sticky;
    left: 0;
    background: #f9f9f9;
    /* 必須: 下の列が透けるのを防ぐ */
    z-index: 3;
        border:none;

}

.sticky-col-two {
    position: sticky !important;
    left: 120px;
    /* 1列目の幅に合わせて調整 */
    z-index: 2;
    background: #fff;
        border:none;

}

/* 
.compatible_sound_header_speaker,
.compatible_sound_header_install,
.compatible_sound_header_sound_data {
    width: 130px;
    text-align: center;
}

.compatible_sound_header_ge,
.compatible_sound_header_wirekit {
    width: 120px;
    text-align: center;
}

.compatible_sound_header_hdmi,
.compatible_sound_header_note {
    width: 250px;
} */

.compatible_model_th {
    width: 150px;
    text-align: center;
    vertical-align: middle;
    background-color: #dce6f1;
    border: 1px solid #000;
}

.compatible_model_td {
    width: 350px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #000;
    padding: 10px;
}

/*.利用規約確認 */
.consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.consent-box {
    width: 90%;
    height: 90%;
    background-color: #fff;
    border-radius: 8px;
    padding: 20px;
    overflow-y: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.consent-box button {
    flex-shrink: 0;
    padding: 15px 8px 15px 8px;
    margin: 10px 25%;
    background-color: #006ab4;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    color: #fff;
    align-self: flex-start;
    border-radius: 4px;
}

.consent-box button:hover {
    background-color: #0056b3;
}

#compatible-showPanelBtn {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: white;
    padding: 10px 5px;
    cursor: pointer;
    border-radius: 5px 0 0 5px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 14px;
    z-index: 1000;
}

.consent-parent {
  list-style-type: none; /* デフォルトの番号を消す */
  counter-reset: num;    /* カウンターをリセット */
}

.consent-parent li {
  counter-increment: num; /* 各liで+1 */
  position: relative;
  padding-left: 2em; /* 番号とテキストの間に余白を作る */
}

.consent-parent li::before {
  content: counter(num) "."; /* 1) 2) の形で表示 */
  position: absolute;
  left: 0;
}

.consent-child {
  list-style-type: none; /* デフォルトの番号を消す */
  counter-reset: num;    /* カウンターをリセット */
  margin-left: 2em;
}

.consent-child li {
  counter-increment: num; /* 各liで+1 */
  position: relative;
  padding-left: 2em; /* 番号とテキストの間に余白を作る */
}

.consent-child li::before {
  content: counter(num) ")"; /* 1) 2) の形で表示 */
  position: absolute;
  left: 0;
}


/* スライドパネル */
#compatible-slidePanel {
    position: fixed;
    top: 0;
    right: -400px;
    width: 200px;
    height: 100%;
    background: #000;
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.3s ease;
    z-index: 999;
    overflow-y: auto;
    color: #fff;
}

#compatible-slidePanel.compatible-active {
    right: 0;
}

.compatible-panel-content {
    padding: 20px;
}

/* 閉じるボタン（右上に×） */
.compatible-closeBtn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #fff;
}

.compatible-closeBtn:hover {
    color: #fff;
}

#compatible-slidePanel table tr td:first-child,
#compatible-slidePanel table tr th:first-child {
    border-right: 1px solid #fff;
}

#compatible-slidePanel table tr td,
#compatible-slidePanel table tr th {
    text-align: center;
}


.compatible-caret {
    position: absolute;
    right: 10px;
    /* 右端に配置 */
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.compatible_modal_title {
    width: 90%;
    margin: 0 5%;
    border-bottom: 1px solid #f00;
    text-align: center;
}

.compatible-text-red {
    color: #f00;
}

.compatible-modal-body {
    margin: 20px 5%;
    text-align: left;
}

.compatible-modal-body p {
    font-size: 0.9em;
}

.compatible-modal-body ul {
    margin: 20px 0;
    padding-left: 1em;
    font-size: 1.2em;
}


.compatible-modal-body ul li {
    margin-left: 2rem;
    text-indent: -1.2rem;
    margin: 10px 0;
}

.compatible-modal-body ul li::before {
    content: '・';
}

/* 横スクロール用のラッパー */
.table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    /* iOSの慣性スクロール */
}


.compatible-annotation ul {
    display: flex;
}

.compatible-annotation ul li {
    list-style-type: disc;
}

.compatible-annotation ul li:nth-child(n+2) {
    margin-left: 40px;
}

.compatible-annotation ul li a {
    color: blue;
    text-decoration: underline;
    cursor: pointer;
}




/*----------------------------------------}------------------------------------
PC
----------------------------------------------------------------------------*/

/*レイアウト_PC*/

span.compatible_category_flag {
    display: inline-block;
    border: 1px solid #cccccc;
    font-size: 12px;
    color: #626262;
    padding: 2px 4px 2px 3px;
    margin: 3px 0 3px 5px;
    white-space: nowrap;
    vertical-align: 1px;
}

.only_pc {
    display: block;
}

.compatible_table_pc {
    display: table;
    -webkit-font-smoothing: subpixel-antialiased;
}

.only_sp,
.compatible_table_sp {
    display: none;
}

/*見出し*/

#compatible .products_info .compatible_h2_01 {
    font-size: 20px;
    font-weight: normal;
    color: #000;
    line-height: 120%;
    margin: 0 0 30px 0;
}

#compatible .products_info #result .compatible_h2_01 {
    padding: 0;
}

#compatible .products_info .compatible_h2_02 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-top: 0;
    color: #006ab4;
    padding-bottom: 10px;
    margin-bottom: 20px;
    width: 100%;
    border-bottom: 1px solid #006ab4;
}

#compatible .products_info .compatible_h2_03 {
    font-size: 1.5em;
    color: #000;
    margin: 0 0 20px;
    line-height: 120%;
    font-weight: normal;
}

#compatible .products_info .compatible_h2_04 {
    text-align: center;
    font-size: 1em;
    font-weight: normal;
    color: #000000;
    line-height: 1.5em;
}

#compatible .products_info .compatible_h3_01 {
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 0;
    text-align: left;
}

#compatible .products_info .compatible_h3_02 {
    font-size: 16px;
    color: #006ab4;
    margin-bottom: 10px;
}

#compatible .products_info .compatible_h3_02 {
    margin-top: 20px;
}

#compatible .compatible_h3_02.compatible_info_block-desc {
    margin-top: 0;
}

#compatible .products_info .compatible_h3_03 {}

/*検索*/

.compatible_select_2col .compatible_searchconf {
    display: flex;
}

.compatible_select_2col .compatible_searchconf .compatible_select,
.compatible_select_2col .compatible_searchconf .compatible_check_radio {
    /*    width: 50%;*/
    width: 100%;
}

.compatible_select_2col .compatible_select {
    margin-right: 5%;
}

.compatible_searchconf {
    text-align: left;
}

.compatible_check_radio-area {
    width: 100%;
}

.compatible_select-area,
.compatible_check_radio {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

#compatible #select .compatible_check_radio {
    display: none;
}

#compatible .compatible_select-area select {
    -webkit-appearance: none;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-appearance: none;
    appearance: none;
    box-shadow: none;
    /*    background-image: url(client-component/clientlib-component/images/icon_arrow.png);*/
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-color: #fff;
    border-radius: 0;
}

#compatible .compatible_select-area select::-ms-expand {
    display: none;
}

#compatible .compatible_area-list {
    width: 100%;
    font-size: 18px;
    margin-right: 3%;
    font-weight: bold;
    color: #006ab4;
    line-height: 1.2;
}

#compatible .compatible_select-area-list {
    max-width: 100px;
}

#compatible .compatible_check_radio-area-list {
    max-width: 150px;
}

#compatible .compatible_select {}

#compatible .compatible_select-area-list-item {
    width: 100%;
    font-family: "メイリオ", "Meiryo", "verdana", sans-serif;
}

#compatible .compatible_select-area-list-item option::after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: solid 6px transparent;
    border-left: solid 8px #697b91;
    top: 50%;
    left: 0;
    margin-top: -5px;
}

#compatible select#maker-select,
#compatible .compatible_select-area-list-items {
    border: 0;
    font-size: 16px;
    padding: 10px 40px 10px 10px;
    border-bottom: 1px solid #006ab4;
    position: relative;
    width: 100%;
}

.compatible_check_radio-area {
    /*    display: flex;*/
    display: none;
}

.compatible_check_radio-area-list-item {
    width: 100%;
}

.compatible_check_radio-area-list-item label {
    display: block;
    font-size: 16px;
    color: #000000;
    text-indent: -1em;
    padding-left: 1em;
    padding-top: 10px;
}

.compatible_check_radio-area-list-item label:first-child {
    padding-top: 0;
}

/*車種別適合情報一覧(PDF)*/

#compatible .compatible_pdf_list {
    margin: 40px 0 20px 0;
}

#compatible .compatible_pdf_list .compatible_pdf_list_ttl {}

#compatible .compatible_pdf_list .compatible_pdf_list_ul {
    font-size: 16px;
    margin-top: 16px;
}

#compatible .compatible_pdf_list .compatible_pdf_list_li {
    display: inline-block;
}

#compatible .compatible_pdf_list .compatible_pdf_list_li::after {
    content: "\a0|";
}

#compatible .compatible_pdf_list .compatible_pdf_list_li:last-child::after {
    content: "";
}

/*ボタン*/
#compatible_anker_area {
    margin: 10px 0;
}

#compatible .compatible_btn {
    max-width: 370px;
    margin: 0 auto;
}

#compatible .compatible_btn .compatible_btn_text {
    text-align: center;
    background-color: #ccc;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none !important;
}

#compatible .compatible_btn.act .compatible_btn_text {
    background-color: #006ab4;
    text-align: center;
    padding: 15px;
    display: block;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    cursor: pointer;
}

#compatible .compatible_btn.act .compatible_btn_text {
    color: #fff;
    text-decoration: none !important;
}

#compatible .compatible_btn.act .compatible_btn_text a {
    color: #fff;
    text-decoration: none !important;
}

#compatible .compatible_btn.act:hover .compatible_btn_text {
    text-decoration: none !important;
    opacity: 0.8;
}

#compatible .compatible_btn_r.compatible_info_block {
    justify-content: flex-end;
}

/*取り付けに関するお願い*/

#compatible .compatible_spec_info {
    padding: 20px;
    border: 1px solid #ccc;
    width: 100%;
    box-sizing: border-box;
}

#compatible .compatible_spec_info+.compatible_spec_info {
    margin-top: 30px;
}

#compatible .compatible_spec_info_text {
    font-size: 16px;
    display: flex;
}

#compatible .compatible_spec_info_text p {
    width: 100%;
}

.p_infos .compatible_spec_info_text p {
    margin-bottom: 0;
}

#compatible .compatible_info_block p {
    margin-bottom: 0 !important;
}

#compatible .compatible_info_block {
    display: flex;
    align-items: start;
}

#compatible .compatible_info_block {
    margin-top: 20px;
}

#compatible .compatible_info_block .compatible_info_block-ttl {
    width: 100%;
}

#compatible .compatible_info_block .compatible_info_block-desc {
    color: #000;
}

#compatible .compatible_info_block .compatible_info_block-desc.compatible_h3_02 {
    text-indent: 0;
    padding-left: 0;
    color: #006ab4
}

#compatible .compatible_info_block .compatible_info_block-link,
#compatible .compatible_info_block .compatible_info_block-pdf {
    flex-shrink: 0;
    width: 31.5%;
    margin-left: 20px;
    padding: 15px 8px 15px 30px;
    background-color: #006ab4;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    position: relative;
    color: #fff;
    align-self: flex-start;
    border-radius: 4px;
}

#compatible .compatible_info_block .compatible_info_block-link:hover,
#compatible .compatible_info_block .compatible_info_block-pdf:hover {
    text-decoration: none !important;
    opacity: 0.8;
}

#compatible .compatible_info_block .compatible_info_block-link::before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 3px #8d9ca8;
    border-right: solid 3px #8d9ca8;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    left: 6%;
}

/*目隠しカバー*/

#compatible .compatible_spec_info_block-descmemo {
    border: 1px solid #cccccc;
    padding: 20px;
}

#compatible .compatible_spec_info_block-descmemo,
#compatible .compatible_spec_info_block-descmemo_text {
    display: flex;
    align-items: center;
}

#compatible .compatible_spec_info_block-descmemo_text {
    font-weight: bold;
}

#compatible .compatible_spec_info_block-descmemo .memo-txt {
    align-self: flex-start;
    padding: 10px 5px;
    font-size: 12px !important;
    border-radius: 4px;
    background-color: #006ab4;
    color: #fff;
    margin-bottom: 15px;
}

#compatible .compatible_spec_info_block-descmemo .memo-desc {
    /* width: 170px; */
    padding-left: 1em;
}

#compatible_spec_info_block-descmemo_image_txt {
    display: flex;
    align-items: center;
}

#compatible .compatible_spec_info_block-descmemo .compatible_spec_info_block-descmemo_desc {
    margin-left: 30px;
    width: 100%;
}

#compatible .compatible_spec_info_block-descmemo .compatible_spec_info_block-descmemo_img img {
    width: 100%;
    max-width: 280px;
}

#compatible .dummy_compatible_info_block {
    flex-shrink: 0;
    width: 31.5%;
    margin-left: 20px;
    padding: 15px 8px 15px 30px;
}

/*取り付けイメージ*/

#compatible .product_images img {
    display: block;
    margin: 0 auto;
    max-width: 600px;
}

#compatible .product_images:empty {
    display: none !important;
}

/*車種別適合情報（PDF）*/

#compatible .maker-main-select-ttl {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
}

/*検索結果テキスト*/

#compatible .product_seachresult {
    color: black;
    font-size: 18px;
    width: 100%
}

#compatible .product_seachresult dd {
    font-weight: bold;
}

#compatible .product_seachresult dt {
    font-weight: normal;
    font-size: smaller;
    margin-right: 0.5em;
}

#compatible .product_seachresult>.compatible_seachresult_inner {
    background-color: #eeeeee;
    padding: 1em;
    margin-bottom: 2em;
    border: 1px solid #ccc;
}

#compatible .product_seachresult>.compatible_seachresult_inner dt,
#compatible .product_seachresult>.compatible_seachresult_inner dd,
.parts-maker-inner dt,
.parts-maker-inner dd {
    display: inline-block;
}

#compatible .product_seachresult>.compatible_seachresult_inner dd,
.parts-maker-inner dd {
    margin-right: 3em;
}

.spec_info_display {
    display: none;
}


/*テーブル*/

.product_tables {
    /*    width: calc(100vw - 80px); */
    max-width: 1200px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 1em;
}

/* スマホ表示時 */
@media screen and (max-width: 768px) {
    .product_tables {
        width: 100%;
        padding-bottom: 1em;
    }
}

.compatible_table {
    width: 100%;
    /*    text-align: center; */
    color: #626262;
}

table.compatible_table_pc {
    /*    min-width: 1200px; */
    min-width: 100%;
}

#compatible_table_floating_9v .compatible_table_pc {
    width: 100%;
    min-width: 100%;
}

/* 車種と年式を非表示 */
.compatible_table_pc th.Comp-name,
.compatible_table_pc th.Comp-year {
    display: none;
}

.compatible_table_pc td:nth-child(-n+2) {
    display: none;
}

.compatible_table_sp tr:nth-child(-n+2) {
    display: none;
}

/* 型番などを改行させない */
th.Comp-01,
th.Comp-021,
th.Comp-022,
th.Comp-041,
th.Comp-042,
th.Comp-043 {
    white-space: nowrap;
    font-size: 12px !important;
}

.compatible_table_pc td:nth-child(3),
/*#compatible_table_in-dash_9v .compatible_table_pc td:nth-child(5),
#compatible_table_in-dash_9v .compatible_table_pc td:nth-child(7),
#compatible_table_in-dash_8v .compatible_table_pc td:nth-child(7),*/
#compatible_table_in-dash_8v .compatible_table_pc td:nth-child(8)

/*,
#compatible_table_in-dash_8v .compatible_table_pc td:nth-child(10)*/
    {
    white-space: nowrap;
}

/*　取付キットの列幅を指定 */
.wiringKit_w110_keep_all {
    word-break: keep-all;
    /*括弧前で改行させる*/
    width: 110px;
    /*取付キットの型名の文字数にあわせた幅を指定*/
}

/* 純正部品と備考の横幅指定 */
#compatible_table_floating_9v .compatible_table_pc th:nth-child(7),
#compatible_table_floating_8v .compatible_table_pc th:nth-child(7) {
    width: 40%;
}

#compatible_table_in-dash_9v .compatible_table_pc td:nth-child(6),
#compatible_table_in-dash_9v .compatible_table_pc td:nth-child(7),
#compatible_table_in-dash_8v .compatible_table_pc td:nth-child(6),
#compatible_table_in-dash_8v .compatible_table_pc td:nth-child(7) {
    width: 35%;
}

.compatible_table .compatible_table_th,
.compatible_table .compatible_table_th_sub {
    background-color: #dce6f1;
    border: 1px solid #888;
    padding: 6px 4px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.compatible_table_pc td,
.compatible_table_sp td {
    padding: 10px;
    font-size: 13px;
    border: 1px solid #888;
    vertical-align: middle;
    text-align: center;
}

/* 左寄せ */
.compatible_table_pc td:nth-child(3),
#compatible_table_floating_9v .compatible_table_pc td:last-child,
#compatible_table_floating_8v .compatible_table_pc td:last-child,
#compatible_table_in-dash_9v .compatible_table_pc td:nth-last-child(-n+2),
#compatible_table_in-dash_8v .compatible_table_pc td:nth-last-child(-n+2),
#compatible_table_floating_9v .compatible_table_sp tr:last-child td,
#compatible_table_floating_8v .compatible_table_sp tr:last-child td,
#compatible_table_in-dash_9v .compatible_table_sp tr:nth-last-child(-n+2) td,
#compatible_table_in-dash_8v .compatible_table_sp tr:nth-last-child(-n+2) td {
    text-align: left;
}

.compatible_table td a {
    text-decoration: underline;
    display: inline-block;
    margin-top: 5px;
}

/* スマホ表示 */
.compatible_table_sp {
    font-size: 12px;
}

.compatible_table_sp tr.Comp-01 {
    width: 50%;
}

.compatible_table_sp th.Comp-020 {
    width: 25%;
}

.compatible_table_sp th {
    width: 30%;
    white-space: nowrap;
}


.compatible_category_block+.compatible_category_block {
    padding-top: 40px;
}

.compatible_category_block .compatible_btn {
    padding-top: 20px;
}

.p_infos.product_tables {
    margin-bottom: 0 !important;
}

.anotation {
    margin-top: 15px;
    font-size: 12px;
    text-align: left;
    line-height: 1.4;
}

.anotation:empty {
    display: none;
}

.p_infos.product_tables+.anotation {
    margin-bottom: 60px;
}

.compatible-anker {
    position: relative;
    display: block;
    width: 50%;
    min-height: 40px;
    margin: 5px 0;
    background-color: #fff;
    padding: 10px 0px 10px 10px;
    font-size: 0.8em;
    border-radius: 10px;
    display: none;
    text-align: left;
}


/*----------------------------------------------------------------------------
TAB以下
----------------------------------------------------------------------------*/

@media screen and (max-width: 768px) {

    /*レイアウト*/
    .only_pc,
    .compatible_table_pc {
        display: none;
    }

    .only_sp {
        display: block;
    }

    .compatible_table_sp {
        display: table;
    }

    p.maker-list-pdf {
        margin-bottom: 30px;
    }

    p.maker-list-button {
        margin-bottom: 30px;
    }

    #compatible #select .p_infos:first-child {
        /*padding-top: 28px !important;*/
    }

    #compatible .p_infos {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-bottom: 15px;
    }

    .products_main_inner {
        padding: 0px;
    }

    /*見出し*/
    #compatible .products_info .compatible_h2_01 {}

    #compatible .products_info #result .compatible_h2_01 {
        padding: 0 20px;
        text-align: center;
    }

    #compatible .products_info .compatible_h2_02 {}

    #compatible .products_info .compatible_h2_03 {
        font-size: 1.5em;
        color: #000;
        margin: 0 0 20px;
        text-align: center;
    }

    #compatible .products_info .compatible_h3_01 {}

    #compatible .products_info .compatible_h3_02 {
        text-align: left;
    }

    #compatible .products_info .compatible_h3_03 {}

    /*検索*/
    .compatible_select_2col .compatible_searchconf {
        display: block;
    }

    .compatible_select_2col .compatible_searchconf .compatible_select,
    .compatible_searchconf .compatible_select,
    .compatible_select_2col .compatible_searchconf .compatible_check_radio,
    .compatible_searchconf .compatible_check_radio {
        width: 100%;
    }

    #compatible .compatible_select-area-list-items {}

    .compatible_select-area,
    .compatible_check_radio {
        margin-bottom: 15px;
    }

    #compatible .compatible_area-list {
        width: 100%;
        font-size: 16px;
        margin-right: 3%;
        font-weight: bold;
        color: #006ab4;
    }

    #compatible .compatible_select-area-list {}

    #compatible .compatible_check_radio-area-list {
        max-width: 110px;
    }

    /*車種別適合情報一覧(PDF)*/
    #compatible .compatible_pdf_list {
        margin: 40px 0 20px 0;
    }

    #compatible .compatible_pdf_list .compatible_pdf_list_ttl {}

    #compatible .compatible_pdf_list .compatible_pdf_list_ul {}

    #compatible .compatible_pdf_list .compatible_pdf_list_li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    #compatible .compatible_pdf_list .compatible_pdf_list_li::after {
        content: "";
    }

    #compatible .compatible_pdf_list .compatible_pdf_list_li:last-child::after {}

    /*ボタン*/
    #compatible .compatible_btn {
        max-width: 100%;
    }

    #compatible .compatible_btn_r .compatible_btn_text {
        width: 100%;
    }

    /*車種別適合情報（PDF）*/
    .maker-main-select-ttl {
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    /*目隠しカバー*/
    #compatible .compatible_spec_info_block-descmemo {
        display: block;
    }

    #compatible_spec_info_block-descmemo_image_txt {
        display: block;
        align-items: center;
    }

    #compatible .compatible_spec_info_block-descmemo_text {}

    #compatible .compatible_spec_info_block-descmemo_text {}

    #compatible .compatible_spec_info_block-descmemo .memo-txt {}

    #compatible .compatible_spec_info_block-descmemo .memo-desc {
        width: 100%;
        align-self: center;
    }

    #compatible .compatible_spec_info_block-descmemo .compatible_spec_info_block-descmemo_desc {
        margin-top: 10px;
        margin-left: 0px;
    }

    #compatible .compatible_spec_info_block-descmemo .compatible_spec_info_block-descmemo_img img {
        max-width: 300px;
        display: block;
        margin: 0 auto;
    }

    #compatible .dummy_compatible_info_block {
        display: none;
    }

    /*取り付けイメージ*/
    #compatible .product_images img {
        width: 100%;
    }

    /*取り付けに関するお願い*/
    #compatible .compatible_spec_info .compatible_info_block+.compatible_info_block {
        margin-top: 20px;
    }

    #compatible .compatible_spec_info_text {
        display: block;
    }

    #compatible .compatible_spec_info_text p+p {
        margin-top: 1em;
    }

    #compatible .compatible_info_block-desc {
        text-align: left;
    }

    .p_infos.product_tables+.anotation {
        padding: 0 20px !important;
    }

    /*検索結果テキスト*/
    #compatible .product_seachresult {
        width: auto;
        text-align: left;
    }

    #compatible .product_seachresult>.compatible_seachresult_inner {}

    #compatible .product_seachresult>.compatible_seachresult_inner dt,
    .parts-maker-inner dt {
        display: block;
        float: left;
    }

    #compatible .product_seachresult>.compatible_seachresult_inner dd,
    .parts-maker-inner dd {
        margin-left: 100px;
        display: inherit;
        margin-right: 0;
    }
}

/*----------------------------------------------------------------------------
SP
----------------------------------------------------------------------------*/

@media screen and (max-width: 480px) {

    /*見出し*/
    #compatible .products_info .compatible_h2_01 {
        font-size: 20px;
    }

    #compatible .products_info .compatible_h2_02 {}

    #compatible .products_info .compatible_h2_03 {
        text-align: left;
    }

    #compatible .products_info .compatible_h3_01 {}

    #compatible .products_info .compatible_h3_02 {}

    #compatible .products_info .compatible_h3_03 {}

    /*取り付けに関するお願い*/
    #compatible .compatible_info_block {
        display: block;
    }

    #compatible .compatible_info_block-desc {}

    #compatible .compatible_info_block .compatible_info_block-link,
    #compatible .compatible_info_block .compatible_info_block-pdf {
        width: 100%;
        margin-left: 0;
        box-sizing: border-box;
        display: block;
        margin: 10px 0 0 0;
    }

    #compatible .dummy_compatible_info_block {}

    /**/
    #compatible select#maker-select,
    .compatible_select-area-list-items {
        padding: 10px 2.2rem 10px 10px;
        /*        font-size: 0.9rem;*/
    }

    #compatible .compatible_searchconf select {
        background-position: center right 10px;
    }

    #compatible .compatible_spec_info {
        padding: 6% 4% 4% 4% !important;
    }

    .sticky-col-two {
        position: sticky !important;
        left: 120px;
        /* 1列目の幅に合わせて調整 */
        z-index: 2;
        background: #fff;
    }

    .compatible-anker {
        width: 90%;
        min-height: 40px;
        margin: 5px 0;
        background-color: #fff;
        padding: 10px 0px 10px 10px;
        font-size: 0.8em;
        border-radius: 10px;
        display: none;
        text-align: left;
    }

}

/*----------------------------------------------------------------------------
検索ポータルのみ
----------------------------------------------------------------------------*/
#result {
    font-family: "メイリオ", "Meiryo", "verdana", sans-serif;
}

.compatible_portal #compatible_table_floating_9v {
    margin-bottom: 60px;
}

.compatible_portal #compatible_table_in-dash_9v,
.compatible_portal #compatible_table_in-dash_8v,
.compatible_portal #compatible_table_in-dash_7v,
.compatible_portal #compatible_table_speaker,
.compatible_portal #compatible_table_tweeter {
    margin: 60px 0;
}

.compatible_portal .products_main_inner {
    border-radius: 5px;
}

/*----------------------------------------------------------------------------
製品詳細ページのみ
----------------------------------------------------------------------------*/

.compatible_template #compatible_table_floating_9v,
.compatible_template #compatible_table_in-dash_9v,
.compatible_template #compatible_table_in-dash_8v,
.compatible_template #compatible_table_in-dash_7v,
.compatible_template #compatible_table_speaker,
.compatible_template #compatible_table_tweeter {
    margin: 0;
}

.compatible_template #result .compatible_h2_01 {
    display: none;
}
/*------------------------------------------------------
	　　　　　　　   ヘッダー (2022/11/21)
------------------------------------------------------*/


#header {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: none!important;
    width: 100%;
    background-color:#000;
        letter-spacing: 1px;
}

#header a {
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.1s linear;
    height:100%;
}

/* マーズフラッグ検索窓 */
.head_search_modal {
    position: absolute;
    top: 0;
    right: 0;
}

.mf_finder_header {
    padding-top: 8px;
}

.mf_finder_header .mf_finder_searchBox {
    margin-right: 0;
}

.mf_finder_header .mf_finder_searchBox_items {
    width: 150px;
    padding: 0 10px;
    border: 1px solid #999;
    border-radius: 18px;
    background-color:#B3B3B3;
}

.mf_finder_header .mf_finder_searchBox_query_input {
    width: 100%;
    min-height: 30px;
    height: auto;
    background-color: transparent;
    font-size: 12px;
    border: none;
    outline: 0;
}

.mf_finder_header .mf_finder_searchBox_submit {
    background-color: transparent;
    color: #999;
    font-size: 20px;
    padding: 0;
    margin: -2px 5px 0 0;
    outline: 0;
}

.mf_finder_header .mf_finder_searchBox_submit span {
    margin: 0;
}

.mf_finder_searchBox_suggest_items {
    width: auto;
    min-width: 150px;
    z-index: 10;
    right: -30px;
}

.mf_finder_searchBox_suggest_item a {
    white-space: nowrap;
    color: #fff !important;
    padding: 10px 6px;
    text-align: left;
    font-size: 14px;
}


/* ヘッダー */

#header .container {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
}

#header .navbar-collapse {
    padding: 0;
    width: calc(100% - 150px);
}

.navbar-default {
    background: transparent;
    border: none;
    box-shadow: none;
    margin-top: 10px;
    margin-bottom: 0px;
}

.navbar-brand {
    padding: 5px 0px;
}

.navbar-brand img {
    max-width: 130px;
    margin-top:9px;
}

.navbar-search {
    display: none;
}

#header h2.navbar-nav {
    font-size: 12px;
    color: #FFF;
    background-color: #45464B;
    padding: 0;
    width: 100px;
    text-align: center;
    height: 30px;
    font-weight: normal;
    line-height: 2.6;
    clear: none;
    margin: 10px 25px 12px 25px !important;
}

ul.navbar-nav {
    display: flex;
}

ul.navbar-nav:first-of-type > li {
    margin: 0 2px;
    padding-bottom:0!important;

}

ul.navbar-nav:first-of-type > li > a {
	color:#ccc !important;
    cursor: pointer;
    overflow:hidden;
}

ul.navbar-nav:first-of-type > li > a:hover::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 60%;
    height: 5px;
    margin: 17px auto -20px;
    border-radius: 100% 100% 0 0;
    box-shadow: 0px 0px 15px 15px #fff;
    opacity:0.6;
}



/* 購入ボタン */


ul.navbar-nav:first-of-type .cart_btn a {
    padding-top: 12px;
    margin-bottom: -1px;
}

#header .cart_btn img {
    vertical-align: middle;
    height: 24px;
}

#header .cart_btn span {
    vertical-align: middle;
}


/* 個人・法人のお客様 遷移ボタン */
ul.navbar-nav:last-of-type {
    justify-content: flex-end;
    float: none;
    margin-top: 0;
    margin-right: 15px;
}

ul.navbar-nav:last-of-type li {
    background-color:#3E3E45;
    padding-right:10px;
    border-radius:18px;
    margin-top:10px;
    padding-bottom:0!important;
}

ul.navbar-nav:last-of-type li:hover {
    background-color:#555;
}

ul.navbar-nav:last-of-type a {
    color: #fff !important;
    font-size: 12px;
    padding: 5px 15px;
    margin-top: 0;
}

ul.navbar-nav:last-of-type a::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg);
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 5px;
    top: 50%;
    margin-top: -4px;
}


/* グローバルナビ展開表示 */
.navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #000 0%, #000 0%);
    box-shadow: none;
}

.open_active {
    padding-bottom: 12px !important;
    background-color:transparent;
}

.open_active::after{
    content: "";
    display: block;
    background-color: #fff;
    width: 60%;
    height: 5px;
    margin: 20px auto -20px;
    border-radius: 100% 100% 0 0;
    box-shadow: 0px 0px 15px 15px #fff;
    opacity:0.6;
}

.open_active:hover::after{
    margin: 20px auto -20px !important;
}

.navbar-nav .btn:active {
    box-shadow: none;
}


/* メガドロップダウンメニュー */

.navbar-nav > li > .dropdown-menu {
    border-radius: 0;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    background-color: rgba(247, 249, 248, 0.97);
    width: calc(100vw - 10px) !important;
    margin-left: calc((100% - 100vw) / 2) !important;
    margin-right: calc((100% - 100vw) / 2) !important;
    padding: 30px 0;
    border: none;
    border-top: 1px solid #ccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
}

.mega-dropdown-menu > section {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1190px;
    margin: 0 auto 20px auto;
}

.mega-dropdown-menu > section > div {
    font-size: 26px;
    line-height: 1.1;
    text-indent: 1em;
}

.mega-dropdown-menu > section .close-menu {
    cursor: pointer;
    font-size: 40px;
    line-height: 0.6;
}

.mega-dropdown-menu > section .close-menu:hover {
    color: #ccc;
}

.mega-dropdown-menu ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 auto 2em;
    width: 1190px;
}



/* メガドロップダウンメニュー内部 */

#header .mega-dropdown-menu li {
    width: 33%;
    height: 100%;
    padding: 1em 0.5em;
}

#header .mega-dropdown-menu li:nth-of-type(n+7) {
    margin-top:1em;
}

#header .mega-dropdown-menu li h3 {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-weight: bold;
    margin: 1em;
}

#header .mega-dropdown-menu li p {
	margin-left:1em;
}

#header .mega-dropdown-menu li p a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1em;
    margin: 0.3em 0;
    width:100%;
}

#header .mega-dropdown-menu li p a:hover {
    text-decoration: underline !important;
}

#header .mega-dropdown-menu li p a:before {
    content: '';
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1.5px solid #333;
    border-right: 1.5px solid #333;
    transform: rotate(45deg);
    transform-origin: center center;
    position: absolute;
    margin: 4px 0 0 -1em;
}


/* レスポンシブ対応 */
.mega-dropdown-menu li img,
.navbar-brand img,
.b2b_header .mega-dropdown-menu li div:first-child img {
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

.navbar-brand img {
    min-width: 80px;
}

@media (min-width: 769px) and (max-width: 1200px) {
    #header {
        width: auto;
    }

    #header .container {
        min-width: 1060px;
    	width:100vw;
        padding: 0 30px;
    }

    h2.navbar-nav {
        margin: 10px 15px 10px 26px !important;
    }

    ul.navbar-nav a {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mega-dropdown-menu {
        width: 100vw !important;
    }

    .mega-dropdown-menu > section{
        width:100%;
    	padding-right:1em;
    }


    .mega-dropdown-menu span,
    .mega-dropdown-menu ul {
        width: 90vw;
    }

}

@media (min-width: 769px) and (max-width: 980px) {
    .mega-dropdown-menu {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .mega-dropdown-menu span,
    .mega-dropdown-menu ul {
        width: 90%;
    }

}

@media (max-width: 768px) {

    .sma_nodisplay,
    .mega-dropdown-menu span .close-menu,
    .mega-dropdown-menu li > a > img,
    ul.navbar-nav:first-of-type > li > a:hover::after{
        display: none !important;
    }

    #header {
        width: 100%;
        line-height: 1;
    }

    #header a,
    .mega-dropdown-menu li > a > p {
        font-size: 18px;
        line-height:1.5;
    }

    #header .mega-dropdown-menu li p > a {
        font-size: 16px;
        padding: 4px 4%;
    }

    #header .container {
        width: 100%;
        padding: 0;
    }

    #header .navbar-collapse {
        padding: 0;
        background: #000;
        width: 100%;
    }

    .navbar-default {
        margin-top: 0;
    }

    .navbar-header {
        height: 50px;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }

    .navbar-brand {
        padding: 7px 15px;
        margin: 0 auto;
        height: auto;
    }

    .navbar-brand img {
        min-width: auto;
    }

    .navbar-search {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
        display: inline;
    }

    .navbar-toggle {
        border: 0;
        padding: 12px 5px;
        margin: 0;
        float: none;
        height: 50px;
    }

    .navbar-toggle .icon-bar {
        width: 33px;
        height: 3px;
        background-color: #fff !important;
    }

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 9px;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    ul.navbar-nav {
        display: block;
        margin: 1% auto;
        text-align: center;
    }

    ul.navbar-nav:last-of-type {
        margin: 10px 0;
    }

    ul.navbar-nav:last-of-type li,
    ul.navbar-nav:last-of-type li:hover{
        background-color: unset;
        padding-right: 0px;
        border: none;
    }

    ul.navbar-nav:last-of-type a{
        width: 50%;
        margin: 0 auto;
        padding: 10px 0;
        border: 1px solid #ccc;
    	text-shadow:none;
        color: #ccc !important;
    }

    ul.navbar-nav:last-of-type a::after{
		display:none;
	}

    ul.navbar-nav li {
        margin-top: 10px;
        border-bottom: 1px solid #888;
    }

    ul.navbar-nav li:first-of-type {
        margin-top: 0px;
    }

    ul.navbar-nav:first-of-type > li > a:hover,
    .open_active {
        border-bottom: none !important;
    }


	.dropdown.mega-dropdown a[data-toggle="dropdown"] > span,
    .mega-dropdown > a::before{
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 24px;
        height: 2px;
        margin: 0;
        background: #fff;
    }

	.dropdown.mega-dropdown a[data-toggle="dropdown"] > span{
        transform: rotate(90deg);
    }

    .dropdown.mega-dropdown.open a[data-toggle="dropdown"] > span{
        transform: rotate(0deg);
    }

    .navbar-nav .open .dropdown-menu {
        background: #f5f5f5;
    }

    .navbar-default .navbar-nav > .open > a {
        border-bottom: 1px solid #ddd !important;
    }

    .dropdown-menu {
        position: relative;
    }

    .mega-dropdown-menu {
        padding: 0;
        margin: 0 !important;
        border: none;
        border-top: none;
        box-shadow: none;
        width: 100% !important;
    }

    .mega-dropdown-menu span h1 {
        font-size: 100%;
        font-weight: bold;
    }

    .mega-dropdown-menu ul {
        flex-flow: column nowrap;
    	margin:0;
        width: 100%;
    }

    #header .mega-dropdown-menu li {
        margin: 0;
    	width:100%;
    	padding:10px 1em;
    }

    #header .mega-dropdown-menu li:nth-of-type(n+7) {
        margin-top:0;
    }

    #header .mega-dropdown-menu li p a::before {
    	margin-top:8px;
    }



    /* 検索モーダル */

    .head_search_modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #f5f5f5;
        z-index: 10 !important;
        padding: 80px 40px;
        display: none;
    }

    .head_search_modal > p {
        display: inline-block;
        font-size: 25px;
        line-height: 1.1;
        color: #666;
    }

    .head_search_modal > p.close-menu,
    .head_search_modal input[type="image"] {
        float: right;
    }


    /* マーズフラッグ検索窓 */
    .mf_finder_header {
        width: 100%;
        margin-top: 3em;
        padding-top: 0;
    }

    .mf_finder_header .mf_finder_searchBox {
        margin: 0;
        padding: 0;
    }

    .mf_finder_header .mf_finder_searchBox_items {
        width: 100%;
        padding: 0;
        border: none;
    	background-color:transparent;
    }

    .mf_finder_header .mf_finder_searchBox_query_wrap {
        border-bottom: 1px solid #666;
        margin-right: 15px;
    }

    .mf_finder_header .mf_finder_searchBox_query_input {
        border: none;
        outline: 0;
    }

    .mf_finder_header .mf_finder_searchBox_submit {
        background-color: transparent;
        color: #333;
        font-size: 35px;
        padding: 0;
        margin: 0;
        outline: 0;
    }

    .mf_finder_header .mf_finder_searchBox_submit span {
        margin: 0;
    }

    .mf_finder_searchBox_suggest_items {
        width: 100%;
        z-index: 10;
        right: auto;
        font-size: 14px;
    }

    #header .mf_finder_searchBox_suggest_items .mf_finder_searchBox_suggest_link {
        font-size: 14px;
    }

}

/*------------------------------------------------------
	　　　　　　　   フッター (2024/3/18)
------------------------------------------------------*/

/* フッター全体・リンク設定 */
footer {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #000;
    width: 100%;
}

footer * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #fff;
}

footer .link_blank::after {
    content: "";
    margin-left: 5px;
    margin-bottom: -3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../../content/dam/kenwood/webmaterial/icon-blank02.svg);
    background-repeat: no-repeat;
}


.footerInner {
    padding: 30px 0 0px;
    border-bottom:1px solid #ccc;
}

.footerInner .footerLink,
.footerInner .footersocial,
.footerInner .footercorporation{
    max-width: 1250px;
    margin: 0 auto 30px;
}


/* カテゴリータイトル設定 */
.footerLink .footer-navi__body > h2{
	font-size:20px;
}

.footerLink .footer-navi__body > h2,
.footerLink .footer-navi__body li span,
.footerInner .footercorporation span {
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.footerInner .footercorporation span {
    line-height: 1.5;
}

.footerLink .footer-navi__body > ul > li span::before,
.footerInner .footercorporation span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    transform: rotate(45deg);
    transform-origin: center center;
    position: absolute;
    left: -1.2em;
    top: 6px;
}
.footerLink a:hover{
    text-decoration: underline;
}

/* 各カテゴリー項目設定 */
.footerLink .footer-navi__body > ul {
	display:flex;
    flex-flow: row wrap;
}

.footerLink .footer-navi__body > ul > li {
    flex-basis:25%;
    line-height: 1.6;
    padding-left: 16px;
}

.footerLink .footer-navi__body .footer-navi__second > li {
    list-style-type: none;
    margin-left: 12px;
    line-height: 1.5;
    position: relative;
}
.footerLink .footer-navi__body .footer-navi__second > li:before {
    position: absolute;
	content: '';
    width: 3px;
    height: 3px;
    border-radius:5px;
    background: red;
    left: -0.8em;
    top: 9px;
}

footer ul.footer-navi__second li a {
    font-size: 13.5px;
    line-height: 1.2;
    display: block;
    margin-bottom: 1px;
    padding: 3px 0;
}


/* SNS掲載欄 */
.footerInner .footersocial,
.footerInner .footercorporation{
    display: flex;
    justify-content: flex-end;
}

.footerInner .footersocial a {
    display: block;
    margin-left: 1.8em;
}

.footerInner .footersocial a > * {
    vertical-align: middle;
}

.footerInner .footersocial img {
    height: 25px;
}


/* 権利表記欄 */
.footerNavi {
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 15px 2%;
    font-size: small;
}
.footerNavi * {
    font-size: small;
}
.footerNavi small{
    width: 340px;
}

.footerNavi > p > a {
    display: inline-block;
    margin-left: 1.5em;
    color:#fff;
}


/* Page to Top */
#page-top {
    display: block;
    position: fixed;
    top: auto;
    right: 2%;
    bottom: 30px;
    overflow-y: auto;
    height: 50px;
    width: 50px;
    padding: 8px 5px 5px 5px;
    background: rgba(50,50,50,0.5);
    text-align: center;
    text-decoration: none;
    z-index: 10;
}

#page-top:hover {
    opacity: 0.6;
}

#page-top i {
    display: block;
    color: #fff;
    margin: 8px 0 0 1px;
}




@media (min-width: 769px) {
    .footerInner .footerLink,
    .footerInner .footersocial{
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerInner .footersocial,
    .footerInner .footercorporation {
        max-width: 1220px;
        padding: 0 4%;
    }
    footer .footerInner .collapse {
        display: block;
        height: 100% !important;
    }

    .footerLink .footer-navi__body > ul > li:nth-of-type(n+6) {
        margin-top:1em;
    } 

	.footerLink .footer-navi__body li span{
    	pointer-events: none;
	}
}




@media (min-width: 769px) and (max-width: 1199px) {
    .footerInner .footersocial {
        max-width: 100%;
    }

    .footerLink .footer-navi__body > ul > li {
        margin-top: 1em;
    	flex-basis:50%;
    }
}




@media (max-width: 768px) {
    footer {
    	background-color:#45464b;
    }

    .footerInner {
        padding: 0px 0 0px;
        border: none;
    }

    .footerInner .footerLink,
    .footerInner .footersocial {
        margin-bottom: 0;
    }

    .footerLink .footer-navi__body > h2 {
        font-size: 16px;
        font-weight: normal;
        background-color: #000;
        color: #fff;
        padding: 10px 35px;
    }

    .footerLink .footer-navi__body > ul,
    .footerInner .footercorporation{
		display:block;
    }

    .footerLink .footer-navi__body > ul > li span::before,
	.footerInner .footercorporation span::before{
        border: none;
    }
    footer ul.footer-navi__second li a {
        font-size: 14px;
        padding: 8px 0;
    }
    
    .footerLink .footer-navi__body > ul > li {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footerLink .footer-navi__body > ul > li,
    .footerLink .footer-navi__body .footer-navi__second > li,
	.footerInner .footercorporation{
        list-style-type: none;
        font-weight: bold;
        margin-left: 0px;
        border-bottom: 1px solid #888;
        padding: 12px 35px;
    }

    .footerLink .footer-navi__body > ul > li {
        padding: 5px 35px;
        cursor: pointer;
        position: relative;
    }

    .footerLink .footer-navi__body > ul > li span {
        display: block;
        width: 100%;
    }

    .footerLink .footer-navi__body > ul > li > span::before,
    .footerLink .footer-navi__body > ul > li > span::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #ccc;
    }

    .footerLink .footer-navi__body > ul > li > span::before {
        transform: rotate(0deg);
    }

    .footerLink .footer-navi__body > ul > li > span::after {
        transform: rotate(90deg);
    }

    .footerLink .footer-navi__body > ul > li > .open::after {
        display: none;
    }

    .footerLink .footer-navi__body .footer-navi__second > li {
        border-bottom: none;
        font-weight: normal;
        padding: 5px 0;
        cursor: pointer;
        width: 100%;
        margin: 0;
    }
    .footerLink .footer-navi__body .footer-navi__second > li:before {
        content: none;
    }

    .footerInner .footersocial {
        margin-top: 20px;
        justify-content: center;
        flex-wrap: wrap;
        background: transparent;
    }

    .footerInner .footersocial a {
        margin-left: 0.5em;
        margin-right: 0.5em;
        padding: 5px 1.8%;
    }

    .footerInner .footersocial img {
        opacity:0.8;
    }

    .footerNavi {
        flex-direction: column-reverse;
        text-align: center;
        padding: 15px 0;
    }

    .footerNavi > p {
        margin-bottom: 1em;
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        border-bottom: 1px solid #ccc;
        padding-bottom: 6px;
    }

    .footerNavi > p > a {
        margin: 0;
        width: 50%;
        font-size: 11.5px;
        letter-spacing: 0;
        padding: 8px 0;
    }
    
    .footerNavi small{
        width: auto;
    }
    
    footer .link_blank::after {
        content: "";
        margin-bottom: -2px;
        width: 15px;
        height: 10px;
    }

}

@media screen and (max-width:768px) {
	/* エクスペリエンスフラグメント */
	.xf-content-height {
		margin: 0 !important;
		/*height: 38px;*/
		min-height: auto !important;
	}
}

@media (max-width: 1200px) and (min-width: 769px) {
    body{
    	min-width:1060px;
    	width:fit-content;
    }
/*
	body#b2b-contents-page {
		min-width: 1024px;
	}
	-- グローバルナビ　--
	#b2b-contents-page ul.navbar-nav:first-of-type a {
		padding: 15px 6.5%;
		cursor: pointer;
		display: inline-table;
		font-size: 13px;
		letter-spacing: -0.5px;
	}
*/
}


/* Print */

@media print {
	html {
		margin: 0;
		padding: 0;
	}
	header,
	footer,
	.breadcrumb,
	.cq-placeholder,
	.new {
		display: none;
	}
	a[href]:after {
		content: none !important;
	}
}
/* --------------------------------
　 適合情報コンポーネント(海外販社)
-------------------------------- */
#compatible {
    font-family: 'Frutiger Neue W01 Bd'!important;
}
#compatible #result {
    font-family: 'Frutiger Neue W01 Bd'!important;
}
.compatible_global .select-model-maker{
	display:none !important;
}

.compatible_global .compatible_select_model {
	display: flex;
	flex-direction: column;
	/*justify-content: center;*/
	align-items: center;
	width: 100%;
	min-height: 60vh;
    padding-top: 60px;
	background-image: url(../../../content/dam/kenwood/webmaterial/memory_scale.png);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
}

/* title */
.compatible_global .compatible_select_model > div {
    position: relative;
	min-width: 50%;
	margin-bottom: 50px;
}

.compatible_global .compatible_select_model > div::before {
	content: "";
	position: absolute;
	top: -6px;
	bottom: -6px;
	left: -6px;
	right: -6px;
	border: solid 3px #fff;
}

.compatible_global .products_detail select {
	position: relative;
	width: 100%;
	padding: 5px 15px;
	color: #fff;
	background: #cc4e27;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
	border: solid 8px #fff;
	appearance: none;
	cursor: pointer;
	z-index: 3;
}

.compatible_global #result .compatible_h2_01 {
	max-width: 90%;
	margin: 50px auto;
	color:#2b2e33;
	font-weight: bold;
	text-align: center;
}


/* result */
.compatible_global #result {
    min-height: 30vh;
    word-break: break-word;
}

.compatible_global #result .product_tables{
    display: flex;
    flex-wrap: wrap;
}

.compatible_global #result .product_tables > div{
    min-width: 30%;
    max-width: calc((100% / 3) - 10px);
    padding:10px;
    margin-bottom:30px;
	flex-grow: 1;
    text-align:center;
}

.compatible_global #result .product_tables .apps_item img{
    max-width: 100%;
    max-height:250px;
}

.compatible_global #result .product_tables .apps_item_title{
    font-size:1.2em;
    font-weight:bold;
    margin: 10px 0;
}


/* response */
@media screen and (max-width:768px) {
	.compatible_global .compatible_select_model {
		min-height: 20vh;
	}
    .compatible_global .compatible_select_model > div{
		width:calc(100% - 20px);
    }
    .compatible_global #result .compatible_h2_01{
   		font-size: 1.4em;
	}
    .compatible_global #result .product_tables > div {
        max-width:50%;
    }
}
/*------------------------------------------------------
	　　　　　ヘッダー(Global)
------------------------------------------------------*/
body:lang(en) {
    font-family: 'Frutiger Neue W01 Bd';
}
.header_global {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_global * {
    letter-spacing: 1px;
}

.header_global a,
.header_global a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_global img{
	display:inline-block;	
}


/* ナビ配置 */
.header_global > nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_global .head_nav{
    display:flex;
    align-items: center;
    padding-bottom: 5px;
}

/* ブランドロゴ */
.head_brand img {
    max-width: 160px;
}

/* 個人・法人ラベル */
.header_global .customer_label {
    float:left;
    display:inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}

/*--- レスポンシブ対応 ---*/
@media (max-width: 768px) {
	/* スマホ時非表示 */
    .sma_nodisplay{
        display: none !important;
    }
	/* ナビ配置 */
	.header_global > nav{
		margin:0;
        padding: 5px 10px;                
	}
    /* ナビメニュー */
    .header_global .head_nav{
        padding-top: 6px;
    	justify-content: center;
    }

}



/*------------------------------------------------------
	　　　　　フッター(Global)
------------------------------------------------------*/

.footer_global {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_global * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

.footer_global a,
.footer_global a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_global img {
	display:inline-block;
}

.footer_global .foot_inner{
    padding: 30px;
}

.footer_global .foot_social,
.footer_global .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_global .foot_social{
    text-align: right;
}
.footer_global .foot_social img {
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer_global .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}

.footer_global .foot_navi > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* コピーライト欄 */
.footer_global .foot_navi li *{
	font-size:13px;         
}

.footer_global .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_global .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/*
@media (min-width: 769px) and (max-width: 980px) {
    .footer_global .foot_navi li a {
        width: 25%;
    }
}
*/

@media (max-width: 768px) {
    .footer_global .foot_inner,
	.footer_global .foot_navi{
        padding: 0px;
	}
    .footer_global .foot_navi {
        border-top: none;
    }

    .footer_global .foot_navi > ul {
        flex-direction: column-reverse;
    }
    .footer_global .foot_social,
	.footer_global .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align: center;
    }
    .footer_global .foot_navi li:first-child {
        margin-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #ccc;
    }
}

/*------------------------------------------------------
	　　　　　ヘッダー(Global Search)
------------------------------------------------------*/
body:lang(en) {
    font-family: 'Frutiger Neue W01 Bd';
}
.header_search {
    width: 100%;
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 1px solid #d8d8d8;
}

.header_search * {
    letter-spacing: 1px;
}

.header_search a,
.header_search a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.header_search img{
	display:inline-block;	
}


/* ナビ配置 */
.header_search > nav {
    max-width: 1260px;
    padding: 0 30px;
    width: 100%;
    margin: 7px auto 0px;
}

.header_search .head_nav{
    display:flex;
    align-items: center;
    padding-bottom: 5px;
}

/* ブランドロゴ */
.head_brand img {
    max-width: 160px;
}

/* 個人・法人ラベル */
.header_search .customer_label {
    float:left;
    display:inline-block;
    height: 30px;
    margin: 10px 25px 10px 30px;
    padding: 0 10px;
    background-color: #efefef;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 2.6;
}

/*--- レスポンシブ対応 ---*/
@media (max-width: 768px) {
	/* スマホ時非表示 */
    .sma_nodisplay{
        display: none !important;
    }
	/* ナビ配置 */
	.header_search > nav{
		margin:0;
        padding: 5px 10px;                
	}
    /* ナビメニュー */
    .header_search .head_nav{
        padding-top: 6px;
    	justify-content: center;
    }

}



/*------------------------------------------------------
	　　　　　フッター(Global Search)
------------------------------------------------------*/

.footer_search {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

.footer_search * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

.footer_search a,
.footer_search a:hover{
    text-decoration: none;
    color: inherit;
    line-height: inherit;
}

.footer_search img {
	display:inline-block;
}

.footer_search .foot_inner{
    padding: 30px;
}

.footer_search .foot_social,
.footer_search .foot_navi > ul{
	max-width: 1260px;
    width: 100%;
    margin: auto;
}

.footer_search .foot_social{
    text-align: right;
}
.footer_search .foot_social img {
    height: 30px;
    vertical-align: middle;
    margin-right: 5px;
}

.footer_search .foot_navi{
    padding: 15px 30px;
    border-top: 1px solid #ccc;
}

.footer_search .foot_navi > ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


/* コピーライト欄 */
.footer_search .foot_navi li *{
	font-size:13px;         
}

.footer_search .foot_navi li a{
	display:inline-block;
    margin-left:1em;
}

.footer_search .foot_navi li a[target="_blank"] img{
	display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: -1px;
}


/*
@media (min-width: 769px) and (max-width: 980px) {
    .footer_search .foot_navi li a {
        width: 25%;
    }
}
*/

@media (max-width: 768px) {
    .footer_search .foot_inner,
	.footer_search .foot_navi{
        padding: 0px;
	}
    .footer_search .foot_navi {
        border-top: none;
    }

    .footer_search .foot_navi > ul {
        flex-direction: column-reverse;
    }
    .footer_search .foot_social,
	.footer_search .foot_navi li {
        padding: 15px 15px 5px 15px;
        text-align: center;
    }
    .footer_search .foot_navi li:first-child {
        margin-top: 10px;
        padding-bottom: 10px;
        border-top: 1px solid #ccc;
    }
}

