@charset "UTF-8";
/* =====================
	ショッピングカート
 ======================= */
/** -------------------- 送料無料表記 -------------------- **/
.p-cart_notice {
  margin: 40px 0 24px;
  text-align: center;
}
.p-cart_noticeHeading {
  font-size: 1.8rem;
  font-weight: 700;
}
.p-cart_noticeTxt {
  font-size: 1.1rem;
  margin-top: 4px;
}

/* スマホのみ
  ------------------------ */
/* PC
  ------------------------ */
@media (min-width: 1200px) {
  /** -------------------- 送料無料表記 -------------------- **/
  .p-cart_notice {
    margin: 80px 0 40px;
  }
  .p-cart_noticeHeading {
    font-size: 2.4rem;
  }
  .p-cart_noticeTxt {
    font-size: 1.4rem;
  }
}