/* --------------------
　ボタン
-------------------- */
.jkc-cmp-button button.buy::before, .jkc-cmp-button a.buy::before {
    background-image: url(../../../content/dam/jvc/webmaterial/icons/icon_buy_white.svg);
}

.jkc-cmp-button button.document::before, .jkc-cmp-button a.document::before {
    background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__dl.svg);
}

.jkc-cmp-button button.inquiry::before, .jkc-cmp-button a.inquiry::before {
    background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__support.svg);
}

.jkc-cmp-button button.faq::before, .jkc-cmp-button a.faq::before {
    background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__faq.svg);
}

.jkc-cmp-button button.user::before, .jkc-cmp-button a.user::before {
    background-image: url(../../../content/dam/jvc/webmaterial/icons/icon__user.svg);
}

.jkc-cmp-button button.download::before, .jkc-cmp-button a.download::before {
    background-image: url(../../../content/dam/jvc/webmaterial/icons/icon_download.svg);
}

.cmp-accordion__button {
    font-family: "FP-ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W6", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
    font-size: 18px;
}

.cmp-accordion__title{
    margin-right: 25px;
}

.cmp-accordion__icon {
    background-color: #000000;
    color: #ffffffff;
    border-radius: 7px;
}

.cmp-accordion__icon::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FP-ヒラギノ角ゴ ProN W6';
}

.cmp-accordion__button--expanded > .cmp-accordion__icon::after {
    top: 45%;
    left: 55%;
}

@media screen and (max-width:768px) {
    .cmp-accordion__button--expanded > .cmp-accordion__icon::after {
        top: 48%;
        left: 48%;
    }
}

.top-news__body li a {
	padding-left: 16px;
}
.top-category.cmp-pickup-panels .top-category-panel-inner li {
    border: 1px solid #d0d3d7;
    background: #eaecef;
}
.top-category.cmp-pickup-panels .top-category-panel-inner li a:hover {
    text-decoration: underline;
}
.top-category.cmp-pickup-panels .top-category-panel-inner .name {
    background-color: #eaecef;
    color: #333;
}

.top-category.cmp-pickup-panels .top-category-panel-inner li {
    border: 1px solid #d0d3d7;
    background: #eaecef;
    padding-bottom: 0;
    overflow: hidden;
}

.top-category.cmp-pickup-panels .top-category-panel-inner li .back {
    overflow: hidden;
    display: flex;
    align-items: center;
}

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

.top-category.cmp-pickup-panels .top-category-panel-inner .name {
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition-duration: 0.4s;
    padding: 15px 4%;
    background-color: #efefef;
    height: 18%;
    font-weight: bold;
    color: #333;
    font-size: 16px;
    line-height: 1.3;

    font-size: 15px !important;
    height: 70px;

    background-color: #eaecef;
    min-height: 39%;
}
.title.underbar .cmp-title .cmp-title__text::after {
    background-color: red;
}

.title.background .cmp-title h3 {
    background-color: #eaecef;
}

.title.borderleft .cmp-title .cmp-title__text {
    border-left: 10px solid red;
    padding-left: 17px;
}
.text-list .cmp-list .top-category-inner li a::before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -1.2em;
    top: 50%;
}
.text-list .cmp-list .top-category-inner li{
    display: unset;
}
.icon_notice_list li a,
.icon_notice_list li p {
    color: #CC0000;
}

.icon_notice_list p {
    background: url('../../../content/dam/jvc/webmaterial/icons/notice.png') 0 center no-repeat;
}

.icon_notice p {
    background: url('../../../content/dam/jvc/webmaterial/icons/notice.png') 0 0 no-repeat;
}

.fit_container {
    max-width: 1280px;
    width: 100% !important;
}
/* Textimage */
/* 枠線 */
.text-image.image.tit_border > div {
    padding: 10px !important;
    margin: 3px 5px;
    border: 2px solid #BBBBBB;
    border-radius: 7px;
    box-shadow: 0px 0px 10px #00000029;
}

