/*
 *  Copyright 2020 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.cmp-pdfviewer__content {
    height: calc(100vh - 200px);
}

.cmp-pdfviewer__content.WCMmode_fixedHeight {
    height: 500px;
}

.pdfviewer:not(.cq-Editable-dom) .cmp-pdfviewer__full-window-borderless {
    height: 100vh;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
}

.pdfviewer.cq-Editable-dom .cmp-pdfviewer__full-window-borderless {
    height: 500px;
}

/* ピックアップパネルコンテンツ */

.pickup-panels.tabs{
    margin: 0;
}

.top-category.cmp-pickup-panels{
    overflow-x: hidden;
}

.top-category.cmp-pickup-panels .top-category-panel-inner {
    /* width: 100%; */
    display: flex;
    flex-flow: row wrap;
    margin-right: -10px;
    justify-content: flex-start;
}

.top-category.cmp-pickup-panels .top-category-panel-inner li {
    display: table;
    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;
    padding-bottom: 15px;
    width: calc((100% / 4) - 10px);
    background-color: #fff;
    padding: 0;
}

.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: #000;
    height: 18%;
    font-weight: bold;
    color: #fff;
    font-size: 16px;
    line-height: 1.3;
    height: 90px;
}

.top-category.cmp-pickup-panels .top-category-panel-inner li .back {
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 143px;
    background: #fff;
}

.top-category.cmp-pickup-panels .top-category-panel-inner li img {
    width: 100%;
    height: auto;
}

.top-category.cmp-pickup-panels .top-category-panel-inner .tx {
    width: 100%;
    padding: 10px 14px;
    line-height: 1.4em;
    background-color: #fff;
    font-size: 13px;
    display: none;
}

.top-category.cmp-pickup-panels .top-category-panel-inner .tx span {
    padding-bottom: 1.5em;
    display: inline-block;
}

.top-category.cmp-pickup-panels .top-category-panel-inner a:hover .tx span {
    text-decoration: underline;
}

.top-category.cmp-pickup-panels .top-category-panel-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-panel-inner.cmp-pickup-panels-inner .tag.videocamera {
    background-color: #aaa;
}

.top-category-panel-inner.cmp-pickup-panels-inner .tag.driverecorder {
    background-color: #aaa;
}

.top-category-panel-inner.cmp-pickup-panels-inner .tag.projector {
    background-color: #aaa;
}

.top-category-panel-inner.cmp-pickup-panels-inner .tag.audio {
    background-color: #aaa;
}

.top-category-panel-inner.cmp-pickup-panels-inner .tag.earphone {
    background-color: #aaa;
}

.top-category-panel-inner.cmp-pickup-panels-inner .tag.accessory {
    background-color: #aaa;
}

/* 200928　JVCケンウッド井上追加 */
.top-category-panel-inner.cmp-pickup-panels-inner .tag.portable-power-supply,
.top-category-panel-inner.cmp-pickup-panels-inner .tag.PortablePowerSupply  {
	background-color: #aaa;
}


.top-category.cmp-pickup-panels .hidden,
.top-category.cmp-pickup-panels .top-category-panel-inner .hidden {
    display: none;
}

.top-category.cmp-pickup-panels a:hover img {
    filter: saturate(130%);
    transform: scale(1.04);
    opacity: 0.9;
}

.top-category.cmp-pickup-panels a:hover{
    opacity: 0.9;
}

.top-category.cmp-pickup-panels a img {
    transition: 0.1s linear;
}

/* もっと見る */

.cmp-pickup-panels-btn_readmore {
    width: 100px;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
}

.cmp-pickup-panels-btn_readmore:hover {
    opacity: 0.8;
}

.cmp-pickup-panels-btn_readmore img {
    width: 40%;
}

.cmp-pickup-panels-btn_readmore p {
    margin-top: 5px;
    letter-spacing: 0;
}

@media screen and (max-width:768px) {
	.pickup {
        padding: 0 1%;
    }

    .pickup h2 {
        margin: 18px auto;
    }

    .top-category.cmp-pickup-panels .top-category-panel-inner li {
        /*flex-basis: calc((100% / 2) - 10px);*/
        width: calc((100% / 2) - 10px);
        padding-bottom: 0;
        margin-right: 10px;
        margin-bottom: 10px;
        background-color: #000;
    }
    .top-category.cmp-pickup-panels .top-category-panel-inner li .back {
        height: unset;
    }

    .top-category.cmp-pickup-panels .top-category-panel-inner .name {
        font-size: 14px;
        background-color: #000;
        padding: 10px 6%;
    }

    .top-category.cmp-pickup-panels .top-category-panel-inner .tx {
        display: none;
    }
}

.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner {
    column-gap: 30px;
    margin-right: 0;
}

.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li {
    display: flex;
    opacity: 1;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    width: calc((100% - 90px) / 4);
    border: unset;
    min-height: 120px;
}

.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li .pickup-item-back-hidden {
    display: none;
}

