/* マイページ内クーポン情報の有効期限を非表示 */
.fs-c-coupon__description__expiration.fs-c-couponExpiration {
display: none;
}


button.fs-c-button--next {
   line-height: 1;
   margin-top: 2em;
   text-align: center;
   display: block;
   border: 3px solid #4ca9b3;
   width: 500px;
   height: 54px;
   line-height: 54px;
   margin: 0 auto;
   background: #4ca9b3;
   color: #FFF;
   font-size: 18px;
   font-weight: bold;
   border-radius: 5px;
   margin-top: 1em;
   -webkit-box-sizing: inherit;
   box-sizing: inherit;
}

/*　高額購入割引の定期の文言非表示　*/
#fs_anchor_aboutPostage .fs-c-documentColumn:last-child .fs-c-note__item {
    display: none;
}

#AmazonPayButton {
    height: 80px !important;
    width: 206px !important;
}
/* Amazon Payの定期・頒布会申込は会員登録内容変更からのお届け先情報変更不可の説明追記 */
[for="fs_input_syncDestinationInfo"] > .fs-c-checkbox__labelText::after{
content: "\A（Amazon Payでお支払いの場合、変更されない場合がございます。定期申込履歴をご確認いただき、変更されていない場合は別途ご連絡ください。）";
white-space: pre-wrap;
}　