tejs_10
tesj_00
tesj_01
tejs_12
tejs_13
tesj_21
tesj_22
tesj_23
previous arrow
next arrow
tejs_10
tesj_00
tesj_01
tejs_12
tejs_13
tesj_21
tesj_22
tesj_23
previous arrow
next arrow
<div class="parent-element"> <button class="back-previous" onclick="goBack()">戻る</button> </div> <script> function goBack() { if (document.referrer && document.referrer !== location.href) { // 前のページに戻る window.history.back(); } else { // フォールバック先 window.location.href = "https://e-ffort.mitojuhan.co.jp/"; } } </script>