.pickup-item-horizontal.pickup-cols-2 .top-category.cmp-pickup-panels .top-category-panel-inner li {
    width: calc((100% - 30px) / 2);
}

.pickup-item-horizontal.pickup-cols-3 .top-category.cmp-pickup-panels .top-category-panel-inner li {
    width: calc((100% - 60px) / 3);
}

.pickup-item-horizontal.pickup-cols-5 .top-category.cmp-pickup-panels .top-category-panel-inner li {
    width: calc((100% - 120px) / 5);
}

.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div,
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a {
    display: flex;
    border: 2px solid #BBBBBB;
    border-radius: 7px;
    box-shadow: 0px 0px 10px #00000029;
    align-items: center;
    padding: 15px;
    background-color:white;
    color:#545454;
    width: 100%;
}
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div .back,
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a .back {
    min-width: 100px;
    max-width: 100px;
    height: unset;
}
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div .back img,
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a .back img {
    width: 100%;
    height: auto;
    margin: auto;
}
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div .name,
.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a .name {
    flex: 1;
    background-color:unset;
    color:unset;
    height: unset;
}

.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a.cmp-pickup-panel-item-link:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 3px solid;
    border-right: 3px solid;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    top: 50%;
    margin-right: 6px;
}

.pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a.cmp-pickup-panel-item-external-link[target="_blank"]::after {
    font-family: FontAwesome;
    font-size: 1.0em;
    vertical-align: 1px;
    content: "\f08e";
    display: inline-block;
}

@media screen and (max-width:768px) {
    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li,
    .pickup-item-horizontal.pickup-cols-2 .top-category.cmp-pickup-panels .top-category-panel-inner li,
    .pickup-item-horizontal.pickup-cols-3 .top-category.cmp-pickup-panels .top-category-panel-inner li,
    .pickup-item-horizontal.pickup-cols-5 .top-category.cmp-pickup-panels .top-category-panel-inner li {
        width: 100%;
        border: unset;
        margin-bottom: 15px;
        background-color: unset;
    }
    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div .back,
    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a .back {
        flex: 1;
        min-width: unset;
        max-width: unset;
        height: unset;
    }

    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div,
    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a {
        padding: 5px 15px 5px 5px;
    }

    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner li>div .name,
    .pickup-item-horizontal .top-category.cmp-pickup-panels .top-category-panel-inner a .name {
        flex: 2;
        background-color:unset;
        color:unset;
        padding: 10px;
        font-size: 16px;
    }
}
/* カルーセル */

.carouselbanner_slider {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    max-height: 600px;
}
 
.carouselbanner_inner {
    display: block;
    width: 100%;
    max-height: 600px;
    overflow:hidden;
    margin: 0;
    padding: 0;
}

.carouselbanner_inner[data-wcmmode-edit="true"] li {
    display: none;
}
.carouselbanner_inner[data-wcmmode-edit="true"] li.active {
    display: block;
}

.carousel-banner .carouselbanner_inner li{
    align-self: center;
}

.carouselbanner_inner li  a{
    cursor: pointer;
}

.carouselbanner_inner img {
    width: 100%;
    height: auto;
    padding: 0 ;
}

.swiper-slide.cmp-carousel__item{
    display: block;
}

/* ページネーション */
.cmp-carouselbanner .swiper-pagination {
    position: relative;
    display: flex;
    justify-content:center;
    width: 100%;
    bottom: unset;
    z-index: auto;
}

.cmp-carousel__indicators{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    list-style: none;
}

.cmp-carouselbanner .swiper-pagination-bullet,
.cmp-carouselbanner .cmp-carousel__indicator {
    position: relative;
    border-radius: 0;
    width: 75px;
    margin: 10px 2px !important;
    cursor: pointer;
    border: 4px solid #ccc;
    opacity: unset;
    padding:unset;
}

.cmp-carouselbanner .swiper-pagination-bullet:hover {
    opacity: 0.5;
}

.cmp-carouselbanner .swiper-pagination-bullet-active,
.cmp-carouselbanner .cmp-carousel__indicator--active{
    opacity: unset;
    border: 4px solid #000000;
    pointer-events: none;
}

.cmp-carouselbanner li.swiper-slide.cmp-carousel__item.swiper-slide-visible.swiper-slide-active{
    background-color: rgb(0, 0, 0);
}

