@charset "UTF-8";

/**
 * sp_offer.css
 *
 * 新生活 応援キャンペーン：オファー
 */

/******************************
 * ボタン
*******************************/
@media (max-width: 768px) {

  .ajaxCart {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .ajaxCart .cartModalSubmit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 0 0 20px !important;
  }
  .ajaxCart .moveCart {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }

  /* ページに戻ってお買い物を続ける */
  .cartModalCloseButton {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}