@charset "UTF-8";
.contents.product_show .path {
        background-color: #fff;
    }

    .contents.product_show .path ul {
        padding : 20px 0;
        overflow: hidden;
        display:flex;justify-content:center;flex-wrap:wrap;
    }

    .contents.product_show .path ul li {

        padding:0 10px;
        text-align: center;
    }

    .contents.product_show .path ul li a {
        display: block;
    }
    .contents.product_show .path ul li a img{height:46px;width:auto;display:block;margin:0 auto;}
    .contents.product_show .path ul li a .cy{display:none;}
    .contents.product_show .path ul li.active a .cy{display:block;}
    .contents.product_show .path ul li.active a .xs{display:none;}
    .contents.product_show .path ul li:hover a .cy{display:block;}
    .contents.product_show .path ul li:hover a .xs{display:none;}
    .contents.product_show .path ul li:hover i{color:#0f4e9b;}
    .contents.product_show .path ul li:hover i::after {
        content: '';
        position: absolute;
        width: 100%;
        height: 3px;
        background-color: #0f4e9b;
        right: 0;
        bottom: 0;
        -webkit-transform: translateY(34px);
        -ms-transform: translateY(34px);
        transform: translateY(34px);
    }
    .contents.product_show .path ul li a span {
        display            : inline-block;
        font-size          : 1.6rem;
        color              : #484848;
        height             : 4rem;
        line-height        : 4rem;
        background-repeat  : no-repeat;
        background-position: left center;
    }

    .contents.product_show .path ul li a span i {
        position  : relative;
        font-style: normal;
    }

    .contents.product_show .path ul li.active i {
        color: #0f4e9b;
    }

    .contents.product_show .path ul li.active i::after {
        content          : '';
        position         : absolute;
        width            : 100%;
        height           : 3px;
        background-color : #0f4e9b;
        right            : 0;
        bottom           : 0;
        -webkit-transform: translateY(34px);
        -ms-transform    : translateY(34px);
        transform        : translateY(34px);
    }
@media (max-width: 767px){
.contents.product_show .path ul li{width:50%;margin-bottom:10px;}
.contents.product_show .path ul li a span{height:auto;line-height:2rem;}
.contents.product_show .path ul li a{padding:5px;}
  .contents.product_show .path ul{justify-content: space-between;}
}