/* 前へ/次へボタン */
.carouselbanner_btn {
    width: 100%;
    height: 0;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.carouselbanner_btn.hidden{
    display: none;
}

.carouselbanner_btn .swiper-carouselbanner_btn_prev,
.carouselbanner_btn .swiper-carouselbanner_btn_next {
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    width: 45px;
    height: 45px;
    background-color: #00000061;
    z-index: 2;
}


.carouselbanner_btn .swiper-carouselbanner_btn_prev:hover,
.carouselbanner_btn .swiper-carouselbanner_btn_next:hover {
    background: #000;
}

.carouselbanner_btn .swiper-carouselbanner_btn_prev {
    left: 0;
}

.carouselbanner_btn .swiper-carouselbanner_btn_next {
    right: 0;
}

.carouselbanner_btn .swiper-carouselbanner_btn_prev::after,
.carouselbanner_btn .swiper-carouselbanner_btn_next::after {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    position: absolute;
    top: 22.5%;
}

.carouselbanner_btn .swiper-carouselbanner_btn_prev::after {
    transform: rotate(-135deg);
    left: 35%;
}

.carouselbanner_btn .swiper-carouselbanner_btn_next::after {
    transform: rotate(45deg);
    right: 35%;
}


/* テキストエリア */
.carouselbanner_inner li .carouselbanner-pcimage-block > span,
.carouselbanner_inner li .carouselbanner-spimage-block > span {
    display: block;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: max-content;
    padding: 4%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    white-space: normal;
    max-width: 100%;
}

.carouselbanner_inner span p:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.carouselbanner_inner li .carouselbanner-pcimage-block > span.text_top {
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0);
}

.carouselbanner_inner li .carouselbanner-pcimage-block > span.text_bottom{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, -100%, 0);
}

/* スタイル */
.carousel-banner.height-noset .carouselbanner_slider{
    max-height: initial;
    max-width: initial;
}

.carousel-banner.height-noset .carouselbanner_inner{
    max-height: initial;
}

.carousel-banner.height-noset .carouselbanner_inner li{
    max-width: initial;
}

.carousel-banner.hideIndicator .carouselbanner_btn{
    display: none;
}

.carousel-banner.hideIndicator .carouselbanner_pagination{
    display: none;
}

.carouselbanner-spimage-block {
    display: none;
}

.carouselbanner_inner .title {
    margin: 0px;
}

.carouselbanner_inner p .font_oversized {
    line-height: 1.2;
}

@media screen and (max-width:768px) {
    .carouselbanner_btn {
        display: none;
    }

    .carouselbanner_slider {
        margin: 0px auto -3px;
    }

    .carouselbanner_slider.carouselbanner_pagination span {
        width: 8px;
    }

    .carouselbanner_inner .carouselbanner-spimage-block {
        display: block;
    }

    .carouselbanner_inner .carouselbanner-pcimage-block {
        display: none;
    }

    .carouselbanner_inner .carouselbanner-spimage-block .spTextTop {
        top: 0% !important;
        left: 0% !important;
        transform: translate(-0%,-0%) !important;
        width: 100% !important;
    }
    
    .carouselbanner_inner .carouselbanner-spimage-block .spTextBottom{
        top: 100% !important;
        left: 100% !important;
        transform: translate(-100%,-100%) !important;
        width: 100% !important;
    }
 
    .carouselbanner_inner .carouselbanner-spimage-block span * {
        text-align: center !important;
    }

}
/* --------------------
　ボタン
-------------------- */

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

.jkc-cmp-button a, .jkc-cmp-button button {
    width: 98%;
    margin-right:auto;
    margin-left:auto;
}

/* リンク先アイコン */
.jkc-cmp-button a.pagelink::after {
    font-family: 'FontAwesome';
    content: "\f105";
    padding-left: 0.5em;
}

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

/* サイズ */
.jkc-cmp-button .btn {
    display: inline-block;
    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;
}

.jkc-cmp-button .btn:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jkc-cmp-button .btn_small {
    display: inline-block;
    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;
}

.jkc-cmp-button .btn_large {
    display: inline-block;
    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;
}

.jkc-cmp-button .btn_large:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.jkc-cmp-button .btn:hover,
.jkc-cmp-button .btn_small:hover,
.jkc-cmp-button .btn_large:hover {
    opacity: 0.7;
}

/* 背景色 */
.jkc-cmp-button .btnb_gray {
    background: #ccc;
    border-color: #ccc;
}

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

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

.jkc-cmp-button .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;
*/
.jkc-cmp-button button.buy, .jkc-cmp-button button.document, .jkc-cmp-button button.inquiry, .jkc-cmp-button button.faq, .jkc-cmp-button button.user, .jkc-cmp-button button.download, .jkc-cmp-button a.buy, .jkc-cmp-button a.document, .jkc-cmp-button a.inquiry, .jkc-cmp-button a.faq, .jkc-cmp-button a.user, .jkc-cmp-button a.download {
    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;
}

.jkc-cmp-button button.buy:hover, .jkc-cmp-button button.document:hover, .jkc-cmp-button button.inquiry:hover, .jkc-cmp-button button.faq:hover, .jkc-cmp-button button.user:hover, .jkc-cmp-button button.download:hover, .jkc-cmp-button a.buy:hover, .jkc-cmp-button a.document:hover, .jkc-cmp-button a.inquiry:hover, .jkc-cmp-button a.faq:hover, .jkc-cmp-button a.user:hover, .jkc-cmp-button a.download:hover {
    opacity: 0.7;
}

.jkc-cmp-button button.buy span, .jkc-cmp-button button.document span, .jkc-cmp-button button.inquiry span, .jkc-cmp-button button.faq span, .jkc-cmp-button button.user span, .jkc-cmp-button button.download span, .jkc-cmp-button a.buy span, .jkc-cmp-button a.document span, .jkc-cmp-button a.inquiry span, .jkc-cmp-button a.faq span, .jkc-cmp-button a.user span, .jkc-cmp-button a.download span {
    flex: 1;
    max-width: max-content;
}