/* --------------------
　テキストスタイル
2022/11/07
-------------------- */


/* デフォルト */
/* 改行調整 */
body {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: normal;
}

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 {
	color: #aaa;
}

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;
	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: 5px;
    height: 5px;
    border-bottom: unset;
    border-left: unset;
    border-top: 1px solid #CC0000;
    border-right: 1px solid #CC0000;
    -webkit-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    left: -1.2em;
    top: 50%;
    margin-right: 10px;
    margin-bottom: 2px;
}

.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;
}

/*
    component text link-color decoration
*/
.text a,
.news.list .top-news__body a,
.cmp-list li a {
    color: #CC0000;
}

.text a:hover,
.news.list .top-news__body a:hover,
.cmp-list li a:hover p {
    text-decoration: underline;
    color: #CC0000;
}

/*
    component font-size
*/
/* 大見出し */
.product-detail-navi .visual_area .product_model_name,
.title.oversized * {
    font-size: 80px;
    }

    /* 見出し */
.title h1 {
    font-size: 30px;
    }

    /* 中見出し */
.title h2,
.product-detail-navi .visual_area > .title .product_catch {
    font-size: 28px;
    }

    /* 小見出し */
.title h3,
.anchor_area h1,
.product-detail-navi .visual_area .badge__new {
    font-size: 20px;
}

    /* 本文 */
.text,
.text p,
.title p,
.title h4,
.title h5,
.cmp-teaser .text-block .button-block .popup .popup-open,
.cmp-teaser .text-block .button-block .link-button,
.hero-teaser .button-block .link-button,
.hero-teaser .button-block .popup-open {
    font-size: 16px;
}
    /* 注釈 */
.cmp-title__text {
    font-size: 12px;
}

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


/* スマホ表示 */
@media screen and (max-width:768px) {
    /*
    component font-size
    */
    /* 大見出し */
    .product-detail-navi .visual_area .product_model_name,
    .title.oversized * {
        font-size: 25px;
    }

    /* 中見出し */
    .title h2,
    .product-detail-navi .visual_area > .title .product_catch {
        font-size: 21px;
    }

    /* 小見出し */
    .title h3,
    .anchor_area h1,
    .product-detail-navi .visual_area .badge__new {
        font-size: 19px;
    }

    /* 本文 */
    .text,
    .text p,
    .title p,
    .title h4,
    .title h5,
    .cmp-teaser .text-block .button-block .popup .popup-open,
    .cmp-teaser .text-block .button-block .link-button,
    .hero-teaser .button-block .link-button,
    .hero-teaser .button-block .popup-open {
        font-size: 16px;
    }
    /* 注釈 */
    .cmp-title__text {
        font-size: 12px;
    }

	/*モバイル表示時の改行指定　モバイル表示の時に改行する*/
	.sp-break{
    	display: inline;
	}
	/*PC表示時の改行指定　PC表示の時に無効にする*/
	.pc-break{
    	display: none;
	}
}
/*------------------------------------------------------
	　　　　　　　   ヘッダー(2022/11/21)
------------------------------------------------------*/


#header {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    border-bottom: 2px solid #fff;
    width: 100%;
    border-bottom: 1px solid #d8d8d8;
}

#header * {
    /*font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;*/
    letter-spacing: 1px;
}

#header a {
    /*color: #666;*/
    text-decoration: none;
    opacity: 1;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.1s linear;
}

#header h2 {
    font-size: 12px;
    color: #666;
    background-color: #efefef;
    padding: 0;
    width: 100px;
    text-align: center;
    height: 30px;
    font-weight: normal;
    line-height: 2.6;
    clear: none;
}


/* 検索窓 */
/*
#searchHeader {
	width: 150px;
	position: relative;
}

#searchHeader button,
input {
	line-height: normal;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

#searchHeader form input.text {
	padding: 6px 14px 5px;
	border: 1px solid #999;
	font-size: 15px;
	border-radius: 18px;
	width: 100%;
	box-sizing: border-box;
}

#searchHeader form input.button {
	position: absolute;
	right: 11px;
	top: 5px;
	width: 20px;
	height: auto;
	border-radius: 0;
}
*/

