背景画像
トピックスヘッドライン画像

トピックス

Topics

最新記事一覧
2024.04.18 IRニュース

IRページリニューアルのお知らせ

日頃より、株式会社シダーのホームページをご利用いただき、誠にありがとうございます。

この度、IRページを全面リニューアルいたしました。

今回のリニューアルは、株主や投資家の皆様に当社グループの状況や実績が分かりやすく

お伝えできるIRページに改善させて頂いております。

これまで以上に、使いやすいIRページを目指し内容を充実して参ります。

今後とも何卒よろしくお願い申し上げます。

尚、上記のリニューアルによりIRページのURLが変更になりますので、併せてお知らせいたします。

URL : https://www.cedar-group.co.jp/ir/

document.addEventListener('DOMContentLoaded', function() { // 通常のページングの前へ/次へリンク const paginationPrevLinks = document.querySelectorAll('.pagination li.prev.disabled'); const paginationNextLinks = document.querySelectorAll('.pagination li.next.disabled'); // 詳細ページのページング const detailPrevLinks = document.querySelectorAll('.detail-paging-prev.disabled'); const detailNextLinks = document.querySelectorAll('.detail-paging-next.disabled'); // すべての無効な要素を非表示に [].concat( Array.from(paginationPrevLinks), Array.from(paginationNextLinks), Array.from(detailPrevLinks), Array.from(detailNextLinks) ).forEach(function(link) { link.style.opacity = '0'; link.style.visibility = 'hidden'; link.style.pointerEvents = 'none'; }); });