.jkc-cmp-button button.buy, .jkc-cmp-button a.buy {
    background-color: #ffa200;
    color: #fff;
    border: solid 1px #ffa200;
}

.jkc-cmp-button button.buy::before, .jkc-cmp-button button.document::before, .jkc-cmp-button button.inquiry::before, .jkc-cmp-button button.faq::before, .jkc-cmp-button button.user::before, .jkc-cmp-button button.download::before, .jkc-cmp-button a.buy::before, .jkc-cmp-button a.document::before, .jkc-cmp-button a.inquiry::before, .jkc-cmp-button a.faq::before, .jkc-cmp-button a.user::before, .jkc-cmp-button a.download::before {
    content: '';
    display: inline-block;
    width: 32px;
    height: 32px;
    background-position: center left;
    background-repeat: no-repeat;
    margin-right: 8px;
    vertical-align: middle;
}

.jkc-cmp-button button.pagelink.buy::after, .jkc-cmp-button a.pagelink.buy::after {
    font-weight: bold;
}

.jkc-cmp-button .buy .btn_external::after {
    font-size: 1.0em;
    vertical-align: 0;
}

.jkc-cmp-button button.rounded_corners, .jkc-cmp-button a.rounded_corners {
    border-radius: 7rem;
}
.image span {
    display: block;
}

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

.jkc-cmp-image img.cmp-image__original-size {
    height: auto;
}
.jkc-cmp-image img.heightAuto {
    height: auto;
}

.jkc-cmp-image img.widthAuto {
    width: auto;
}

.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 .jkc-img_zoom {
    text-align: right;
    margin-right: 20px;
}

.image .jkc-img_zoom img {
    width: 1.4rem;
    height: auto;
}

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

.image .jkc-cmp-image .cmp-image__title {
    font-size: 100%;
}

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

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

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

/* 余白無し */
.image-no_margin img{
    vertical-align: top;
}
/* Title */

.title {
    width: 100%;
    margin: 0px;
    padding: 0px;
    color: #333333;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
    line-height: 1.5;
}

.title h2 {
    margin: 0px 0px 16.8px;
}

.title h3 {
    margin: 0px 0px 16.8px;
}

.title h4 {
    margin: 0px 0px 16.8px;
}

.title h5 {
    margin: 0px 0px 16.8px;
}

.title h1:lang(ja),
.title h2:lang(ja),
.title h3:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.title h4:lang(ja),
.title h5:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W3";
}

.background h3 {
    margin: 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    background-color: #000000;
    border-left: 10px solid #333333;
}

.white {
    color: #FFFFFF;
}

.text-center {
    text-align: center;
}

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

.text-right {
    text-align: right;
}

.title .cmp-title span {
    font-size: 18px;
}

@media screen and (max-width: 768px) {
    .title {
        line-height: 1.4;
    }
}

.title strong {
    display: block;
    font-size: 4.6rem;
}

@media screen and (max-width: 768px) {
    .title strong {
        font-size: 2.5rem
    }
}

.title.underbar .cmp-title .cmp-title__text::after {
    content: "";
    display: block;
    margin: 10px auto;
    width: 5rem;
    height: 0.5rem;
    background-color: #cbb05c;
}
/* --------------------
　テキスト
-------------------- */


/* デフォルト */

.text {
	line-height: 1.6;
}

.text p {
	line-height: 1.6;
	color: #333;
	word-break: normal;
}

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


/* リスト */

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

.text li {
	line-height: 1.6;
}

.text li a {
	color: #545454;
}

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

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


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

.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;
	}
}
/* --------------------
　テキストスタイル
2021/06/14
-------------------- */


/* デフォルト */

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

p a {
	color: #333;
}

p a:hover {
	color: #aaa;
}

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


/* フォントサイズ */

b:lang(ja),
.font_bold:lang(ja) {
	font-family: "FP-ヒラギノ角ゴ ProN W6";
}

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

p .font_oversized {
	font-size: 6.4rem;
}

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

p .major-head {
	font-size: 80px;
}

p .standard-head {
	font-size: 64px;
}

p .middle-head {
	font-size: 32px;
}

p .sub-head {
	font-size: 24px;
}

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


/* フォントカラー */

.color_red {
	color: #F70900;
}

.color_blue {
	color: #0074C1;
}

.color_gray {
	color: #eee;
}

.color_white {
	color: #fff;
}

.color_black {
	color: #000;
}


/* リンクアイコン */

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

.text a[target="_blank"]::after,
.richtext a[target="_blank"]::after {
    font-family: FontAwesome;
    font-size: 0.7em;
    display: inline;
    vertical-align: 1px;
    margin-left: 3px;
    content: "\f08e";
}

.text.hidden_link_blank_icon a[target="_blank"]::after{
    content: none;
}

