
#productmap_id {
    /* padding-top: 15px; */
    display: none;
    padding-bottom: 10px;
}

.icon-search_at:before {
    content: "\e90f";
    color: #777;
}

@media screen and (min-width:768px){
    #productmap_links_didetail{
        margin-left: 20px;        
    }
}

/* 「お探しの製品はこちらですか」を隠す */
#search-result-suggest-product {
    display: none;
}

/* くすりのしおりがうまく動かない問題用 */
.cmp-productmap .cmp-productmap-table__toggle-popup {
    padding-bottom: .7em;
    position: relative
}

.cmp-productmap .cmp-productmap-table__toggle-popup:after {
    font-family: icomoon!important;
    speak: never;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: .8em
}

/* 表の右余白を削る */
@media screen and (min-width:768px){
    #productmap_id .tab-content,
    #productmap_id .empty-tab {
        margin-right: 0;
    }
}