@charset "UTF-8";

/* このファイルに記載することでCSSを上書きできます
html {
  color: #F00;
}
*/
/*---------------------------
LP購入画面
-----------------------------*/
/*LPの配送パターン指定部分 */
div[for="subscriptionPattern"] .m-orderSectCol-typeRadio__item{
display: none !important;
}
 
/*2回目の配送日を選択部分*/
div[for="subscriptionPattern"] .m-orderSectCol-addInfo__select {
display: none !important;
}
 
/*---------------------------
マイページ
-----------------------------*/
/* 定期購入一時休止ボタンを非表示 */
a.c-btn-fluid.c-btn-fluid--gray[href*="/account/subscription/suspend"] {
  display: none !important;
}
 
/* 次回配送日を変更するボタンを非表示 */
.m-userSectCol-body
  .m-userSectCol-typeSep__button-wrap
  .m-userSectCol-typeSep-button + .m-userSectCol-typeSep-button {
  display: none !important;
}