/* 行頭記号 */

.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;
	margin-right: 5px;
}

.symbol_triangle > a,
a > .symbol_triangle {
	display: inline;
	color: #0074C1;
	cursor: pointer;
}

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

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

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

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

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

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

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

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

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



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


/* スマホ表示 */
@media screen and (max-width:768px) {
	/*モバイル表示時の改行指定　モバイル表示の時に改行する*/
	.sp-break{
    	display: inline;
	}
	/*PC表示時の改行指定　PC表示の時に無効にする*/
	.pc-break{
    	display: none;
	}

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

	p .font_oversized {
		font-size: 2.6rem;
	}

	p .major-head {
		font-size: 32px;
	}
	
	p .standard-head {
		font-size: 26px;
	}
	
	p .middle-head {
		font-size: 21px;
	}
	
	p .sub-head {
		font-size: 19px;
	}
}


/* --------------------
　テーブル 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,
.no-border a:hover {
    display: inline;
    color: #333;
}

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

/* 横スクロール */
.cmp-table{
    overflow: auto;
    min-width: 460px;
}

/* デフォルト 青色 */
.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;
}

/* 枠無し */
.no-border table{
    border: none;
    color: #333;
}

.no-border table th,
.no-border table td {
    padding: 10px;
    font-weight: normal;
    vertical-align: middle;
}

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

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

.table .map.popup a.popup-open{
    text-decoration: none ;
    display: inline-block;
    line-height: 1;
    position: relative;
    font-size: 1.4rem;
    border: 1px solid #666;
    padding: 5px 5px 5px 5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    width: 6rem;
    background-color: #e8eaf6;
    text-align: left;
    margin: auto;
    height: auto;
    filter: none;
    border-radius:unset;
}
.table .map.popup a.popup-open::after{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    border-top: 2px solid #666;
    border-right: 2px solid #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.table .map.popup a.popup-open:hover   {
    color: #fff;
    background-color: #9db1d7;
    opacity: 1;
}
.table .map.popup a.popup-open:hover:after {
    border-color: #fff;
}

.table .popup-close {
    color: #fff;
    display: block;
}
/* Separator */

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

.separator.line hr, .separator.line-black hr, .separator.line-dotted hr {
    position: relative;
    height: 2px;
    width: 100%;
    margin: 5px 0;
    /*border-top: none;*/
    border: none;
}

.separator.line hr::after, .separator.line-black hr::after, .separator.line-dotted hr::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    height: 1px;
}

.separator.line-black hr::after {
    border-top: 1px solid #666;
}

.separator.line-dotted hr::after {
    border-top:dotted;
    border-color:#666;
    border-width:1px;
}

.separator.line hr::after {
    border-top: 1px solid #ddd;
}

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

.separator hr.separator_s{
	height:10px;
}

.separator hr.separator_m{
	height:50px;
}

.separator hr.separator_l{
	height:70px;
}

.separator hr.separator_ll{
	height:100px;
}


/* Container */
/* 2021/6/9 */

@media all and (-ms-high-contrast: none){
    .container > div{
        width: 100%;
    }
}

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

.fit_container {
    width: 1280px !important;
    margin: auto !important;
    float: none !important;
    clear: both !important;
    padding: 0 40px;
}

.container.fit_container_width_1000 {
    width: 1000px !important;
    margin: auto !important;
    float: none !important;
    clear: both !important;
}

.fit_window {
    /*width: 100vw !important;
    max-width:100vw;
    overflow:hidden;
    float: none !important;
    clear: both !important;
    margin-left: calc(-1 * ((100vw - 100%) / 2) - 9px);
    margin-right: calc(-1 * ((100vw - 100%) / 2));
    padding-left:18px !important;*/
}

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

/* 背景画像リピート */
.bg_repeat {
    background-repeat: repeat !important;
}

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

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

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

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

/*
.fit_window .text_white h2 {
    color: #fff;
}
*/

/* コンテナの高さを合わせる */
.flex > div {
    display: flex;
    flex-wrap: wrap;
}

.flex > div > div {
    display: flex !important;
}

/* コンテナの中心を合わせる */
.flex_center > div {
    display: flex;
    flex-wrap: wrap;
}

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

.border_brack > div {
    border: 1px solid #000000;
}

.border_brack > div > div {
    padding: 2rem 4rem;
}

.border_red > div {
    border: 1px solid #f00;
}

.border_red > div > div {
    padding: 2rem 4rem;
}

.border_gray > div {
    border: 1px solid #c9c9c9;
}

.border_gray > div > div {
    padding: 2rem 4rem;
}

.container.border_radius > div {
    border-radius: 1.2rem;
    overflow: hidden;
}

.container.border_shadow > div {
    box-shadow: 0 0 0.8rem rgb(0 0 0 / 30%);
}

/* button.css */
/*
.acc .link_button {
    margin: 5px 0;
}

.acc .jvc_btn {
    padding: 4px;
}
*/


/* サポートエリア用記述 */
.support_contents {
}
.support_contents > div{
    width: auto;
    /* margin-right: -10px; */
    margin-bottom: 80px;
}

