/*---------------------
  サイドメニューのアイコン
-----------------------*/
.sidenav .fs-pt_menu__item--tape a:before {
  background-image: url(https://mujinfuku.itembox.design/item/assets/img/side_icon_opp.png) !important;
}
/*---------------------
  マイページ
-----------------------*/
/*顧客番号非表示*/
.fs-body-my-account-settings,
.fs-body-my-account-settings-edit {
  .fs-c-inputTable {
    tr {
      &:nth-child(1) {
        display: none;
      }
    }
  }
}
/*---------------------
  カート
-----------------------*/
.fs-c-cartPayment__button .fs-c-button--primary,
#fs_button_placeOrder .fs-c-button--primary {
  background: #f82d6b;
  color: #fff;
  border-color: #f82d6b;
}
.fs-c-cartPayment__button .fs-c-button--primary:visited,
#fs_button_placeOrder .fs-c-button--primary:visited {
  color: #fff;
}
.fs-c-cartPayment__button .fs-c-button--primary:hover,
.fs-c-cartPayment__button .fs-c-button--primary:active,
#fs_button_placeOrder .fs-c-button--primary:hover,
#fs_button_placeOrder .fs-c-button--primary:active {
  border-color: #1b1b1b;
  background: #1b1b1b;
}
/*---------------------
  ご注文手続き
-----------------------*/
#fs_orderTotalContainer .fs-c-totalAndActions {
  background: rgba(0, 95, 174, .08);
  border-color: rgba(0, 0, 0, .2);
}
.fs-c-checkout-preview__title {
  border-bottom-width: 2px !important;
  font-size: 1.6rem !important;
  font-weight: bold;
}
.fs-body-checkout .fs-c-checkout-receivingMethod--delivery.is-active .fs-c-radio__radioLabelText:after,
.fs-body-checkout .fs-c-checkout-receivingMethod--delivery .fs-c-radio__radioLabelText:after {
  content: "宅配便　指定住所・指定者にお届け" !important;
}
.fs-body-checkout .fs-c-checkout-receivingMethod--storePickup.is-active .fs-c-radio__radioLabelText:after,
.fs-body-checkout .fs-c-checkout-receivingMethod--storePickup .fs-c-radio__radioLabelText:after {
  content: "社内便　「お客様の情報」に記載の会社名・部署名・氏名にお届け" !important;
}
.fs-c-checkout-communicationInfo__message ul {
  padding: 0;
  list-style: none;
}
.fs-c-checkout-communicationInfo__message ul li {
  background-color: rgba(126, 126, 126, 0.08);
  padding: 1em;
  border-radius: 10px;
}
.fs-c-checkout-communicationInfo__message ul li + li {
  margin-top: .5em;
}
.fs-c-modal__inner .fs-c-inputInformation__message {
  display:block;
  max-width:600px;
  margin: 0 auto;
}
.txt_indent {
  margin: 0 0 0 1em;
  text-indent: -1em;
}
/*---------------------
  予約注文関連
-----------------------*/
.fs-c-mark--preorder,.fs-c-productPreorderMessage,.fs-c-productListItem__preorderMessage {
  display:none !important;
}