@charset "UTF-8";
/* ★★公開後の修正はこのmarge.cssに記述してください。（style.cssはscssをコンパイルしているので公開後は追記しない）★★ */
/* ==============================================
CSS information

 file name  : marge.css
 style info : cart関係の公開後のccsでの修正用ファイル。

 このスタイルシートの構成
 
=============================================== */

/* 
------------------------------------ */
.cont_ec_form .form_table .form_th .ico_required {
    background-color: #EC2900;
}

/* カート関係のページ　パンくず
------------------------------------ */
.cont_ec_form .topic_path_pc .topic_path_list li::before {
    line-height: 1;
  }

@media screen and (max-width: 896px) {
    .cont_ec_form .topic_path_sp .topic_path_list li::before {
        transform: rotate(0.5turn);
        line-height: 1.2;
    }
    .cont_ec_form .topic_path_sp .topic_path_list li:first-child::before {
        display: none;
    }
}

/* footer
------------------------------------ */
@media screen and (max-width: 896px) {
    .footer_main .cont_inner {
        width: 100%;
        max-width: 1040px;
        padding: 0 20px;
        margin: 0 auto;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}