/* 製品概要エリア記述 */
.product_outline .jvc-text{
    margin-bottom: 0.2em;
}

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



/*サポート*/
#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 .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-weight: bold;
    text-align: left !important;
    font-size: 16px;
    margin: 5px 0;
}

#b2b-contents-page .support_contents .textimage-text:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

#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;
    border: 1px solid #ccc;
}

#b2b-contents-page .support_contents .link_button button:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}



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


/*----------------------- 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;
}
.alignBottom{
    align-items: flex-end;
}
.alignBottom > 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;
    }
}

/* 簡易表示用Width指定 */
.simple_contents{
    max-width: 980px;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

    .fit_container,
    .container.fit_container_width_1000 {
        width: 100% !important;
        margin: 0 auto;
        padding: 0 4%;
    }

    .container > div {
        margin-left: auto !important;
        margin-right: auto !important;
    }

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

    }

    .border_brack > div > div {
        padding: 1rem 2rem;
    }
    
    .border_red > div > div {
        padding: 1rem 2rem;
    }
    
    .border_gray > div > div {
        padding: 1rem 2rem;
    }
}
/* Breadcrumb */

.breadcrumb {
    margin: 0;
}

.cmp-breadcrumb {
    display: block;
    padding: 10px 30px 5px;
    max-width: 1255px;
    margin: 0 auto;
}

.cmp-breadcrumb ul {
    text-align: left;
}

.cmp-breadcrumb ul li {
    display: inline;
    list-style: none;
    font-size: 12px;
}

.cmp-breadcrumb ul li a {
    font-size: 12px;
    font-weight: normal;
}


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

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

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

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

/* --------------------
　リスト
-------------------- */

.cmp-list .top-category-inner {
	display: flex;
	flex-wrap: wrap;
	/* margin-left: -10px; */
}

.cmp-list .top-category-inner li {
	box-sizing: border-box;
	position: relative;
	text-align: center;
	width: 20%;
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 5px;
}

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

.cmp-list .top-category-inner .name {
	font-size: 14px;
	line-height: 1.2;
	margin-bottom: 0.5em;
	text-align: center;
	margin-top: 10px;
	/* margin-left: -10px; */
}

.cmp-list .top-category-inner .name:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

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

.cmp-list .top-category-inner li img {
	width: 90%;
	height: auto;
	border: none;
	padding: 0;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
}

.card-list .cmp-list .top-category-inner {
	margin-left: 0;
    margin-right: -10px;
}
.card-list .cmp-list .top-category-inner li {
	display: table;
    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;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
    width: calc((100% / 5) - 10px);
    background-color: #fff;
}

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

