@charset "UTF-8";

/* カスタムメイドモデル歯車非表示 */
.pc-card_product_image .cto-gear{
    display:none;
}

/* sp */
@media screen and (max-width: 767px) {
/* 比較リスト文字色変更 */
.product_compared_img a {
    color: #fff;
    text-decoration: underline;
}
}