.fs-c-wishlistProduct .fs-c-wishlistProduct__header {
  margin-bottom: 20px;
}
.fs-body-my-wishlist .fs-c-productList__list .fs-c-productListItem__control {
  display: block !important;
}

/* Amazon Payの定期・頒布会申込は会員登録内容変更からのお届け先情報変更不可の説明追記 */
[for="fs_input_syncDestinationInfo"] > .fs-c-checkbox__labelText::after{
content: "\A Amazon Payでお支払いの方、お届け先情報が変更されない場合がございます。定期申込履歴をご確認いただき、変更されていない場合は別途ご連絡をお願いいたします。";
white-space: pre-wrap;
font-size: 17px;/* ← ここで文字サイズを指定 */
}