.card-list .cmp-list .top-category-inner .name:lang(ja) {
    font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.card-list .cmp-list .top-category-inner li .back {
    overflow: hidden;
    display: flex;
    align-items: center;
}
.card-list .cmp-list .top-category-inner li img {
	border: none;
    padding: 0;
}
.card-list .cmp-list .top-category-inner .text {
	display: block;
    width: 100%;
    padding: 10px 14px;
    line-height: 1.4em;
    background-color: #fff;
    font-size: 14px;
}

.cmp-list a:hover{
	opacity: 0.9;
}

.cmp-list a:hover p {
	color: #000;
	text-decoration: underline;
}

.cmp-list a img {
	transition: 0.1s linear;
}

.cmp-list a:hover img {
	filter: saturate(130%);
	transform: scale(1.04);
	opacity: 0.9;
}

.cmp-list .image {
	overflow: hidden;
	width: 95%;
	margin: auto;
}

@media screen and (min-width:769px) {
	.list-columns-1 .cmp-list .top-category-inner li {
		width: 100%;
	}

	.list-columns-2 .cmp-list .top-category-inner li {
		width: 50%;
	}

	.list-columns-3 .cmp-list .top-category-inner li {
		width: 33.333%;
	}
	.list-columns-4 .cmp-list .top-category-inner li {
		width: 25%;
	}

	.list-columns-1 .cmp-list .top-category-inner li,
	.list-columns-2 .cmp-list .top-category-inner li:nth-of-type(2n),
	.list-columns-3 .cmp-list .top-category-inner li:nth-of-type(3n),
	.list-columns-4 .cmp-list .top-category-inner li:nth-of-type(4n) {
		margin-right: 0;
	}

	.list-columns-1.card-list .cmp-list .top-category-inner li {
		width: calc((100% / 1) - 10px);
	}
	.list-columns-2.card-list .cmp-list .top-category-inner li {
		width: calc((100% / 2) - 10px);
	}	
	.list-columns-3.card-list .cmp-list .top-category-inner li {
		width: calc((100% / 3) - 10px);
	}	
	.list-columns-4.card-list .cmp-list .top-category-inner li {
		width: calc((100% / 4) - 10px);
	}
	.list-columns-1.card-list .cmp-list .top-category-inner li,
	.list-columns-2.card-list .cmp-list .top-category-inner li:nth-of-type(2n),
	.list-columns-3.card-list .cmp-list .top-category-inner li:nth-of-type(3n),
	.list-columns-4.card-list .cmp-list .top-category-inner li:nth-of-type(4n) {
		margin-right: 10px;
	}
}

.text-list .cmp-list .top-category-inner {
	display: block;
	margin-left: 0;
	padding-left: 30px;
}
.text-list .cmp-list .top-category-inner .image,
.text-list .cmp-list .top-category-inner .text {
	display: none;
}
.text-list .cmp-list .top-category-inner li {
	display: list-item;
	list-style-type: square;
	font-size: 1.2rem;
	padding: 0;
	width: 100%;
}

.text-list .cmp-list .top-category-inner .name {
	text-align: left;
	margin-left: 0px; 
}

/* --------------------
　リスト 製品情報・サービス
-------------------- */
.product_category-list .cmp-list .name {
	margin: 0px 0px 15px;
    padding: 0px 0px 0px 15px;
    background-color: #000000;
    border-left: 10px solid #333333;
	color:#ffffff;
	font-size: 20px;
}

.product_category-list .cmp-list .name p {
	line-height: 1.5;
}

.product_category-list .cmp-list .top-category-inner a {
	display: flex;
    flex-direction: column-reverse;
}

.product_category-list .cmp-list .top-category-inner li a {
	/* box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.3); */
	display: block;
	border-radius: 1.2rem;
	padding: 10px;
}

.product_category-list .cmp-list .top-category-inner li img {
	border: none;
	width: 90%;
	margin: 0 auto -5px;
	padding: 0;
	border-radius: 3px;
	background: #fff;
	vertical-align: bottom;
	display: block;
}

@media screen and (max-width:768px) {
	.list .cmp-list .top-category-inner li {
		width: 50%;
		margin-right: 0;
	}
	
	.card-list .cmp-list .top-category-inner li {
		width: calc((100% / 2) - 10px);
		margin-right: 10px;
	}

	.text-list .cmp-list .top-category-inner li {
		width: 100%;
	}

	.product_category-list .cmp-list .name {
		font-size: 17px;
		min-height: 52px;
		display: flex;
		align-items: center;
	}
	.product_category-list .cmp-list .top-category-inner li a {
		height: 39vw;
	}

}
/* Textimage */

/* ----画像の回り込み設定--------------------------------------------------------------------*/
.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-top: 0.5em;
    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 {
    line-height: 1.6;
    margin: 0;
}


/* サポート情報 */
.support_contents .tit_border > div {
    padding: 17px !important;
    width: 100%;
    background-color: #fff;
    transition: 0.3s linear;
    border: none;
    border-radius: 1.2rem;
    box-shadow: 5px 5px 20px #c8c9cca6;
    margin: 20px;
}

.support_contents .tit_border>div:hover img {
    transform: scale(1.01);
}

.support_contents .textimage-text .text P {
    padding: 0;
    color: #666;
}

.support_contents .textimage-text p {
    line-height: 1.3;
    margin: 0;
}

.support_contents .tit_border .textimage-img {
    margin-bottom: 1em;
}

.support_contents .font_small {
    line-height: 1.5;
    display: block;
}

@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;
    }
}
/* --------------------
    取扱説明書ボタン
-------------------- */
/* 非表示時の高さ確保用に固定値で指定 */
.jkc-cmp-button:has(.users-manual-button) {
    height: 47.19px;
}

.users-manual-button {
    display: block;
    visibility: hidden;
    font-size: 13px;
    line-height: 1.4;
    height: 100%;
    width: 100%;
    margin: 5px 0;
    text-align: center; 
    touch-action: manipulation;
    cursor: pointer;
    border: 1px solid #8f8f8f;
    padding: 1.0em 1.0em;
    background: #fff;
    color: #333;
    border-radius: 7rem;
}

.users-manual-button.is-edit-mode {
    visibility: visible;
}

.users-manual-button a, .users-manual-button {
    width: 98%;
    margin-right:auto;
    margin-left:auto;
}

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

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

/*
 *  Copyright 2019 Adobe Systems Incorporated
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */

.cmp-accordion__header {
    margin: 0;
}

.cmp-accordion__button {
    display: block;
    width: 100%;
    text-align: left;
    line-height: 0.9;
    position: relative;
    padding: 3px 10px 10px;
    margin: 0 0 5px 0;
    border: none;
    background-color: #fff;
    font-family: "FP-ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic", "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", Frutiger, Helvetica, sans-serif;
    font-size: 17px;
    outline: none;
}

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

.cmp-accordion__icon {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0px;
    right: 10px;
    /*border: 2px solid #ddd;
    color: #0074C1;*/
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.cmp-accordion__icon::after {
    content: '+';
}

.cmp-accordion__button--expanded > .cmp-accordion__icon::after {
    content: '-';
}


.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: 10px;
}