/* マーズフラッグ検索窓 */
.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;
}

.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%;
    margin-right: auto;
    margin-left: auto;
}

#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: 80px;
}

.navbar-search {
    display: none;
}

h2.navbar-nav {
    margin: 10px 25px 10px 36px !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:hover {
    border-bottom: 5px solid #FF2727;
    padding-bottom: 12px;
    cursor: pointer;
}


/* 購入ボタン */


ul.navbar-nav:first-of-type .cart_btn a {
    padding-top: 12px;
    margin-top: -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:#EFEFEF;
    padding-right:10px;
    border-radius:18px;
    margin:10px 0;
    padding-bottom:0!important;
}

ul.navbar-nav:last-of-type li:hover {
    background-color:#EFEFEF;
}
ul.navbar-nav:last-of-type a {
    color: #999 !important;
    font-size: 12px;
    padding: 5px 15px;
    margin-top: 0;
}

/*
ul.navbar-nav #searchHeader {
	padding: 8px 0px 10px;
	margin-left: 10px;
	margin-right: -15px;
}

ul.navbar-nav #searchHeader input {
	top: 14px;
	box-shadow: none;
	filter: none;
	margin: 0;
	background: transparent;
	font-size: 12px;
}
*/

.navbar-default .navbar-nav > .open > a {
    background-image: linear-gradient(to bottom, #fff 0%, #fff 0%);
    box-shadow: none;
}

.open_active {
    border-bottom: 5px solid #FF2727 !important;
    padding-bottom: 12px !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(255, 255, 255, 0.98);
    width: calc(100vw - 10px) !important;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !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 > span {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    width: 1190px;
    margin: 0 auto 20px auto;
}

.mega-dropdown-menu > span > div {
    font-size: 26px;
    line-height: 1.1;
    /*color: #666;*/
    text-indent: 1em;
}

.mega-dropdown-menu > span .close-menu {
    /* color: #999; */
    cursor: pointer;
    font-size: 40px;
    line-height: 0.6;
}

.mega-dropdown-menu > span .close-menu:hover {
    color: #ccc;
}

.mega-dropdown-menu ul {
    display: flex;
    flex-flow: row wrap;
    padding: 0;
    margin: 0 auto;
    width: 1190px;
}


/* ↓個人向け↓ */


.header .mega-dropdown-menu li {
    flex-basis: 19%;
    padding: 0 5px;
    list-style: none;
    text-align: center;
    margin-bottom: 10px;
}

.header .mega-dropdown-menu li:nth-of-type(5n+1) {
    /*padding-left: 10px;*/
}

.header .mega-dropdown-menu li:nth-of-type(5n) {
    padding-right: 0px;
}

.header .mega-dropdown-menu li > a {
    display: block;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px 0px;
    clear: both;
    font-weight: normal;
    color: #575757;
    white-space: normal;
}

.header .mega-dropdown-menu li > a > p {
    margin: 0 20px;
    font-size: 14px;
    line-height: 1;
}

.header .mega-dropdown-menu li > a:hover,
.header .mega-dropdown-menu li > a:focus {
    text-decoration: none;
    border: 1px solid #FF2727;
}


/* ↓法人向け↓ */


.b2b_header .mega-dropdown-menu li {
    flex-basis: 33.333%;
    width: 33.333%;
    height: 100%;
    margin: 1em 0;
    display: flex;
}

.b2b_header .mega-dropdown-menu li div:first-child {
    flex-basis: 32%;
}

.b2b_header .mega-dropdown-menu li div:last-child {
    padding-left: 1em;
    flex-basis: 66%;
}

.b2b_header .mega-dropdown-menu li div:last-child h3 {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.b2b_header .mega-dropdown-menu li div:last-child p {
    margin: 0.3em 0;
}

.b2b_header .mega-dropdown-menu li div:last-child p a {
    display: inline-block;
    position: relative;
    padding: 0 0 0 1em;
    font-size: 13.5px;
}

.b2b_header .mega-dropdown-menu li div:last-child p a:hover {
    text-decoration: underline !important;
}

.b2b_header .mega-dropdown-menu li div:last-child 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;
}

.b2b_header .mega-dropdown-menu ul div > a {
    display: flex;
    padding: 0;
    border: 1px solid #efefef;
}

.b2b_header .mega-dropdown-menu ul div > h3 a {
    padding: 0;
    font-weight: bold;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
    font-size: 16px;
}


/* レスポンシブ対応 */


.mega-dropdown-menu li > a > 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 .container {
        min-width: 980px;
        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 span,
    .mega-dropdown-menu ul {
        width: 90vw;
    }

    .mega-dropdown-menu li:nth-of-type(6n+1) {
        padding-left: 0px;
    }

}

@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 {
        display: none !important;
    }

    #header {
        width: 100%;
        line-height: 1;
    }

    #header a,
    .mega-dropdown-menu li > a > p {
        font-size: 18px;
    }

    #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: #f7f7f7;
        width: 100%;
    }

    .navbar-default {
        margin-top: 0;
    }

    .navbar-header {
        height: 50px;
        display: flex;
        justify-content: space-between;
        padding: 0 10px;
    }

    .navbar-brand {
        /* flex-grow: 3;*/
        padding: 12px 15px;
        margin: 0 auto;
        height: auto;
        width: 100px;
    }

    .navbar-brand img {
        /*margin: 0 auto;
        max-width: 80px;*/
        min-width: auto;
    }

    .navbar-search {
        height: 50px;
        width: 40px;
        padding: 10px 5px;
        display: inline;
        /*visibility: hidden;*/
    }

    .navbar-toggle {
        border: 0;
        padding: 12px 5px;
        margin: 0;
        float: none;
        height: 50px;
    }

    .navbar-toggle .icon-bar {
        width: 33px;
        height: 3px;
        background-color: #333 !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 li {
        margin-top: 10px;
        border-bottom: 1px solid #ddd;
    }
ul.navbar-nav:last-of-type li {
    background-color: transparent;
    padding: 0;
    margin: 0;

}

    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;
    }

    .mega-dropdown > a::before,
    .mega-dropdown > a::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        right: 40px;
        width: 24px;
        height: 2px;
        margin: 0;
        background: #111;
    }

    .mega-dropdown > a::after {
        transform: rotate(90deg);
    }

    .mega-dropdown.open > a::after {
        display: none;
    }

    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

    .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;
        width: 100%;
    }

    .header .mega-dropdown-menu li {
        margin: 0;
    }

    /* 検索モーダル */

    .head_search_modal {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        background-color: #fff;
        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;
    }

    /*
    .head_search_modal form {
        width: 100%;
        margin-top: 3em;
    }
    .head_search_modal input[type="text"] {
        border: none;
        border-bottom: 1px solid #666;
        width: calc(100% - 50px);
        height: 35px;
    }
    .head_search_modal input[type="image"] {
        width: 30px;
        height: 30px;
    }
	*/

    /* マーズフラッグ検索窓 */
    .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;
    }

    .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;
    }

    /* ↓個人向け↓ */

    .header .mega-dropdown-menu li > a {
        border: none;
    }

    .header .mega-dropdown-menu li:nth-of-type(5n+1) {
        padding-left: 5px;
    }

    .header .mega-dropdown-menu li:nth-of-type(5n) {
        padding-right: 5px;
    }

    /* ↓法人向け↓ */

    .b2b_header .mega-dropdown-menu li {
        flex-basis: 100%;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1em;
        display: block;
    }

    .b2b_header .mega-dropdown-menu li div:first-child {
        display: none;
    }

    ul.navbar-nav:last-of-type a {
        width: 50%;
        margin: 0 auto;
        color: #666 !important;
        padding: 10px 0;
    }

    ul.navbar-nav:last-of-type li,
    ul.navbar-nav:last-of-type a::after,
    .mega-dropdown-menu ul li > a,
    .mega-dropdown-menu li:last-of-type {
        border: none;
    }

}

