/* リンク切れ対応 */
#account__view_order_history .itemdetails .item-name,
#account__view_regular_purchase_subscriptions .item-text a,
#account__view_regular_purchase_schedule .itemdetails .item-name .my-item-name {
  pointer-events: none;
}
/* あなたのレビューページ ボタンレスポンシブ化 */
@media screen and (max-width: 781px) {
  #account__your_reviews .control {
    flex-direction: column;
    align-items: center;
  }
}
/* お問い合わせページ テキスト改行 */
#account__view_inquiries .inq-item .inq-item-values {
  word-break: break-all;
}
