{"id":2,"date":"2026-02-03T18:40:47","date_gmt":"2026-02-03T18:40:47","guid":{"rendered":"https:\/\/mtkw.jp\/?page_id=2"},"modified":"2026-08-13T16:34:49","modified_gmt":"2026-08-13T07:34:49","slug":"about","status":"publish","type":"page","link":"https:\/\/mtkw.jp\/?page_id=2","title":{"rendered":"about"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">\u7de8\u96c6\u4e2d\u3067\u3059\u3002\u6570\u72ec\u3092\u3057\u3064\u3064\u66f4\u65b0\u3092\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u3002<\/p>\n\n\n\t<style>\n\t.sudoku-widget {\n\t\t--sw-border: #2b2b33;\n\t\t--sw-line: #c7c9d1;\n\t\t--sw-bg: #ffffff;\n\t\t--sw-given: #eef0f5;\n\t\t--sw-accent: #3b6ef6;\n\t\t--sw-error: #e0433a;\n\t\t--sw-error-bg: #fdeceb;\n\t\t--sw-success: #1f9d55;\n\t\tfont-family: -apple-system, BlinkMacSystemFont, \"Hiragino Sans\", \"Yu Gothic\", \"Segoe UI\", sans-serif;\n\t\tmax-width: 460px;\n\t\tmargin: 0 auto 1.5em;\n\t\tbox-sizing: border-box;\n\t}\n\t.sudoku-widget *, .sudoku-widget *::before, .sudoku-widget *::after {\n\t\tbox-sizing: border-box;\n\t}\n\t.sw-toolbar {\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\tgap: .4em;\n\t\talign-items: center;\n\t\tjustify-content: space-between;\n\t\tmargin-bottom: .6em;\n\t}\n\t.sw-difficulty {\n\t\tdisplay: flex;\n\t\tgap: .3em;\n\t}\n\t.sw-difficulty button {\n\t\tborder: 1px solid var(--sw-line);\n\t\tbackground: #fff;\n\t\tborder-radius: 999px;\n\t\tpadding: .3em .9em;\n\t\tfont-size: .85em;\n\t\tcursor: pointer;\n\t\tcolor: #444;\n\t\ttransition: background .15s, color .15s, border-color .15s;\n\t}\n\t.sw-difficulty button.active {\n\t\tbackground: var(--sw-accent);\n\t\tborder-color: var(--sw-accent);\n\t\tcolor: #fff;\n\t\tfont-weight: bold;\n\t}\n\t.sw-timer {\n\t\tfont-variant-numeric: tabular-nums;\n\t\tfont-size: .9em;\n\t\tcolor: #666;\n\t\tmin-width: 3.5em;\n\t\ttext-align: right;\n\t}\n\t.sw-grid {\n\t\tdisplay: grid;\n\t\tgrid-template-columns: repeat(9, 1fr);\n\t\twidth: 100%;\n\t\taspect-ratio: 1 \/ 1;\n\t\tborder: 3px solid var(--sw-border);\n\t\tbackground: var(--sw-line);\n\t\tgap: 1px;\n\t\tborder-radius: 4px;\n\t\toverflow: hidden;\n\t\tuser-select: none;\n\t}\n\t.sw-cell {\n\t\twidth: 100%;\n\t\theight: 100%;\n\t\tborder: 0;\n\t\tbackground: var(--sw-bg);\n\t\ttext-align: center;\n\t\tfont-size: clamp(14px, 3.6vw, 22px);\n\t\tfont-weight: 500;\n\t\tcolor: var(--sw-accent);\n\t\tpadding: 0;\n\t\toutline: none;\n\t\tcaret-color: transparent;\n\t\t-webkit-appearance: none;\n\t\tappearance: none;\n\t}\n\t.sw-cell.given {\n\t\tbackground: var(--sw-given);\n\t\tcolor: #23262f;\n\t\tfont-weight: 700;\n\t}\n\t.sw-cell.border-right { border-right: 2px solid var(--sw-border); }\n\t.sw-cell.border-bottom { border-bottom: 2px solid var(--sw-border); }\n\t.sw-cell:focus {\n\t\tbackground: #e4ecff;\n\t}\n\t.sw-cell.given:focus {\n\t\tbackground: var(--sw-given);\n\t}\n\t.sw-cell.hl-line {\n\t\tbackground: #f2f5ff;\n\t}\n\t.sw-cell.hl-same {\n\t\tbackground: #dbe6ff;\n\t}\n\t.sw-cell.given.hl-line { background: #e6e9f2; }\n\t.sw-cell.given.hl-same { background: #dadfef; }\n\t.sw-cell:focus.hl-line, .sw-cell:focus.hl-same { background: #e4ecff; }\n\t.sw-cell.conflict {\n\t\tcolor: var(--sw-error);\n\t\tbackground: var(--sw-error-bg) !important;\n\t}\n\t.sw-cell.wrong {\n\t\tanimation: sw-shake .3s;\n\t\tbackground: var(--sw-error-bg) !important;\n\t}\n\t@keyframes sw-shake {\n\t\t0%, 100% { transform: translateX(0); }\n\t\t25% { transform: translateX(-3px); }\n\t\t75% { transform: translateX(3px); }\n\t}\n\t.sw-cell.solved-flash {\n\t\tanimation: sw-flash 1s ease;\n\t}\n\t@keyframes sw-flash {\n\t\t0% { background: #c9f2d6; }\n\t\t100% { background: var(--sw-bg); }\n\t}\n\t.sw-numpad {\n\t\tdisplay: grid;\n\t\tgrid-template-columns: repeat(5, 1fr);\n\t\tgap: .35em;\n\t\tmargin-top: .6em;\n\t}\n\t.sw-numpad button {\n\t\tborder: 1px solid var(--sw-line);\n\t\tbackground: #fff;\n\t\tborder-radius: 6px;\n\t\tpadding: .5em 0;\n\t\tfont-size: 1em;\n\t\tcursor: pointer;\n\t\tcolor: #333;\n\t}\n\t.sw-numpad button:active {\n\t\tbackground: #e4ecff;\n\t}\n\t.sw-controls {\n\t\tdisplay: flex;\n\t\tflex-wrap: wrap;\n\t\tgap: .5em;\n\t\tmargin-top: .7em;\n\t}\n\t.sw-controls button {\n\t\tflex: 1 1 auto;\n\t\tborder: 1px solid var(--sw-line);\n\t\tbackground: #fafafa;\n\t\tborder-radius: 6px;\n\t\tpadding: .55em .8em;\n\t\tfont-size: .9em;\n\t\tcursor: pointer;\n\t\tcolor: #333;\n\t}\n\t.sw-controls button.primary {\n\t\tbackground: var(--sw-accent);\n\t\tborder-color: var(--sw-accent);\n\t\tcolor: #fff;\n\t\tfont-weight: bold;\n\t}\n\t.sw-controls button:hover {\n\t\tfilter: brightness(0.96);\n\t}\n\t.sw-status {\n\t\tmargin-top: .6em;\n\t\tmin-height: 1.4em;\n\t\tfont-size: .9em;\n\t\ttext-align: center;\n\t\tcolor: #333;\n\t}\n\t.sw-status.success {\n\t\tcolor: var(--sw-success);\n\t\tfont-weight: bold;\n\t}\n\t.sw-status.error {\n\t\tcolor: var(--sw-error);\n\t}\n\t@media (prefers-color-scheme: dark) {\n\t\t.sudoku-widget {\n\t\t\t--sw-border: #e8e8ef;\n\t\t\t--sw-line: #46485a;\n\t\t\t--sw-bg: #1c1e29;\n\t\t\t--sw-given: #262838;\n\t\t\t--sw-error-bg: #3a2226;\n\t\t}\n\t\t.sw-cell { color: #7ea2ff; }\n\t\t.sw-cell.given { color: #eee; }\n\t\t.sw-difficulty button { background: #23252f; color: #ddd; border-color: #46485a; }\n\t\t.sw-controls button { background: #23252f; color: #ddd; border-color: #46485a; }\n\t\t.sw-numpad button { background: #23252f; color: #ddd; border-color: #46485a; }\n\t\t.sw-timer, .sw-status { color: #ccc; }\n\t}\n\t<\/style>\n\t<script>\n\t(function () {\n\t\t'use strict';\n\n\t\tfunction initSudoku( root ) {\n\t\t\tvar ajaxUrl    = root.getAttribute( 'data-ajax-url' );\n\t\t\tvar nonce      = root.getAttribute( 'data-nonce' );\n\t\t\tvar puzzleId   = root.getAttribute( 'data-puzzle-id' );\n\t\t\tvar difficulty = root.getAttribute( 'data-difficulty' );\n\n\t\t\tvar grid       = root.querySelector( '.sw-grid' );\n\t\t\tvar cells      = Array.prototype.slice.call( root.querySelectorAll( '.sw-cell' ) );\n\t\t\tvar statusEl   = root.querySelector( '.sw-status' );\n\t\t\tvar timerEl    = root.querySelector( '.sw-timer' );\n\t\t\tvar diffBtns   = Array.prototype.slice.call( root.querySelectorAll( '.sw-difficulty button' ) );\n\t\t\tvar numpadBtns = Array.prototype.slice.call( root.querySelectorAll( '.sw-numpad button' ) );\n\t\t\tvar newGameBtn = root.querySelector( '.sw-new-game' );\n\t\t\tvar checkBtn   = root.querySelector( '.sw-check' );\n\t\t\tvar resetBtn   = root.querySelector( '.sw-reset' );\n\t\t\tvar revealBtn  = root.querySelector( '.sw-reveal' );\n\n\t\t\tvar timerHandle = null;\n\t\t\tvar seconds      = 0;\n\t\t\tvar locked       = false;\n\t\t\tvar activeIndex  = -1;\n\n\t\t\tfunction setStatus( msg, type ) {\n\t\t\t\tstatusEl.textContent = msg || '';\n\t\t\t\tstatusEl.className = 'sw-status' + ( type ? ' ' + type : '' );\n\t\t\t}\n\n\t\t\tfunction formatTime( s ) {\n\t\t\t\tvar m = Math.floor( s \/ 60 );\n\t\t\t\tvar sec = s % 60;\n\t\t\t\treturn ( m < 10 ? '0' : '' ) + m + ':' + ( sec < 10 ? '0' : '' ) + sec;\n\t\t\t}\n\n\t\t\tfunction startTimer() {\n\t\t\t\tstopTimer();\n\t\t\t\tseconds = 0;\n\t\t\t\ttimerEl.textContent = formatTime( 0 );\n\t\t\t\ttimerHandle = setInterval( function () {\n\t\t\t\t\tseconds++;\n\t\t\t\t\ttimerEl.textContent = formatTime( seconds );\n\t\t\t\t}, 1000 );\n\t\t\t}\n\n\t\t\tfunction stopTimer() {\n\t\t\t\tif ( timerHandle ) {\n\t\t\t\t\tclearInterval( timerHandle );\n\t\t\t\t\ttimerHandle = null;\n\t\t\t\t}\n\t\t\t}\n\n\t\t\tfunction ajax( action, params ) {\n\t\t\t\tvar body = new URLSearchParams( Object.assign( { action: action, nonce: nonce }, params ) );\n\t\t\t\treturn fetch( ajaxUrl, {\n\t\t\t\t\tmethod: 'POST',\n\t\t\t\t\tcredentials: 'same-origin',\n\t\t\t\t\theaders: { 'Content-Type': 'application\/x-www-form-urlencoded' },\n\t\t\t\t\tbody: body.toString(),\n\t\t\t\t} ).then( function ( res ) { return res.json(); } );\n\t\t\t}\n\n\t\t\tfunction clearHighlights() {\n\t\t\t\tcells.forEach( function ( cell ) {\n\t\t\t\t\tcell.classList.remove( 'hl-line', 'hl-same' );\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction highlight( index ) {\n\t\t\t\tclearHighlights();\n\t\t\t\tvar r = Math.floor( index \/ 9 );\n\t\t\t\tvar c = index % 9;\n\t\t\t\tvar val = cells[ index ].value;\n\n\t\t\t\tcells.forEach( function ( cell, i ) {\n\t\t\t\t\tvar cr = Math.floor( i \/ 9 );\n\t\t\t\t\tvar cc = i % 9;\n\t\t\t\t\tvar sameBox = Math.floor( cr \/ 3 ) === Math.floor( r \/ 3 ) && Math.floor( cc \/ 3 ) === Math.floor( c \/ 3 );\n\t\t\t\t\tif ( cr === r || cc === c || sameBox ) {\n\t\t\t\t\t\tcell.classList.add( 'hl-line' );\n\t\t\t\t\t}\n\t\t\t\t\tif ( val && cell.value === val ) {\n\t\t\t\t\t\tcell.classList.add( 'hl-same' );\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction checkConflicts() {\n\t\t\t\tvar values = cells.map( function ( c ) { return c.value; } );\n\t\t\t\tvar conflictSet = new Array( 81 ).fill( false );\n\n\t\t\t\tfunction markGroup( indices ) {\n\t\t\t\t\tvar seen = {};\n\t\t\t\t\tindices.forEach( function ( i ) {\n\t\t\t\t\t\tvar v = values[ i ];\n\t\t\t\t\t\tif ( ! v ) { return; }\n\t\t\t\t\t\tif ( seen[ v ] !== undefined ) {\n\t\t\t\t\t\t\tconflictSet[ i ] = true;\n\t\t\t\t\t\t\tconflictSet[ seen[ v ] ] = true;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tseen[ v ] = i;\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\t\t\t\t}\n\n\t\t\t\tfor ( var r = 0; r < 9; r++ ) {\n\t\t\t\t\tvar rowIdx = [];\n\t\t\t\t\tfor ( var c = 0; c < 9; c++ ) { rowIdx.push( r * 9 + c ); }\n\t\t\t\t\tmarkGroup( rowIdx );\n\t\t\t\t}\n\t\t\t\tfor ( var c2 = 0; c2 < 9; c2++ ) {\n\t\t\t\t\tvar colIdx = [];\n\t\t\t\t\tfor ( var r2 = 0; r2 < 9; r2++ ) { colIdx.push( r2 * 9 + c2 ); }\n\t\t\t\t\tmarkGroup( colIdx );\n\t\t\t\t}\n\t\t\t\tfor ( var br = 0; br < 3; br++ ) {\n\t\t\t\t\tfor ( var bc = 0; bc < 3; bc++ ) {\n\t\t\t\t\t\tvar boxIdx = [];\n\t\t\t\t\t\tfor ( var i = 0; i < 3; i++ ) {\n\t\t\t\t\t\t\tfor ( var j = 0; j < 3; j++ ) {\n\t\t\t\t\t\t\t\tboxIdx.push( ( br * 3 + i ) * 9 + ( bc * 3 + j ) );\n\t\t\t\t\t\t\t}\n\t\t\t\t\t\t}\n\t\t\t\t\t\tmarkGroup( boxIdx );\n\t\t\t\t\t}\n\t\t\t\t}\n\n\t\t\t\tcells.forEach( function ( cell, i ) {\n\t\t\t\t\tcell.classList.toggle( 'conflict', conflictSet[ i ] );\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction focusCell( index ) {\n\t\t\t\tif ( index < 0 || index > 80 ) { return; }\n\t\t\t\tcells[ index ].focus();\n\t\t\t}\n\n\t\t\tfunction setCellValue( index, val ) {\n\t\t\t\tvar cell = cells[ index ];\n\t\t\t\tif ( cell.classList.contains( 'given' ) || locked ) { return; }\n\t\t\t\tcell.value = val;\n\t\t\t\thighlight( index );\n\t\t\t\tcheckConflicts();\n\t\t\t}\n\n\t\t\tfunction applyGivens( givens ) {\n\t\t\t\tgivens.forEach( function ( v, i ) {\n\t\t\t\t\tvar cell = cells[ i ];\n\t\t\t\t\tcell.classList.remove( 'conflict', 'wrong', 'solved-flash' );\n\t\t\t\t\tif ( v ) {\n\t\t\t\t\t\tcell.value = v;\n\t\t\t\t\t\tcell.classList.add( 'given' );\n\t\t\t\t\t\tcell.readOnly = true;\n\t\t\t\t\t} else {\n\t\t\t\t\t\tcell.value = '';\n\t\t\t\t\t\tcell.classList.remove( 'given' );\n\t\t\t\t\t\tcell.readOnly = false;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction setLocked( state ) {\n\t\t\t\tlocked = state;\n\t\t\t\tcells.forEach( function ( cell ) {\n\t\t\t\t\tif ( ! cell.classList.contains( 'given' ) ) {\n\t\t\t\t\t\tcell.readOnly = state;\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction newGame( diff ) {\n\t\t\t\tsetStatus( '\u30d1\u30ba\u30eb\u3092\u4f5c\u6210\u4e2d\u2026' );\n\t\t\t\tsetLocked( true );\n\t\t\t\tajax( 'sudoku_widget_new_game', { difficulty: diff } ).then( function ( res ) {\n\t\t\t\t\tif ( ! res.success ) {\n\t\t\t\t\t\tsetStatus( res.data && res.data.message ? res.data.message : '\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002', 'error' );\n\t\t\t\t\t\tsetLocked( false );\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tpuzzleId   = res.data.puzzle_id;\n\t\t\t\t\tdifficulty = res.data.difficulty;\n\t\t\t\t\troot.setAttribute( 'data-puzzle-id', puzzleId );\n\t\t\t\t\troot.setAttribute( 'data-difficulty', difficulty );\n\n\t\t\t\t\tapplyGivens( res.data.givens );\n\t\t\t\t\tdiffBtns.forEach( function ( b ) {\n\t\t\t\t\t\tb.classList.toggle( 'active', b.getAttribute( 'data-difficulty' ) === difficulty );\n\t\t\t\t\t} );\n\t\t\t\t\tsetLocked( false );\n\t\t\t\t\tclearHighlights();\n\t\t\t\t\tsetStatus( '\u65b0\u3057\u3044\u30d1\u30ba\u30eb\u3092\u958b\u59cb\u3057\u307e\u3057\u305f\u3002' );\n\t\t\t\t\tstartTimer();\n\t\t\t\t} ).catch( function () {\n\t\t\t\t\tsetStatus( '\u901a\u4fe1\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002', 'error' );\n\t\t\t\t\tsetLocked( false );\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction checkAnswer() {\n\t\t\t\tvar gridStr = cells.map( function ( c ) { return c.value ? c.value : '0'; } ).join( ',' );\n\t\t\t\tajax( 'sudoku_widget_check', { puzzle_id: puzzleId, grid: gridStr } ).then( function ( res ) {\n\t\t\t\t\tif ( ! res.success ) {\n\t\t\t\t\t\tsetStatus( res.data && res.data.message ? res.data.message : '\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002', 'error' );\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tvar results = res.data.results;\n\t\t\t\t\tvar wrongCount = 0;\n\t\t\t\t\tresults.forEach( function ( r, i ) {\n\t\t\t\t\t\tif ( r === false ) {\n\t\t\t\t\t\t\tcells[ i ].classList.add( 'wrong' );\n\t\t\t\t\t\t\twrongCount++;\n\t\t\t\t\t\t} else {\n\t\t\t\t\t\t\tcells[ i ].classList.remove( 'wrong' );\n\t\t\t\t\t\t}\n\t\t\t\t\t} );\n\t\t\t\t\tif ( res.data.solved ) {\n\t\t\t\t\t\tstopTimer();\n\t\t\t\t\t\tsetLocked( true );\n\t\t\t\t\t\tcells.forEach( function ( c ) { c.classList.add( 'solved-flash' ); } );\n\t\t\t\t\t\tsetStatus( '\u304a\u3081\u3067\u3068\u3046\u3054\u3056\u3044\u307e\u3059\uff01\u6b63\u89e3\u3067\u3059\uff01\uff08' + timerEl.textContent + '\uff09', 'success' );\n\t\t\t\t\t} else if ( wrongCount > 0 ) {\n\t\t\t\t\t\tsetStatus( '\u9593\u9055\u3044\u304c ' + wrongCount + ' \u500b\u3042\u308a\u307e\u3059\u3002\u8d64\u3044\u30de\u30b9\u3092\u898b\u76f4\u3057\u3066\u304f\u3060\u3055\u3044\u3002', 'error' );\n\t\t\t\t\t\tsetTimeout( function () {\n\t\t\t\t\t\t\tcells.forEach( function ( c ) { c.classList.remove( 'wrong' ); } );\n\t\t\t\t\t\t}, 1500 );\n\t\t\t\t\t} else {\n\t\t\t\t\t\tsetStatus( '\u3053\u3053\u307e\u3067\u306f\u6b63\u89e3\u3067\u3059\u3002\u7d9a\u3051\u307e\u3057\u3087\u3046\uff01' );\n\t\t\t\t\t}\n\t\t\t\t} ).catch( function () {\n\t\t\t\t\tsetStatus( '\u901a\u4fe1\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002', 'error' );\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tfunction resetEntries() {\n\t\t\t\tcells.forEach( function ( cell ) {\n\t\t\t\t\tif ( ! cell.classList.contains( 'given' ) ) {\n\t\t\t\t\t\tcell.value = '';\n\t\t\t\t\t}\n\t\t\t\t\tcell.classList.remove( 'conflict', 'wrong', 'solved-flash' );\n\t\t\t\t} );\n\t\t\t\tsetStatus( '\u5165\u529b\u3092\u30ea\u30bb\u30c3\u30c8\u3057\u307e\u3057\u305f\u3002' );\n\t\t\t}\n\n\t\t\tfunction revealSolution() {\n\t\t\t\tif ( ! window.confirm( '\u6b63\u89e3\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u73fe\u5728\u306e\u5165\u529b\u306f\u4e0a\u66f8\u304d\u3055\u308c\u307e\u3059\u304c\u3001\u3088\u308d\u3057\u3044\u3067\u3059\u304b\uff1f' ) ) {\n\t\t\t\t\treturn;\n\t\t\t\t}\n\t\t\t\tajax( 'sudoku_widget_reveal', { puzzle_id: puzzleId } ).then( function ( res ) {\n\t\t\t\t\tif ( ! res.success ) {\n\t\t\t\t\t\tsetStatus( res.data && res.data.message ? res.data.message : '\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002', 'error' );\n\t\t\t\t\t\treturn;\n\t\t\t\t\t}\n\t\t\t\t\tres.data.solution.forEach( function ( v, i ) {\n\t\t\t\t\t\tcells[ i ].value = v;\n\t\t\t\t\t\tcells[ i ].classList.remove( 'conflict', 'wrong' );\n\t\t\t\t\t} );\n\t\t\t\t\tstopTimer();\n\t\t\t\t\tsetLocked( true );\n\t\t\t\t\tsetStatus( '\u6b63\u89e3\u3092\u8868\u793a\u3057\u307e\u3057\u305f\u3002' );\n\t\t\t\t} ).catch( function () {\n\t\t\t\t\tsetStatus( '\u901a\u4fe1\u30a8\u30e9\u30fc\u304c\u767a\u751f\u3057\u307e\u3057\u305f\u3002', 'error' );\n\t\t\t\t} );\n\t\t\t}\n\n\t\t\tcells.forEach( function ( cell, index ) {\n\t\t\t\tcell.addEventListener( 'focus', function () {\n\t\t\t\t\tactiveIndex = index;\n\t\t\t\t\thighlight( index );\n\t\t\t\t} );\n\n\t\t\t\tcell.addEventListener( 'input', function () {\n\t\t\t\t\tvar v = cell.value.replace( \/[^1-9]\/g, '' ).slice( -1 );\n\t\t\t\t\tcell.value = v;\n\t\t\t\t\thighlight( index );\n\t\t\t\t\tcheckConflicts();\n\t\t\t\t\tif ( v && index < 80 ) {\n\t\t\t\t\t\tvar next = index + 1;\n\t\t\t\t\t\twhile ( next < 81 && cells[ next ].classList.contains( 'given' ) ) { next++; }\n\t\t\t\t\t\tif ( next < 81 ) { focusCell( next ); }\n\t\t\t\t\t}\n\t\t\t\t} );\n\n\t\t\t\tcell.addEventListener( 'keydown', function ( e ) {\n\t\t\t\t\tvar r = Math.floor( index \/ 9 );\n\t\t\t\t\tvar c = index % 9;\n\t\t\t\t\tif ( e.key === 'ArrowRight' && c < 8 ) { focusCell( index + 1 ); e.preventDefault(); }\n\t\t\t\t\telse if ( e.key === 'ArrowLeft' && c > 0 ) { focusCell( index - 1 ); e.preventDefault(); }\n\t\t\t\t\telse if ( e.key === 'ArrowDown' && r < 8 ) { focusCell( index + 9 ); e.preventDefault(); }\n\t\t\t\t\telse if ( e.key === 'ArrowUp' && r > 0 ) { focusCell( index - 9 ); e.preventDefault(); }\n\t\t\t\t\telse if ( ( e.key === 'Backspace' || e.key === 'Delete' ) && ! cell.classList.contains( 'given' ) ) {\n\t\t\t\t\t\tcell.value = '';\n\t\t\t\t\t\tcheckConflicts();\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\tnumpadBtns.forEach( function ( btn ) {\n\t\t\t\tbtn.addEventListener( 'click', function () {\n\t\t\t\t\tif ( activeIndex < 0 ) { return; }\n\t\t\t\t\tvar val = btn.getAttribute( 'data-value' );\n\t\t\t\t\tsetCellValue( activeIndex, val === '0' ? '' : val );\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\tdiffBtns.forEach( function ( btn ) {\n\t\t\t\tbtn.addEventListener( 'click', function () {\n\t\t\t\t\tnewGame( btn.getAttribute( 'data-difficulty' ) );\n\t\t\t\t} );\n\t\t\t} );\n\n\t\t\tif ( newGameBtn ) { newGameBtn.addEventListener( 'click', function () { newGame( difficulty ); } ); }\n\t\t\tif ( checkBtn ) { checkBtn.addEventListener( 'click', checkAnswer ); }\n\t\t\tif ( resetBtn ) { resetBtn.addEventListener( 'click', resetEntries ); }\n\t\t\tif ( revealBtn ) { revealBtn.addEventListener( 'click', revealSolution ); }\n\n\t\t\tstartTimer();\n\t\t}\n\n\t\tfunction ready( fn ) {\n\t\t\tif ( document.readyState !== 'loading' ) { fn(); }\n\t\t\telse { document.addEventListener( 'DOMContentLoaded', fn ); }\n\t\t}\n\n\t\tready( function () {\n\t\t\tArray.prototype.slice.call( document.querySelectorAll( '.sudoku-widget' ) ).forEach( initSudoku );\n\t\t} );\n\t})();\n\t<\/script>\n\t\t<div class=\"sudoku-widget\"\n\t\tid=\"sw-d0682076\"\n\t\tdata-puzzle-id=\"BTaSsglkb7Gkp0HnqtLK\"\n\t\tdata-difficulty=\"medium\"\n\t\tdata-ajax-url=\"https:\/\/mtkw.jp\/wp-admin\/admin-ajax.php\"\n\t\tdata-nonce=\"2a77c38edd\">\n\n\t\t\n\t\t<div class=\"sw-toolbar\">\n\t\t\t<div class=\"sw-difficulty\" role=\"group\" aria-label=\"\u96e3\u6613\u5ea6\u9078\u629e\">\n\t\t\t\t\t\t\t\t\t<button type=\"button\" data-difficulty=\"easy\" class=\"\">\n\t\t\t\t\t\t\u521d\u7d1a\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<button type=\"button\" data-difficulty=\"medium\" class=\"active\">\n\t\t\t\t\t\t\u4e2d\u7d1a\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t\t\t<button type=\"button\" data-difficulty=\"hard\" class=\"\">\n\t\t\t\t\t\t\u4e0a\u7d1a\t\t\t\t\t<\/button>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"sw-timer\">00:00<\/div>\n\t\t<\/div>\n\n\t\t<div class=\"sw-grid\">\n\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"0\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"1\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"1\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"3\"\n\t\t\t\t\t\taria-label=\"1\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"2\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"1\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"3\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"5\"\n\t\t\t\t\t\taria-label=\"1\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"4\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"1\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right\"\n\t\t\t\t\t\tdata-index=\"5\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"6\"\n\t\t\t\t\t\taria-label=\"1\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"6\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"8\"\n\t\t\t\t\t\taria-label=\"1\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"7\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"1\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"8\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"2\"\n\t\t\t\t\t\taria-label=\"1\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"9\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"2\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"10\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"7\"\n\t\t\t\t\t\taria-label=\"2\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"11\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"2\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"12\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"2\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"13\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"2\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right\"\n\t\t\t\t\t\tdata-index=\"14\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"2\"\n\t\t\t\t\t\taria-label=\"2\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"15\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"1\"\n\t\t\t\t\t\taria-label=\"2\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"16\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"9\"\n\t\t\t\t\t\taria-label=\"2\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"17\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"3\"\n\t\t\t\t\t\taria-label=\"2\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-bottom\"\n\t\t\t\t\t\tdata-index=\"18\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"4\"\n\t\t\t\t\t\taria-label=\"3\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"19\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right border-bottom\"\n\t\t\t\t\t\tdata-index=\"20\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"2\"\n\t\t\t\t\t\taria-label=\"3\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"21\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"22\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right border-bottom\"\n\t\t\t\t\t\tdata-index=\"23\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"24\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"25\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"26\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"3\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"27\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"2\"\n\t\t\t\t\t\taria-label=\"4\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"28\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"4\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"29\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"4\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"30\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"6\"\n\t\t\t\t\t\taria-label=\"4\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"31\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"9\"\n\t\t\t\t\t\taria-label=\"4\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right\"\n\t\t\t\t\t\tdata-index=\"32\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"5\"\n\t\t\t\t\t\taria-label=\"4\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"33\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"4\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"34\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"4\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"35\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"4\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"36\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"37\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"38\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"39\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"40\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"3\"\n\t\t\t\t\t\taria-label=\"5\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"41\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"42\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"43\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"5\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"44\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"6\"\n\t\t\t\t\t\taria-label=\"5\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"45\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"6\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-bottom\"\n\t\t\t\t\t\tdata-index=\"46\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"6\"\n\t\t\t\t\t\taria-label=\"6\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right border-bottom\"\n\t\t\t\t\t\tdata-index=\"47\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"6\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-bottom\"\n\t\t\t\t\t\tdata-index=\"48\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"7\"\n\t\t\t\t\t\taria-label=\"6\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-bottom\"\n\t\t\t\t\t\tdata-index=\"49\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"2\"\n\t\t\t\t\t\taria-label=\"6\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right border-bottom\"\n\t\t\t\t\t\tdata-index=\"50\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"6\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-bottom\"\n\t\t\t\t\t\tdata-index=\"51\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"3\"\n\t\t\t\t\t\taria-label=\"6\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"52\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"6\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-bottom\"\n\t\t\t\t\t\tdata-index=\"53\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"6\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"54\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"7\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"55\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"7\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"56\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"7\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"57\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"7\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"58\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"6\"\n\t\t\t\t\t\taria-label=\"7\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right\"\n\t\t\t\t\t\tdata-index=\"59\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"7\"\n\t\t\t\t\t\taria-label=\"7\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"60\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"7\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"61\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"7\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"62\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"1\"\n\t\t\t\t\t\taria-label=\"7\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"63\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"3\"\n\t\t\t\t\t\taria-label=\"8\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"64\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"1\"\n\t\t\t\t\t\taria-label=\"8\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"65\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"8\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"66\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"8\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"67\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"8\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right\"\n\t\t\t\t\t\tdata-index=\"68\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"8\"\n\t\t\t\t\t\taria-label=\"8\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"69\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"6\"\n\t\t\t\t\t\taria-label=\"8\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"70\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"7\"\n\t\t\t\t\t\taria-label=\"8\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"71\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"9\"\n\t\t\t\t\t\taria-label=\"8\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"72\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"9\u884c1\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"73\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"9\u884c2\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given border-right\"\n\t\t\t\t\t\tdata-index=\"74\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"7\"\n\t\t\t\t\t\taria-label=\"9\u884c3\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"75\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"9\u884c4\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"76\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"9\u884c5\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell border-right\"\n\t\t\t\t\t\tdata-index=\"77\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"9\u884c6\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"78\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"2\"\n\t\t\t\t\t\taria-label=\"9\u884c7\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell given\"\n\t\t\t\t\t\tdata-index=\"79\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\treadonly\t\t\t\t\t\tvalue=\"8\"\n\t\t\t\t\t\taria-label=\"9\u884c8\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t\t\t\t<input\n\t\t\t\t\t\ttype=\"text\"\n\t\t\t\t\t\tclass=\"sw-cell\"\n\t\t\t\t\t\tdata-index=\"80\"\n\t\t\t\t\t\tinputmode=\"numeric\"\n\t\t\t\t\t\tpattern=\"[1-9]\"\n\t\t\t\t\t\tmaxlength=\"1\"\n\t\t\t\t\t\tautocomplete=\"off\"\n\t\t\t\t\t\t\t\t\t\t\t\tvalue=\"\"\n\t\t\t\t\t\taria-label=\"9\u884c9\u5217\"\n\t\t\t\t\t\/>\n\t\t\t\t\t\t\t<\/div>\n\n\t\t<div class=\"sw-numpad\" aria-label=\"\u6570\u5b57\u5165\u529b\u30d1\u30c3\u30c9\">\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"1\">1<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"2\">2<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"3\">3<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"4\">4<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"5\">5<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"6\">6<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"7\">7<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"8\">8<\/button>\n\t\t\t\t\t\t\t<button type=\"button\" data-value=\"9\">9<\/button>\n\t\t\t\t\t\t<button type=\"button\" data-value=\"0\" aria-label=\"\u6d88\u3059\">\u00d7<\/button>\n\t\t<\/div>\n\n\t\t<div class=\"sw-controls\">\n\t\t\t<button type=\"button\" class=\"sw-new-game primary\">\u65b0\u3057\u3044\u30b2\u30fc\u30e0<\/button>\n\t\t\t<button type=\"button\" class=\"sw-check\">\u30c1\u30a7\u30c3\u30af<\/button>\n\t\t\t<button type=\"button\" class=\"sw-reset\">\u30ea\u30bb\u30c3\u30c8<\/button>\n\t\t\t<button type=\"button\" class=\"sw-reveal\">\u7b54\u3048\u3092\u898b\u308b<\/button>\n\t\t<\/div>\n\n\t\t<div class=\"sw-status\" role=\"status\" aria-live=\"polite\"><\/div>\n\t<\/div>\n\t\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u7de8\u96c6\u4e2d\u3067\u3059\u3002\u6570\u72ec\u3092\u3057\u3064\u3064\u66f4\u65b0\u3092\u304a\u5f85\u3061\u304f\u3060\u3055\u3044\u3002\u3002<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-2","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/mtkw.jp\/index.php?rest_route=\/wp\/v2\/pages\/2","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mtkw.jp\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/mtkw.jp\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/mtkw.jp\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/mtkw.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2"}],"version-history":[{"count":3,"href":"https:\/\/mtkw.jp\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions"}],"predecessor-version":[{"id":204,"href":"https:\/\/mtkw.jp\/index.php?rest_route=\/wp\/v2\/pages\/2\/revisions\/204"}],"wp:attachment":[{"href":"https:\/\/mtkw.jp\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}