/*------------------------------------------------------
	footer
------------------------------------------------------*/

footer {
    line-height: 1;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    background-color: #f7f7f7;
    width: 100%;
}

footer * {
    font-size: 15px;
    letter-spacing: 1px;
    color: #333;
}

footer .link_blank::after {
    content: "";
    margin-left: 5px;
    margin-bottom: -3px;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../../../content/dam/jvc/webmaterial/icon-blank.svg);
    background-repeat: no-repeat;
}

.footerInner {
    padding: 30px 0 0px;
    border-bottom:1px solid #ccc;
}

.footerInner .footerLink,
.footerInner .footersocial {
    max-width: 1250px;
    margin: 0 auto;
}

.footerInner > .clearfix:nth-of-type(2),
.footerLink .footer-navi__body {
    margin-bottom: 50px;
}

.footerLink .footer-navi__body > h2,
.footerLink .footer-navi__body > ul > li span {
    font-weight: bold;
    line-height: 2.5;
    position: relative;
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.footerLink .footer-navi__body > ul > li span::before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -1.2em;
    top: 3px;
}

.footerLink .footer-navi__body .footer-navi__second {
    padding-left: 0;
}

.footerLink .footer-navi__body > ul > li {
    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 {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -0.8em;
    top: 8.5px;
}

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

.footerLink .footer-navi__body .b2b_menu {
    margin-top: 0.3em;
}

.footerLink .footer-navi__body .b2b_menu > li {
    list-style-type: none;
    margin-left: 0px;
}

.footerLink .footer-navi__body .b2b_menu span {
    line-height: 1.6;
}

.footerInner .footersocial {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    float: none;
}

.footerInner .footersocial a {
    display: block;
    margin-left: 1.8em;
}

.footerInner .footersocial a > * {
    vertical-align: middle;
}

.footerInner .footersocial a:first-of-type {
    margin-bottom: 10px;
}

.footerInner .footersocial img {
    height: 30px;
}

.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;
}