.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;
}
@media screen and (max-width:768px) {
	.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-accordion__under-line {
    display: block;
    width: 100%;
    margin: 0 auto 5px;
    border-top: 2px solid #ccc;
}

.arrow-mark .cmp-accordion__button {
    border-bottom: none;
}
.arrow-mark .cmp-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-top: 2px solid #969696;
    border-left: 2px solid #969696;
    -webkit-transform: translate3d(0, -40%, 0) rotate(225deg);
    transform: translate3d(0, -40%, 0) rotate(225deg);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: -webkit-transform 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: transform 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
    transition: transform 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000), -webkit-transform 0.3s cubic-bezier(0.250, 0.100, 0.250, 1.000);
}
.arrow-mark .cmp-accordion__button--expanded > .cmp-accordion__icon::after  {
    content: "";
    -webkit-transform: translate3d(0, 20%, 0) rotate(45deg);
    transform: translate3d(0, 20%, 0) rotate(45deg);
}
.anchor_link ul {
    flex-wrap: wrap;
    display: flex;
    margin: 30px 0;
    font-size: 85%;
    justify-content: center;
}

.anchor_link li {
    margin-top: 0;
    width: 31%;
    margin-right: 1.3%;
}
.anchor_link li:nth-of-type(3n) {
    margin-right: 0;
}
.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 li a::after {
    content: "\f078";
    font-family: 'FontAwesome';
    position: absolute;
    font-size: 14px;
    bottom: 11px;
    right: 5px;
    display: inline-block;

}

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

@media screen and (max-width:768px) {
    .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;
    }
}

/* information */

.icon_notice_list {
    border: none;
    padding: 15px 2% !important;
    position: relative;
    border-bottom: 1px solid #d0d3d7;
    max-width: 1060px;
    margin: auto;
}
/*.icon_notice_list>a.btn.btn-simple{
    padding: 0;
    margin-right: 10px;
    margin-top: 0;
}*/

.icon_notice_list p {
    display: inline-block;
    /* background: url('../../../content/dam/victor/webmaterial/icons/notice.png') 0 center no-repeat; */
    margin-bottom: 10px;
    padding-left: 23px;
}

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

.icon_notice_list ul {
    margin: 0 2%;
}

.icon_notice_list li {
    line-height: 1.7;
    display: flex;
    justify-content:flex-start; 
    align-items: first baseline;
    margin-bottom: 0;
}

.icon_notice_list li time {
    width: 160px;
    min-width: 160px;
    font-weight: bold;
}

.icon_notice_list a {
    text-decoration: underline;
    color: #dc0000;
    line-height: 1.3;
    font-size: 14px;
}

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

.icon_notice_list > a::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: 20px;
    top: 11px;
}

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

.icon_notice_list li a,
.icon_notice_list li p {
    color: red;
    text-decoration: none;
}

.icon_notice_list a:hover {
    text-decoration: underline;
}

/* Notice */

.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('../../../content/dam/victor/webmaterial/icons/notice.png') 0 0 no-repeat; */
    font-size: 11px;
    line-height: 1em;
    margin-right: 2%;
    width: 190px;
}

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

.icon_notice ul li a {
    text-decoration: underline;
    color: red;
}

.icon_notice a.info_list {
    font-size: 12px;
    width: 95px;
}

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

@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 a.info_list {
        font-size: 12px;
        width: 50%;
        top: 100%;
        left: 50%;
        transform: translate3d(-50%, 0%, 0);
        text-align: center;
    }

    /* お知らせ */
    .icon_notice_list {
        padding-bottom: 60px !important;
    }

    .icon_notice_list li {
        flex-direction: column;
    }

    .icon_notice_list ul a {
        width: 100%;
    }

    .icon_notice_list .info_list {
        width: 50%;
        bottom: 10px;   
        left: 50%;
        transform: translate3d(-50%, 0%, 0);
        text-align: center;
    }
}
/* News */

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

.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: 2px;
    font-size: 9px;
    color: #FFF;
    background-color: #c80000;
    font-weight: normal;
    padding: 2px 6px;
}

.top-news__body li a {
    text-decoration: none;
    font-size: 15px;
    line-height: 1.8;
    padding-left: 10px;
    display: block;
    position: relative;
}

.top-news__body li a[target=_blank] {
    display: inline-block;
}

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

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

.top-news__body .btn:hover {
    text-decoration: underline;
}

.top-news__body li:last-child {
    border: none;
}

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

.top-news__body li a::before {
    left: 0;
    content: "▶";
    position: absolute;
    top: 0;
}


@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__body li a::before {
        left: -2px;
        content: "▶";
        position: absolute;
        top: 2px;
        font-size: 10px;
    }

    /* ニュース */
    .top-news__title {
        margin-bottom: 5px;
        line-height: 2;
        font-size: 21px;
    }

    .top-news__body {
        margin-bottom: 80px;
        padding: 0;
        margin: 0 auto 40px;
    }

    .top-news__body .btn {
        top: 105%;
        left: 50%;
        transform: translate3d(-50%, 0%, 0);
        text-align: center;
    }

    .news.list .top-news__body .top-news_with_btn{
        margin-bottom: 105px;
    }
}