/* 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;
}


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

.clearfix.addmargin {
    margin-bottom: 2em;
}
.b2b_footer .footerLink .footer-navi__body > ul > li span::before {
    border: none;
}
.b2b_footer .footerLink .footer-navi__body > ul > li span.nonopen::before{
    content: '';
    width: 7px;
    height: 7px;
    border-top: 1px solid #777;
    border-right: 1px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    position: absolute;
    left: -1em;
    top: 50%;
    margin-top: -3px;
}
.b2b_footer .footerLink .footer-navi__body > ul > li span.nonopen:hover{
    text-decoration: underline;
}
.b2b_footer .footerLink .footer-navi__body .footer-navi__second > li{
}


.b2b_footer .col-lg-2{
    padding-right: 3px;
}

.b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-of-type(3) {
    width: 22%;
}

.b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:last-of-type {
    margin-left: 360px;
    width: 120px;
}

.b2b_footer footer ul.footer-navi__second li a:hover {
    text-decoration: underline;
}

.b2b_footer footer .clearfix.addmargin {
    margin-bottom: 3em;
}


@media (min-width: 769px) {

    .footerInner .footerLink,
    .footerInner .footersocial {
        padding-left: 30px;
        padding-right: 30px;
    }
    .footerInner .footersocial {
        max-width: 1220px;
        padding: 0 4%;
    }
    footer .footerInner .collapse {
        display: block;
        height: 100% !important;
    }

    /**** 法人向け ****/
    .b2b_footer footer .clearfix.addmargin{
        margin-bottom: 1em;
    }

    .b2b_footer footer h2{
        font-size: 20px;
        margin-bottom: 0;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(1) > li:nth-of-type(n){
        width: 33.333%;
        margin: 0.7em auto 1em;
        padding: 0;
    }
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(n){
        width: 33.333%;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) ul.footer-navi__second li:nth-of-type(n){
        width: auto;
        min-height: auto;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:last-of-type{
        margin-left: 84%;
        width: 17%;
    }
}

@media (min-width: 769px) and (max-width: 1199px) {
    .footerLink .footer-navi__body > h2 {
    }

    .footerLink .footer-navi__body > ul > li {
        margin-top: 1em;
    }
    
}

@media (max-width: 768px) {
    .footerInner {
        padding: 0px 0 0px;
        border: none;
    }

    .footerInner > .clearfix:nth-of-type(2),
    .footerLink .footer-navi__body {
        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 > li 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 {
        list-style-type: none;
        font-weight: bold;
        margin-left: 0px;
        border-bottom: 1px solid #ccc;
        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: #111;
    }

    .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 > .clearfix:nth-last-of-type(2) {
        border-bottom: none;
    }

    .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;
    }

    /**** 法人向け ****/
    .clearfix.addmargin {
        margin-bottom: 0;
    }

    .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span.nonopen::before,
    .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span.nonopen::after {
        border: none;
        background: transparent;
    }
    
    .b2b_footer footer .clearfix.addmargin {
        margin-bottom: 0;
    }

    .b2b_footer footer ul {
        list-style-type: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-of-type(n) {
        width: 100%;
    }

    .b2b_footer .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span::before {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #333;
    }

    .b2b_footer .footerLink:nth-of-type(1) .footer-navi__body > ul > li > span::after {
        display: block;
        content: "";
        position: absolute;
        top: 45%;
        left: 97%;
        width: 20px;
        height: 2px;
        margin: 0;
        background: #333;
    }

    .b2b_footer .footerLink .footer-navi__body .footer-navi__second > li:before {
        content: none;
    }
    
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(4) {
        padding: 0;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(4) .collapse {
        display: block;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(4) .collapse li a {
        padding: 8px 35px;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(-n+2) > span::before,
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:nth-of-type(-n+2) > span::after {
        content: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:last-of-type > span::before,
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) li:last-of-type > span::after {
        content: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-last-child(2) span {
        font-size: 16px;
        font-weight: normal;
        background-color: #000;
        color: #fff;
        padding: 10px 35px;
  		pointer-events: none;
    }

    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-last-child(2) span::before,
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:nth-last-child(2) span::after {
        content: none;
    }
    .b2b_footer footer .footer-navi__body > ul:nth-of-type(2) > li:last-of-type {
        margin: 0;       
    }
}

/* /client-design/clientlib-design/resources/webjp.css よりコピー */
footer {
    background: #eaecef;
}

.footerLink .footer-navi__body .footer-navi__second>li:before {
    border-top: 1px solid red;
    border-right: 1px solid red;
}
.footerLink .footer-navi__body>ul>li span::before {
    display: none;
}
@media (max-width: 768px) {
    .footerLink .footer-navi__body>ul>li span::before {
        display: block;
    }
}
@media screen and (max-width:768px) {

    /* 共通 */
    h1 {}

    h2 {
        font-size: 24px;
    }

    h3 {}

    h4 {}

    h5 {}

    h6 {}

    .title h1 {
        font-size: 25px;
        margin: 0;
    }

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

    h2.subbig {
        font-size: 24px;
    }

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

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




    /* コンテナ */
    .container {
        padding: 0px;
    }

    .fit_container {
        margin: 0 auto;
        padding: 0 4%;
    }

    /*.fit_window {
        margin-left: calc(-1 * ((100vw - 100%) / 2));
        margin-right: calc(-1 * ((100vw - 100%) / 2));
    }*/

    .container > div {
        margin-left: auto !important;
        margin-right: auto !important;
        /*padding: 5px 0 0 !important;*/
    }

    .fit_container > div {
        padding-left: 0% !important;
        padding-right: 0% !important;
    }
    
    .fit_window .fit_container > div {
        padding: 4% !important;

    }

    /* エクスペリエンスフラグメント */
    .xf-content-height {
        margin: 0 !important;
        height: 38px;
        min-height: auto !important;
    }


    /* パンくず */
    .jvc_breadcrumb {
        padding: 10px 3.5% 5px;
    }

    /* カテゴリー名　スティッキー */
    .experiencefragment.sticky_category_menu {
        /*padding: 0 3% !important;*/
    }

    .category.sticky_category_menu {
        /*padding: 0 !important;*/
    }


    /* メインバナー */
    #sub_slider {
        display: none;
    }

    /* カルーセル */
    .carousel_btn,
    #indicator,
    .cmp-carousel__actions,
    .cmp-carousel__indicators {
        display: none;
    }

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




    /* 製品詳細カルーセル */
    .product_carousel .product_main {
        /*min-height: 200px;
        max-height: 350px;*/
        text-align: center;
    }

    .product_carousel .product_main img {
        max-height: 350px;
        width: auto;
    }

    /* サブバナー */
    .subbanner {
        flex-direction: row;
        flex-wrap: wrap;
        width: 92%;
        margin: 0 auto;
        float: none;
    }

    .subbanner > div {
        /*width: 50%;
        flex-grow: 0;*/
        width: calc(((100% + 10px) / 2) - 10px);
        margin-bottom: 10px;
    }


    /* バナー テキスト */
    .carousel_inner span {
        top: 45%;
        padding: 20px 6%;
    }


    /* カテゴリーメニュー */
    .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: #111;
    }

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

    .category > div > p.close {
        margin: 10px 0 20px;
        padding-top: 3px;
    }

    .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 {
        border-bottom: none;
    }

    /* 子ノードリスト */
    /*
    .child_list,
    .child_list ul {
        flex-flow: column nowrap;
    }

    .child_list li {
        border-left: none;
        border-top: 1px solid #666;
    }

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

    .child_list h1::after {
        position: absolute;
        right: 0.5em;
        content: '+';
    }

    .child_list h1.close::after {
        content: '-';
    }
*/

    /* テキストと画像 */
    .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;
}

    /* アコーディオン
    .cmp-accordion__button {
        padding: 3px 20px 10px;
        margin: 0 0 15px 0;
    }

    .cmp-accordion__title {
        vertical-align: middle;
    }

    .cmp-accordion__icon {
        width: 30px;
        height: 30px;
        right: 10px;
        top: 3px;
        font-weight: 900;
    } */

    /* タブ */
    .cmp-tabs__tablist {
        border-bottom: none;
        margin-bottom: 3px;
    }

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

    .cmp-tabs__tab {
        width: 100%;
        /* flex-grow: 0; */
        margin: 3px 0;
    }

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

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

    /*
    .cmp-tabs__tabpanel--active {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 50px;
        margin-top: 5px;
        background-color: #f7f7f7;
    }
    */

    /* チェックボックス */
    #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: 13px 0% 13px 5%;*/
        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*/
        {
        /*flex-basis: calc((100% / 4) - 5px);*/
        width: calc((100% / 4) - 5px);
        padding-top: 0.5em;
        margin: 0 5px 5px 0;
    }

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

    /* 製品リスト */


    .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) - 15px);*/
        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;
    }




    /* 製品検索リスト */
    /*.search_list {
        margin-right: -10px;
    }*/

    .search_list_title {
        display: block;
    }

    .product_search .search_list > .list_item {
        /*flex-basis: calc((100% / 2) - 10px);*/
        width: calc((100% / 2) - 10px);
        padding: 10px 2.5% 4em;
        margin: 0 10px 10px 0;
    }

    /*.product_search .search_list > .list_item:nth-of-type(2n) {
        margin-right: 0;
    }*/


    /* 購入する */
    .list_item .retailer {
        width: 100%;
        padding: 5px 1%;
        text-align: center;
        position: absolute;
        bottom: 1em;
        width: 90%;
        right: 5%;
    }



    /* ピックアップリスト */
    .pickup {
        padding: 0 1%;
    }

    .pickup h2 {
        margin: 18px auto;
    }

    .top-category .top-category-inner li {
        /*flex-basis: calc((100% / 2) - 10px);*/
        width: calc((100% / 2) - 10px);
        padding-bottom: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #FFF;
    }

    .top-category .top-category-inner li .back {
        /*height: 70px;*/
    }

    .top-category .top-category-inner .name {
        height: auto;
        font-size: 14px;
        background-color: #fff;
        padding: 10px 6%;
    }

    .top-category .top-category-inner .tx {
        display: none;
    }

    /* 緊急告知 */
    .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);
    }

    /* お知らせ */
    .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);
    }



    /* 新着情報 */
    .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 {
        /*  display: none; */
        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);
    }

    /* アンカーリンク */
    .anchor_link h2 {
        padding: 0px 0px 8px 0px;
    }

    .anchor_link ul {
        justify-content: left;
    }

    .anchor_link li {
        /*width: 48%;
        margin-right: 1%;*/
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }


    /* アンカーヘッダー */
    .anchor_header ul {
        justify-content: flex-start;
    }

    .anchor_header li {
        width: 48%;
        margin-right: 1%;
    }


    /* 製品詳細ヘッダー */

    .product_visual .visual_area {
        flex-direction: column-reverse;
        /*width: auto;
        margin: 0;*/
    }

    .product_visual .visual_area > .title,
    .product_visual .visual_area > .keyvisual {
        width: 100%;
        min-height: 0%;
    }

    .visual_header .fixed_anchor .anchor_area {
        padding: 1em;
        /* display: none; スマホ表示時はスティッキーヘッダーを消す */
    }

    .anchor_area {
        flex-direction: column;
    }

    .anchor_area h1 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    .anchor_area ul,
    .product_visual ul {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-top: 0.5em;
        padding-top: 0;
        width: 100%;
    }

    .anchor_area ul li {
        flex-basis: auto;
        margin-top: 0.5em;
        padding: 0 0.5em;
    }

    .anchor_area ul li a {
        margin: 0;
        font-size: 12px;
    }

    .anchor_area li a.shopping {
        margin-left: 1.2em;
    }

    .product_visual ul li {
        flex-basis: 49%;
        margin-top: 0.5em;
    }

    .product_visual ul li:first-child a {
        margin-left: 1em;
    }

    .visual_header li a.shopping {
        margin-left: 2.2em;
    }


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




/**** 法人向け ****/
   
    /* パンくず */
    #b2b-contents-page .jvc_breadcrumb ul li {
        font-size: 10px;
    }   
    #b2b-contents-page .jvc_breadcrumb ul li a {
        font-size: 10px;
    }
    
    #b2b-contents-page .carousel_inner span p {
        font-size: 10px;
    }
       
     /*    */
    #b2b-contents-page .jvc-text p {
    		line-height: 1.4;
    }
    #b2b-contents-page .container > div {
    /*padding: 0 !important;*/
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
    }
    #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;
    }
    /*
    #b2b-contents-page .search_list{
        margin-bottom: 20px;
        margin-right: -3.5%;
    }
    */
    #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;
    }
    
    /*
    #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%;*/
    }

    /*    */
    #b2b-contents-page .link_button {
    		width: 100%;
    }
    
    
    /*    */
    #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;
    }    
    
    #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;
    }


   /* サポ―ト情報　*/ 
    #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%;
    }
    
   /* トップページ　製品情報・システム　*/ 
    #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;
    }
    
    /*サブカテゴリートップ　ビジュアル*/
    #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";
    }
    


}


@media (max-width: 1200px) and (min-width: 769px){
    body {
        min-width: 980px;
    }
    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;
    }
}

